Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/congestion_control/
Dtcp_cubic_sender.cc90 QuicByteCount bytes_in_flight, in OnCongestionEvent()
112 QuicByteCount bytes_in_flight) { in OnPacketAcked()
125 QuicByteCount bytes_in_flight) { in OnPacketLost()
181 QuicByteCount bytes_in_flight, in TimeUntilSend()
254 QuicByteCount bytes_in_flight) { in MaybeIncreaseCwnd()
319 void TcpCubicSender::PrrOnPacketLost(QuicByteCount bytes_in_flight) { in PrrOnPacketLost()
Dpacing_sender.cc38 QuicByteCount bytes_in_flight, in OnCongestionEvent()
50 QuicByteCount bytes_in_flight, in OnPacketSent()
112 QuicByteCount bytes_in_flight, in TimeUntilSend()
Dsend_algorithm_simulator.h87 QuicByteCount bytes_in_flight; member
/external/chromium_org/net/quic/
Dquic_unacked_packet_map.h69 QuicByteCount bytes_in_flight() const { in bytes_in_flight() function
Dquic_sent_packet_manager.cc192 QuicByteCount bytes_in_flight = unacked_packets_.bytes_in_flight(); in OnIncomingAck() local
248 bool rtt_updated, QuicByteCount bytes_in_flight) { in MaybeInvokeCongestionEvent()
561 QuicByteCount bytes_in_flight = unacked_packets_.bytes_in_flight(); in OnRetransmissionTimeout() local