Home
last modified time | relevance | path

Searched refs:ip_neigh_gw4 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/net/
H A Droute.h367 static inline struct neighbour *ip_neigh_gw4(struct net_device *dev, in ip_neigh_gw4() function
387 neigh = ip_neigh_gw4(dev, rt->rt_gw4); in ip_neigh_for_gw()
392 neigh = ip_neigh_gw4(dev, ip_hdr(skb)->daddr); in ip_neigh_for_gw()
/openbmc/linux/net/ipv4/
H A Droute.c415 n = ip_neigh_gw4(dev, rt->rt_gw4); in ipv4_neigh_lookup()
422 n = ip_neigh_gw4(dev, pkey); in ipv4_neigh_lookup()
/openbmc/linux/net/core/
H A Dfilter.c2325 neigh = ip_neigh_gw4(dev, nh->ipv4_nh); in bpf_out_neigh_v4()