Home
last modified time | relevance | path

Searched refs:test_1 (Results 1 – 18 of 18) sorted by relevance

/tools/testing/selftests/bpf/progs/
A Dstruct_ops_autocreate.c12 int BPF_PROG(test_1) in BPF_PROG() argument
25 int (*test_1)(void); member
29 int (*test_1)(void); member
35 .test_1 = (void *)test_1
40 .test_1 = (void *)test_1,
46 .test_1 = (void *)test_1,
51 .test_1 = (void *)test_1,
A Dstruct_ops_module.c14 int BPF_PROG(test_1) in BPF_PROG() argument
35 .test_1 = (void *)test_1,
47 int (*test_1)(void); member
54 .test_1 = (void *)test_1,
59 int (*test_1)(void); member
74 .test_1 = (void *)test_1,
80 int (*test_1)(void); member
87 .test_1 = (void *)test_1,
A Dbad_struct_ops.c11 int BPF_PROG(test_1) { return 0; } in BPF_PROG() argument
18 .test_1 = (void *)test_1,
24 .test_1 = (void *)test_1
A Dtest_global_map_resize.c82 int BPF_PROG(test_1) in BPF_PROG() argument
88 int (*test_1)(void); member
93 .test_1 = (void *)test_1
A Dstruct_ops_private_stack_recur.c36 int BPF_PROG(test_1) in BPF_PROG() argument
49 .test_1 = (void *)test_1,
A Dstruct_ops_private_stack.c36 int BPF_PROG(test_1) in BPF_PROG() argument
60 .test_1 = (void *)test_1,
A Dstruct_ops_private_stack_fail.c36 int BPF_PROG(test_1) in BPF_PROG() argument
60 .test_1 = (void *)test_1,
A Ddummy_st_ops_success.c10 int BPF_PROG(test_1, struct bpf_dummy_ops_state *state) in BPF_PROG() argument
53 .test_1 = (void *)test_1,
A Dstruct_ops_autocreate2.c26 int (*test_1)(void); member
31 .test_1 = (void *)bar
A Dstruct_ops_nulled_out_cb.c20 .test_1 = (void *)test_1_turn_off,
A Ddummy_st_ops_fail.c24 .test_1 = NULL,
A Dverifier_global_subprogs.c351 .test_1 = (void *)arg_tag_ctx_struct_ops,
/tools/testing/selftests/bpf/test_kmods/
A Dbpf_testmod.h35 int (*test_1)(void); member
100 int (*test_1)(void); member
104 int (*test_1)(void); member
A Dbpf_testmod.c265 .test_1 = bpf_testmod_test_3,
272 st_ops3->test_1(); in bpf_testmod_test_struct_ops3()
277 st_ops3->test_1(); in bpf_testmod_ops3_call_test_1()
1149 if (ops->test_1) in bpf_dummy_reg()
1150 ops->test_1(); in bpf_dummy_reg()
1198 .test_1 = bpf_testmod_test_1,
1220 ops->test_1(); in bpf_dummy_reg2()
1225 .test_1 = bpf_testmod_test_1,
1279 case offsetof(struct bpf_testmod_ops3, test_1): in st_ops3_check_member()
/tools/testing/selftests/bpf/prog_tests/
A Dstruct_ops_autocreate.c65 ASSERT_TRUE(bpf_program__autoload(skel->progs.test_1), "test_1 default autoload"); in can_load_partial_object()
72 ASSERT_TRUE(bpf_program__autoload(skel->progs.test_1), "test_1 actual autoload"); in can_load_partial_object()
128 skel->struct_ops.testmod_1->test_1 = skel->progs.foo; in autoload_and_shadow_vars()
A Ddummy_st_ops.c42 fd = bpf_program__fd(skel->progs.test_1); in test_dummy_init_ret_value()
69 fd = bpf_program__fd(skel->progs.test_1); in test_dummy_init_ptr_arg()
A Dtest_struct_ops_module.c194 skel->struct_ops.ops->test_1 = NULL; in test_struct_ops_nulled_out_cb()
239 skel->struct_ops.ops->test_1 = skel->progs.test_1_forgotten; /* not anymore */ in test_struct_ops_forgotten_cb()
/tools/bpf/bpftool/Documentation/
A Dbpftool-gen.rst306 const struct bpf_program *test_1;

Completed in 23 milliseconds