Lines Matching refs:partial_bytes_acked
394 /* This routine updates the transport's cwnd and partial_bytes_acked
412 pba = transport->partial_bytes_acked;
452 * upon each SACK arrival, increase partial_bytes_acked
458 * When partial_bytes_acked is greater than cwnd and
462 * reset partial_bytes_acked to cwnd. (RFC 4960 Errata
465 * When partial_bytes_acked is equal to or greater than
469 * than or equal to cwnd), partial_bytes_acked is reset
470 * to (partial_bytes_acked - cwnd). Next, cwnd is
489 transport->partial_bytes_acked = pba;
507 * partial_bytes_acked = 0
528 * partial_bytes_acked = 0
580 transport->partial_bytes_acked = 0;
657 t->partial_bytes_acked = 0;