Home
last modified time | relevance | path

Searched defs:bytes_lost (Results 1 – 13 of 13) sorted by relevance

/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/congestion_control/
Dbbr_sender.cc340 QuicByteCount bytes_lost = 0; in OnCongestionEvent() local
714 void BbrSender::CalculatePacingRate(QuicByteCount bytes_lost) { in CalculatePacingRate()
798 QuicByteCount bytes_lost) { in CalculateRecoveryWindow()
Dbandwidth_sampler.cc532 QuicPacketLength bytes_lost) { in OnPacketLost()
Dbbr2_misc.h313 QuicByteCount bytes_lost = 0; member
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/congestion_control/
Dbbr_sender.cc340 QuicByteCount bytes_lost = 0; in OnCongestionEvent() local
714 void BbrSender::CalculatePacingRate(QuicByteCount bytes_lost) { in CalculatePacingRate()
798 QuicByteCount bytes_lost) { in CalculateRecoveryWindow()
Dbandwidth_sampler.cc532 QuicPacketLength bytes_lost) { in OnPacketLost()
Dbbr2_misc.h313 QuicByteCount bytes_lost = 0; member
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/
Dquic_stream_send_buffer.cc204 QuicIntervalSet<QuicStreamOffset> bytes_lost(offset, offset + data_length); in OnStreamDataLost() local
Dquic_types.h602 QuicPacketLength bytes_lost; member
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/
Dquic_stream_send_buffer.cc204 QuicIntervalSet<QuicStreamOffset> bytes_lost(offset, offset + data_length); in OnStreamDataLost() local
Dquic_types.h602 QuicPacketLength bytes_lost; member
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/test_tools/
Dsimple_session_notifier.cc332 QuicIntervalSet<QuicStreamOffset> bytes_lost(offset, offset + data_length); in OnFrameLost() local
352 QuicIntervalSet<QuicStreamOffset> bytes_lost(offset, offset + data_length); in OnFrameLost() local
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/test_tools/
Dsimple_session_notifier.cc332 QuicIntervalSet<QuicStreamOffset> bytes_lost(offset, offset + data_length); in OnFrameLost() local
352 QuicIntervalSet<QuicStreamOffset> bytes_lost(offset, offset + data_length); in OnFrameLost() local
/external/rust/android-crates-io/crates/quiche/src/recovery/
Dmod.rs142 pub bytes_lost: u64, field