Searched refs:ctx_out (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | xdp_context_test_run.c | 33 struct xdp_md ctx_in, ctx_out; in test_xdp_context_test_run() local 37 .ctx_out = &ctx_out, in test_xdp_context_test_run() 38 .ctx_size_out = sizeof(ctx_out), in test_xdp_context_test_run() 69 ASSERT_EQ(ctx_out.data_meta, 0, "valid-datameta"); in test_xdp_context_test_run() 70 ASSERT_EQ(ctx_out.data, 0, "valid-data"); in test_xdp_context_test_run() 71 ASSERT_EQ(ctx_out.data_end, sizeof(pkt_v4), "valid-dataend"); in test_xdp_context_test_run()
|
H A D | skb_helpers.c | 17 .ctx_out = &skb, in test_skb_helpers()
|
H A D | time_tai.c | 32 .ctx_out = &skb, in test_time_tai()
|
H A D | skb_ctx.c | 28 .ctx_out = &skb, in test_skb_ctx()
|
H A D | sk_lookup.c | 1093 .ctx_out = &ctx, in run_sk_assign()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | bpf.h | 454 void *ctx_out; /* optional */ member 621 void *ctx_out; /* optional */ member
|
H A D | bpf.c | 974 attr.test.ctx_out = ptr_to_u64(OPTS_GET(opts, ctx_out, NULL)); in bpf_prog_test_run_opts()
|
/openbmc/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-prog.rst | 38 …ILE* [**data_out** *FILE* [**data_size_out** *L*]] [**ctx_in** *FILE* [**ctx_out** *FILE* [**ctx_s… 189 …ILE* [**data_out** *FILE* [**data_size_out** *L*]] [**ctx_in** *FILE* [**ctx_out** *FILE* [**ctx_s… 203 written to the *FILE* passed with **ctx_out**. For both 219 not all of them can take the **ctx_in**/**ctx_out**
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | prog.c | 1270 void *ctx_in = NULL, *ctx_out = NULL; in do_run() local 1386 err = alloc_run_data(&ctx_out, test_attr.ctx_size_out); in do_run() 1395 test_attr.ctx_out = ctx_out; in do_run() 1416 err += print_run_output(test_attr.ctx_out, in do_run() 1431 free(ctx_out); in do_run()
|
/openbmc/linux/net/bpf/ |
H A D | test_run.c | 735 kattr->test.ctx_out || kattr->test.duration || in bpf_prog_test_run_raw_tp() 784 void __user *data_out = u64_to_user_ptr(kattr->test.ctx_out); in bpf_ctx_init() 816 void __user *data_out = u64_to_user_ptr(kattr->test.ctx_out); in bpf_ctx_finish() 1192 (do_live && (kattr->test.data_out || kattr->test.ctx_out))) in bpf_prog_test_run_xdp() 1488 kattr->test.ctx_out || kattr->test.duration || in bpf_prog_test_run_syscall()
|
/openbmc/linux/Documentation/bpf/ |
H A D | bpf_prog_run.rst | 70 it, etc). For this reason, setting the ``data_out`` or ``ctx_out`` attributes
|
/openbmc/linux/tools/bpf/bpftool/bash-completion/ |
H A D | bpftool | 576 data_in|data_out|ctx_in|ctx_out) 585 ctx_in ctx_out ctx_size_out repeat'
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 1521 __aligned_u64 ctx_out; member
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 1521 __aligned_u64 ctx_out; member
|
/openbmc/linux/kernel/bpf/ |
H A D | syscall.c | 4100 if ((attr->test.ctx_size_out && !attr->test.ctx_out) || in bpf_prog_test_run() 4101 (!attr->test.ctx_size_out && attr->test.ctx_out)) in bpf_prog_test_run() 5608 attr->test.ctx_out || attr->test.duration || in kern_sys_bpf()
|