Home
last modified time | relevance | path

Searched refs:neigh_hash_table (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/include/net/
Dneighbour.h186 struct neigh_hash_table { struct
227 struct neigh_hash_table __rcu *nht;
290 struct neigh_hash_table *nht = rcu_dereference_bh(tbl->nht); in ___neigh_lookup_noref()
381 struct neigh_hash_table *nht;
/Linux-v5.10/net/core/
Dneighbour.c200 struct neigh_hash_table *nht; in neigh_remove_one()
292 struct neigh_hash_table *nht; in neigh_flush_dev()
436 static struct neigh_hash_table *neigh_hash_alloc(unsigned int shift) in neigh_hash_alloc()
439 struct neigh_hash_table *ret; in neigh_hash_alloc()
467 struct neigh_hash_table *nht = container_of(head, in neigh_hash_free_rcu()
468 struct neigh_hash_table, in neigh_hash_free_rcu()
482 static struct neigh_hash_table *neigh_hash_grow(struct neigh_table *tbl, in neigh_hash_grow()
486 struct neigh_hash_table *new_nht, *old_nht; in neigh_hash_grow()
549 struct neigh_hash_table *nht; in neigh_lookup_nodev()
583 struct neigh_hash_table *nht; in ___neigh_create()
[all …]