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

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_log.c136 if (V_verbose_limit != 0 && V_norule_counter >= V_verbose_limit)
138 V_norule_counter++;
139 if (V_norule_counter == V_verbose_limit)
H A Dip_fw_private.h171 #define V_norule_counter VNET(norule_counter) macro
H A Dip_fw_sockopt.c1629 V_norule_counter = 0;

Completed in 100 milliseconds