Home
last modified time | relevance | path

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

/Linux-v4.19/net/core/
Dneighbour.c157 np = &nht->hash_buckets[hash_val]; in neigh_remove_one()
182 np = &nht->hash_buckets[i]; in neigh_forced_gc()
245 struct neighbour __rcu **np = &nht->hash_buckets[i]; in neigh_flush_dev()
375 ret->hash_buckets = buckets; in neigh_hash_alloc()
388 struct neighbour __rcu **buckets = nht->hash_buckets; in neigh_hash_free_rcu()
414 for (n = rcu_dereference_protected(old_nht->hash_buckets[i], in neigh_hash_grow()
427 new_nht->hash_buckets[hash], in neigh_hash_grow()
429 rcu_assign_pointer(new_nht->hash_buckets[hash], n); in neigh_hash_grow()
472 for (n = rcu_dereference_bh(nht->hash_buckets[hash_val]); in neigh_lookup_nodev()
544 for (n1 = rcu_dereference_protected(nht->hash_buckets[hash_val], in __neigh_create()
[all …]
/Linux-v4.19/include/net/
Dneighbour.h185 struct neighbour __rcu **hash_buckets; member
287 for (n = rcu_dereference_bh(nht->hash_buckets[hash_val]); in ___neigh_lookup_noref()