Lines Matching defs:stats
452 struct rtnl_link_stats64 stats;
453 memset(&stats, 0, sizeof(stats));
454 stats.rx_bytes = kReceiveByteCount;
455 stats.tx_bytes = kTransmitByteCount;
456 ByteString stats_bytes0(reinterpret_cast<const unsigned char*>(&stats),
457 sizeof(stats) - 1);
467 ByteString stats_bytes1(reinterpret_cast<const unsigned char*>(&stats),
468 sizeof(stats));