Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/
Dvirtio_net.c1863 u64 tpackets, tbytes, rpackets, rbytes, rdrops; in virtnet_stats() local
1877 rdrops = rq->stats.drops; in virtnet_stats()
1884 tot->rx_dropped += rdrops; in virtnet_stats()