Searched refs:ipf_slow_ch (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/sys/contrib/ipfilter/netinet/ |
| HD | ip_fil_freebsd.c | 192 softc->ipf_slow_ch = timeout(ipf_timer_func, softc, hz/2); 194 callout_init(&softc->ipf_slow_ch, 1); 195 callout_reset(&softc->ipf_slow_ch, 232 softc->ipf_slow_ch = timeout(ipf_timer_func, softc, 235 callout_init(&softc->ipf_slow_ch, 1); 236 callout_reset(&softc->ipf_slow_ch, (hz / IPF_HZ_DIVIDE) * IPF_HZ_MULT, 260 if (softc->ipf_slow_ch.callout != NULL) 261 untimeout(ipf_timer_func, softc, softc->ipf_slow_ch); 264 callout_drain(&softc->ipf_slow_ch);
|
| HD | ip_fil.h | 1571 struct callout ipf_slow_ch; member 1574 struct callout ipf_slow_ch; member 1577 timeout_id_t ipf_slow_ch; member
|