HomeSort by: relevance | last modified time | path
    Searched refs:IPF_HZ_MULT (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_fil_netbsd.c 506 callout_reset(&softc->ipf_slow_ch, (hz / IPF_HZ_DIVIDE) * IPF_HZ_MULT,
509 timeout(ipf_timer_func, softc, (hz / IPF_HZ_DIVIDE) * IPF_HZ_MULT);
540 (hz / IPF_HZ_DIVIDE) * IPF_HZ_MULT);
ip_fil.h 1327 #define IPF_HZ_MULT 1
1330 #define IPF_TTLVAL(x) (((x) / IPF_HZ_MULT) * IPF_HZ_DIVIDE)

Completed in 115 milliseconds