Searched refs:t_ssthresh (Results 1 – 1 of 1) sorted by relevance
112 uint32_t t_ssthresh, t_cwnd; in sctp_cwnd_update_after_fr() local116 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() local695 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()[all …]