Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_lock_bsd.h329 mtx_init(&(_tcb)->tcb_send_mtx, "sctp-send-tcb", "tcbs", \
334 mtx_destroy(&(_tcb)->tcb_send_mtx); \
338 mtx_lock(&(_tcb)->tcb_send_mtx); \
342 mtx_unlock(&(_tcb)->tcb_send_mtx); \
H A Dsctp_pcb.h469 struct mtx tcb_send_mtx; member
H A Dsctp_output.c13686 if (mtx_owned(&stcb->tcb_send_mtx)) { in sctp_lower_sosend()