Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dneighbour.h476 static inline int neigh_output(struct neighbour *n, struct sk_buff *skb) in neigh_output() function
/Linux-v4.19/drivers/net/
Dvrf.c373 ret = neigh_output(neigh, skb); in vrf_finish_output6()
581 ret = neigh_output(neigh, skb); in vrf_finish_output()
/Linux-v4.19/net/ipv4/
Dip_output.c229 res = neigh_output(neigh, skb); in ip_finish_output2()
/Linux-v4.19/net/ipv6/
Dip6_output.c120 ret = neigh_output(neigh, skb); in ip6_finish_output2()