Searched refs:rtnl_neigh_add (Results 1 – 3 of 3) sorted by relevance
38 extern int rtnl_neigh_add(struct nl_sock *, struct rtnl_neigh *, int);
100 if ((err = rtnl_neigh_add(sock, neigh, nlflags)) < 0) in main()
579 int rtnl_neigh_add(struct nl_sock *sk, struct rtnl_neigh *tmpl, int flags) in rtnl_neigh_add() function