Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/
Dvirtio_net.c1672 u64 tpackets, tbytes, rpackets, rbytes, rdrops; in virtnet_stats() local
1686 rdrops = rq->stats.drops; in virtnet_stats()
1693 tot->rx_dropped += rdrops; in virtnet_stats()