Home
last modified time | relevance | path

Searched refs:IPF_HZ_MULT (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c195 (hz / IPF_HZ_DIVIDE) * IPF_HZ_MULT,
232 (hz / IPF_HZ_DIVIDE) * IPF_HZ_MULT);
235 callout_reset(&softc->ipf_slow_ch, (hz / IPF_HZ_DIVIDE) * IPF_HZ_MULT,
H A Dip_fil.h1264 #define IPF_HZ_MULT 1 macro
1267 #define IPF_TTLVAL(x) (((x) / IPF_HZ_MULT) * IPF_HZ_DIVIDE)