Searched refs:IPF_HZ_DIVIDE (Results 1 – 4 of 4) sorted by relevance
186 (hz / IPF_HZ_DIVIDE) * IPF_HZ_MULT, in ipf_timer_func()222 (hz / IPF_HZ_DIVIDE) * IPF_HZ_MULT); in ipfattach()225 callout_reset(&softc->ipf_slow_ch, (hz / IPF_HZ_DIVIDE) * IPF_HZ_MULT, in ipfattach()
1268 #define IPF_HZ_DIVIDE 2 /* How many times a second ipfilter */ macro1270 #define IPF_TTLVAL(x) (((x) / IPF_HZ_MULT) * IPF_HZ_DIVIDE)
393 IPFTQ_INIT(&softs->ipf_state_pending, IPF_HZ_DIVIDE, "ipftq pending"); in ipf_state_soft_init()
5604 period = seconds * IPF_HZ_DIVIDE; in ipf_addtimeoutqueue()