Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dneighbour.h345 struct pneigh_entry *__pneigh_lookup(struct neigh_table *tbl, struct net *net,
/linux-4.4.14/net/core/
Dneighbour.c565 struct pneigh_entry *__pneigh_lookup(struct neigh_table *tbl, in __pneigh_lookup() function
574 EXPORT_SYMBOL_GPL(__pneigh_lookup);
/linux-4.4.14/net/ipv6/
Dndisc.c697 n = __pneigh_lookup(&nd_tbl, dev_net(dev), pkey, dev); in pndisc_is_router()