Lines Matching refs:xdp_bytes
47 u64 xdp_bytes;
100 { "xdp_bytes", VETH_RQ_STAT(xdp_bytes) },
428 result->xdp_bytes = 0;
440 bytes = stats->vs.xdp_bytes;
446 result->xdp_bytes += bytes;
464 tot->rx_bytes += rx.xdp_bytes;
479 tot->tx_bytes += rx.xdp_bytes;
918 stats->xdp_bytes += xdp_get_frame_len(frame);
933 stats->xdp_bytes += skb->len;
950 rq->stats.vs.xdp_bytes += stats->xdp_bytes;