Home
last modified time | relevance | path

Searched refs:ProcessQuicCongestionFeedbackFrame (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/quic/
Dquic_framer.h419 bool ProcessQuicCongestionFeedbackFrame(
Dquic_framer.cc1131 if (!ProcessQuicCongestionFeedbackFrame(&frame)) { in ProcessFrameData()
1447 bool QuicFramer::ProcessQuicCongestionFeedbackFrame( in ProcessQuicCongestionFeedbackFrame() function in net::QuicFramer