Home
last modified time | relevance | path

Searched refs:newly_acked_bytes (Results 1 – 7 of 7) sorted by relevance

/dports/net/sctplib/sctplib-1.0.26/sctplib/sctp/
H A Dreltransfer.c86 unsigned int newly_acked_bytes; member
118 rtx->newly_acked_bytes = 0L; in rtx_reset_bytecounters()
148 tmp->newly_acked_bytes = 0L; in rtx_new_reltransfer()
321 rtx->newly_acked_bytes += dat->chunk_len; in rtx_dequeue_up_to()
640 rtx->newly_acked_bytes += dat->chunk_len; in rtx_process_sack()
757 rtx->newly_acked_bytes, rtx->num_of_addresses); in rtx_process_sack()
764 rtx->newly_acked_bytes, in rtx_process_sack()
1204 if (rtx->newly_acked_bytes != 0) new_acked = TRUE; in rtx_rcv_shutdown_ctsna()
1207 rtx->newly_acked_bytes, rtx->num_of_addresses); in rtx_rcv_shutdown_ctsna()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/congestion_control/
H A Dbandwidth_sampler.cc276 const QuicByteCount newly_acked_bytes = in OnAckEventEnd() local
279 if (newly_acked_bytes == 0) { in OnAckEventEnd()
286 newly_acked_bytes); in OnAckEventEnd()
H A Dbbr_sender.h234 QuicByteCount newly_acked_bytes);
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/congestion_control/
H A Dbandwidth_sampler.cc275 const QuicByteCount newly_acked_bytes = in OnAckEventEnd() local
278 if (newly_acked_bytes == 0) { in OnAckEventEnd()
285 newly_acked_bytes); in OnAckEventEnd()
H A Dbbr_sender.h233 QuicByteCount newly_acked_bytes);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/congestion_controller/bbr/
H A Dbbr_network_controller.cc802 DataSize newly_acked_bytes) { in UpdateAckAggregationBytes() argument
817 aggregation_epoch_bytes_ = newly_acked_bytes; in UpdateAckAggregationBytes()
824 aggregation_epoch_bytes_ += newly_acked_bytes; in UpdateAckAggregationBytes()
H A Dbbr_network_controller.h257 DataSize newly_acked_bytes);