Lines Matching refs:hash_buckets
242 np = &nht->hash_buckets[hash_val]; in neigh_remove_one()
383 struct neighbour __rcu **np = &nht->hash_buckets[i]; in neigh_flush_dev()
545 ret->hash_buckets = buckets; in neigh_hash_alloc()
558 struct neighbour __rcu **buckets = nht->hash_buckets; in neigh_hash_free_rcu()
586 for (n = rcu_dereference_protected(old_nht->hash_buckets[i], in neigh_hash_grow()
599 new_nht->hash_buckets[hash], in neigh_hash_grow()
601 rcu_assign_pointer(new_nht->hash_buckets[hash], n); in neigh_hash_grow()
644 for (n = rcu_dereference_bh(nht->hash_buckets[hash_val]); in neigh_lookup_nodev()
719 for (n1 = rcu_dereference_protected(nht->hash_buckets[hash_val], in ___neigh_create()
740 rcu_dereference_protected(nht->hash_buckets[hash_val], in ___neigh_create()
742 rcu_assign_pointer(nht->hash_buckets[hash_val], n); in ___neigh_create()
999 np = &nht->hash_buckets[i]; in neigh_periodic_work()
2743 for (n = rcu_dereference_bh(nht->hash_buckets[h]), idx = 0; in neigh_dump_table()
3116 for (n = rcu_dereference_bh(nht->hash_buckets[chain]); in neigh_for_each()
3139 np = &nht->hash_buckets[chain]; in __neigh_for_each_release()
3217 n = rcu_dereference_bh(nht->hash_buckets[bucket]); in neigh_get_first()
3286 n = rcu_dereference_bh(nht->hash_buckets[state->bucket]); in neigh_get_next()