Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dip6_route.h306 struct neighbour *ip6_neigh_lookup(const struct in6_addr *gw,
/Linux-v4.19/net/ipv6/
Dndisc.c1279 neigh = ip6_neigh_lookup(&rt->fib6_nh.nh_gw, in ndisc_router_discovery()
1309 neigh = ip6_neigh_lookup(&rt->fib6_nh.nh_gw, in ndisc_router_discovery()
Droute.c202 struct neighbour *ip6_neigh_lookup(const struct in6_addr *gw, in ip6_neigh_lookup() function
222 return ip6_neigh_lookup(&rt->rt6i_gateway, dst->dev, skb, daddr); in ip6_dst_neigh_lookup()