Home
last modified time | relevance | path

Searched refs:ip_list_tot (Results 1 – 1 of 1) sorted by relevance

/net/netfilter/
Dxt_recent.c46 static unsigned int ip_list_tot = 100; variable
52 module_param(ip_list_tot, uint, 0400);
58 MODULE_PARM_DESC(ip_list_tot, "number of IPs to remember per list");
175 if (t->entries >= ip_list_tot) { in recent_entry_init()
720 if (!ip_list_tot || !ip_pkt_list_tot || ip_pkt_list_tot > 255) in recent_mt_init()
722 ip_list_hash_size = 1 << fls(ip_list_tot); in recent_mt_init()