Searched refs:pba (Results 1 – 1 of 1) sorted by relevance
405 __u32 cwnd, ssthresh, flight_size, pba, pmtu; in sctp_transport_raise_cwnd() local424 pba = transport->partial_bytes_acked; in sctp_transport_raise_cwnd()454 ssthresh, flight_size, pba); in sctp_transport_raise_cwnd()470 pba += bytes_acked; in sctp_transport_raise_cwnd()471 if (pba >= cwnd) { in sctp_transport_raise_cwnd()473 pba = ((cwnd < pba) ? (pba - cwnd) : 0); in sctp_transport_raise_cwnd()480 ssthresh, flight_size, pba); in sctp_transport_raise_cwnd()484 transport->partial_bytes_acked = pba; in sctp_transport_raise_cwnd()