HomeSort by relevance Sort by last modified time
    Searched refs:free_chunk_cnt (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_var.h 146 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--; \
sctp_structs.h 1169 uint16_t free_chunk_cnt; member in struct:sctp_association
    [all...]
sctp_pcb.c     [all...]
sctputil.c 1044 asoc->free_chunk_cnt = 0;
    [all...]

Completed in 52 milliseconds