Home
last modified time | relevance | path

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

/dragonfly/sys/net/bridge/
HDbridgestp.c174 static void bstp_tick(void *);
1203 bstp_tick, sc); in bstp_initialization()
1401 bstp_tick(void *arg) in bstp_tick() function
1494 callout_reset(&sc->sc_bstpcallout, hz, bstp_tick, sc); in bstp_tick_handler()