Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/ipf/netinet/
H A Dip_fil_netbsd.c477 callout_reset(&softc->ipf_slow_ch, (hz / IPF_HZ_DIVIDE) * IPF_HZ_MULT, in ipfattach()
480 timeout(ipf_timer_func, softc, (hz / IPF_HZ_DIVIDE) * IPF_HZ_MULT); in ipfattach()
511 (hz / IPF_HZ_DIVIDE) * IPF_HZ_MULT); in ipf_timer_func()
H A Dip_fil.h1327 #define IPF_HZ_MULT 1 macro
1330 #define IPF_TTLVAL(x) (((x) / IPF_HZ_MULT) * IPF_HZ_DIVIDE)