Searched refs:ip_neigh_gw4 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | route.h | 367 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()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | route.h | 367 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()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | route.c | 445 n = ip_neigh_gw4(dev, rt->rt_gw4); in ipv4_neigh_lookup() 452 n = ip_neigh_gw4(dev, pkey); in ipv4_neigh_lookup()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | route.c | 414 n = ip_neigh_gw4(dev, rt->rt_gw4); in ipv4_neigh_lookup() 421 n = ip_neigh_gw4(dev, pkey); in ipv4_neigh_lookup()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | filter.c | 2331 neigh = ip_neigh_gw4(dev, nh->ipv4_nh); in bpf_out_neigh_v4()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | filter.c | 2320 neigh = ip_neigh_gw4(dev, nh->ipv4_nh); in bpf_out_neigh_v4()
|
Completed in 36 milliseconds