Searched refs:log_left (Results 1 – 3 of 3) sorted by relevance
145 if (l->max_log != 0 && l->log_left == 0) in ipfw_log()147 l->log_left--; in ipfw_log()148 if (l->log_left == 0) in ipfw_log()
1256 l->log_left = l->max_log; in clear_counters()1874 ((ipfw_insn_log *)cmd)->log_left = in check_ipfw_rule_body()
471 u_int32_t log_left; /* how many left to log */ member