Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_lock_bsd.h338 mtx_lock(&(_tcb)->tcb_send_mtx); \
359 mtx_destroy(&(_tcb)->tcb_mtx); \
363 #define SCTP_TCB_LOCK(_tcb) do { \ argument
365 sctp_log_lock(_tcb->sctp_ep, _tcb, SCTP_LOG_LOCK_TCB); \
366 mtx_lock(&(_tcb)->tcb_mtx); \
369 #define SCTP_TCB_LOCK(_tcb) do { \ argument
370 mtx_lock(&(_tcb)->tcb_mtx); \
375 #define SCTP_TCB_TRYLOCK(_tcb) \ argument
376 mtx_trylock(&(_tcb)->tcb_mtx)
379 mtx_unlock(&(_tcb)->tcb_mtx); \
[all …]