Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/
Dvirtio_net.c3358 u64 tpackets, tbytes, terrors, rpackets, rbytes, rdrops; in virtnet_stats() local
3373 rdrops = u64_stats_read(&rq->stats.drops); in virtnet_stats()
3380 tot->rx_dropped += rdrops; in virtnet_stats()