Home
last modified time | relevance | path

Searched refs:rdrops (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/
H A Dvirtio_net.c1849 u64 tpackets, tbytes, rpackets, rbytes, rdrops; in virtnet_stats() local
1863 rdrops = rq->stats.drops; in virtnet_stats()
1870 tot->rx_dropped += rdrops; in virtnet_stats()
/kernel/linux/linux-6.6/drivers/net/
H A Dvirtio_net.c2566 u64 tpackets, tbytes, terrors, rpackets, rbytes, rdrops; in virtnet_stats() local
2581 rdrops = u64_stats_read(&rq->stats.drops); in virtnet_stats()
2588 tot->rx_dropped += rdrops; in virtnet_stats()

Completed in 11 milliseconds