HomeSort by: relevance | last modified time | path
    Searched refs:IPF_HZ_DIVIDE (Results 1 - 4 of 4) 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 1328 #define IPF_HZ_DIVIDE 2 /* How many times a second ipfilter */
1330 #define IPF_TTLVAL(x) (((x) / IPF_HZ_MULT) * IPF_HZ_DIVIDE)
ip_state.c 401 IPFTQ_INIT(&softs->ipf_state_pending, IPF_HZ_DIVIDE, "ipftq pending");
fil.c 5618 period = seconds * IPF_HZ_DIVIDE;

Completed in 25 milliseconds