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.h373 static inline struct neighbour *ip_neigh_gw4(struct net_device *dev, in ip_neigh_gw4()
393 neigh = ip_neigh_gw4(dev, rt->rt_gw4); in ip_neigh_for_gw()
398 neigh = ip_neigh_gw4(dev, ip_hdr(skb)->daddr); in ip_neigh_for_gw()
372 static inline struct neighbour *ip_neigh_gw4(struct net_device *dev, ip_neigh_gw4() function
/openbmc/linux/net/ipv4/
H A Droute.c421 n = ip_neigh_gw4(dev, rt->rt_gw4); in ipv4_neigh_lookup()
428 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()