Searched refs:ssthresh (Results 1 – 10 of 10) sorted by relevance
124 t_ssthresh += net->ssthresh; in sctp_cwnd_update_after_fr()188 net->ssthresh = net->mtu; in sctp_cwnd_update_after_fr()196 net->cwnd = net->ssthresh; in sctp_cwnd_update_after_fr()1059 net->ssthresh = net->mtu; in sctp_cwnd_update_after_timeout()1067 net->ssthresh = net->mtu; in sctp_cwnd_update_after_timeout()1272 net->ssthresh = net->cwnd; in sctp_cwnd_update_after_output()1652 net->cwnd = net->ssthresh; in sctp_hs_cwnd_decrease()1657 net->cwnd = net->ssthresh; in sctp_hs_cwnd_decrease()2107 return (net->ssthresh); in htcp_min_cwnd()2309 net->ssthresh = net->mtu; in sctp_htcp_cwnd_update_after_ecn_echo()[all …]
1964 uint32_t ssthresh; in tcp_discardcb() local1976 ssthresh = tp->snd_ssthresh; in tcp_discardcb()1977 if (ssthresh != 0 && ssthresh < so->so_snd.sb_hiwat / 2) { in tcp_discardcb()1982 ssthresh = (ssthresh + tp->t_maxseg / 2) / tp->t_maxseg; in tcp_discardcb()1983 if (ssthresh < 2) in tcp_discardcb()1984 ssthresh = 2; in tcp_discardcb()1985 ssthresh *= (tp->t_maxseg + in tcp_discardcb()1996 ssthresh = 0; in tcp_discardcb()1997 metrics.rmx_ssthresh = ssthresh; in tcp_discardcb()
509 xraddr.ssthresh = net->ssthresh; in sctp_sysctl_handle_assoclist()
262 uint32_t ssthresh; /* not sure about this one for split */ member
1232 uint32_t ssthresh; member
794 (void *)lnets, lnets->cwnd, lnets->ssthresh); in sctp_mark_all_for_resend()
299 lnet->ssthresh = asoc->peers_rwnd; in sctp_process_init()
456 uint32_t ssthresh; in cubic_ssthresh_update() local476 ssthresh = cwnd >> 1; in cubic_ssthresh_update()480 ssthresh = ((uint64_t)cwnd * in cubic_ssthresh_update()483 CCV(ccv, snd_ssthresh) = max(ssthresh, 2 * maxseg); in cubic_ssthresh_update()
51 ssthresh