Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_var.h156 if (((_stcb)->asoc.free_chunk_cnt > SCTP_BASE_SYSCTL(sctp_asoc_free_resc_limit)) || \
162 (_stcb)->asoc.free_chunk_cnt++; \
185 (_stcb)->asoc.free_chunk_cnt--; \
Dsctp_structs.h1200 uint16_t free_chunk_cnt; member
Dsctp_pcb.c5791 asoc->free_chunk_cnt--;
Dsctputil.c1257 asoc->free_chunk_cnt = 0; in sctp_init_asoc()