Home
last modified time | relevance | path

Searched refs:ctx_size_out (Results 1 – 11 of 11) sorted by relevance

/tools/testing/selftests/bpf/prog_tests/
A Dskb_ctx.c29 .ctx_size_out = sizeof(skb), in test_skb_ctx()
48 tattr.ctx_size_out = 0; in test_skb_ctx()
51 tattr.ctx_size_out = sizeof(skb); in test_skb_ctx()
80 ASSERT_EQ(tattr.ctx_size_out, sizeof(skb), "ctx_size_out"); in test_skb_ctx()
A Dskb_helpers.c18 .ctx_size_out = sizeof(skb), in test_skb_helpers()
A Dtime_tai.c33 .ctx_size_out = sizeof(skb), in test_time_tai()
A Dxdp_context_test_run.c54 .ctx_size_out = sizeof(ctx_out), in test_xdp_context_test_run()
84 ASSERT_EQ(opts.ctx_size_out, opts.ctx_size_in, "valid-ctxsize"); in test_xdp_context_test_run()
A Dsk_lookup.c1038 .ctx_size_out = sizeof(ctx), in run_sk_assign()
/tools/lib/bpf/
A Dbpf.h483 __u32 ctx_size_out; /* in: max length of ctx_out member
673 __u32 ctx_size_out; /* in: max length of ctx_out member
A Dbpf.c1041 attr.test.ctx_size_out = OPTS_GET(opts, ctx_size_out, 0); in bpf_prog_test_run_opts()
1052 OPTS_SET(opts, ctx_size_out, attr.test.ctx_size_out); in bpf_prog_test_run_opts()
/tools/bpf/bpftool/
A Dprog.c1396 test_attr.ctx_size_out = strtoul(*argv, &endptr, 0); in do_run()
1441 if (!test_attr.ctx_size_out) in do_run()
1442 test_attr.ctx_size_out = default_size; in do_run()
1443 err = alloc_run_data(&ctx_out, test_attr.ctx_size_out); in do_run()
1472 if (test_attr.ctx_size_out) in do_run()
1474 test_attr.ctx_size_out, in do_run()
/tools/bpf/bpftool/Documentation/
A Dbpftool-prog.rst39 …E* [**data_size_out** *L*]] [**ctx_in** *FILE* [**ctx_out** *FILE* [**ctx_size_out** *M*]]] [**rep…
189 …[data_out *FILE* [data_size_out *L*]] [ctx_in *FILE* [ctx_out *FILE* [ctx_size_out *M*]]] [repeat …
204 discarded. Keywords **data_size_out** and **ctx_size_out** are used to pass
/tools/bpf/bpftool/bash-completion/
A Dbpftool586 repeat|data_size_out|ctx_size_out)
591 ctx_in ctx_out ctx_size_out repeat'
/tools/include/uapi/linux/
A Dbpf.h1652 __u32 ctx_size_out; /* input/output: len of ctx_out member

Completed in 38 milliseconds