Home
last modified time | relevance | path

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

/linux-3.4.99/include/net/
Dneighbour.h237 extern struct pneigh_entry *__pneigh_lookup(struct neigh_table *tbl,
/linux-3.4.99/net/core/
Dneighbour.c587 struct pneigh_entry *__pneigh_lookup(struct neigh_table *tbl, in __pneigh_lookup() function
596 EXPORT_SYMBOL_GPL(__pneigh_lookup);
/linux-3.4.99/net/ipv6/
Dndisc.c719 n = __pneigh_lookup(&nd_tbl, dev_net(dev), pkey, dev); in pndisc_is_router()