Searched refs:hit_count (Results 1 – 5 of 5) sorted by relevance
299 info->hit_count = 0; in ip_recent_ctrl()532 if(!info->seconds && !info->hit_count) ans = !info->invert; else ans = info->invert; in match()533 if(info->seconds && !info->hit_count) { in match()536 if(info->seconds && info->hit_count) { in match()540 if(hits_found >= info->hit_count) ans = !info->invert; else ans = info->invert; in match()542 if(info->hit_count && !info->seconds) { in match()547 if(hits_found >= info->hit_count) ans = !info->invert; else ans = info->invert; in match()676 if(info->check_set & IPT_RECENT_SET) { flag++; if(info->seconds || info->hit_count) return 0; } in checkentry()677 if(info->check_set & IPT_RECENT_REMOVE) { flag++; if(info->seconds || info->hit_count) return 0; } in checkentry()
20 u_int32_t hit_count; member
79 int hit_count; member
411 ps->hit_count ); in coda_permission_stats_get_info()
170 coda_permission_stat.hit_count++; in coda_permission()