HomeSort by: relevance | last modified time | path
    Searched refs:ipi_ep_mtx (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
sctp_pcb.h 176 struct mtx ipi_ep_mtx; member in struct:sctp_epinfo
179 krwlock_t ipi_ep_mtx; member in struct:sctp_epinfo
418 mtx_init(&sctppcbinfo.ipi_ep_mtx, "sctp", "inp_info", MTX_DEF)
422 if (mtx_owned(&sctppcbinfo.ipi_ep_mtx)) \
424 mtx_lock(&sctppcbinfo.ipi_ep_mtx); \
428 if (mtx_owned(&sctppcbinfo.ipi_ep_mtx)) \
430 mtx_lock(&sctppcbinfo.ipi_ep_mtx); \
440 #define SCTP_INP_INFO_RUNLOCK() mtx_unlock(&sctppcbinfo.ipi_ep_mtx)
441 #define SCTP_INP_INFO_WUNLOCK() mtx_unlock(&sctppcbinfo.ipi_ep_mtx)
539 rw_init(&sctppcbinfo.ipi_ep_mtx)
    [all...]
sctp_pcb.c 158 if (mtx_owned(&sctppcbinfo.ipi_ep_mtx))
160 mtx_lock(&sctppcbinfo.ipi_ep_mtx);
175 if (mtx_owned(&sctppcbinfo.ipi_ep_mtx))

Completed in 14 milliseconds