Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_log.c148 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()
H A Dip_fw_sockopt.c1254 l->log_left = l->max_log; in clear_counters()
1872 ((ipfw_insn_log *)cmd)->log_left = in check_ipfw_rule_body()
/f-stack/tools/compat/include/netinet/
H A Dip_fw.h451 u_int32_t log_left; /* how many left to log */ member
/f-stack/freebsd/netinet/
H A Dip_fw.h451 u_int32_t log_left; /* how many left to log */ member