Home
last modified time | relevance | path

Searched refs:log_left (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/netpfil/ipfw/
H A Dip_fw_log.c145 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()
H A Dip_fw_sockopt.c1256 l->log_left = l->max_log; in clear_counters()
1874 ((ipfw_insn_log *)cmd)->log_left = in check_ipfw_rule_body()
/freebsd-14.2/sys/netinet/
H A Dip_fw.h471 u_int32_t log_left; /* how many left to log */ member