Searched refs:t_ucwnd_sbw (Results 1 – 1 of 1) sorted by relevance
118 uint64_t t_ucwnd_sbw; in sctp_cwnd_update_after_fr() local123 t_ucwnd_sbw = 0; in sctp_cwnd_update_after_fr()130 t_ucwnd_sbw += (uint64_t)net->cwnd / (uint64_t)net->lastsa; in sctp_cwnd_update_after_fr()133 if (t_ucwnd_sbw == 0) { in sctp_cwnd_update_after_fr()134 t_ucwnd_sbw = 1; in sctp_cwnd_update_after_fr()183 t_ucwnd_sbw)); in sctp_cwnd_update_after_fr()692 uint64_t t_ucwnd_sbw; in sctp_cwnd_update_after_sack_common() local700 t_ucwnd_sbw = 0; in sctp_cwnd_update_after_sack_common()714 t_ucwnd_sbw += (uint64_t)net->cwnd / (uint64_t)srtt; in sctp_cwnd_update_after_sack_common()733 if (t_ucwnd_sbw == 0) { in sctp_cwnd_update_after_sack_common()[all …]