Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_var.h146 if (((_stcb)->asoc.free_chunk_cnt > SCTP_BASE_SYSCTL(sctp_asoc_free_resc_limit)) || \
152 (_stcb)->asoc.free_chunk_cnt++; \
175 (_stcb)->asoc.free_chunk_cnt--; \
Dsctp_structs.h1169 uint16_t free_chunk_cnt; member
Dsctp_pcb.c5664 asoc->free_chunk_cnt--;
Dsctputil.c1044 asoc->free_chunk_cnt = 0; in sctp_init_asoc()