altq_subr.c | 76 static void tbr_timeout(void *); 340 CALLOUT_RESET(&tbr_callout, 1, tbr_timeout, (void *)0); 348 * tbr_timeout goes through the interface list, and kicks the drivers 352 tbr_timeout(void *arg) function in typeref:typename:void 379 CALLOUT_RESET(&tbr_callout, 1, tbr_timeout, (void *)0);
|