Lines Matching refs:hash_buckets
140 np = &tbl->hash_buckets[i]; in neigh_forced_gc()
203 struct neighbour *n, **np = &tbl->hash_buckets[i]; in neigh_flush_dev()
337 old_hash = tbl->hash_buckets; in neigh_hash_grow()
353 tbl->hash_buckets = new_hash; in neigh_hash_grow()
370 for (n = tbl->hash_buckets[hash_val & tbl->hash_mask]; n; n = n->next) { in neigh_lookup()
393 for (n = tbl->hash_buckets[hash_val & tbl->hash_mask]; n; n = n->next) { in neigh_lookup_nodev()
450 for (n1 = tbl->hash_buckets[hash_val]; n1; n1 = n1->next) { in neigh_create()
458 n->next = tbl->hash_buckets[hash_val]; in neigh_create()
459 tbl->hash_buckets[hash_val] = n; in neigh_create()
717 np = &tbl->hash_buckets[tbl->hash_chain_gc]; in neigh_periodic_timer()
1427 tbl->hash_buckets = neigh_hash_alloc(tbl->hash_mask + 1); in neigh_table_init_no_netlink()
1432 if (!tbl->hash_buckets || !tbl->phash_buckets) in neigh_table_init_no_netlink()
1493 neigh_hash_free(tbl->hash_buckets, tbl->hash_mask + 1); in neigh_table_clear()
1494 tbl->hash_buckets = NULL; in neigh_table_clear()
2086 for (n = tbl->hash_buckets[h], idx = 0; n; n = n->next) { in neigh_dump_table()
2143 for (n = tbl->hash_buckets[chain]; n; n = n->next) in neigh_for_each()
2159 np = &tbl->hash_buckets[chain]; in __neigh_for_each_release()
2190 n = tbl->hash_buckets[bucket]; in neigh_get_first()
2259 n = tbl->hash_buckets[state->bucket]; in neigh_get_next()