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) in veth_ptr_to_xdp()
242 static void *veth_xdp_to_ptr(struct xdp_frame *xdp) in veth_xdp_to_ptr()
431 struct xdp_frame **frames, in veth_xdp_xmit()
461 struct xdp_frame *frame = frames[i]; in veth_xdp_xmit()
490 struct xdp_frame **frames, u32 flags) in veth_ndo_xdp_xmit()
551 struct xdp_frame *frame = xdp_convert_buff_to_frame(xdp); in veth_xdp_tx()
565 struct xdp_frame *frame, in veth_xdp_rcv_one()
571 struct xdp_frame orig_frame; in veth_xdp_rcv_one()
577 hard_start -= sizeof(struct xdp_frame); in veth_xdp_rcv_one()
631 headroom = sizeof(struct xdp_frame) + frame->headroom - delta; in veth_xdp_rcv_one()
812 struct xdp_frame *frame = veth_ptr_to_xdp(ptr); in veth_xdp_rcv()