Home
last modified time | relevance | path

Searched refs:srtt (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_cc_functions.c162 uint32_t srtt; in sctp_cwnd_update_after_fr() local
170 srtt = 1; in sctp_cwnd_update_after_fr()
692 uint32_t srtt; in sctp_cwnd_update_after_sack_common() local
710 if (srtt > 0) { in sctp_cwnd_update_after_sack_common()
717 ((uint64_t)net->mtu * (uint64_t)(srtt * srtt)); in sctp_cwnd_update_after_sack_common()
860 srtt = 1; in sctp_cwnd_update_after_sack_common()
947 srtt = 1; in sctp_cwnd_update_after_sack_common()
1024 uint32_t srtt; in sctp_cwnd_update_after_timeout() local
1032 if (srtt > 0) { in sctp_cwnd_update_after_timeout()
1052 if (srtt == 0) { in sctp_cwnd_update_after_timeout()
[all …]
H A Dtcp_log_buf.c1684 COPY_STAT_T(srtt); in tcp_log_event_()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c1556 bw /= srtt; in rack_get_bw()
2339 len = bw * srtt; in rack_get_measure_window()
4206 if (srtt == 0) in rack_calc_thresh_rack()
4207 srtt = 1; in rack_calc_thresh_rack()
4264 if (srtt == 0) in rack_calc_thresh_tlp()
4265 srtt = 1; in rack_calc_thresh_tlp()
4267 thresh = srtt + (srtt / rack->r_ctl.rc_tlp_threshold); in rack_calc_thresh_tlp()
4283 alt_thresh = srtt + (srtt / 2) + rack_delayed_ack_time; in rack_calc_thresh_tlp()
4313 alt_thresh = srtt + (srtt / 2) + rack_delayed_ack_time; in rack_calc_thresh_tlp()
4325 alt_thresh = srtt + (srtt / 2) + rack_delayed_ack_time; in rack_calc_thresh_tlp()
[all …]
H A Dbbr.c4109 if (srtt == 0) in bbr_calc_thresh_rack()
4110 srtt = 1; in bbr_calc_thresh_rack()
4177 if (srtt == 0) in bbr_calc_thresh_tlp()
4178 srtt = 1; in bbr_calc_thresh_tlp()
4180 thresh = srtt + (srtt / bbr->rc_tlp_threshold); in bbr_calc_thresh_tlp()
4210 alt_thresh = srtt + (srtt / 2) + bbr_delayed_ack_time; in bbr_calc_thresh_tlp()
4243 uint32_t srtt; in bbr_get_rtt() local
4262 srtt = f_rtt; in bbr_get_rtt()
4268 srtt = f_rtt; in bbr_get_rtt()
4279 srtt = f_rtt; in bbr_get_rtt()
[all …]