Lines Matching defs:xdp_bytes
45 u64 xdp_bytes;
98 { "xdp_bytes", VETH_RQ_STAT(xdp_bytes) },
398 result->xdp_bytes = 0;
410 bytes = stats->vs.xdp_bytes;
416 result->xdp_bytes += bytes;
434 tot->rx_bytes += rx.xdp_bytes;
449 tot->tx_bytes += rx.xdp_bytes;
951 stats->xdp_bytes += xdp_get_frame_len(frame);
966 stats->xdp_bytes += skb->len;
983 rq->stats.vs.xdp_bytes += stats->xdp_bytes;