Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dbridgestp.c1935 callout_reset(&bs->bs_bstpcallout, hz, bstp_tick, bs); in bstp_tick()
2107 if (bs->bs_running && callout_pending(&bs->bs_bstpcallout) == 0) in bstp_reinit()
2108 callout_reset(&bs->bs_bstpcallout, hz, bstp_tick, bs); in bstp_reinit()
2131 callout_stop(&bs->bs_bstpcallout); in bstp_reinit()
2163 callout_init_mtx(&bs->bs_bstpcallout, &bs->bs_mtx, 0); in bstp_attach()
2193 callout_drain(&bs->bs_bstpcallout); in bstp_detach()
2201 callout_reset(&bs->bs_bstpcallout, hz, bstp_tick, bs); in bstp_init()
2218 callout_stop(&bs->bs_bstpcallout); in bstp_stop()
H A Dbridgestp.h355 struct callout bs_bstpcallout; /* STP callout */ member