Home
last modified time | relevance | path

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

/src/sys/net/
H A Dbridgestp.c198 BSTP_LOCK_ASSERT(bs); in bstp_transmit_bpdu()
349 BSTP_LOCK_ASSERT(bs); in bstp_send_bpdu()
590 BSTP_LOCK_ASSERT(bs); in bstp_received_bpdu()
923 BSTP_LOCK_ASSERT(bs); in bstp_update_state()
1188 BSTP_LOCK_ASSERT(bs); in bstp_set_other_tcprop()
1202 BSTP_LOCK_ASSERT(bs); in bstp_set_all_reroot()
1213 BSTP_LOCK_ASSERT(bs); in bstp_set_all_sync()
1890 BSTP_LOCK_ASSERT(bs); in bstp_tick()
2055 BSTP_LOCK_ASSERT(bs); in bstp_reinit()
H A Dbridgestp.h368 #define BSTP_LOCK_ASSERT(_bs) mtx_assert(&(_bs)->bs_mtx, MA_OWNED) macro