Searched refs:LostPacketVector (Results 1 – 25 of 38) sorted by relevance
12
/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/ |
D | loss_detection_interface.h | 43 LostPacketVector* packets_lost) = 0;
|
D | bbr2_drain.h | 28 const LostPacketVector& lost_packets,
|
D | bbr2_probe_rtt.h | 28 const LostPacketVector& lost_packets,
|
D | bbr2_drain.cc | 15 const LostPacketVector& /*lost_packets*/, in OnCongestionEvent() argument
|
D | bbr2_startup.h | 30 const LostPacketVector& lost_packets,
|
D | pacing_sender_test.cc | 64 LostPacketVector lost_packets; in InitPacingRate() 131 LostPacketVector empty_lost; in UpdateRtt() 338 LostPacketVector lost_packets; in TEST_F()
|
D | pacing_sender.h | 56 const LostPacketVector& lost_packets,
|
D | general_loss_algorithm.h | 38 LostPacketVector* packets_lost) override;
|
D | bbr2_probe_rtt.cc | 23 const LostPacketVector& /*lost_packets*/, in OnCongestionEvent() argument
|
D | tcp_cubic_sender_bytes_test.cc | 84 LostPacketVector lost_packets; in AckNPackets() 101 LostPacketVector lost_packets; in LoseNPackets() 115 LostPacketVector lost_packets; in LosePacket() 788 LostPacketVector missing_packets; in TEST_F()
|
D | uber_loss_algorithm.h | 59 LostPacketVector* packets_lost) override;
|
D | send_algorithm_interface.h | 91 const LostPacketVector& lost_packets,
|
D | bandwidth_sampler.h | 231 const LostPacketVector& lost_packets, QuicBandwidth max_bandwidth, 352 const LostPacketVector& lost_packets, QuicBandwidth max_bandwidth,
|
D | bbr2_probe_bw.h | 31 const LostPacketVector& lost_packets,
|
D | bbr2_startup.cc | 46 const LostPacketVector& /*lost_packets*/, in OnCongestionEvent() argument
|
D | tcp_cubic_sender_bytes.h | 57 const LostPacketVector& lost_packets,
|
D | pacing_sender.cc | 42 const LostPacketVector& lost_packets, in OnCongestionEvent()
|
D | bbr2_misc.h | 349 const LostPacketVector& lost_packets, 652 const LostPacketVector& lost_packets,
|
D | general_loss_algorithm.cc | 38 const AckedPacketVector& packets_acked, LostPacketVector* packets_lost) { in DetectLosses()
|
D | bbr2_sender.h | 58 const LostPacketVector& lost_packets,
|
D | uber_loss_algorithm.cc | 33 const AckedPacketVector& packets_acked, LostPacketVector* packets_lost) { in DetectLosses()
|
D | bbr_sender.h | 114 const LostPacketVector& lost_packets,
|
D | tcp_cubic_sender_bytes.cc | 94 const LostPacketVector& lost_packets, QuicPacketCount /*num_ect*/, in OnCongestionEvent()
|
D | uber_loss_algorithm_test.cc | 79 LostPacketVector lost_packets; in VerifyLosses()
|
/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
D | quic_sent_packet_manager.h | 593 LostPacketVector packets_lost_;
|
12