Searched refs:t_ssthresh (Results 1 – 1 of 1) sorted by relevance
114 uint32_t t_ssthresh, t_cwnd; in sctp_cwnd_update_after_fr() local118 t_ssthresh = 0; in sctp_cwnd_update_after_fr()124 t_ssthresh += net->ssthresh; in sctp_cwnd_update_after_fr()696 t_ssthresh = 0; in sctp_cwnd_update_after_sack_common()729 if (t_ssthresh == 0) { in sctp_cwnd_update_after_sack_common()730 t_ssthresh = 1; in sctp_cwnd_update_after_sack_common()1015 uint32_t t_ssthresh, t_cwnd; in sctp_cwnd_update_after_timeout() local1019 t_ssthresh = 0; in sctp_cwnd_update_after_timeout()1036 if (t_ssthresh < 1) { in sctp_cwnd_update_after_timeout()1037 t_ssthresh = 1; in sctp_cwnd_update_after_timeout()[all …]