Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/core/
H A Dneighbour.c215 np = &nht->hash_buckets[hash_val]; in neigh_remove_one()
319 struct neighbour __rcu **np = &nht->hash_buckets[i]; in neigh_flush_dev()
479 ret->hash_buckets = buckets; in neigh_hash_alloc()
492 struct neighbour __rcu **buckets = nht->hash_buckets; in neigh_hash_free_rcu()
520 for (n = rcu_dereference_protected(old_nht->hash_buckets[i], in neigh_hash_grow()
533 new_nht->hash_buckets[hash], in neigh_hash_grow()
535 rcu_assign_pointer(new_nht->hash_buckets[hash], n); in neigh_hash_grow()
578 for (n = rcu_dereference_bh(nht->hash_buckets[hash_val]); in neigh_lookup_nodev()
653 for (n1 = rcu_dereference_protected(nht->hash_buckets[hash_val], in ___neigh_create()
673 rcu_dereference_protected(nht->hash_buckets[hash_val], in ___neigh_create()
[all …]
/OK3568_Linux_fs/kernel/include/net/
H A Dneighbour.h193 struct neighbour __rcu **hash_buckets; member
304 for (n = rcu_dereference_bh(nht->hash_buckets[hash_val]); in ___neigh_lookup_noref()