HomeSort by relevance Sort by last modified time
    Searched refs:ipi_count_asoc (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_lock_userspace.h 156 sctppcbinfo.ipi_count_asoc++; \
161 sctppcbinfo.ipi_count_asoc--; \
sctp_process_lock.h 584 atomic_add_int(&SCTP_BASE_INFO(ipi_count_asoc), 1); \
589 atomic_subtract_int(&SCTP_BASE_INFO(ipi_count_asoc), 1); \
sctp_pcb.h 247 uint32_t ipi_count_asoc; member in struct:sctp_epinfo
sctp_pcb.c 156 spcb->asoc_count = SCTP_BASE_INFO(ipi_count_asoc);
    [all...]

Completed in 477 milliseconds