Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c191 softc->ipf_slow_ch = timeout(ipf_timer_func, softc, hz/2);
193 callout_init(&softc->ipf_slow_ch, 1);
194 callout_reset(&softc->ipf_slow_ch,
231 softc->ipf_slow_ch = timeout(ipf_timer_func, softc,
234 callout_init(&softc->ipf_slow_ch, 1);
235 callout_reset(&softc->ipf_slow_ch, (hz / IPF_HZ_DIVIDE) * IPF_HZ_MULT,
259 if (softc->ipf_slow_ch.callout != NULL)
260 untimeout(ipf_timer_func, softc, softc->ipf_slow_ch);
263 callout_drain(&softc->ipf_slow_ch);
H A Dip_fil.h1571 struct callout ipf_slow_ch; member
1574 struct callout ipf_slow_ch; member
1577 timeout_id_t ipf_slow_ch; member