new_nht           484 net/core/neighbour.c 	struct neigh_hash_table *new_nht, *old_nht;
new_nht           490 net/core/neighbour.c 	new_nht = neigh_hash_alloc(new_shift);
new_nht           491 net/core/neighbour.c 	if (!new_nht)
new_nht           502 net/core/neighbour.c 					 new_nht->hash_rnd);
new_nht           504 net/core/neighbour.c 			hash >>= (32 - new_nht->hash_shift);
new_nht           510 net/core/neighbour.c 						new_nht->hash_buckets[hash],
new_nht           512 net/core/neighbour.c 			rcu_assign_pointer(new_nht->hash_buckets[hash], n);
new_nht           516 net/core/neighbour.c 	rcu_assign_pointer(tbl->nht, new_nht);
new_nht           518 net/core/neighbour.c 	return new_nht;