Home
last modified time | relevance | path

Searched refs:orig_ctx (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/net/bpf/
A Dtest_run.c98 struct xdp_buff orig_ctx; member
108 struct xdp_buff *orig_ctx; member
129 struct xdp_buff *new_ctx, *orig_ctx; in xdp_test_run_init_page() local
136 orig_ctx = xdp->orig_ctx; in xdp_test_run_init_page()
137 frm_len = orig_ctx->data_end - orig_ctx->data_meta; in xdp_test_run_init_page()
138 meta_len = orig_ctx->data - orig_ctx->data_meta; in xdp_test_run_init_page()
153 memcpy(&head->orig_ctx, new_ctx, sizeof(head->orig_ctx)); in xdp_test_run_init_page()
196 xdp->dev = orig_ctx->rxq->dev; in xdp_test_run_setup()
197 xdp->orig_ctx = orig_ctx; in xdp_test_run_setup()
230 head->ctx.data = head->orig_ctx.data; in reset_ctx()
[all …]
/linux-6.3-rc2/fs/overlayfs/
A Dreaddir.c644 struct dir_context *orig_ctx; member
659 struct dir_context *orig_ctx = rdt->orig_ctx; in ovl_fill_real() local
674 return orig_ctx->actor(orig_ctx, name, namelen, offset, ino, d_type); in ovl_fill_real()
700 .orig_ctx = ctx, in ovl_iterate_real()

Completed in 8 milliseconds