Home
last modified time | relevance | path

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

/net/bpf/
Dtest_run.c339 void __user *ctx_in = u64_to_user_ptr(kattr->test.ctx_in); in bpf_prog_test_run_raw_tp() local
362 if (copy_from_user(info.ctx, ctx_in, ctx_size_in)) { in bpf_prog_test_run_raw_tp()
400 void __user *data_in = u64_to_user_ptr(kattr->test.ctx_in); in bpf_ctx_init()
1028 void __user *ctx_in = u64_to_user_ptr(kattr->test.ctx_in); in bpf_prog_test_run_syscall() local
1048 if (copy_from_user(ctx, ctx_in, ctx_size_in)) { in bpf_prog_test_run_syscall()
1063 if (copy_to_user(ctx_in, ctx, ctx_size_in)) in bpf_prog_test_run_syscall()