Home
last modified time | relevance | path

Searched defs:SCTP_TCB_UNLOCK (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/netinet/
H A Dsctp_pcb.h525 #define SCTP_TCB_UNLOCK(_tcb) mtx_unlock(&(_tcb)->tcb_mtx) macro
601 #define SCTP_TCB_UNLOCK(_tcb) mutex_exit(&(_tcb)->tcb_mtx) macro
644 #define SCTP_TCB_UNLOCK(_tcb) macro