Searched refs:ip_neigh_gw6 (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | route.h | 389 neigh = ip_neigh_gw6(dev, &rt->rt_gw6); in ip_neigh_for_gw()
|
H A D | ndisc.h | 442 static inline struct neighbour *ip_neigh_gw6(struct net_device *dev, in ip_neigh_gw6() function
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ndisc.h | 430 static inline struct neighbour *ip_neigh_gw6(struct net_device *dev, in ip_neigh_gw6() function
|
H A D | route.h | 389 neigh = ip_neigh_gw6(dev, &rt->rt_gw6); in ip_neigh_for_gw()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | route.c | 447 n = ip_neigh_gw6(dev, &rt->rt_gw6); in ipv4_neigh_lookup()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | route.c | 416 n = ip_neigh_gw6(dev, &rt->rt_gw6); in ipv4_neigh_lookup()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | filter.c | 2222 neigh = ip_neigh_gw6(dev, nexthop); in bpf_out_neigh_v6() 2328 neigh = ip_neigh_gw6(dev, &nh->ipv6_nh); in bpf_out_neigh_v4()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | filter.c | 2218 neigh = ip_neigh_gw6(dev, nexthop); in bpf_out_neigh_v6() 2317 neigh = ip_neigh_gw6(dev, &nh->ipv6_nh); in bpf_out_neigh_v4()
|
Completed in 37 milliseconds