Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/
Dquic_connection.cc306 last_rst_frames_.empty() && in OnPacket()
732 last_rst_frames_.push_back(frame); in OnRstStreamFrame()
797 << last_rst_frames_.size() << " rsts, " in OnPacketComplete()
842 for (size_t i = 0; i < last_rst_frames_.size(); ++i) { in OnPacketComplete()
843 visitor_->OnRstStream(last_rst_frames_[i]); in OnPacketComplete()
901 last_rst_frames_.clear(); in ClearLastFrames()
930 !last_rst_frames_.empty() || in ShouldLastPacketInstigateAck()
Dquic_connection.h689 std::vector<QuicRstStreamFrame> last_rst_frames_; variable