Home
last modified time | relevance | path

Searched refs:ctx_size_in (Results 1 – 25 of 33) sorted by relevance

12

/linux/tools/testing/selftests/bpf/prog_tests/
H A Ddummy_st_ops.c33 .ctx_size_in = sizeof(args), in test_dummy_init_ret_value()
59 .ctx_size_in = sizeof(args), in test_dummy_init_ptr_arg()
105 .ctx_size_in = sizeof(args), in test_dummy_multiple_args()
134 .ctx_size_in = sizeof(args), in test_dummy_sleepable()
159 .ctx_size_in = sizeof(args), in test_dummy_sleepable_reject_null()
H A Draw_tp_test_run.c18 .ctx_size_in = sizeof(args), in test_raw_tp_test_run()
47 opts.ctx_size_in = sizeof(__u64); in test_raw_tp_test_run()
52 opts.ctx_size_in = sizeof(args); in test_raw_tp_test_run()
H A Dskb_ctx.c27 .ctx_size_in = sizeof(skb), in test_skb_ctx()
41 tattr.ctx_size_in = 0; in test_skb_ctx()
44 tattr.ctx_size_in = sizeof(skb); in test_skb_ctx()
H A Dskb_helpers.c16 .ctx_size_in = sizeof(skb), in test_skb_helpers()
H A Dpro_epilogue.c27 topts.ctx_size_in = sizeof(args); in test_tailcall()
H A Dskb_load_bytes.c16 .ctx_size_in = sizeof(skb), in test_skb_load_bytes()
H A Dxdp_context_test_run.c44 opts.ctx_size_in = sizeof(ctx); in test_xdp_context_error()
74 opts.ctx_size_in = sizeof(bad_ctx); in test_xdp_context_test_run()
82 opts.ctx_size_in = sizeof(ctx_in); in test_xdp_context_test_run()
91 ASSERT_EQ(opts.ctx_size_out, opts.ctx_size_in, "valid-ctxsize"); in test_xdp_context_test_run()
H A Dtest_profiler.c17 test_attr.ctx_size_in = sizeof(args); in sanity_run()
H A Dtime_tai.c31 .ctx_size_in = sizeof(skb), in test_time_tai()
H A Dsyscall.c25 .ctx_size_in = sizeof(ctx), in test_syscall_load_prog()
H A Dkfunc_call.c111 topts.ctx_size_in = sizeof(args); in verify_success()
177 topts.ctx_size_in = sizeof(args); in verify_fail()
H A Dtest_ldsx_insn.c102 .ctx_size_in = sizeof(skb), in test_ctx_member_narrow_sign_ext()
H A Dkfree_skb.c61 .ctx_size_in = sizeof(skb), in serial_test_kfree_skb()
H A Ddynptr.c136 .ctx_size_in = sizeof(skb), in verify_success()
H A Dxdp_do_redirect.c111 .ctx_size_in = sizeof(ctx_in), in test_xdp_do_redirect()
H A Dglobal_data_init.c76 .ctx_size_in = sizeof(args), in test_percpu_data_on_cpus()
H A Dfib_lookup.c700 .ctx_size_in = sizeof(skb), in test_fib_lookup()
877 .ctx_size_in = sizeof(skb), in test_fib_lookup_vlan_netns()
H A Dxdp_bonding.c519 .ctx_size_in = sizeof(ctx_in), in test_xdp_bonding_redirect_no_up()
H A Dflow_dissector.c833 topts.ctx_size_in = sizeof(ctx); in test_flow_dissector_skb()
/linux/tools/testing/selftests/bpf/libarena/include/libarena/
H A Duserspace.h47 opts.ctx_size_in = argsize; in libarena_run_prog_args()
62 opts.ctx_size_in = sizeof(args); in libarena_get_arena_base()
132 opts.ctx_size_in = sizeof(args); in libarena_asan_init()
/linux/net/bpf/
H A Dtest_run.c787 __u32 ctx_size_in = kattr->test.ctx_size_in; in bpf_prog_test_run_raw_tp() local
798 if (ctx_size_in < prog->aux->max_ctx_offset || in bpf_prog_test_run_raw_tp()
799 ctx_size_in > MAX_BPF_FUNC_ARGS * sizeof(u64)) in bpf_prog_test_run_raw_tp()
812 if (ctx_size_in) { in bpf_prog_test_run_raw_tp()
813 info.ctx = memdup_user(ctx_in, ctx_size_in); in bpf_prog_test_run_raw_tp()
858 u32 size = kattr->test.ctx_size_in; in bpf_ctx_init()
1683 __u32 ctx_size_in = kattr->test.ctx_size_in; in bpf_prog_test_run_syscall() local
1695 if (ctx_size_in < prog->aux->max_ctx_offset || in bpf_prog_test_run_syscall()
1696 ctx_size_in > U16_MAX) in bpf_prog_test_run_syscall()
1699 if (ctx_size_in) { in bpf_prog_test_run_syscall()
[all …]
/linux/samples/hid/
H A Dhid_surface_dial.c97 .ctx_size_in = sizeof(args), in set_haptic()
/linux/tools/testing/selftests/hid/
H A Dhid_bpf.c396 .ctx_size_in = sizeof(args), in TEST_F()
442 .ctx_size_in = sizeof(args), in TEST_F()
491 .ctx_size_in = sizeof(args), in TEST_F()
/linux/tools/lib/bpf/
H A Dskel_internal.h417 attr.test.ctx_size_in = opts->ctx->sz; in bpf_load_and_run()
/linux/tools/perf/util/
H A Dbpf_counter.c87 .ctx_size_in = 0, in bperf_trigger_reading()

12