Home
last modified time | relevance | path

Searched refs:neigh_output (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/include/net/
Dneighbour.h533 static inline int neigh_output(struct neighbour *n, struct sk_buff *skb, in neigh_output() function
/Linux-v6.1/drivers/net/
Dvrf.c674 ret = neigh_output(neigh, skb, false); in vrf_finish_output6()
900 ret = neigh_output(neigh, skb, is_v6gw); in vrf_finish_output()
/Linux-v6.1/net/ipv4/
Dip_output.c228 res = neigh_output(neigh, skb, is_v6gw); in ip_finish_output2()
/Linux-v6.1/net/ipv6/
Dip6_output.c134 ret = neigh_output(neigh, skb, false); in ip6_finish_output2()
/Linux-v6.1/net/core/
Dfilter.c2204 ret = neigh_output(neigh, skb, false); in bpf_out_neigh_v6()
2309 ret = neigh_output(neigh, skb, is_v6gw); in bpf_out_neigh_v4()