Searched defs:virtnet_stats (Results 1 – 1 of 1) sorted by relevance
55 struct virtnet_stats { struct56 struct u64_stats_sync tx_syncp;57 struct u64_stats_sync rx_syncp;58 u64 tx_bytes;59 u64 tx_packets;61 u64 rx_bytes;62 u64 rx_packets;1056 static struct rtnl_link_stats64 *virtnet_stats(struct net_device *dev, in virtnet_stats() function1811 struct virtnet_stats *virtnet_stats; in virtnet_probe() local