Lines Matching refs:xdp_frame
83 struct xdp_frame *q[VETH_XDP_TX_BULK_SIZE];
283 static struct xdp_frame *veth_ptr_to_xdp(void *ptr) in veth_ptr_to_xdp()
288 static void *veth_xdp_to_ptr(struct xdp_frame *xdp) in veth_xdp_to_ptr()
504 struct xdp_frame **frames, in veth_xdp_xmit()
533 struct xdp_frame *frame = frames[i]; in veth_xdp_xmit()
561 struct xdp_frame **frames, u32 flags) in veth_ndo_xdp_xmit()
625 struct xdp_frame *frame = xdp_convert_buff_to_frame(xdp); in veth_xdp_tx()
638 static struct xdp_frame *veth_xdp_rcv_one(struct veth_rq *rq, in veth_xdp_rcv_one()
639 struct xdp_frame *frame, in veth_xdp_rcv_one()
643 struct xdp_frame orig_frame; in veth_xdp_rcv_one()
916 struct xdp_frame *frame = veth_ptr_to_xdp(ptr); in veth_xdp_rcv()