Searched refs:ipf_slow_ch (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sys/netpfil/ipfilter/netinet/ |
| D | ip_fil_freebsd.c | 193 softc->ipf_slow_ch = timeout(ipf_timer_func, softc, hz/2); in ipf_timer_func() 195 callout_init(&softc->ipf_slow_ch, 1); in ipf_timer_func() 196 callout_reset(&softc->ipf_slow_ch, in ipf_timer_func() 232 softc->ipf_slow_ch = timeout(ipf_timer_func, softc, in ipfattach() 235 callout_init(&softc->ipf_slow_ch, 1); in ipfattach() 236 callout_reset(&softc->ipf_slow_ch, (hz / IPF_HZ_DIVIDE) * IPF_HZ_MULT, in ipfattach() 259 if (softc->ipf_slow_ch.callout != NULL) in ipfdetach() 260 untimeout(ipf_timer_func, softc, softc->ipf_slow_ch); in ipfdetach() 263 callout_drain(&softc->ipf_slow_ch); in ipfdetach()
|
| D | ip_fil.h | 1576 struct callout ipf_slow_ch; member 1579 struct callout ipf_slow_ch; member 1582 timeout_id_t ipf_slow_ch; member
|