Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netinet/
Dsctp_lock_bsd.h89 if(rw_wowned(&SCTP_BASE_INFO(ipi_ep_mtx))) { \
90 rw_wunlock(&SCTP_BASE_INFO(ipi_ep_mtx)); \
92 rw_destroy(&SCTP_BASE_INFO(ipi_ep_mtx)); \
96 rw_init(&SCTP_BASE_INFO(ipi_ep_mtx), "sctp-info");
100 rw_rlock(&SCTP_BASE_INFO(ipi_ep_mtx)); \
147 rw_wlock(&SCTP_BASE_INFO(ipi_ep_mtx)); \
151 #define SCTP_INP_INFO_RUNLOCK() rw_runlock(&SCTP_BASE_INFO(ipi_ep_mtx))
152 #define SCTP_INP_INFO_WUNLOCK() rw_wunlock(&SCTP_BASE_INFO(ipi_ep_mtx))
Dsctp_pcb.h196 struct rwlock ipi_ep_mtx; member
Dsctputil.c334 sctp_clog.x.lock.info_lock = rw_wowned(&SCTP_BASE_INFO(ipi_ep_mtx)); in sctp_log_lock()