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

/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c129 #define V_ipfw_timeout VNET(ipfw_timeout) macro
542 callout_reset_on(&V_ipfw_timeout, hz, ipfw_dyn_tick, curvnet, 0);
995 callout_reset_on(&V_ipfw_timeout, hz, ipfw_dyn_tick, vnetx, 0);
1337 callout_init(&V_ipfw_timeout, CALLOUT_MPSAFE);
1352 callout_drain(&V_ipfw_timeout);

Completed in 102 milliseconds