Searched refs:ctx_size_out (Results 1 – 10 of 10) sorted by relevance
20 .ctx_size_out = sizeof(skb), in test_skb_ctx()40 tattr.ctx_size_out = 0; in test_skb_ctx()43 tattr.ctx_size_out = sizeof(skb); in test_skb_ctx()75 CHECK_ATTR(tattr.ctx_size_out != sizeof(skb), in test_skb_ctx()78 sizeof(skb), tattr.ctx_size_out); in test_skb_ctx()
170 if (copy_size > kattr->test.ctx_size_out) { in bpf_ctx_finish()171 copy_size = kattr->test.ctx_size_out; in bpf_ctx_finish()177 if (copy_to_user(&uattr->test.ctx_size_out, &size, sizeof(size))) in bpf_ctx_finish()
988 test_attr.ctx_size_out = strtoul(*argv, &endptr, 0); in do_run()1033 if (!test_attr.ctx_size_out) in do_run()1034 test_attr.ctx_size_out = default_size; in do_run()1035 err = alloc_run_data(&ctx_out, test_attr.ctx_size_out); in do_run()1065 if (test_attr.ctx_size_out) in do_run()1067 test_attr.ctx_size_out, in do_run()
560 attr.test.ctx_size_out = test_attr->ctx_size_out; in bpf_prog_test_run_xattr()565 test_attr->ctx_size_out = attr.test.ctx_size_out; in bpf_prog_test_run_xattr()
144 __u32 ctx_size_out; /* in: max length of ctx_out member
32 …E* [**data_size_out** *L*]] [**ctx_in** *FILE* [**ctx_out** *FILE* [**ctx_size_out** *M*]]] [**rep…150 …E* [**data_size_out** *L*]] [**ctx_in** *FILE* [**ctx_out** *FILE* [**ctx_size_out** *M*]]] [**rep…169 **ctx_size_out** are used to pass the size (in bytes) for the
432 repeat|data_size_out|ctx_size_out)437 ctx_in ctx_out ctx_size_out repeat'
451 __u32 ctx_size_out; /* input/output: len of ctx_out member
2111 if ((attr->test.ctx_size_out && !attr->test.ctx_out) || in bpf_prog_test_run()2112 (!attr->test.ctx_size_out && attr->test.ctx_out)) in bpf_prog_test_run()