Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dneighbour.h529 static inline int neigh_output(struct neighbour *n, struct sk_buff *skb, in neigh_output() function
/openbmc/linux/drivers/net/
H A Dvrf.c664 ret = neigh_output(neigh, skb, false); in vrf_finish_output6()
890 ret = neigh_output(neigh, skb, is_v6gw); in vrf_finish_output()
/openbmc/linux/net/ipv4/
H A Dip_output.c235 res = neigh_output(neigh, skb, is_v6gw); in ip_finish_output2()
/openbmc/linux/net/ipv6/
H A Dip6_output.c141 ret = neigh_output(neigh, skb, false); in ip6_finish_output2()
/openbmc/linux/net/core/
H A Dfilter.c2230 ret = neigh_output(neigh, skb, false); in bpf_out_neigh_v6()
2337 ret = neigh_output(neigh, skb, is_v6gw); in bpf_out_neigh_v4()