Home
last modified time | relevance | path

Searched refs:free_chunk_cnt (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_var.h148 if (((_stcb)->asoc.free_chunk_cnt > SCTP_BASE_SYSCTL(sctp_asoc_free_resc_limit)) || \
154 (_stcb)->asoc.free_chunk_cnt++; \
177 (_stcb)->asoc.free_chunk_cnt--; \
H A Dsctp_structs.h1132 uint16_t free_chunk_cnt; member
H A Dsctp_pcb.c4844 asoc->free_chunk_cnt--; in sctp_free_assoc()
H A Dsctputil.c1224 asoc->free_chunk_cnt = 0; in sctp_init_asoc()