Searched refs:ctx_in (Results 1 – 13 of 13) sorted by relevance
/tools/testing/selftests/bpf/prog_tests/ |
D | raw_tp_test_run.c | 20 .ctx_in = args, in test_raw_tp_test_run() 50 test_attr.ctx_in = args; in test_raw_tp_test_run()
|
D | skb_helpers.c | 15 .ctx_in = &skb, in test_skb_helpers()
|
D | test_profiler.c | 18 test_attr.ctx_in = args; in sanity_run()
|
D | skb_ctx.c | 24 .ctx_in = &skb, in test_skb_ctx()
|
D | kfree_skb.c | 57 .ctx_in = &skb, in test_kfree_skb()
|
D | flow_dissector.c | 585 tattr.ctx_in = &ctx; in test_flow_dissector()
|
D | sk_lookup.c | 1062 .ctx_in = &ctx, in run_sk_assign()
|
/tools/lib/bpf/ |
D | bpf.h | 209 const void *ctx_in; /* optional */ member 271 const void *ctx_in; /* optional */ member
|
D | bpf.c | 713 attr.test.ctx_in = ptr_to_u64(test_attr->ctx_in); in bpf_prog_test_run_xattr() 745 attr.test.ctx_in = ptr_to_u64(OPTS_GET(opts, ctx_in, NULL)); in bpf_prog_test_run_opts()
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-prog.rst | 32 …ROG* **data_in** *FILE* [**data_out** *FILE* [**data_size_out** *L*]] [**ctx_in** *FILE* [**ctx_ou… 169 …ROG* **data_in** *FILE* [**data_out** *FILE* [**data_size_out** *L*]] [**ctx_in** *FILE* [**ctx_ou… 179 **ctx_in**. Again, "**-**" can be used to read from standard 199 not all of them can take the **ctx_in**/**ctx_out**
|
/tools/bpf/bpftool/ |
D | prog.c | 1170 void *ctx_in = NULL, *ctx_out = NULL; in do_run() local 1278 err = get_run_data(ctx_fname_in, &ctx_in, &test_attr.ctx_size_in); in do_run() 1282 if (ctx_in) { in do_run() 1294 test_attr.ctx_in = ctx_in; in do_run() 1333 free(ctx_in); in do_run()
|
/tools/bpf/bpftool/bash-completion/ |
D | bpftool | 566 data_in|data_out|ctx_in|ctx_out) 575 ctx_in ctx_out ctx_size_out repeat'
|
/tools/include/uapi/linux/ |
D | bpf.h | 596 __aligned_u64 ctx_in; member
|