Lines Matching refs:frm
100 struct xdp_frame frm; member
126 struct xdp_frame *frm; in xdp_test_run_init_page() local
135 frm = &head->frm; in xdp_test_run_init_page()
143 xdp_update_frame_from_buff(new_ctx, frm); in xdp_test_run_init_page()
144 frm->mem = new_ctx->rxq->mem; in xdp_test_run_init_page()
226 xdp_update_frame_from_buff(&head->ctx, &head->frm); in reset_ctx()
268 struct xdp_frame *frm; in xdp_test_run_batch() local
288 frm = &head->frm; in xdp_test_run_batch()
295 ret = xdp_update_frame_from_buff(ctx, frm); in xdp_test_run_batch()
314 ret = xdp_do_redirect_frame(xdp->dev, ctx, frm, prog); in xdp_test_run_batch()
319 frames[nframes++] = frm; in xdp_test_run_batch()