Searched refs:tpackets (Results 1 – 5 of 5) sorted by relevance
69 u64 tbytes, tpackets; in nlmon_get_stats64() local77 tpackets = nl_stats->packets; in nlmon_get_stats64()80 packets += tpackets; in nlmon_get_stats64()
76 u64 tbytes, tpackets; in vsockmon_get_stats64() local84 tpackets = vstats->rx_packets; in vsockmon_get_stats64()87 packets += tpackets; in vsockmon_get_stats64()
110 u64 tbytes, tpackets; in loopback_get_stats64() local117 tpackets = lb_stats->packets; in loopback_get_stats64()120 packets += tpackets; in loopback_get_stats64()
65 u64 tbytes, tpackets; in dummy_get_stats64() local72 tpackets = dstats->tx_packets; in dummy_get_stats64()75 stats->tx_packets += tpackets; in dummy_get_stats64()
1672 u64 tpackets, tbytes, rpackets, rbytes, rdrops; in virtnet_stats() local1678 tpackets = sq->stats.packets; in virtnet_stats()1690 tot->tx_packets += tpackets; in virtnet_stats()