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

/freebsd-10.2-release/sys/net/
H A Dbridgestp.c1909 callout_reset(&bs->bs_bstpcallout, hz, bstp_tick, bs);
2080 if (bs->bs_running && callout_pending(&bs->bs_bstpcallout) == 0)
2081 callout_reset(&bs->bs_bstpcallout, hz, bstp_tick, bs);
2104 callout_stop(&bs->bs_bstpcallout);
2137 callout_init_mtx(&bs->bs_bstpcallout, &bs->bs_mtx, 0);
2167 callout_drain(&bs->bs_bstpcallout);
2175 callout_reset(&bs->bs_bstpcallout, hz, bstp_tick, bs);
2192 callout_stop(&bs->bs_bstpcallout);
H A Dbridgestp.h356 struct callout bs_bstpcallout; /* STP callout */ member in struct:bstp_state

Completed in 103 milliseconds