Searched refs:ip_pkt_list_tot (Results 1 – 1 of 1) sorted by relevance
47 static unsigned int ip_pkt_list_tot = 20; variable53 module_param(ip_pkt_list_tot, uint, 0400);59 MODULE_PARM_DESC(ip_pkt_list_tot, "number of packets per IP address to remember (max. 255)");179 e = kmalloc(sizeof(*e) + sizeof(e->stamps[0]) * ip_pkt_list_tot, in recent_entry_init()200 e->index %= ip_pkt_list_tot; in recent_entry_update()352 if (info->hit_count > ip_pkt_list_tot) { in recent_mt_check()355 info->hit_count, ip_pkt_list_tot); in recent_mt_check()502 i = (e->index - 1) % ip_pkt_list_tot; in recent_seq_show()720 if (!ip_list_tot || !ip_pkt_list_tot || ip_pkt_list_tot > 255) in recent_mt_init()