Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dndisc.h394 static inline struct neighbour *__ipv6_neigh_lookup(struct net_device *dev, const void *pkey) in __ipv6_neigh_lookup() function
/openbmc/linux/net/bluetooth/
H A D6lowpan.c181 neigh = __ipv6_neigh_lookup(dev->netdev, nexthop); in peer_lookup_dst()
/openbmc/linux/net/ipv6/
H A Droute.c218 n = __ipv6_neigh_lookup(dev, daddr); in ip6_neigh_lookup()