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

/freebsd-10.1-release/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c94 static void ipf_timer_func __P((void *arg));
168 ipf_timer_func(arg) function
182 softc->ipf_slow_ch = timeout(ipf_timer_func, softc, hz/2);
187 ipf_timer_func, softc);
229 softc->ipf_slow_ch = timeout(ipf_timer_func, softc,
234 ipf_timer_func, softc);
258 untimeout(ipf_timer_func, softc, softc->ipf_slow_ch);

Completed in 57 milliseconds