Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_cc_functions.c120 uint32_t t_ssthresh, t_cwnd; in sctp_cwnd_update_after_fr() local
124 t_ssthresh = 0; in sctp_cwnd_update_after_fr()
130 t_ssthresh += net->ssthresh; in sctp_cwnd_update_after_fr()
165 (uint64_t)t_ssthresh); in sctp_cwnd_update_after_fr()
769 uint32_t t_ssthresh, t_cwnd, incr; in sctp_cwnd_update_after_sack_common() local
777 t_ssthresh = 0; in sctp_cwnd_update_after_sack_common()
787 t_ssthresh += net->ssthresh; in sctp_cwnd_update_after_sack_common()
810 if (t_ssthresh == 0) { in sctp_cwnd_update_after_sack_common()
811 t_ssthresh = 1; in sctp_cwnd_update_after_sack_common()
926 (uint64_t)t_ssthresh); in sctp_cwnd_update_after_sack_common()
[all …]