Home
last modified time | relevance | path

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

/linux/include/net/
H A Droute.h374 static inline struct neighbour *ip_neigh_gw4(struct net_device *dev, in ip_neigh_gw4() function
394 neigh = ip_neigh_gw4(dev, rt->rt_gw4); in ip_neigh_for_gw()
399 neigh = ip_neigh_gw4(dev, ip_hdr(skb)->daddr); in ip_neigh_for_gw()
/linux/net/ipv4/
H A Droute.c411 n = ip_neigh_gw4(dev, rt->rt_gw4); in ipv4_neigh_lookup()
418 n = ip_neigh_gw4(dev, pkey); in ipv4_neigh_lookup()
/linux/net/core/
H A Dfilter.c2327 neigh = ip_neigh_gw4(dev, nh->ipv4_nh); in bpf_out_neigh_v4()