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

/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c190 (hz / IPF_HZ_DIVIDE) * IPF_HZ_MULT,
227 (hz / IPF_HZ_DIVIDE) * IPF_HZ_MULT);
230 callout_reset(&softc->ipf_slow_ch, (hz / IPF_HZ_DIVIDE) * IPF_HZ_MULT,
H A Dip_fil.h1265 #define IPF_HZ_DIVIDE 2 /* How many times a second ipfilter */ macro
1267 #define IPF_TTLVAL(x) (((x) / IPF_HZ_MULT) * IPF_HZ_DIVIDE)
H A Dip_state.c399 IPFTQ_INIT(&softs->ipf_state_pending, IPF_HZ_DIVIDE, "ipftq pending");
H A Dfil.c5753 period = seconds * IPF_HZ_DIVIDE;

Completed in 76 milliseconds