Searched refs:neigh_fill_info (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/core/ |
H A D | neighbour.c | 2450 static int neigh_fill_info(struct sk_buff *skb, struct neighbour *neigh, in neigh_fill_info() function 2601 if (neigh_fill_info(skb, n, NETLINK_CB(cb->skb).portid, in neigh_dump_table() 2852 err = neigh_fill_info(skb, neigh, pid, seq, RTM_NEWNEIGH, 0); in neigh_get_reply() 3384 err = neigh_fill_info(skb, n, pid, 0, type, flags); in __neigh_notify()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | neighbour.c | 2562 static int neigh_fill_info(struct sk_buff *skb, struct neighbour *neigh, in neigh_fill_info() function 2732 if (neigh_fill_info(skb, n, NETLINK_CB(cb->skb).portid, in neigh_dump_table() 2984 err = neigh_fill_info(skb, neigh, pid, seq, RTM_NEWNEIGH, 0); in neigh_get_reply() 3518 err = neigh_fill_info(skb, n, pid, 0, type, flags); in __neigh_notify()
|
Completed in 10 milliseconds