Lines Matching refs:partial_bytes_acked
552 /* This routine updates the transport's cwnd and partial_bytes_acked
570 pba = transport->partial_bytes_acked;
610 * upon each SACK arrival, increase partial_bytes_acked
616 * When partial_bytes_acked is greater than cwnd and
620 * reset partial_bytes_acked to cwnd. (RFC 4960 Errata
623 * When partial_bytes_acked is equal to or greater than
627 * than or equal to cwnd), partial_bytes_acked is reset
628 * to (partial_bytes_acked - cwnd). Next, cwnd is
647 transport->partial_bytes_acked = pba;
665 * partial_bytes_acked = 0
686 * partial_bytes_acked = 0
738 transport->partial_bytes_acked = 0;
815 t->partial_bytes_acked = 0;