Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c94 static void ipf_timer_func __P((void *arg));
177 ipf_timer_func(arg) in ipf_timer_func() function
191 softc->ipf_slow_ch = timeout(ipf_timer_func, softc, hz/2);
196 ipf_timer_func, softc);
231 softc->ipf_slow_ch = timeout(ipf_timer_func, softc,
236 ipf_timer_func, softc);
260 untimeout(ipf_timer_func, softc, softc->ipf_slow_ch);