Searched refs:ip_pkt_list_tot (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.c36 static unsigned int ip_pkt_list_tot = 20; variable
42 module_param(ip_pkt_list_tot, uint, 0400);
48 MODULE_PARM_DESC(ip_pkt_list_tot, "number of packets per IP to remember (max. 255)");
127 e = kmalloc(sizeof(*e) + sizeof(e->stamps[0]) * ip_pkt_list_tot,
147 e->index %= ip_pkt_list_tot;
367 i = (e->index - 1) % ip_pkt_list_tot;
480 if (!ip_list_tot || !ip_pkt_list_tot || ip_pkt_list_tot > 255)

Completed in 81 milliseconds