Home
last modified time | relevance | path

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

/aosp_15_r20/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
Dmod.rs132 bytes_in_flight: usize, field
1293 bytes_in_flight: u64, field
/aosp_15_r20/external/rust/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
Dmod.rs132 bytes_in_flight: usize, field
1293 bytes_in_flight: u64, field
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
H A Dbbr_sender.cc150 void BbrSender::OnPacketSent(QuicTime sent_time, QuicByteCount bytes_in_flight, in OnPacketSent()
173 bool BbrSender::CanSend(QuicByteCount bytes_in_flight) { in CanSend()
521 const QuicByteCount bytes_in_flight = unacked_packets_->bytes_in_flight(); in UpdateGainCyclePhase() local
833 void BbrSender::OnApplicationLimited(QuicByteCount bytes_in_flight) { in OnApplicationLimited()
H A Dbbr2_sender.cc439 void Bbr2Sender::OnPacketSent(QuicTime sent_time, QuicByteCount bytes_in_flight, in OnPacketSent()
465 bool Bbr2Sender::CanSend(QuicByteCount bytes_in_flight) { in CanSend()
479 void Bbr2Sender::OnApplicationLimited(QuicByteCount bytes_in_flight) { in OnApplicationLimited()
H A 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
H A Dpacing_sender.cc38 QuicByteCount bytes_in_flight, in OnCongestionEvent()
54 QuicTime sent_time, QuicByteCount bytes_in_flight, in OnPacketSent()
H A Dbandwidth_sampler.h76 QuicByteCount bytes_in_flight; member
491 QuicByteCount bytes_in_flight, in ConnectionStateOnSentPacket()
H A Dprr_sender.cc34 QuicByteCount bytes_in_flight, in CanSend()
H A Dbbr2_misc.cc82 QuicByteCount bytes_in_flight, in OnPacketSent()
H A Dtcp_cubic_sender_bytes.cc152 bool TcpCubicSenderBytes::CanSend(QuicByteCount bytes_in_flight) { in CanSend()
H A Dbbr2_probe_bw.cc152 QuicByteCount bytes_in_flight = congestion_event.bytes_in_flight; in UpdateProbeDown() local
H A Dbandwidth_sampler.cc192 QuicByteCount bytes_in_flight, in OnPacketSent()
H A Dbbr2_misc.h307 QuicByteCount bytes_in_flight = 0; member
H A Dbbr2_simulator_test.cc2004 QuicByteCount bytes_in_flight = 767; in TEST_F() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_unacked_packet_map.h107 QuicByteCount bytes_in_flight() const { return bytes_in_flight_; } in bytes_in_flight() function
H A Dquic_sent_packet_manager.cc1150 QuicByteCount bytes_in_flight = GetBytesInFlight(); in GetAvailableCongestionWindowInBytes() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/common/
H A Dpipeline_monitor.h146 [[nodiscard]] size_t bytes_in_flight() const { return bytes_in_flight_; } in bytes_in_flight() function