Lines Matching refs:hash_buckets
157 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()
561 rcu_dereference_protected(nht->hash_buckets[hash_val], in __neigh_create()
563 rcu_assign_pointer(nht->hash_buckets[hash_val], n); in __neigh_create()
816 np = &nht->hash_buckets[i]; in neigh_periodic_work()
2365 for (n = rcu_dereference_bh(nht->hash_buckets[h]), idx = 0; in neigh_dump_table()
2482 for (n = rcu_dereference_bh(nht->hash_buckets[chain]); in neigh_for_each()
2505 np = &nht->hash_buckets[chain]; in __neigh_for_each_release()
2577 n = rcu_dereference_bh(nht->hash_buckets[bucket]); in neigh_get_first()
2646 n = rcu_dereference_bh(nht->hash_buckets[state->bucket]); in neigh_get_next()