Searched refs:ipi_count_asoc (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_lock_userspace.h156 sctppcbinfo.ipi_count_asoc++; \
161 sctppcbinfo.ipi_count_asoc--; \
H A Dsctp_process_lock.h584 atomic_add_int(&SCTP_BASE_INFO(ipi_count_asoc), 1); \
589 atomic_subtract_int(&SCTP_BASE_INFO(ipi_count_asoc), 1); \
H A Dsctp_pcb.h247 uint32_t ipi_count_asoc; member in struct:sctp_epinfo
H A Dsctp_pcb.c158 spcb->asoc_count = SCTP_BASE_INFO(ipi_count_asoc);
4926 if (SCTP_BASE_INFO(ipi_count_asoc) >= SCTP_MAX_NUM_OF_ASOC) {
6792 SCTP_BASE_INFO(ipi_count_asoc) = 0;

Completed in 1480 milliseconds