Home
last modified time | relevance | path

Searched refs:t_ssthresh (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
118 t_ssthresh = 0; in sctp_cwnd_update_after_fr()
124 t_ssthresh += net->ssthresh; in sctp_cwnd_update_after_fr()
696 t_ssthresh = 0; in sctp_cwnd_update_after_sack_common()
729 if (t_ssthresh == 0) { in sctp_cwnd_update_after_sack_common()
730 t_ssthresh = 1; in sctp_cwnd_update_after_sack_common()
1015 uint32_t t_ssthresh, t_cwnd; in sctp_cwnd_update_after_timeout() local
1019 t_ssthresh = 0; in sctp_cwnd_update_after_timeout()
1036 if (t_ssthresh < 1) { in sctp_cwnd_update_after_timeout()
1037 t_ssthresh = 1; in sctp_cwnd_update_after_timeout()
[all …]