Searched refs:neigh_output (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | neighbour.h | 511 static inline int neigh_output(struct neighbour *n, struct sk_buff *skb, in neigh_output() function
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | vrf.c | 675 ret = neigh_output(neigh, skb, false); in vrf_finish_output6() 907 ret = neigh_output(neigh, skb, is_v6gw); in vrf_finish_output()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | ip_output.c | 237 res = neigh_output(neigh, skb, is_v6gw); in ip_finish_output2()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | ip6_output.c | 145 ret = neigh_output(neigh, skb, false); in ip6_finish_output2()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | filter.c | 2213 ret = neigh_output(neigh, skb, false); in bpf_out_neigh_v6() 2327 ret = neigh_output(neigh, skb, is_v6gw); in bpf_out_neigh_v4()
|