Home
last modified time | relevance | path

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

/dflybsd-src/sys/net/
H A Dif.c188 static struct callout if_slowtimo_timer; variable
239 callout_init_mp(&if_slowtimo_timer); in ifinit()
1899 callout_reset(&if_slowtimo_timer, hz / IFNET_SLOWHZ, if_slowtimo, NULL); in if_slowtimo_dispatch()