Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbridgestp.c197 BSTP_LOCK_ASSERT(bs); in bstp_transmit_bpdu()
348 BSTP_LOCK_ASSERT(bs); in bstp_send_bpdu()
588 BSTP_LOCK_ASSERT(bs); in bstp_received_bpdu()
904 BSTP_LOCK_ASSERT(bs); in bstp_update_state()
1167 BSTP_LOCK_ASSERT(bs); in bstp_set_other_tcprop()
1181 BSTP_LOCK_ASSERT(bs); in bstp_set_all_reroot()
1192 BSTP_LOCK_ASSERT(bs); in bstp_set_all_sync()
1868 BSTP_LOCK_ASSERT(bs); in bstp_tick()
2031 BSTP_LOCK_ASSERT(bs); in bstp_reinit()
H A Dbridgestp.h370 #define BSTP_LOCK_ASSERT(_bs) mtx_assert(&(_bs)->bs_mtx, MA_OWNED) macro