Searched refs:rtnl_route_add (Results 1 – 3 of 3) sorted by relevance
123 if ((err = rtnl_route_add(sock, route, NLM_F_EXCL)) < 0) in main()
63 extern int rtnl_route_add(struct nl_sock *, struct rtnl_route *, int);
133 int rtnl_route_add(struct nl_sock *sk, struct rtnl_route *route, int flags) in rtnl_route_add() function