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

/freebsd-10.1-release/sys/netpfil/ipfw/
H A Dip_fw_log.c289 if (l->max_log != 0 && l->log_left == 0)
291 l->log_left--;
292 if (l->log_left == 0)
H A Dip_fw_sockopt.c444 l->log_left = l->max_log;
630 ((ipfw_insn_log *)cmd)->log_left =
/freebsd-10.1-release/sys/netinet/
H A Dip_fw.h377 u_int32_t log_left; /* how many left to log */ member in struct:_ipfw_insn_log

Completed in 154 milliseconds