Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_iface.c101 if (V_ipfw_vnet_ready == 0) in ipfw_kifhandler()
H A Dip_fw2.c1518 if (m->m_flags & M_SKIP_FIREWALL || (! V_ipfw_vnet_ready)) in ipfw_chk()
1866 if (! V_ipfw_vnet_ready) { /* shutting down, leave NOW. */ in ipfw_chk()
3698 V_ipfw_vnet_ready = 1; /* Open for business */ in vnet_ipfw_init()
3728 V_ipfw_vnet_ready = 0; /* tell new callers to go away */ in vnet_ipfw_uninit()
H A Dip_fw_private.h238 #define V_ipfw_vnet_ready VNET(ipfw_vnet_ready) macro
H A Dip_fw_nat.c110 if (V_ipfw_vnet_ready == 0 || V_ipfw_nat_ready == 0) in ifaddr_change()