Home
last modified time | relevance | path

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

/dragonfly/sys/net/
H A Dif.c119 static void if_slowtimo(void *);
1899 callout_reset(&if_slowtimo_timer, hz / IFNET_SLOWHZ, if_slowtimo, NULL); in if_slowtimo_dispatch()
1903 if_slowtimo(void *arg __unused) in if_slowtimo() function