Searched refs:ip_list_hash_size (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_recent.c37 static unsigned int ip_list_hash_size = 0; variable
43 module_param(ip_list_hash_size, uint, 0400);
49 MODULE_PARM_DESC(ip_list_hash_size, "size of hash table used to look up IPs");
94 return jhash_1word((__force u32)addr, hash_rnd) & (ip_list_hash_size - 1);
166 for (i = 0; i < ip_list_hash_size; i++) {
267 t = kzalloc(sizeof(*t) + sizeof(t->iphash[0]) * ip_list_hash_size,
274 for (i = 0; i < ip_list_hash_size; i++)
332 for (st->bucket = 0; st->bucket < ip_list_hash_size; st->bucket++) {
349 if (++st->bucket >= ip_list_hash_size)
482 ip_list_hash_size
[all...]

Completed in 88 milliseconds