Searched refs:_tcb (Results 1 – 1 of 1) sorted by relevance
338 mtx_lock(&(_tcb)->tcb_send_mtx); \359 mtx_destroy(&(_tcb)->tcb_mtx); \363 #define SCTP_TCB_LOCK(_tcb) do { \ argument365 sctp_log_lock(_tcb->sctp_ep, _tcb, SCTP_LOG_LOCK_TCB); \366 mtx_lock(&(_tcb)->tcb_mtx); \369 #define SCTP_TCB_LOCK(_tcb) do { \ argument370 mtx_lock(&(_tcb)->tcb_mtx); \375 #define SCTP_TCB_TRYLOCK(_tcb) \ argument376 mtx_trylock(&(_tcb)->tcb_mtx)379 mtx_unlock(&(_tcb)->tcb_mtx); \[all …]