Lines Matching refs:t_ssthresh
112 uint32_t t_ssthresh, t_cwnd; in sctp_cwnd_update_after_fr() local
116 t_ssthresh = 0; in sctp_cwnd_update_after_fr()
122 t_ssthresh += net->ssthresh; in sctp_cwnd_update_after_fr()
156 (uint64_t) t_ssthresh); in sctp_cwnd_update_after_fr()
687 uint32_t t_ssthresh, t_cwnd, incr; in sctp_cwnd_update_after_sack_common() local
695 t_ssthresh = 0; in sctp_cwnd_update_after_sack_common()
705 t_ssthresh += net->ssthresh; in sctp_cwnd_update_after_sack_common()
728 if (t_ssthresh == 0) { in sctp_cwnd_update_after_sack_common()
729 t_ssthresh = 1; in sctp_cwnd_update_after_sack_common()
842 (uint64_t) t_ssthresh); in sctp_cwnd_update_after_sack_common()
845 (uint64_t) t_ssthresh); in sctp_cwnd_update_after_sack_common()
935 (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()