hash_buckets      187 include/net/neighbour.h 	struct neighbour __rcu	**hash_buckets;
hash_buckets      294 include/net/neighbour.h 	for (n = rcu_dereference_bh(nht->hash_buckets[hash_val]);
hash_buckets      211 net/core/neighbour.c 	np = &nht->hash_buckets[hash_val];
hash_buckets      297 net/core/neighbour.c 		struct neighbour __rcu **np = &nht->hash_buckets[i];
hash_buckets      456 net/core/neighbour.c 	ret->hash_buckets = buckets;
hash_buckets      469 net/core/neighbour.c 	struct neighbour __rcu **buckets = nht->hash_buckets;
hash_buckets      497 net/core/neighbour.c 		for (n = rcu_dereference_protected(old_nht->hash_buckets[i],
hash_buckets      510 net/core/neighbour.c 						new_nht->hash_buckets[hash],
hash_buckets      512 net/core/neighbour.c 			rcu_assign_pointer(new_nht->hash_buckets[hash], n);
hash_buckets      555 net/core/neighbour.c 	for (n = rcu_dereference_bh(nht->hash_buckets[hash_val]);
hash_buckets      631 net/core/neighbour.c 	for (n1 = rcu_dereference_protected(nht->hash_buckets[hash_val],
hash_buckets      651 net/core/neighbour.c 			   rcu_dereference_protected(nht->hash_buckets[hash_val],
hash_buckets      653 net/core/neighbour.c 	rcu_assign_pointer(nht->hash_buckets[hash_val], n);
hash_buckets      915 net/core/neighbour.c 		np = &nht->hash_buckets[i];
hash_buckets     2565 net/core/neighbour.c 		for (n = rcu_dereference_bh(nht->hash_buckets[h]), idx = 0;
hash_buckets     2936 net/core/neighbour.c 		for (n = rcu_dereference_bh(nht->hash_buckets[chain]);
hash_buckets     2959 net/core/neighbour.c 		np = &nht->hash_buckets[chain];
hash_buckets     3037 net/core/neighbour.c 		n = rcu_dereference_bh(nht->hash_buckets[bucket]);
hash_buckets     3106 net/core/neighbour.c 		n = rcu_dereference_bh(nht->hash_buckets[state->bucket]);