if_slowtimo
static void if_slowtimo(void *);
callout_reset(&if_slowtimo_timer, hz / IFNET_SLOWHZ, if_slowtimo, NULL);