Home
last modified time | relevance | path

Searched refs:total_flight_count (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_var.h319 if (stcb->asoc.total_flight_count > 0) \
320 stcb->asoc.total_flight_count--; \
323 stcb->asoc.total_flight_count = 0; \
337 (stcb)->asoc.total_flight_count++; \
347 if (stcb->asoc.total_flight_count > 0) \
348 stcb->asoc.total_flight_count--; \
351 stcb->asoc.total_flight_count = 0; \
356 (stcb)->asoc.total_flight_count++; \
Dsctp_indata.c3881 entry_cnt = asoc->total_flight_count;
3989 …(uint32_t) (asoc->total_flight + (asoc->total_flight_count * SCTP_BASE_SYSCTL(sctp_peer_chunk_oh))…
4283 asoc->total_flight_count = 0;
4288 …(uint32_t) (asoc->total_flight + (asoc->total_flight_count * SCTP_BASE_SYSCTL(sctp_peer_chunk_oh))…
4348 asoc->total_flight_count = 0;
4635 asoc->total_flight_count = 0;
5072 asoc->total_flight_count = 0;
5196 …asoc->peers_rwnd, asoc->total_flight, (asoc->total_flight_count * SCTP_BASE_SYSCTL(sctp_peer_chunk…
5199 …(uint32_t) (asoc->total_flight + (asoc->total_flight_count * SCTP_BASE_SYSCTL(sctp_peer_chunk_oh))…
5268 asoc->total_flight_count = 0;
Dsctp_structs.h1093 unsigned int total_flight_count; /* count of chunks used with member
Dsctp_timer.c786 stcb->asoc.total_flight_count = 0;
Dsctputil.c188 sctp_clog.x.nagle.count_in_flight = stcb->asoc.total_flight_count; in sctp_log_nagle_event()
531 sctp_clog.x.wake.flight = stcb->asoc.total_flight_count; in sctp_wakeup_log()
735 if (tot_book_cnt != stcb->asoc.total_flight_count) { in sctp_auditing()
745 stcb->asoc.total_flight_count = tot_book_cnt; in sctp_auditing()
Dsctp_output.c14414 stcb->asoc.chunks_on_out_queue, stcb->asoc.total_flight_count);
14719 stcb->asoc.chunks_on_out_queue, stcb->asoc.total_flight_count);
Dsctp_input.c2110 asoc->total_flight_count = 0; in sctp_process_cookie_existing()