Searched refs:pba (Results 1 – 1 of 1) sorted by relevance
561 __u32 cwnd, ssthresh, flight_size, pba, pmtu; in sctp_transport_raise_cwnd() local572 pba = transport->partial_bytes_acked; in sctp_transport_raise_cwnd()609 flight_size, pba); in sctp_transport_raise_cwnd()633 pba += bytes_acked; in sctp_transport_raise_cwnd()634 if (pba > cwnd && flight_size < cwnd) in sctp_transport_raise_cwnd()635 pba = cwnd; in sctp_transport_raise_cwnd()636 if (pba >= cwnd && flight_size >= cwnd) { in sctp_transport_raise_cwnd()637 pba = pba - cwnd; in sctp_transport_raise_cwnd()645 flight_size, pba); in sctp_transport_raise_cwnd()649 transport->partial_bytes_acked = pba; in sctp_transport_raise_cwnd()
Completed in 26 milliseconds