Searched refs:flight_size (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
D | sctp_cc_functions.c | 267 net->flight_size, in cc_bw_same() 316 net->flight_size, in cc_bw_same() 362 net->flight_size, in cc_bw_same() 423 net->flight_size, in cc_bw_decrease() 440 net->flight_size, in cc_bw_decrease() 479 net->flight_size, in cc_bw_decrease() 514 net->flight_size, in cc_bw_decrease() 575 net->flight_size, in cc_bw_increase() 700 net->flight_size, in cc_bw_limit() 874 net->flight_size, in sctp_cwnd_update_after_sack_common() [all …]
|
D | sctp_var.h | 319 if (tp1->whoTo->flight_size >= tp1->book_size) \ 320 tp1->whoTo->flight_size -= tp1->book_size; \ 322 tp1->whoTo->flight_size = 0; \ 326 (tp1)->whoTo->flight_size += (tp1)->book_size; \
|
D | sctp_timer.c | 502 sctp_log_fr(net->flight_size, 0, 0, SCTP_FR_CWND_REPORT); 503 sctp_log_fr(net->flight_size, net->cwnd, stcb->asoc.total_flight, SCTP_FR_CWND_REPORT); 530 orig_flight = net->flight_size; 655 chk->whoTo->flight_size, 706 if ((orig_flight - net->flight_size) != (orig_tf - stcb->asoc.total_flight)) { 774 lnets->flight_size = 0; 783 chk->whoTo->flight_size, 906 (net->flight_size == 0)) {
|
D | sctp_indata.c | 2719 tp1->whoTo->flight_size, in sctp_process_segment_range() 2920 tp1->whoTo->flight_size, in sctp_check_for_revoked() 3231 (tp1->whoTo ? (tp1->whoTo->flight_size) : 0), 3529 tp1->whoTo->flight_size, 3548 tp1->whoTo->flight_size, 3675 tp1->whoTo->flight_size, 3886 net->flight_size = 0; 3928 if (net->flight_size) { 3960 net->flight_size = 0; 4266 net->flight_size = 0; [all …]
|
D | sctp_uio.h | 783 uint16_t flight_size; /* flight size in k */ member 1262 uint32_t flight_size; /* */ member
|
D | sctp_output.c | 7436 data_list[i]->whoTo->flight_size, 8355 (net->flight_size == 0)) { 8358 if (net->flight_size >= net->cwnd) { 8424 (net->flight_size >= net->cwnd)) { 8983 if (net->flight_size >= net->cwnd) { 8988 (net->flight_size > max_rwnd_per_dest)) { 9000 (net->flight_size > max_send_per_dest)) { 9058 if (net->flight_size >= net->cwnd) { 10083 if (net->flight_size >= net->cwnd) { 10308 data_list[i]->whoTo->flight_size, [all …]
|
D | sctputil.c | 335 sctp_clog.x.cwnd.inflight = net->flight_size; in sctp_log_cwnd() 417 sctp_clog.x.cwnd.inflight = net->flight_size; in sctp_log_maxburst() 458 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 464 sctp_clog.x.rwnd.send_size = flight_size; in sctp_log_rwnd_set() 567 sctp_clog.x.blk.flight_size = (uint16_t) (asoc->total_flight/1024); in sctp_log_block() 734 tot_out += lnet->flight_size; in sctp_auditing() 756 if (lnet->flight_size != tot_out) { in sctp_auditing() 758 (void *)lnet, lnet->flight_size, in sctp_auditing() 760 lnet->flight_size = tot_out; in sctp_auditing()
|
D | sctp_structs.h | 338 uint32_t flight_size; member
|
D | sctp_sysctl.c | 615 xraddr.flight_size = net->flight_size;
|
D | sctp_input.c | 3450 tp1->whoTo->flight_size,
|
D | sctp_usrreq.c | 306 chk->whoTo->flight_size, in sctp_pathmtu_adjustment()
|
/external/chromium_org/third_party/usrsctp/usrsctplib/ |
D | usrsctp.h | 799 uint16_t flight_size; /* flight size in k */ member
|
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/ |
D | sctp6_usrreq.c | 416 net->flight_size -= chk->send_size;
|