Searched refs:t_ucwnd_sbw (Results 1 – 1 of 1) sorted by relevance
121 uint64_t t_ucwnd_sbw; in sctp_cwnd_update_after_fr() local126 t_ucwnd_sbw = 0; in sctp_cwnd_update_after_fr()133 t_ucwnd_sbw += (uint64_t)net->cwnd / (uint64_t)net->lastsa; in sctp_cwnd_update_after_fr()136 if (t_ucwnd_sbw == 0) { in sctp_cwnd_update_after_fr()137 t_ucwnd_sbw = 1; in sctp_cwnd_update_after_fr()181 t_ucwnd_sbw)); in sctp_cwnd_update_after_fr()770 uint64_t t_ucwnd_sbw; in sctp_cwnd_update_after_sack_common() local779 t_ucwnd_sbw = 0; in sctp_cwnd_update_after_sack_common()794 t_ucwnd_sbw += (uint64_t)net->cwnd / (uint64_t)srtt; in sctp_cwnd_update_after_sack_common()813 if (t_ucwnd_sbw == 0) { in sctp_cwnd_update_after_sack_common()[all …]