Searched refs:tlp_count (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_connection_stats.cc30 tlp_count(0),
66 << ", tlp count: " << s.tlp_count
H A Dquic_connection_stats.h50 uint32 tlp_count; member in struct:net::QuicConnectionStats
H A Dquic_sent_packet_manager.cc491 ++stats_->tlp_count;
H A Dquic_sent_packet_manager_test.cc828 EXPECT_EQ(2u, stats_.tlp_count);
875 EXPECT_EQ(2u, stats_.tlp_count);

Completed in 368 milliseconds