Lines Matching refs:xdp_xmit
1019 unsigned int *xdp_xmit,
1048 *xdp_xmit |= VIRTIO_XDP_TX;
1057 *xdp_xmit |= VIRTIO_XDP_REDIR;
1176 unsigned int *xdp_xmit,
1221 act = virtnet_xdp_handler(xdp_prog, &xdp, dev, xdp_xmit, stats);
1232 goto xdp_xmit;
1252 xdp_xmit:
1261 unsigned int *xdp_xmit,
1285 xdp_headroom, len, xdp_xmit,
1568 unsigned int *xdp_xmit,
1593 act = virtnet_xdp_handler(xdp_prog, &xdp, dev, xdp_xmit, stats);
1627 unsigned int *xdp_xmit,
1657 len, xdp_xmit, stats);
1770 unsigned int *xdp_xmit,
1785 skb = receive_mergeable(dev, vi, rq, buf, ctx, len, xdp_xmit,
1790 skb = receive_small(dev, vi, rq, buf, ctx, len, xdp_xmit, stats);
2076 unsigned int *xdp_xmit)
2090 receive_buf(vi, rq, buf, len, ctx, xdp_xmit, &stats);
2096 receive_buf(vi, rq, buf, len, NULL, xdp_xmit, &stats);
2160 unsigned int xdp_xmit = 0;
2164 received = virtnet_receive(rq, budget, &xdp_xmit);
2166 if (xdp_xmit & VIRTIO_XDP_REDIR)
2173 if (xdp_xmit & VIRTIO_XDP_TX) {