Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_log.c138 if (V_verbose_limit != 0 && V_norule_counter >= V_verbose_limit) in ipfw_log()
140 V_norule_counter++; in ipfw_log()
141 if (V_norule_counter == V_verbose_limit) in ipfw_log()
H A Dip_fw_private.h171 #define V_norule_counter VNET(norule_counter) macro
H A Dip_fw_sockopt.c1629 V_norule_counter = 0; in zero_entry()