Searched refs:__pneigh_lookup (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | neighbour.h | 356 struct pneigh_entry *__pneigh_lookup(struct neigh_table *tbl, struct net *net,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | neighbour.h | 381 struct pneigh_entry *__pneigh_lookup(struct neigh_table *tbl, struct net *net,
|
/kernel/linux/linux-5.10/net/core/ |
H A D | neighbour.c | 710 struct pneigh_entry *__pneigh_lookup(struct neigh_table *tbl, in __pneigh_lookup() function 719 EXPORT_SYMBOL_GPL(__pneigh_lookup); variable
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ndisc.c | 754 n = __pneigh_lookup(&nd_tbl, dev_net(dev), pkey, dev); in pndisc_is_router()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ndisc.c | 770 n = __pneigh_lookup(&nd_tbl, dev_net(dev), pkey, dev); in pndisc_is_router()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | neighbour.c | 767 struct pneigh_entry *__pneigh_lookup(struct neigh_table *tbl, in __pneigh_lookup() function 776 EXPORT_SYMBOL_GPL(__pneigh_lookup); variable
|
Completed in 17 milliseconds