Searched refs:pba (Results 1 – 1 of 1) sorted by relevance
565 __u32 cwnd, ssthresh, flight_size, pba, pmtu; in sctp_transport_raise_cwnd() local576 pba = transport->partial_bytes_acked; in sctp_transport_raise_cwnd()613 flight_size, pba); in sctp_transport_raise_cwnd()637 pba += bytes_acked; in sctp_transport_raise_cwnd()638 if (pba > cwnd && flight_size < cwnd) in sctp_transport_raise_cwnd()639 pba = cwnd; in sctp_transport_raise_cwnd()640 if (pba >= cwnd && flight_size >= cwnd) { in sctp_transport_raise_cwnd()641 pba = pba - cwnd; in sctp_transport_raise_cwnd()649 flight_size, pba); in sctp_transport_raise_cwnd()653 transport->partial_bytes_acked = pba; in sctp_transport_raise_cwnd()