Searched refs:orig_ctx (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/net/bpf/ |
H A D | test_run.c | 101 struct xdp_buff orig_ctx; member 111 struct xdp_buff *orig_ctx; member 132 struct xdp_buff *new_ctx, *orig_ctx; in xdp_test_run_init_page() local 139 orig_ctx = xdp->orig_ctx; in xdp_test_run_init_page() 140 frm_len = orig_ctx->data_end - orig_ctx->data_meta; in xdp_test_run_init_page() 141 meta_len = orig_ctx->data - orig_ctx->data_meta; in xdp_test_run_init_page() 147 memcpy(data + headroom, orig_ctx in xdp_test_run_init_page() 159 xdp_test_run_setup(struct xdp_test_data *xdp, struct xdp_buff *orig_ctx) xdp_test_run_setup() argument [all...] |
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | readdir.c | 640 struct dir_context *orig_ctx; member 655 struct dir_context *orig_ctx = rdt->orig_ctx; in ovl_fill_real() local 670 return orig_ctx->actor(orig_ctx, name, namelen, offset, ino, d_type); in ovl_fill_real() 696 .orig_ctx = ctx, in ovl_iterate_real()
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | readdir.c | 645 struct dir_context *orig_ctx; member 660 struct dir_context *orig_ctx = rdt->orig_ctx; in ovl_fill_real() local 675 return orig_ctx->actor(orig_ctx, name, namelen, offset, ino, d_type); in ovl_fill_real() 702 .orig_ctx = ctx, in ovl_iterate_real()
|
Completed in 5 milliseconds