Lines Matching refs:t_ssthresh
117 uint32_t t_ssthresh, t_cwnd; in sctp_cwnd_update_after_fr() local
121 t_ssthresh = 0; in sctp_cwnd_update_after_fr()
127 t_ssthresh += net->ssthresh; in sctp_cwnd_update_after_fr()
162 (uint64_t)t_ssthresh); in sctp_cwnd_update_after_fr()
691 uint32_t t_ssthresh, incr; in sctp_cwnd_update_after_sack_common() local
699 t_ssthresh = 0; in sctp_cwnd_update_after_sack_common()
708 t_ssthresh += net->ssthresh; in sctp_cwnd_update_after_sack_common()
730 if (t_ssthresh == 0) { in sctp_cwnd_update_after_sack_common()
731 t_ssthresh = 1; in sctp_cwnd_update_after_sack_common()
843 (uint64_t)t_ssthresh); in sctp_cwnd_update_after_sack_common()
846 (uint64_t)t_ssthresh); in sctp_cwnd_update_after_sack_common()
936 (uint64_t)t_ssthresh); in sctp_cwnd_update_after_sack_common()
1016 uint32_t t_ssthresh, t_cwnd; in sctp_cwnd_update_after_timeout() local
1020 t_ssthresh = 0; in sctp_cwnd_update_after_timeout()
1029 t_ssthresh += lnet->ssthresh; in sctp_cwnd_update_after_timeout()
1037 if (t_ssthresh < 1) { in sctp_cwnd_update_after_timeout()
1038 t_ssthresh = 1; in sctp_cwnd_update_after_timeout()
1047 (uint64_t)t_ssthresh); in sctp_cwnd_update_after_timeout()