Lines Matching refs:xdp_frame
77 struct xdp_frame *q[VETH_XDP_TX_BULK_SIZE];
237 static struct xdp_frame *veth_ptr_to_xdp(void *ptr)
242 static void *veth_xdp_to_ptr(struct xdp_frame *xdp)
432 struct xdp_frame **frames,
462 struct xdp_frame *frame = frames[i];
491 struct xdp_frame **frames, u32 flags)
552 struct xdp_frame *frame = xdp_convert_buff_to_frame(xdp);
566 struct xdp_frame *frame,
572 struct xdp_frame orig_frame;
577 /* bpf_xdp_adjust_head() assures BPF cannot access xdp_frame area */
578 hard_start -= sizeof(struct xdp_frame);
632 headroom = sizeof(struct xdp_frame) + frame->headroom - delta;
813 struct xdp_frame *frame = veth_ptr_to_xdp(ptr);