/src/sys/netinet/ |
sctp_pcb.h | 177 struct mtx it_mtx; member in struct:sctp_epinfo 180 kmutex_t it_mtx; member in struct:sctp_epinfo 528 mtx_init(&sctppcbinfo.it_mtx, "sctp", "iterator", MTX_DEF) 530 if (mtx_owned(&sctppcbinfo.it_mtx)) \ 532 mtx_lock(&sctppcbinfo.it_mtx); \ 535 #define SCTP_ITERATOR_UNLOCK() mtx_unlock(&sctppcbinfo.it_mtx) 536 #define SCTP_ITERATOR_LOCK_DESTROY() mtx_destroy(&sctppcbinfo.it_mtx) 604 mutex_init(&sctppcbinfo.it_mtx, MUTEX_DEFAULT, IPL_NET) 606 if (mutex_owned(&sctppcbinfo.it_mtx)) \ 608 mutex_enter(&sctppcbinfo.it_mtx); \ [all...] |
sctp_pcb.h | 177 struct mtx it_mtx; member in struct:sctp_epinfo 180 kmutex_t it_mtx; member in struct:sctp_epinfo 528 mtx_init(&sctppcbinfo.it_mtx, "sctp", "iterator", MTX_DEF) 530 if (mtx_owned(&sctppcbinfo.it_mtx)) \ 532 mtx_lock(&sctppcbinfo.it_mtx); \ 535 #define SCTP_ITERATOR_UNLOCK() mtx_unlock(&sctppcbinfo.it_mtx) 536 #define SCTP_ITERATOR_LOCK_DESTROY() mtx_destroy(&sctppcbinfo.it_mtx) 604 mutex_init(&sctppcbinfo.it_mtx, MUTEX_DEFAULT, IPL_NET) 606 if (mutex_owned(&sctppcbinfo.it_mtx)) \ 608 mutex_enter(&sctppcbinfo.it_mtx); \ [all...] |
sctp_pcb.h | 177 struct mtx it_mtx; member in struct:sctp_epinfo 180 kmutex_t it_mtx; member in struct:sctp_epinfo 528 mtx_init(&sctppcbinfo.it_mtx, "sctp", "iterator", MTX_DEF) 530 if (mtx_owned(&sctppcbinfo.it_mtx)) \ 532 mtx_lock(&sctppcbinfo.it_mtx); \ 535 #define SCTP_ITERATOR_UNLOCK() mtx_unlock(&sctppcbinfo.it_mtx) 536 #define SCTP_ITERATOR_LOCK_DESTROY() mtx_destroy(&sctppcbinfo.it_mtx) 604 mutex_init(&sctppcbinfo.it_mtx, MUTEX_DEFAULT, IPL_NET) 606 if (mutex_owned(&sctppcbinfo.it_mtx)) \ 608 mutex_enter(&sctppcbinfo.it_mtx); \ [all...] |