Searched defs:SCTP_INP_WUNLOCK (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/netinet/
H A Dsctp_pcb.h503 #define SCTP_INP_WUNLOCK(_inp) mtx_unlock(&(_inp)->inp_mtx) macro
583 #define SCTP_INP_WUNLOCK(_inp) mutex_exit(&(_inp)->inp_mtx) macro
635 #define SCTP_INP_WUNLOCK(_inp) macro

Completed in 74 milliseconds