Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_fil_freebsd.c172 (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()
H A Dip_fil.h1266 #define IPF_HZ_DIVIDE 2 /* How many times a second ipfilter */ macro
1268 #define IPF_TTLVAL(x) (((x) / IPF_HZ_MULT) * IPF_HZ_DIVIDE)
H A Dip_state.c389 IPFTQ_INIT(&softs->ipf_state_pending, IPF_HZ_DIVIDE, "ipftq pending"); in ipf_state_soft_init()
H A Dfil.c5684 period = seconds * IPF_HZ_DIVIDE; in ipf_addtimeoutqueue()