Searched refs:rateest_hash (Results 1 – 1 of 1) sorted by relevance
25 static struct hlist_head rateest_hash[RATEEST_HSIZE] __read_mostly; variable40 hlist_add_head(&est->list, &rateest_hash[h]); in xt_rateest_hash_insert()50 hlist_for_each_entry(est, &rateest_hash[h], list) { in xt_rateest_lookup()176 for (i = 0; i < ARRAY_SIZE(rateest_hash); i++) in xt_rateest_tg_init()177 INIT_HLIST_HEAD(&rateest_hash[i]); in xt_rateest_tg_init()