Searched refs:ip6_neigh_lookup (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | ip6_route.h | 344 struct neighbour *ip6_neigh_lookup(const struct in6_addr *gw,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip6_route.h | 342 struct neighbour *ip6_neigh_lookup(const struct in6_addr *gw,
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ndisc.c | 1302 neigh = ip6_neigh_lookup(&rt->fib6_nh->fib_nh_gw6, in ndisc_router_discovery() 1332 neigh = ip6_neigh_lookup(&rt->fib6_nh->fib_nh_gw6, in ndisc_router_discovery()
|
H A D | route.c | 203 struct neighbour *ip6_neigh_lookup(const struct in6_addr *gw, in ip6_neigh_lookup() function 225 return ip6_neigh_lookup(rt6_nexthop(rt, &in6addr_any), in ip6_dst_neigh_lookup()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ndisc.c | 1357 neigh = ip6_neigh_lookup(&rt->fib6_nh->fib_nh_gw6, in ndisc_router_discovery() 1393 neigh = ip6_neigh_lookup(&rt->fib6_nh->fib_nh_gw6, in ndisc_router_discovery()
|
H A D | route.c | 209 struct neighbour *ip6_neigh_lookup(const struct in6_addr *gw, in ip6_neigh_lookup() function 231 return ip6_neigh_lookup(rt6_nexthop(rt, &in6addr_any), in ip6_dst_neigh_lookup()
|
Completed in 21 milliseconds