Searched refs:V_ipfw_nat_ready (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_nat.c112 if (V_ipfw_vnet_ready == 0 || V_ipfw_nat_ready == 0)
1148 V_ipfw_nat_ready = 1;
1160 V_ipfw_nat_ready = 0;
H A Dip_fw_private.h794 #define V_ipfw_nat_ready VNET(ipfw_nat_ready) macro
795 #define IPFW_NAT_LOADED (V_ipfw_nat_ready)

Completed in 57 milliseconds