Searched refs:neigh_output (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/include/net/ |
| D | neighbour.h | 503 static inline int neigh_output(struct neighbour *n, struct sk_buff *skb, in neigh_output() function
|
| /Linux-v5.4/drivers/net/ |
| D | vrf.c | 381 ret = neigh_output(neigh, skb, false); in vrf_finish_output6() 587 ret = neigh_output(neigh, skb, is_v6gw); in vrf_finish_output()
|
| /Linux-v5.4/net/ipv4/ |
| D | ip_output.c | 228 res = neigh_output(neigh, skb, is_v6gw); in ip_finish_output2()
|
| /Linux-v5.4/net/ipv6/ |
| D | ip6_output.c | 116 ret = neigh_output(neigh, skb, false); in ip6_finish_output2()
|