Searched refs:V_ipfw_vnet_ready (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_iface.c100 if (V_ipfw_vnet_ready == 0)
H A Dip_fw2.c1444 if (m->m_flags & M_SKIP_FIREWALL || (! V_ipfw_vnet_ready))
1786 if (! V_ipfw_vnet_ready) { /* shutting down, leave NOW. */
3458 V_ipfw_vnet_ready = 1; /* Open for business */
3488 V_ipfw_vnet_ready = 0; /* tell new callers to go away */
H A Dip_fw_private.h238 #define V_ipfw_vnet_ready VNET(ipfw_vnet_ready) macro
H A Dip_fw_nat.c112 if (V_ipfw_vnet_ready == 0 || V_ipfw_nat_ready == 0)

Completed in 105 milliseconds