Home
last modified time | relevance | path

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

/drivers/staging/dgnc/
Ddigi.h125 unsigned long rbytes; /* number of received bytes */ member
Ddgnc_tty.c2784 buf.rbytes = ch->ch_rxcount; in dgnc_tty_ioctl()
/drivers/net/
Dvrf.c89 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in vrf_get_stats64() local
98 rbytes = dstats->rx_bytes; in vrf_get_stats64()
104 stats->rx_bytes += rbytes; in vrf_get_stats64()
Dvirtio_net.c1039 u64 tpackets, tbytes, rpackets, rbytes; in virtnet_stats() local
1050 rbytes = stats->rx_bytes; in virtnet_stats()
1055 tot->rx_bytes += rbytes; in virtnet_stats()