Home
last modified time | relevance | path

Searched refs:__ipv6_neigh_lookup_noref (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/net/
Dndisc.h157 static inline struct neighbour *__ipv6_neigh_lookup_noref(struct net_device *dev, const void *pkey) in __ipv6_neigh_lookup_noref() function
167 n = __ipv6_neigh_lookup_noref(dev, pkey); in __ipv6_neigh_lookup()
/linux-4.4.14/net/ipv6/
Dip6_output.c109 neigh = __ipv6_neigh_lookup_noref(dst->dev, nexthop); in ip6_finish_output2()
967 n = __ipv6_neigh_lookup_noref(rt->dst.dev, in ip6_dst_lookup_tail()
Droute.c546 neigh = __ipv6_neigh_lookup_noref(rt->dst.dev, &rt->rt6i_gateway); in rt6_probe()
607 neigh = __ipv6_neigh_lookup_noref(rt->dst.dev, &rt->rt6i_gateway); in rt6_check_neigh()
/linux-4.4.14/drivers/net/
Dvrf.c418 neigh = __ipv6_neigh_lookup_noref(dst->dev, nexthop); in vrf_finish_output6()