Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbridgestp.c1912 callout_reset(&bs->bs_bstpcallout, hz, bstp_tick, bs); in bstp_tick()
2084 if (bs->bs_running && callout_pending(&bs->bs_bstpcallout) == 0) in bstp_reinit()
2085 callout_reset(&bs->bs_bstpcallout, hz, bstp_tick, bs); in bstp_reinit()
2108 callout_stop(&bs->bs_bstpcallout); in bstp_reinit()
2141 callout_init_mtx(&bs->bs_bstpcallout, &bs->bs_mtx, 0); in bstp_attach()
2171 callout_drain(&bs->bs_bstpcallout); in bstp_detach()
2179 callout_reset(&bs->bs_bstpcallout, hz, bstp_tick, bs); in bstp_init()
2196 callout_stop(&bs->bs_bstpcallout); in bstp_stop()
H A Dbridgestp.h357 struct callout bs_bstpcallout; /* STP callout */ member