Home
last modified time | relevance | path

Searched refs:t_cwnd (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_cc_functions.c114 uint32_t t_ssthresh, t_cwnd; in sctp_cwnd_update_after_fr() local
119 t_cwnd = 0; in sctp_cwnd_update_after_fr()
125 t_cwnd += net->cwnd; in sctp_cwnd_update_after_fr()
183 if ((net->cwnd > t_cwnd / 2) && in sctp_cwnd_update_after_fr()
697 t_cwnd = 0; in sctp_cwnd_update_after_sack_common()
707 t_cwnd += net->cwnd; in sctp_cwnd_update_after_sack_common()
1015 uint32_t t_ssthresh, t_cwnd; in sctp_cwnd_update_after_timeout() local
1020 t_cwnd = 0; in sctp_cwnd_update_after_timeout()
1029 t_cwnd += lnet->cwnd; in sctp_cwnd_update_after_timeout()
1056 if (cc_delta < t_cwnd) { in sctp_cwnd_update_after_timeout()
[all …]