Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_var.h152 (SCTP_BASE_INFO(ipi_free_chunks) > SCTP_BASE_SYSCTL(sctp_system_free_resc_limit))) { \
158 atomic_add_int(&SCTP_BASE_INFO(ipi_free_chunks), 1); \
177 atomic_subtract_int(&SCTP_BASE_INFO(ipi_free_chunks), 1); \
H A Dsctp_pcb.h232 uint32_t ipi_free_chunks; member
H A Dsctp_pcb.c95 spcb->free_chunks = SCTP_BASE_INFO(ipi_free_chunks); in sctp_fill_pcbinfo()
4979 atomic_subtract_int(&SCTP_BASE_INFO(ipi_free_chunks), 1); in sctp_free_assoc()
5810 SCTP_BASE_INFO(ipi_free_chunks) = 0; in sctp_pcb_init()