Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_var.h151 if (((_stcb)->asoc.free_chunk_cnt > SCTP_BASE_SYSCTL(sctp_asoc_free_resc_limit)) || \
157 (_stcb)->asoc.free_chunk_cnt++; \
180 (_stcb)->asoc.free_chunk_cnt--; \
H A Dsctp_structs.h1140 uint16_t free_chunk_cnt; member
H A Dsctp_pcb.c4980 asoc->free_chunk_cnt--; in sctp_free_assoc()
H A Dsctputil.c1219 asoc->free_chunk_cnt = 0; in sctp_init_asoc()