Home
last modified time | relevance | path

Searched refs:tpackets (Results 1 – 4 of 4) sorted by relevance

/drivers/net/
Dnlmon.c87 u64 tbytes, tpackets; in nlmon_get_stats64() local
95 tpackets = nl_stats->packets; in nlmon_get_stats64()
98 packets += tpackets; in nlmon_get_stats64()
Dloopback.c109 u64 tbytes, tpackets; in loopback_get_stats64() local
116 tpackets = lb_stats->packets; in loopback_get_stats64()
119 packets += tpackets; in loopback_get_stats64()
Ddummy.c64 u64 tbytes, tpackets; in dummy_get_stats64() local
71 tpackets = dstats->tx_packets; in dummy_get_stats64()
74 stats->tx_packets += tpackets; in dummy_get_stats64()
Dvirtio_net.c1083 u64 tpackets, tbytes, rpackets, rbytes; in virtnet_stats() local
1087 tpackets = stats->tx_packets; in virtnet_stats()
1098 tot->tx_packets += tpackets; in virtnet_stats()