Lines Matching refs:xdp_frame
79 struct xdp_frame *q[VETH_XDP_TX_BULK_SIZE];
253 static struct xdp_frame *veth_ptr_to_xdp(void *ptr) in veth_ptr_to_xdp()
258 static void *veth_xdp_to_ptr(struct xdp_frame *xdp) in veth_xdp_to_ptr()
472 struct xdp_frame **frames, in veth_xdp_xmit()
501 struct xdp_frame *frame = frames[i]; in veth_xdp_xmit()
529 struct xdp_frame **frames, u32 flags) in veth_ndo_xdp_xmit()
593 struct xdp_frame *frame = xdp_convert_buff_to_frame(xdp); in veth_xdp_tx()
606 static struct xdp_frame *veth_xdp_rcv_one(struct veth_rq *rq, in veth_xdp_rcv_one()
607 struct xdp_frame *frame, in veth_xdp_rcv_one()
611 struct xdp_frame orig_frame; in veth_xdp_rcv_one()
863 struct xdp_frame *frame = veth_ptr_to_xdp(ptr); in veth_xdp_rcv()