Home
last modified time | relevance | path

Searched refs:ctx_in (Results 1 - 25 of 51) sorted by relevance

123

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_context_test_run.c21 opts.ctx_in = &ctx; in test_xdp_context_error()
33 struct xdp_md ctx_in, ctx_out; in test_xdp_context_test_run() local
50 opts.ctx_in = bad_ctx; in test_xdp_context_test_run()
58 opts.ctx_in = &ctx_in; in test_xdp_context_test_run()
59 opts.ctx_size_in = sizeof(ctx_in); in test_xdp_context_test_run()
60 memset(&ctx_in, 0, sizeof(ctx_in)); in test_xdp_context_test_run()
61 ctx_in.data_meta = 0; in test_xdp_context_test_run()
62 ctx_in in test_xdp_context_test_run()
[all...]
H A Ddummy_st_ops.c32 .ctx_in = args, in test_dummy_init_ret_value()
58 .ctx_in = args, in test_dummy_init_ptr_arg()
103 .ctx_in = args, in test_dummy_multiple_args()
130 .ctx_in = args, in test_dummy_sleepable()
H A Dxdp_do_redirect.c95 struct xdp_md ctx_in = { .data = sizeof(__u64), in test_xdp_do_redirect() local
100 .ctx_in = &ctx_in, in test_xdp_do_redirect()
101 .ctx_size_in = sizeof(ctx_in), in test_xdp_do_redirect()
206 ctx_in.ingress_ifindex = ifindex_src; in test_xdp_do_redirect()
H A Draw_tp_test_run.c17 .ctx_in = args, in test_raw_tp_test_run()
46 opts.ctx_in = args; in test_raw_tp_test_run()
H A Dskb_helpers.c15 .ctx_in = &skb, in test_skb_helpers()
H A Dskb_load_bytes.c15 .ctx_in = &skb, in test_skb_load_bytes()
H A Dsyscall.c24 .ctx_in = &ctx, in test_syscall()
H A Dtime_tai.c30 .ctx_in = &skb, in test_time_tai()
H A Dtest_profiler.c16 test_attr.ctx_in = args; in sanity_run()
H A Dskb_ctx.c26 .ctx_in = &skb, in test_skb_ctx()
39 /* ctx_in != NULL, ctx_size_in == 0 */ in test_skb_ctx()
H A Dkfunc_call.c102 topts.ctx_in = &args; in verify_success()
168 topts.ctx_in = &args; in verify_fail()
H A Dkfree_skb.c59 .ctx_in = &skb, in serial_test_kfree_skb()
H A Dtest_ldsx_insn.c101 .ctx_in = &skb, in test_ctx_member_narrow_sign_ext()
/kernel/linux/linux-6.6/net/bpf/
H A Dbpf_dummy_struct_ops.c25 void __user *ctx_in; in dummy_ops_init_args() local
36 ctx_in = u64_to_user_ptr(kattr->test.ctx_in); in dummy_ops_init_args()
37 if (copy_from_user(args->args, ctx_in, size_in)) in dummy_ops_init_args()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Draw_tp_test_run.c20 .ctx_in = args, in test_raw_tp_test_run()
50 test_attr.ctx_in = args; in test_raw_tp_test_run()
H A Dskb_helpers.c15 .ctx_in = &skb, in test_skb_helpers()
H A Dtest_profiler.c18 test_attr.ctx_in = args; in sanity_run()
H A Dskb_ctx.c24 .ctx_in = &skb, in test_skb_ctx()
38 /* ctx_in != NULL, ctx_size_in == 0 */ in test_skb_ctx()
/kernel/linux/linux-6.6/samples/hid/
H A Dhid_surface_dial.c97 .ctx_in = &args, in attach_prog()
125 .ctx_in = &args, in set_haptic()
H A Dhid_mouse.c88 .ctx_in = &args, in main()
/kernel/linux/linux-5.10/net/bpf/
H A Dtest_run.c268 void __user *ctx_in = u64_to_user_ptr(kattr->test.ctx_in); in bpf_prog_test_run_raw_tp() local
291 if (copy_from_user(info.ctx, ctx_in, ctx_size_in)) { in bpf_prog_test_run_raw_tp()
329 void __user *data_in = u64_to_user_ptr(kattr->test.ctx_in); in bpf_ctx_init()
642 if (kattr->test.ctx_in || kattr->test.ctx_out) in bpf_prog_test_run_xdp()
/kernel/linux/linux-5.10/drivers/crypto/chelsio/
H A Dchcr_algo.h158 #define FILL_SEC_CPL_IVGEN_HDRLEN(last, more, ctx_in, mac, ivdrop, len) htonl( \
164 SCMD_KEY_CTX_INLINE_V((ctx_in)) | \
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbpf.h209 const void *ctx_in; /* optional */ member
271 const void *ctx_in; /* optional */ member
/kernel/linux/linux-6.6/drivers/crypto/chelsio/
H A Dchcr_algo.h158 #define FILL_SEC_CPL_IVGEN_HDRLEN(last, more, ctx_in, mac, ivdrop, len) htonl( \
164 SCMD_KEY_CTX_INLINE_V((ctx_in)) | \
/kernel/linux/linux-6.6/tools/perf/util/
H A Dbpf_counter.h126 .ctx_in = NULL, in bperf_trigger_reading()

Completed in 9 milliseconds

123