Searched refs:hit_count (Results 1 – 2 of 2) sorted by relevance
30 __u32 hit_count; member39 __u32 hit_count; member
305 if (!info->hit_count || ++hits >= info->hit_count) { in recent_mt()358 (info->seconds || info->hit_count || in recent_mt_check()363 if (info->hit_count >= XT_RECENT_MAX_NSTAMPS) { in recent_mt_check()365 info->hit_count, XT_RECENT_MAX_NSTAMPS - 1); in recent_mt_check()372 if (ip_pkt_list_tot && info->hit_count < ip_pkt_list_tot) in recent_mt_check()374 else if (info->hit_count) in recent_mt_check()375 nstamp_mask = roundup_pow_of_two(info->hit_count) - 1; in recent_mt_check()
Completed in 6 milliseconds