Lines Matching refs:hash_buckets
125 return reciprocal_scale(hash, tunnel->amt->hash_buckets); in amt_source_hash()
202 return reciprocal_scale(hash, tunnel->amt->hash_buckets); in amt_group_hash()
272 for (i = 0; i < amt->hash_buckets; i++) in amt_del_group()
420 buckets = amt->hash_buckets; in amt_group_work()
477 (sizeof(struct hlist_head) * amt->hash_buckets), in amt_add_group()
490 for (i = 0; i < amt->hash_buckets; i++) in amt_add_group()
1328 for (i = 0; i < amt->hash_buckets; i++) in amt_clear_groups()
1361 for (i = 0; i < amt->hash_buckets; i++) { in amt_cleanup_srcs()
1369 for (i = 0; i < amt->hash_buckets; i++) { in amt_cleanup_srcs()
1519 for (i = 0; i < amt->hash_buckets; i++) { in amt_lookup_act_srcs()
1542 for (i = 0; i < amt->hash_buckets; i++) { in amt_lookup_act_srcs()
2690 (sizeof(struct hlist_head) * amt->hash_buckets), in amt_request_handler()
2703 for (i = 0; i < amt->hash_buckets; i++) in amt_request_handler()
3189 amt->hash_buckets = AMT_HSIZE; in amt_newlink()