Home
last modified time | relevance | path

Searched defs:sent_packets (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/quic/congestion_control/
Dpacing_sender.cc32 const SendAlgorithmInterface::SentPacketsMap& sent_packets) { in OnIncomingQuicCongestionFeedbackFrame()
Dinter_arrival_sender.cc93 const SentPacketsMap& sent_packets) { in OnIncomingQuicCongestionFeedbackFrame()
/external/chromium_org/content/browser/renderer_host/p2p/
Dsocket_host_udp_unittest.cc45 explicit FakeDatagramServerSocket(std::deque<UDPPacket>* sent_packets) in FakeDatagramServerSocket()