Lines Matching refs:ssthresh
556 __u32 cwnd, ssthresh, flight_size, pba, pmtu; in sctp_transport_raise_cwnd() local
566 ssthresh = transport->ssthresh; in sctp_transport_raise_cwnd()
570 if (cwnd <= ssthresh) { in sctp_transport_raise_cwnd()
603 __func__, transport, bytes_acked, cwnd, ssthresh, in sctp_transport_raise_cwnd()
639 transport, bytes_acked, cwnd, ssthresh, in sctp_transport_raise_cwnd()
664 transport->ssthresh = max(transport->cwnd/2, in sctp_transport_lower_cwnd()
692 transport->ssthresh = max(transport->cwnd/2, in sctp_transport_lower_cwnd()
694 transport->cwnd = transport->ssthresh; in sctp_transport_lower_cwnd()
712 transport->ssthresh = max(transport->cwnd/2, in sctp_transport_lower_cwnd()
714 transport->cwnd = transport->ssthresh; in sctp_transport_lower_cwnd()
731 transport->ssthresh = transport->cwnd; in sctp_transport_lower_cwnd()
739 transport->ssthresh); in sctp_transport_lower_cwnd()
804 t->ssthresh = asoc->peer.i.a_rwnd; in sctp_transport_reset()