Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Droute.h385 static inline struct neighbour *ip_neigh_for_gw(struct rtable *rt, in ip_neigh_for_gw()
384 static inline struct neighbour *ip_neigh_for_gw(struct rtable *rt, ip_neigh_for_gw() function
/openbmc/linux/net/ipv4/
H A Dip_output.c229 neigh = ip_neigh_for_gw(rt, skb, &is_v6gw); in ip_finish_output2()
/openbmc/linux/drivers/net/
H A Dvrf.c884 neigh = ip_neigh_for_gw(rt, skb, &is_v6gw); in vrf_finish_output()
/openbmc/linux/net/core/
H A Dfilter.c2320 neigh = ip_neigh_for_gw(rt, skb, &is_v6gw); in bpf_out_neigh_v4()