Lines Matching refs:ssthresh
385 __u32 cwnd, ssthresh, flight_size, pba, pmtu; in sctp_transport_raise_cwnd() local
403 ssthresh = transport->ssthresh; in sctp_transport_raise_cwnd()
407 if (cwnd <= ssthresh) { in sctp_transport_raise_cwnd()
432 __func__, transport, bytes_acked, cwnd, ssthresh, in sctp_transport_raise_cwnd()
458 transport, bytes_acked, cwnd, ssthresh, in sctp_transport_raise_cwnd()
483 transport->ssthresh = max(transport->cwnd/2, in sctp_transport_lower_cwnd()
511 transport->ssthresh = max(transport->cwnd/2, in sctp_transport_lower_cwnd()
513 transport->cwnd = transport->ssthresh; in sctp_transport_lower_cwnd()
531 transport->ssthresh = max(transport->cwnd/2, in sctp_transport_lower_cwnd()
533 transport->cwnd = transport->ssthresh; in sctp_transport_lower_cwnd()
556 transport->ssthresh); in sctp_transport_lower_cwnd()
621 t->ssthresh = asoc->peer.i.a_rwnd; in sctp_transport_reset()