Home
last modified time | relevance | path

Searched defs:bytes_in_flight (Results 1 – 25 of 31) sorted by relevance

12

/external/rust/android-crates-io/crates/quiche/src/recovery/
Dprr.rs105 let bytes_in_flight = 1000; in congestion_event() localVariable
116 let bytes_in_flight = 1000; in on_packet_sent() localVariable
131 let bytes_in_flight = max_datagram_size * 10; in on_packet_acked_prr() localVariable
158 let bytes_in_flight = max_datagram_size * 10; in on_packet_acked_prr_overflow() localVariable
178 let bytes_in_flight = 0; in on_packet_acked_prr_zero_in_flight() localVariable
196 let bytes_in_flight = max_datagram_size * 10; in on_packet_acked_prr_ssrb() localVariable
223 let bytes_in_flight = max_datagram_size * 10; in on_packet_acked_prr_ssrb_overflow() localVariable
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/congestion_control/
Dprr_sender_test.cc26 QuicByteCount bytes_in_flight = num_packets_in_flight * kMaxSegmentSize; in TEST_F() local
84 QuicByteCount bytes_in_flight = 20 * kMaxSegmentSize; in TEST_F() local
Dpacing_sender.cc41 QuicByteCount bytes_in_flight, in OnCongestionEvent()
57 QuicTime sent_time, QuicByteCount bytes_in_flight, in OnPacketSent()
Dbbr2_sender.cc448 void Bbr2Sender::OnPacketSent(QuicTime sent_time, QuicByteCount bytes_in_flight, in OnPacketSent()
474 bool Bbr2Sender::CanSend(QuicByteCount bytes_in_flight) { in CanSend()
488 void Bbr2Sender::OnApplicationLimited(QuicByteCount bytes_in_flight) { in OnApplicationLimited()
Dbbr_sender.cc151 void BbrSender::OnPacketSent(QuicTime sent_time, QuicByteCount bytes_in_flight, in OnPacketSent()
174 bool BbrSender::CanSend(QuicByteCount bytes_in_flight) { in CanSend()
522 const QuicByteCount bytes_in_flight = unacked_packets_->bytes_in_flight(); in UpdateGainCyclePhase() local
834 void BbrSender::OnApplicationLimited(QuicByteCount bytes_in_flight) { in OnApplicationLimited()
Dprr_sender.cc34 QuicByteCount bytes_in_flight, in CanSend()
Dbandwidth_sampler.h76 QuicByteCount bytes_in_flight; member
491 QuicByteCount bytes_in_flight, in ConnectionStateOnSentPacket()
Dbbr2_misc.cc85 QuicByteCount bytes_in_flight, in OnPacketSent()
Dtcp_cubic_sender_bytes.cc152 bool TcpCubicSenderBytes::CanSend(QuicByteCount bytes_in_flight) { in CanSend()
Dbbr2_probe_bw.cc156 QuicByteCount bytes_in_flight = congestion_event.bytes_in_flight; in UpdateProbeDown() local
Dbandwidth_sampler.cc193 QuicByteCount bytes_in_flight, in OnPacketSent()
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/congestion_control/
Dprr_sender_test.cc26 QuicByteCount bytes_in_flight = num_packets_in_flight * kMaxSegmentSize; in TEST_F() local
84 QuicByteCount bytes_in_flight = 20 * kMaxSegmentSize; in TEST_F() local
Dpacing_sender.cc41 QuicByteCount bytes_in_flight, in OnCongestionEvent()
57 QuicTime sent_time, QuicByteCount bytes_in_flight, in OnPacketSent()
Dbbr2_sender.cc448 void Bbr2Sender::OnPacketSent(QuicTime sent_time, QuicByteCount bytes_in_flight, in OnPacketSent()
474 bool Bbr2Sender::CanSend(QuicByteCount bytes_in_flight) { in CanSend()
488 void Bbr2Sender::OnApplicationLimited(QuicByteCount bytes_in_flight) { in OnApplicationLimited()
Dbbr_sender.cc151 void BbrSender::OnPacketSent(QuicTime sent_time, QuicByteCount bytes_in_flight, in OnPacketSent()
174 bool BbrSender::CanSend(QuicByteCount bytes_in_flight) { in CanSend()
522 const QuicByteCount bytes_in_flight = unacked_packets_->bytes_in_flight(); in UpdateGainCyclePhase() local
834 void BbrSender::OnApplicationLimited(QuicByteCount bytes_in_flight) { in OnApplicationLimited()
Dprr_sender.cc34 QuicByteCount bytes_in_flight, in CanSend()
Dbandwidth_sampler.h76 QuicByteCount bytes_in_flight; member
491 QuicByteCount bytes_in_flight, in ConnectionStateOnSentPacket()
Dbbr2_misc.cc85 QuicByteCount bytes_in_flight, in OnPacketSent()
Dtcp_cubic_sender_bytes.cc152 bool TcpCubicSenderBytes::CanSend(QuicByteCount bytes_in_flight) { in CanSend()
Dbbr2_probe_bw.cc156 QuicByteCount bytes_in_flight = congestion_event.bytes_in_flight; in UpdateProbeDown() local
Dbandwidth_sampler.cc193 QuicByteCount bytes_in_flight, in OnPacketSent()
Dbbr2_misc.h307 QuicByteCount bytes_in_flight = 0; member
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/
Dquic_unacked_packet_map.h114 QuicByteCount bytes_in_flight() const { return bytes_in_flight_; } in bytes_in_flight() function
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/
Dquic_unacked_packet_map.h114 QuicByteCount bytes_in_flight() const { return bytes_in_flight_; } in bytes_in_flight() function
/external/pigweed/pw_bluetooth_sapphire/host/common/public/pw_bluetooth_sapphire/internal/host/common/
Dpipeline_monitor.h146 [[nodiscard]] size_t bytes_in_flight() const { return bytes_in_flight_; } in bytes_in_flight() function

12