Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDsctp_cc_functions.c112 uint32_t t_ssthresh, t_cwnd; in sctp_cwnd_update_after_fr() local
116 t_ssthresh = 0; in sctp_cwnd_update_after_fr()
122 t_ssthresh += net->ssthresh; in sctp_cwnd_update_after_fr()
156 (uint64_t) t_ssthresh); in sctp_cwnd_update_after_fr()
687 uint32_t t_ssthresh, t_cwnd, incr; in sctp_cwnd_update_after_sack_common() local
695 t_ssthresh = 0; in sctp_cwnd_update_after_sack_common()
705 t_ssthresh += net->ssthresh; in sctp_cwnd_update_after_sack_common()
728 if (t_ssthresh == 0) { in sctp_cwnd_update_after_sack_common()
729 t_ssthresh = 1; in sctp_cwnd_update_after_sack_common()
842 (uint64_t) t_ssthresh); in sctp_cwnd_update_after_sack_common()
[all …]