Home
last modified time | relevance | path

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

/dragonfly/sys/net/bridge/
H A Dbridgestp.c1201 if (callout_pending(&sc->sc_bstpcallout) == 0) in bstp_initialization()
1202 callout_reset(&sc->sc_bstpcallout, hz, in bstp_initialization()
1239 callout_stop(&sc->sc_bstpcallout); in bstp_stop()
1410 if (callout_pending(&sc->sc_bstpcallout) || in bstp_tick()
1411 !callout_active(&sc->sc_bstpcallout)) { in bstp_tick()
1415 callout_deactivate(&sc->sc_bstpcallout); in bstp_tick()
1494 callout_reset(&sc->sc_bstpcallout, hz, bstp_tick, sc); in bstp_tick_handler()
H A Dif_bridgevar.h371 struct callout sc_bstpcallout; /* STP callout */ member
H A Dif_bridge.c734 callout_init_mp(&sc->sc_bstpcallout); in bridge_clone_create()