Lines Matching refs:ssthresh
401 __u32 cwnd, ssthresh, flight_size, pba, pmtu; in sctp_transport_raise_cwnd() local
411 ssthresh = transport->ssthresh; in sctp_transport_raise_cwnd()
415 if (cwnd <= ssthresh) { in sctp_transport_raise_cwnd()
448 __func__, transport, bytes_acked, cwnd, ssthresh, in sctp_transport_raise_cwnd()
484 transport, bytes_acked, cwnd, ssthresh, in sctp_transport_raise_cwnd()
509 transport->ssthresh = max(transport->cwnd/2, in sctp_transport_lower_cwnd()
537 transport->ssthresh = max(transport->cwnd/2, in sctp_transport_lower_cwnd()
539 transport->cwnd = transport->ssthresh; in sctp_transport_lower_cwnd()
557 transport->ssthresh = max(transport->cwnd/2, in sctp_transport_lower_cwnd()
559 transport->cwnd = transport->ssthresh; in sctp_transport_lower_cwnd()
576 transport->ssthresh = transport->cwnd; in sctp_transport_lower_cwnd()
584 transport->ssthresh); in sctp_transport_lower_cwnd()
649 t->ssthresh = asoc->peer.i.a_rwnd; in sctp_transport_reset()