Searched refs:flight_size (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_cc_functions.c | 269 net->flight_size, in cc_bw_same() 314 net->flight_size, in cc_bw_same() 357 net->flight_size, in cc_bw_same() 406 net->flight_size, in cc_bw_decrease() 424 net->flight_size, in cc_bw_decrease() 461 net->flight_size, in cc_bw_decrease() 493 net->flight_size, in cc_bw_decrease() 543 net->flight_size, in cc_bw_increase() 655 net->flight_size, in cc_bw_limit() 814 net->flight_size, in sctp_cwnd_update_after_sack_common() [all …]
|
| H A D | sctp_var.h | 248 if (tp1->whoTo->flight_size >= tp1->book_size) \ 249 tp1->whoTo->flight_size -= tp1->book_size; \ 251 tp1->whoTo->flight_size = 0; \ 255 (tp1)->whoTo->flight_size += (tp1)->book_size; \
|
| H A D | sctp_timer.c | 528 sctp_log_fr(net->flight_size, 0, 0, SCTP_FR_CWND_REPORT); in sctp_mark_all_for_resend() 529 sctp_log_fr(net->flight_size, net->cwnd, stcb->asoc.total_flight, SCTP_FR_CWND_REPORT); in sctp_mark_all_for_resend() 552 orig_flight = net->flight_size; in sctp_mark_all_for_resend() 673 chk->whoTo->flight_size, in sctp_mark_all_for_resend() 726 if ((orig_flight - net->flight_size) != (orig_tf - stcb->asoc.total_flight)) { in sctp_mark_all_for_resend() 791 lnets->flight_size = 0; in sctp_mark_all_for_resend() 800 chk->whoTo->flight_size, in sctp_mark_all_for_resend() 922 (net->flight_size == 0)) { in sctp_t3rxt_timer()
|
| H A D | sctp_indata.c | 3065 tp1->whoTo->flight_size, in sctp_process_segment_range() 3271 tp1->whoTo->flight_size, in sctp_check_for_revoked() 3916 tp1->whoTo->flight_size, in sctp_window_probe_recovery() 4202 net->flight_size = 0; in sctp_express_handle_sack() 4238 if (net->flight_size) { in sctp_express_handle_sack() 4272 net->flight_size = 0; in sctp_express_handle_sack() 4560 net->flight_size = 0; in sctp_handle_sack() 4865 tp1->whoTo->flight_size, in sctp_handle_sack() 4950 net->flight_size = 0; in sctp_handle_sack() 5113 if (net->flight_size) { in sctp_handle_sack() [all …]
|
| H A D | sctp_uio.h | 763 uint16_t flight_size; /* flight size in k */ member 1223 uint32_t flight_size; /* */ member
|
| H A D | sctp_sysctl.c | 505 xraddr.flight_size = net->flight_size; in sctp_sysctl_handle_assoclist()
|
| H A D | sctp_output.c | 7003 data_list[i]->whoTo->flight_size, in sctp_clean_up_datalist() 7920 (net->flight_size == 0)) { in sctp_med_chunk_output() 7923 if (net->flight_size >= net->cwnd) { in sctp_med_chunk_output() 7989 (net->flight_size >= net->cwnd)) { in sctp_med_chunk_output() 8522 if (net->flight_size >= net->cwnd) { in sctp_med_chunk_output() 8589 if (net->flight_size >= net->cwnd) { in sctp_med_chunk_output() 9618 if (net->flight_size >= net->cwnd) { in sctp_chunk_retransmission() 9850 data_list[i]->whoTo->flight_size, in sctp_chunk_retransmission() 10109 if (net->flight_size == 0) { in sctp_chunk_output() 13300 if ((net->flight_size > net->cwnd) && in sctp_lower_sosend() [all …]
|
| H A D | sctputil.c | 332 sctp_clog.x.cwnd.inflight = net->flight_size; in sctp_log_cwnd() 406 sctp_clog.x.cwnd.inflight = net->flight_size; in sctp_log_maxburst() 447 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 453 sctp_clog.x.rwnd.send_size = flight_size; in sctp_log_rwnd_set() 558 sctp_clog.x.blk.flight_size = (uint16_t)(asoc->total_flight / 1024); in sctp_log_block() 725 tot_out += lnet->flight_size; in sctp_auditing() 746 if (lnet->flight_size != tot_out) { in sctp_auditing() 748 (void *)lnet, lnet->flight_size, in sctp_auditing() 750 lnet->flight_size = tot_out; in sctp_auditing()
|
| H A D | sctp_structs.h | 289 uint32_t flight_size; member
|
| H A D | sctp_input.c | 3198 tp1->whoTo->flight_size, in process_chunk_drop()
|
| H A D | sctp_usrreq.c | 139 chk->whoTo->flight_size, in sctp_pathmtu_adjustment()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | sctp_uio.h | 763 uint16_t flight_size; /* flight size in k */ member 1223 uint32_t flight_size; /* */ member
|