Lines Matching refs:xdp_frame
81 struct xdp_frame *q[VETH_XDP_TX_BULK_SIZE];
277 static struct xdp_frame *veth_ptr_to_xdp(void *ptr) in veth_ptr_to_xdp()
282 static void *veth_xdp_to_ptr(struct xdp_frame *xdp) in veth_xdp_to_ptr()
474 struct xdp_frame **frames, in veth_xdp_xmit()
503 struct xdp_frame *frame = frames[i]; in veth_xdp_xmit()
531 struct xdp_frame **frames, u32 flags) in veth_ndo_xdp_xmit()
595 struct xdp_frame *frame = xdp_convert_buff_to_frame(xdp); in veth_xdp_tx()
608 static struct xdp_frame *veth_xdp_rcv_one(struct veth_rq *rq, in veth_xdp_rcv_one()
609 struct xdp_frame *frame, in veth_xdp_rcv_one()
613 struct xdp_frame orig_frame; in veth_xdp_rcv_one()
949 struct xdp_frame *frame = veth_ptr_to_xdp(ptr); in veth_xdp_rcv()