Searched refs:flight_size (Results 1 – 11 of 11) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_cc_functions.c | 285 net->flight_size, in cc_bw_same() 334 net->flight_size, in cc_bw_same() 380 net->flight_size, in cc_bw_same() 441 net->flight_size, in cc_bw_decrease() 458 net->flight_size, in cc_bw_decrease() 498 net->flight_size, in cc_bw_decrease() 534 net->flight_size, in cc_bw_decrease() 596 net->flight_size, in cc_bw_increase() 721 net->flight_size, in cc_bw_limit() 895 net->flight_size, in sctp_cwnd_update_after_sack_common() [all …]
|
D | sctp_var.h | 295 if (tp1->whoTo->flight_size >= tp1->book_size) \ 296 tp1->whoTo->flight_size -= tp1->book_size; \ 298 tp1->whoTo->flight_size = 0; \ 302 (tp1)->whoTo->flight_size += (tp1)->book_size; \
|
D | sctp_timer.c | 519 sctp_log_fr(net->flight_size, 0, 0, SCTP_FR_CWND_REPORT); 520 sctp_log_fr(net->flight_size, net->cwnd, stcb->asoc.total_flight, SCTP_FR_CWND_REPORT); 547 orig_flight = net->flight_size; 672 chk->whoTo->flight_size, 724 if ((orig_flight - net->flight_size) != (orig_tf - stcb->asoc.total_flight)) { 789 lnets->flight_size = 0; 798 chk->whoTo->flight_size, 921 (net->flight_size == 0)) {
|
D | sctp_indata.c | 3107 tp1->whoTo->flight_size, in sctp_process_segment_range() 3311 tp1->whoTo->flight_size, in sctp_check_for_revoked() 3625 (tp1->whoTo ? (tp1->whoTo->flight_size) : 0), 3929 tp1->whoTo ? tp1->whoTo->flight_size : 0, 3948 tp1->whoTo->flight_size, 4066 tp1->whoTo->flight_size, 4279 net->flight_size = 0; 4315 if (net->flight_size) { 4345 net->flight_size = 0; 4632 net->flight_size = 0; [all …]
|
D | sctp_uio.h | 790 uint16_t flight_size; /* flight size in k */ member 1250 uint32_t flight_size; /* */ member
|
D | sctp_output.c | 7587 data_list[i]->whoTo->flight_size, 8509 (net->flight_size == 0)) { 8512 if (net->flight_size >= net->cwnd) { 8578 (net->flight_size >= net->cwnd)) { 9114 if (net->flight_size >= net->cwnd) { 9119 (net->flight_size > max_rwnd_per_dest)) { 9131 (net->flight_size > max_send_per_dest)) { 9190 if (net->flight_size >= net->cwnd) { 10224 if (net->flight_size >= net->cwnd) { 10455 data_list[i]->whoTo->flight_size, [all …]
|
D | sctputil.c | 352 sctp_clog.x.cwnd.inflight = net->flight_size; in sctp_log_cwnd() 430 sctp_clog.x.cwnd.inflight = net->flight_size; in sctp_log_maxburst() 471 sctp_log_rwnd_set(uint8_t from, uint32_t peers_rwnd, uint32_t flight_size, uint32_t overhead, uint3… in sctp_log_rwnd_set() argument 477 sctp_clog.x.rwnd.send_size = flight_size; in sctp_log_rwnd_set() 582 sctp_clog.x.blk.flight_size = (uint16_t) (asoc->total_flight/1024); in sctp_log_block() 749 tot_out += lnet->flight_size; in sctp_auditing() 771 if (lnet->flight_size != tot_out) { in sctp_auditing() 773 (void *)lnet, lnet->flight_size, in sctp_auditing() 775 lnet->flight_size = tot_out; in sctp_auditing()
|
D | sctp_structs.h | 342 uint32_t flight_size; member
|
D | sctp_sysctl.c | 620 xraddr.flight_size = net->flight_size;
|
D | sctp_input.c | 3578 tp1->whoTo->flight_size,
|
D | sctp_usrreq.c | 231 chk->whoTo->flight_size, in sctp_pathmtu_adjustment()
|