Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_pfil.c83 #define V_fwlink_enable VNET(fwlink_enable) macro
644 TUNABLE_INT_FETCH("net.link.ether.ipfw", &V_fwlink_enable); in ipfw_attach_hooks()
645 if (V_fwlink_enable && (error = ipfw_link(AF_LINK, false)) != 0) in ipfw_attach_hooks()
675 else if (arg1 == &V_fwlink_enable) in ipfw_chg_hook()