Lines Matching refs:t_ssthresh
120 uint32_t t_ssthresh, t_cwnd; in sctp_cwnd_update_after_fr() local
124 t_ssthresh = 0; in sctp_cwnd_update_after_fr()
130 t_ssthresh += net->ssthresh; in sctp_cwnd_update_after_fr()
165 (uint64_t)t_ssthresh); in sctp_cwnd_update_after_fr()
769 uint32_t t_ssthresh, t_cwnd, incr; in sctp_cwnd_update_after_sack_common() local
777 t_ssthresh = 0; in sctp_cwnd_update_after_sack_common()
787 t_ssthresh += net->ssthresh; in sctp_cwnd_update_after_sack_common()
810 if (t_ssthresh == 0) { in sctp_cwnd_update_after_sack_common()
811 t_ssthresh = 1; in sctp_cwnd_update_after_sack_common()
926 (uint64_t)t_ssthresh); in sctp_cwnd_update_after_sack_common()
929 (uint64_t)t_ssthresh); in sctp_cwnd_update_after_sack_common()
1020 (uint64_t)t_ssthresh); in sctp_cwnd_update_after_sack_common()
1109 uint32_t t_ssthresh, t_cwnd; in sctp_cwnd_update_after_timeout() local
1113 t_ssthresh = 0; in sctp_cwnd_update_after_timeout()
1122 t_ssthresh += lnet->ssthresh; in sctp_cwnd_update_after_timeout()
1130 if (t_ssthresh < 1) { in sctp_cwnd_update_after_timeout()
1131 t_ssthresh = 1; in sctp_cwnd_update_after_timeout()
1140 (uint64_t)t_ssthresh); in sctp_cwnd_update_after_timeout()