Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dneighbour.h350 struct pneigh_entry *__pneigh_lookup(struct neigh_table *tbl, struct net *net,
/Linux-v4.19/net/core/
Dneighbour.c603 struct pneigh_entry *__pneigh_lookup(struct neigh_table *tbl, in __pneigh_lookup() function
612 EXPORT_SYMBOL_GPL(__pneigh_lookup);
/Linux-v4.19/net/ipv6/
Dndisc.c736 n = __pneigh_lookup(&nd_tbl, dev_net(dev), pkey, dev); in pndisc_is_router()