Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/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.h1197 uint16_t free_chunk_cnt; member
Dsctp_pcb.c5751 asoc->free_chunk_cnt--;
Dsctputil.c1249 asoc->free_chunk_cnt = 0; in sctp_init_asoc()