Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_lock_bsd.h442 atomic_add_int(&SCTP_BASE_INFO(ipi_count_asoc), 1); \
446 atomic_subtract_int(&SCTP_BASE_INFO(ipi_count_asoc), 1); \
H A Dsctp_pcb.h202 uint32_t ipi_count_asoc; member
H A Dsctp_pcb.c86 spcb->asoc_count = SCTP_BASE_INFO(ipi_count_asoc); in sctp_fill_pcbinfo()
4063 if (SCTP_BASE_INFO(ipi_count_asoc) >= SCTP_MAX_NUM_OF_ASOC) { in sctp_aloc_assoc_locked()
5665 SCTP_BASE_INFO(ipi_count_asoc) = 0; in sctp_pcb_init()