/external/rust/android-crates-io/crates/quiche/src/recovery/ |
D | prr.rs | 105 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/ |
D | prr_sender_test.cc | 26 QuicByteCount bytes_in_flight = num_packets_in_flight * kMaxSegmentSize; in TEST_F() local 84 QuicByteCount bytes_in_flight = 20 * kMaxSegmentSize; in TEST_F() local
|
D | pacing_sender.cc | 41 QuicByteCount bytes_in_flight, in OnCongestionEvent() 57 QuicTime sent_time, QuicByteCount bytes_in_flight, in OnPacketSent()
|
D | bbr2_sender.cc | 448 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()
|
D | bbr_sender.cc | 151 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()
|
D | prr_sender.cc | 34 QuicByteCount bytes_in_flight, in CanSend()
|
D | bandwidth_sampler.h | 76 QuicByteCount bytes_in_flight; member 491 QuicByteCount bytes_in_flight, in ConnectionStateOnSentPacket()
|
D | bbr2_misc.cc | 85 QuicByteCount bytes_in_flight, in OnPacketSent()
|
D | tcp_cubic_sender_bytes.cc | 152 bool TcpCubicSenderBytes::CanSend(QuicByteCount bytes_in_flight) { in CanSend()
|
D | bbr2_probe_bw.cc | 156 QuicByteCount bytes_in_flight = congestion_event.bytes_in_flight; in UpdateProbeDown() local
|
D | bandwidth_sampler.cc | 193 QuicByteCount bytes_in_flight, in OnPacketSent()
|
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/congestion_control/ |
D | prr_sender_test.cc | 26 QuicByteCount bytes_in_flight = num_packets_in_flight * kMaxSegmentSize; in TEST_F() local 84 QuicByteCount bytes_in_flight = 20 * kMaxSegmentSize; in TEST_F() local
|
D | pacing_sender.cc | 41 QuicByteCount bytes_in_flight, in OnCongestionEvent() 57 QuicTime sent_time, QuicByteCount bytes_in_flight, in OnPacketSent()
|
D | bbr2_sender.cc | 448 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()
|
D | bbr_sender.cc | 151 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()
|
D | prr_sender.cc | 34 QuicByteCount bytes_in_flight, in CanSend()
|
D | bandwidth_sampler.h | 76 QuicByteCount bytes_in_flight; member 491 QuicByteCount bytes_in_flight, in ConnectionStateOnSentPacket()
|
D | bbr2_misc.cc | 85 QuicByteCount bytes_in_flight, in OnPacketSent()
|
D | tcp_cubic_sender_bytes.cc | 152 bool TcpCubicSenderBytes::CanSend(QuicByteCount bytes_in_flight) { in CanSend()
|
D | bbr2_probe_bw.cc | 156 QuicByteCount bytes_in_flight = congestion_event.bytes_in_flight; in UpdateProbeDown() local
|
D | bandwidth_sampler.cc | 193 QuicByteCount bytes_in_flight, in OnPacketSent()
|
D | bbr2_misc.h | 307 QuicByteCount bytes_in_flight = 0; member
|
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/ |
D | quic_unacked_packet_map.h | 114 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/ |
D | quic_unacked_packet_map.h | 114 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/ |
D | pipeline_monitor.h | 146 [[nodiscard]] size_t bytes_in_flight() const { return bytes_in_flight_; } in bytes_in_flight() function
|