Searched refs:tpackets (Results 1 – 5 of 5) sorted by relevance
71 u64 tbytes, tpackets; in vsockmon_get_stats64() local79 tpackets = vstats->packets; in vsockmon_get_stats64()82 packets += tpackets; in vsockmon_get_stats64()
64 u64 tbytes, tpackets; in nlmon_get_stats64() local72 tpackets = nl_stats->packets; in nlmon_get_stats64()75 packets += tpackets; in nlmon_get_stats64()
67 u64 tbytes, tpackets; in dummy_get_stats64() local74 tpackets = dstats->tx_packets; in dummy_get_stats64()77 stats->tx_packets += tpackets; in dummy_get_stats64()
111 u64 tbytes, tpackets; in loopback_get_stats64() local118 tpackets = lb_stats->packets; in loopback_get_stats64()121 packets += tpackets; in loopback_get_stats64()
1724 u64 tpackets, tbytes, rpackets, rbytes, rdrops; in virtnet_stats() local1730 tpackets = sq->stats.packets; in virtnet_stats()1742 tot->tx_packets += tpackets; in virtnet_stats()