Lines Matching defs:bytes
325 static u64 veth_stats_tx(struct net_device *dev, u64 *packets, u64 *bytes)
329 dev_lstats_read(dev, packets, bytes);
344 u64 packets, bytes, drops, xdp_tx_err, peer_tq_xdp_xmit_err;
353 bytes = stats->vs.xdp_bytes;
359 result->xdp_bytes += bytes;
370 u64 packets, bytes;
372 tot->tx_dropped = veth_stats_tx(dev, &packets, &bytes);
373 tot->tx_bytes = bytes;
385 veth_stats_tx(peer, &packets, &bytes);
386 tot->rx_bytes += bytes;