Searched refs:tcb_mtx (Results 1 – 4 of 4) sorted by relevance
354 mtx_init(&(_tcb)->tcb_mtx, "sctp-tcb", "tcb", \359 mtx_destroy(&(_tcb)->tcb_mtx); \366 mtx_lock(&(_tcb)->tcb_mtx); \370 mtx_lock(&(_tcb)->tcb_mtx); \376 mtx_trylock(&(_tcb)->tcb_mtx)379 mtx_unlock(&(_tcb)->tcb_mtx); \383 if (mtx_owned(&(_tcb)->tcb_mtx)) \384 mtx_unlock(&(_tcb)->tcb_mtx); \388 KASSERT(mtx_owned(&(_tcb)->tcb_mtx), \
468 struct mtx tcb_mtx; member
366 sctp_clog.x.lock.tcb_lock = mtx_owned(&stcb->tcb_mtx); in sctp_log_lock()
13683 if (mtx_owned(&stcb->tcb_mtx)) { in sctp_lower_sosend()