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