Lines Matching refs:bucket
3061 int bucket;
3064 for (bucket = 0; bucket < (1 << nht->hash_shift); bucket++) {
3065 n = rcu_dereference_bh(nht->hash_buckets[bucket]);
3089 state->bucket = bucket;
3131 if (++state->bucket >= (1 << nht->hash_shift))
3134 n = rcu_dereference_bh(nht->hash_buckets[state->bucket]);
3163 int bucket = state->bucket;
3166 for (bucket = 0; bucket <= PNEIGH_HASHMASK; bucket++) {
3167 pn = tbl->phash_buckets[bucket];
3173 state->bucket = bucket;
3191 if (++state->bucket > PNEIGH_HASHMASK)
3193 pn = tbl->phash_buckets[state->bucket];
3241 state->bucket = 0;