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

/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_frag.c90 extern struct callout_handle fr_slowtimer_ch;
95 extern struct callout fr_slowtimer_ch;
99 extern struct timeout fr_slowtimer_ch;
867 callout_reset(&fr_slowtimer_ch, hz / 2, fr_slowtimer, NULL);
870 timeout_add(&fr_slowtimer_ch, hz/2);
873 fr_slowtimer_ch = timeout(fr_slowtimer, NULL, hz/2);
H A Dip_fil_freebsd.c148 struct callout_handle fr_slowtimer_ch; variable in typeref:struct:callout_handle
249 fr_slowtimer_ch = timeout(fr_slowtimer, NULL,
273 if (fr_slowtimer_ch.callout != NULL)
274 untimeout(fr_slowtimer, NULL, fr_slowtimer_ch);
275 bzero(&fr_slowtimer_ch, sizeof(fr_slowtimer_ch));

Completed in 115 milliseconds