Searched refs:log_left (Results 1 – 4 of 4) sorted by relevance
148 if (l->max_log != 0 && l->log_left == 0) in ipfw_log()150 l->log_left--; in ipfw_log()151 if (l->log_left == 0) in ipfw_log()
1254 l->log_left = l->max_log; in clear_counters()1872 ((ipfw_insn_log *)cmd)->log_left = in check_ipfw_rule_body()
451 u_int32_t log_left; /* how many left to log */ member