Searched refs:flight_size (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_cc_functions.c | 272 net->flight_size, in cc_bw_same() 317 net->flight_size, in cc_bw_same() 360 net->flight_size, in cc_bw_same() 409 net->flight_size, in cc_bw_decrease() 427 net->flight_size, in cc_bw_decrease() 464 net->flight_size, in cc_bw_decrease() 496 net->flight_size, in cc_bw_decrease() 546 net->flight_size, in cc_bw_increase() 658 net->flight_size, in cc_bw_limit() 815 net->flight_size, in sctp_cwnd_update_after_sack_common() [all …]
|
H A D | sctp_var.h | 245 if (tp1->whoTo->flight_size >= tp1->book_size) \ 246 tp1->whoTo->flight_size -= tp1->book_size; \ 248 tp1->whoTo->flight_size = 0; \ 252 (tp1)->whoTo->flight_size += (tp1)->book_size; \
|
H A D | sctp_timer.c | 524 sctp_log_fr(net->flight_size, 0, 0, SCTP_FR_CWND_REPORT); in sctp_mark_all_for_resend() 525 sctp_log_fr(net->flight_size, net->cwnd, stcb->asoc.total_flight, SCTP_FR_CWND_REPORT); in sctp_mark_all_for_resend() 548 orig_flight = net->flight_size; in sctp_mark_all_for_resend() 669 chk->whoTo->flight_size, in sctp_mark_all_for_resend() 722 if ((orig_flight - net->flight_size) != (orig_tf - stcb->asoc.total_flight)) { in sctp_mark_all_for_resend() 787 lnets->flight_size = 0; in sctp_mark_all_for_resend() 796 chk->whoTo->flight_size, in sctp_mark_all_for_resend() 918 (net->flight_size == 0)) { in sctp_t3rxt_timer()
|
H A D | sctp_indata.c | 3053 tp1->whoTo->flight_size, in sctp_process_segment_range() 3259 tp1->whoTo->flight_size, in sctp_check_for_revoked() 3573 (tp1->whoTo ? (tp1->whoTo->flight_size) : 0), in sctp_strike_gap_ack_chunks() 3883 tp1->whoTo ? tp1->whoTo->flight_size : 0, in sctp_window_probe_recovery() 3902 tp1->whoTo->flight_size, in sctp_window_probe_recovery() 4020 tp1->whoTo->flight_size, in sctp_express_handle_sack() 4188 net->flight_size = 0; in sctp_express_handle_sack() 4224 if (net->flight_size) { in sctp_express_handle_sack() 4258 net->flight_size = 0; in sctp_express_handle_sack() 4546 net->flight_size = 0; in sctp_handle_sack() [all …]
|
H A D | sctp_uio.h | 760 uint16_t flight_size; /* flight size in k */ member 1228 uint32_t flight_size; /* */ member
|
H A D | sctp_sysctl.c | 533 xraddr.flight_size = net->flight_size; in sctp_sysctl_handle_assoclist()
|
H A D | sctp_output.c | 7106 data_list[i]->whoTo->flight_size, in sctp_clean_up_datalist() 7966 (net->flight_size == 0)) { in sctp_med_chunk_output() 7969 if (net->flight_size >= net->cwnd) { in sctp_med_chunk_output() 8035 (net->flight_size >= net->cwnd)) { in sctp_med_chunk_output() 8582 if (net->flight_size >= net->cwnd) { in sctp_med_chunk_output() 8587 (net->flight_size > max_rwnd_per_dest)) { in sctp_med_chunk_output() 8599 (net->flight_size > max_send_per_dest)) { in sctp_med_chunk_output() 8649 if (net->flight_size >= net->cwnd) { in sctp_med_chunk_output() 9704 if (net->flight_size >= net->cwnd) { in sctp_chunk_retransmission() 9944 data_list[i]->whoTo->flight_size, in sctp_chunk_retransmission() [all …]
|
H A D | sctputil.c | 329 sctp_clog.x.cwnd.inflight = net->flight_size; in sctp_log_cwnd() 403 sctp_clog.x.cwnd.inflight = net->flight_size; in sctp_log_maxburst() 444 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 450 sctp_clog.x.rwnd.send_size = flight_size; in sctp_log_rwnd_set() 555 sctp_clog.x.blk.flight_size = (uint16_t)(asoc->total_flight / 1024); in sctp_log_block() 722 tot_out += lnet->flight_size; in sctp_auditing() 743 if (lnet->flight_size != tot_out) { in sctp_auditing() 745 (void *)lnet, lnet->flight_size, in sctp_auditing() 747 lnet->flight_size = tot_out; in sctp_auditing()
|
H A D | sctp_structs.h | 306 uint32_t flight_size; member
|
H A D | sctp_input.c | 3157 tp1->whoTo->flight_size, in process_chunk_drop()
|
H A D | sctp_usrreq.c | 154 chk->whoTo->flight_size, in sctp_pathmtu_adjustment()
|