Home
last modified time | relevance | path

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

/linux-6.12.1/net/bpf/
Dtest_run.c102 struct xdp_buff orig_ctx; member
112 struct xdp_buff *orig_ctx; member
134 struct xdp_buff *new_ctx, *orig_ctx; in xdp_test_run_init_page() local
141 orig_ctx = xdp->orig_ctx; in xdp_test_run_init_page()
142 frm_len = orig_ctx->data_end - orig_ctx->data_meta; in xdp_test_run_init_page()
143 meta_len = orig_ctx->data - orig_ctx->data_meta; in xdp_test_run_init_page()
149 memcpy(data + headroom, orig_ctx->data_meta, frm_len); in xdp_test_run_init_page()
158 memcpy(&head->orig_ctx, new_ctx, sizeof(head->orig_ctx)); in xdp_test_run_init_page()
161 static int xdp_test_run_setup(struct xdp_test_data *xdp, struct xdp_buff *orig_ctx) in xdp_test_run_setup() argument
198 xdp_rxq_info_reg(&xdp->rxq, orig_ctx->rxq->dev, 0, 0); in xdp_test_run_setup()
[all …]
/linux-6.12.1/fs/overlayfs/
Dreaddir.c659 struct dir_context *orig_ctx; member
674 struct dir_context *orig_ctx = rdt->orig_ctx; in ovl_fill_real() local
689 return orig_ctx->actor(orig_ctx, name, namelen, offset, ino, d_type); in ovl_fill_real()
716 .orig_ctx = ctx, in ovl_iterate_real()