Home
last modified time | relevance | path

Searched refs:flight_size (Results 1 – 11 of 11) sorted by last modified time

/freebsd/sys/netinet/
H A Dsctputil.c329 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 Dsctp_input.c3157 tp1->whoTo->flight_size, in process_chunk_drop()
H A Dsctp_output.c7106 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()
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()
10203 if (net->flight_size == 0) { in sctp_chunk_output()
13406 if ((net->flight_size > net->cwnd) && in sctp_lower_sosend()
[all …]
H A Dsctp_usrreq.c154 chk->whoTo->flight_size, in sctp_pathmtu_adjustment()
H A Dsctp_indata.c3067 tp1->whoTo->flight_size, in sctp_process_segment_range()
3273 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 Dsctp_var.h245 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 Dsctp_timer.c524 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 Dsctp_sysctl.c533 xraddr.flight_size = net->flight_size; in sctp_sysctl_handle_assoclist()
H A Dsctp_structs.h306 uint32_t flight_size; member
H A Dsctp_uio.h760 uint16_t flight_size; /* flight size in k */ member
1228 uint32_t flight_size; /* */ member
H A Dsctp_cc_functions.c272 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 …]