Searched refs:V_fw_enable (Results 1 – 2 of 2) sorted by relevance
75 #define V_fw_enable VNET(fw_enable) macro634 TUNABLE_INT_FETCH("net.inet.ip.fw.enable", &V_fw_enable); in ipfw_attach_hooks()635 if (V_fw_enable && (error = ipfw_link(AF_INET, false)) != 0) in ipfw_attach_hooks()669 if (arg1 == &V_fw_enable) in ipfw_chg_hook()
764 if (priv->conf.ipfw[linkNum] && V_fw_enable && V_ip_fw_chk_ptr != NULL) { in ng_bridge_rcvdata()