Searched refs:IPF_HZ_DIVIDE (Results 1 – 4 of 4) sorted by relevance
172 (hz / IPF_HZ_DIVIDE) * IPF_HZ_MULT, in ipf_timer_func()206 callout_reset(&softc->ipf_slow_ch, (hz / IPF_HZ_DIVIDE) * IPF_HZ_MULT, in ipfattach()
1266 #define IPF_HZ_DIVIDE 2 /* How many times a second ipfilter */ macro1268 #define IPF_TTLVAL(x) (((x) / IPF_HZ_MULT) * IPF_HZ_DIVIDE)
389 IPFTQ_INIT(&softs->ipf_state_pending, IPF_HZ_DIVIDE, "ipftq pending"); in ipf_state_soft_init()
5684 period = seconds * IPF_HZ_DIVIDE; in ipf_addtimeoutqueue()