Lines Matching defs:bytes
4682 * our ring, 8 bytes each, thus we divide by 8 bytes more
6220 u64 pkts, dropped, errors, bytes;
6224 pkts = dropped = errors = bytes = 0;
6236 bytes += rp->rx_bytes;
6243 stats->rx_bytes = bytes;
6251 u64 pkts, errors, bytes;
6255 pkts = errors = bytes = 0;
6265 bytes += rp->tx_bytes;
6271 stats->tx_bytes = bytes;