Lines Matching defs:xdp
815 struct xdp_buff *xdp)
823 void *xbuf = xdp->data_hard_start;
827 unsigned int hdroom = xdp->data - xdp->data_hard_start;
828 unsigned int xlen = xdp->data_end - xdp->data;
829 unsigned int frag_size = xdp->frame_sz;
904 struct xdp_buff xdp;
910 act = netvsc_run_xdp(net, nvchan, &xdp);
921 skb = netvsc_alloc_recv_skb(net, nvchan, &xdp);