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.cc78 QuicByteCount bytes_in_flight, in OnCongestionEvent()
100 QuicByteCount bytes_in_flight) { in OnPacketAcked()
113 QuicByteCount bytes_in_flight) { in OnPacketLost()
172 QuicByteCount bytes_in_flight, in TimeUntilSend()
233 QuicByteCount bytes_in_flight) { in MaybeIncreaseCwnd()
284 void TcpCubicSender::PrrOnPacketLost(QuicByteCount bytes_in_flight) { in PrrOnPacketLost()
Dpacing_sender.cc33 QuicByteCount bytes_in_flight, in OnCongestionEvent()
45 QuicByteCount bytes_in_flight, in OnPacketSent()
93 QuicByteCount bytes_in_flight, in TimeUntilSend()
Dfix_rate_sender.cc52 QuicByteCount bytes_in_flight, in OnCongestionEvent()
/external/chromium_org/net/quic/
Dquic_unacked_packet_map.h63 QuicByteCount bytes_in_flight() const { in bytes_in_flight() function
Dquic_sent_packet_manager.cc142 QuicByteCount bytes_in_flight = unacked_packets_.bytes_in_flight(); in OnIncomingAck() local
173 bool rtt_updated, QuicByteCount bytes_in_flight) { in MaybeInvokeCongestionEvent()
483 QuicByteCount bytes_in_flight = unacked_packets_.bytes_in_flight(); in OnRetransmissionTimeout() local