Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_lock_bsd.h445 atomic_add_int(&SCTP_BASE_INFO(ipi_count_asoc), 1); \
449 atomic_subtract_int(&SCTP_BASE_INFO(ipi_count_asoc), 1); \
H A Dsctp_pcb.h205 uint32_t ipi_count_asoc; member
H A Dsctp_pcb.c89 spcb->asoc_count = SCTP_BASE_INFO(ipi_count_asoc); in sctp_fill_pcbinfo()
4175 if (SCTP_BASE_INFO(ipi_count_asoc) >= SCTP_MAX_NUM_OF_ASOC) { in sctp_aloc_assoc()
5795 SCTP_BASE_INFO(ipi_count_asoc) = 0; in sctp_pcb_init()