Searched refs:tpackets (Results 1 – 4 of 4) sorted by relevance
87 u64 tbytes, tpackets; in nlmon_get_stats64() local95 tpackets = nl_stats->packets; in nlmon_get_stats64()98 packets += tpackets; in nlmon_get_stats64()
109 u64 tbytes, tpackets; in loopback_get_stats64() local116 tpackets = lb_stats->packets; in loopback_get_stats64()119 packets += tpackets; in loopback_get_stats64()
64 u64 tbytes, tpackets; in dummy_get_stats64() local71 tpackets = dstats->tx_packets; in dummy_get_stats64()74 stats->tx_packets += tpackets; in dummy_get_stats64()
1083 u64 tpackets, tbytes, rpackets, rbytes; in virtnet_stats() local1087 tpackets = stats->tx_packets; in virtnet_stats()1098 tot->tx_packets += tpackets; in virtnet_stats()