| /tools/testing/selftests/bpf/prog_tests/ |
| A D | xdp_context_test_run.c | 37 opts.ctx_in = &ctx; in test_xdp_context_error() 49 struct xdp_md ctx_in, ctx_out; in test_xdp_context_test_run() local 66 opts.ctx_in = bad_ctx; in test_xdp_context_test_run() 74 opts.ctx_in = &ctx_in; in test_xdp_context_test_run() 75 opts.ctx_size_in = sizeof(ctx_in); in test_xdp_context_test_run() 76 memset(&ctx_in, 0, sizeof(ctx_in)); in test_xdp_context_test_run() 77 ctx_in.data_meta = 0; in test_xdp_context_test_run() 78 ctx_in.data = sizeof(__u32); in test_xdp_context_test_run() 79 ctx_in.data_end = ctx_in.data + sizeof(pkt_v4); in test_xdp_context_test_run()
|
| A D | dummy_st_ops.c | 32 .ctx_in = args, in test_dummy_init_ret_value() 58 .ctx_in = args, in test_dummy_init_ptr_arg() 104 .ctx_in = args, in test_dummy_multiple_args() 133 .ctx_in = args, in test_dummy_sleepable() 158 .ctx_in = args, in test_dummy_sleepable_reject_null()
|
| A D | raw_tp_test_run.c | 17 .ctx_in = args, in test_raw_tp_test_run() 46 opts.ctx_in = args; in test_raw_tp_test_run()
|
| A D | xdp_do_redirect.c | 105 struct xdp_md ctx_in = { .data = sizeof(__u64), in test_xdp_do_redirect() local 110 .ctx_in = &ctx_in, in test_xdp_do_redirect() 111 .ctx_size_in = sizeof(ctx_in), in test_xdp_do_redirect() 216 ctx_in.ingress_ifindex = ifindex_src; in test_xdp_do_redirect()
|
| A D | skb_helpers.c | 15 .ctx_in = &skb, in test_skb_helpers()
|
| A D | pro_epilogue.c | 26 topts.ctx_in = &args; in test_tailcall()
|
| A D | skb_load_bytes.c | 15 .ctx_in = &skb, in test_skb_load_bytes()
|
| A D | time_tai.c | 30 .ctx_in = &skb, in test_time_tai()
|
| A D | test_profiler.c | 16 test_attr.ctx_in = args; in sanity_run()
|
| A D | syscall.c | 24 .ctx_in = &ctx, in test_syscall_load_prog()
|
| A D | skb_ctx.c | 26 .ctx_in = &skb, in test_skb_ctx()
|
| A D | kfunc_call.c | 104 topts.ctx_in = &args; in verify_success() 170 topts.ctx_in = &args; in verify_fail()
|
| A D | test_ldsx_insn.c | 101 .ctx_in = &skb, in test_ctx_member_narrow_sign_ext()
|
| A D | kfree_skb.c | 60 .ctx_in = &skb, in serial_test_kfree_skb()
|
| A D | dynptr.c | 133 .ctx_in = &skb, in verify_success()
|
| A D | fib_lookup.c | 309 .ctx_in = &skb, in test_fib_lookup()
|
| /tools/testing/selftests/sched_ext/ |
| A D | enq_select_cpu.c | 34 .ctx_in = args, in test_select_cpu_from_user()
|
| A D | allowed_cpus.c | 32 .ctx_in = args, in test_select_cpu_from_user()
|
| /tools/perf/util/ |
| A D | bpf_counter.h | 126 .ctx_in = NULL, in bperf_trigger_reading()
|
| /tools/lib/bpf/ |
| A D | bpf.h | 480 const void *ctx_in; /* optional */ member 670 const void *ctx_in; /* optional */ member
|
| A D | skel_internal.h | 350 attr.test.ctx_in = (long) opts->ctx; in bpf_load_and_run()
|
| /tools/testing/selftests/hid/ |
| A D | hid_bpf.c | 384 .ctx_in = &args, in TEST_F() 430 .ctx_in = &args, in TEST_F() 479 .ctx_in = &args, in TEST_F()
|
| /tools/bpf/bpftool/Documentation/ |
| A D | bpftool-prog.rst | 39 …ROG* **data_in** *FILE* [**data_out** *FILE* [**data_size_out** *L*]] [**ctx_in** *FILE* [**ctx_ou… 189 bpftool prog run *PROG* data_in *FILE* [data_out *FILE* [data_size_out *L*]] [ctx_in *FILE* [ctx_ou… 197 is read from *FILE* passed with **ctx_in**. Again, "**-**" can be used to 214 them can take the **ctx_in**/**ctx_out** arguments. bpftool does not
|
| /tools/bpf/bpftool/ |
| A D | prog.c | 1327 void *ctx_in = NULL, *ctx_out = NULL; in do_run() local 1436 err = get_run_data(ctx_fname_in, &ctx_in, &test_attr.ctx_size_in); in do_run() 1440 if (ctx_in) { in do_run() 1451 test_attr.ctx_in = ctx_in; in do_run() 1490 free(ctx_in); in do_run()
|
| /tools/bpf/bpftool/bash-completion/ |
| A D | bpftool | 582 data_in|data_out|ctx_in|ctx_out) 591 ctx_in ctx_out ctx_size_out repeat'
|