Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H 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,
H 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,
H 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
H 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
H A Dstruct_ops_private_stack_recur.c30 int BPF_PROG(test_1) in subprog1()
43 .test_1 = (void *)test_1, in BPF_PROG()
36 BPF_PROG(test_1) BPF_PROG() argument
H A Dstruct_ops_private_stack_fail.c30 int BPF_PROG(test_1) in subprog1()
54 .test_1 = (void *)test_1, in BPF_PROG()
36 BPF_PROG(test_1) BPF_PROG() argument
H A Dstruct_ops_private_stack.c30 int BPF_PROG(test_1) in subprog1()
54 .test_1 = (void *)test_1, in BPF_PROG()
36 BPF_PROG(test_1) BPF_PROG() argument
H 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,
H A Dstruct_ops_autocreate2.c26 int (*test_1)(void); member
31 .test_1 = (void *)bar
H A Dstruct_ops_nulled_out_cb.c20 .test_1 = (void *)test_1_turn_off,
H A Ddummy_st_ops_fail.c24 .test_1 = NULL,
H A Dverifier_global_subprogs.c359 SEC("?struct_ops/test_1") in arg_tag_ctx_syscall()
368 .test_1 = (void *)arg_tag_ctx_struct_ops, in subprog_dynptr()
/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod.h35 int (*test_1)(void);
103 int (*test_1)(void);
107 int (*test_1)(void);
123 int (*test_1)(struct st_ops_args *args);
34 int (*test_1)(void); global() member
94 int (*test_1)(void); global() member
98 int (*test_1)(void); global() member
H A Dbpf_testmod.c324 .test_1 = bpf_testmod_test_3,
331 st_ops3->test_1(); in bpf_testmod_test_struct_ops3()
336 st_ops3->test_1(); in bpf_testmod_ops3_call_test_1()
1459 if (ops->test_1) in st_ops3_check_member()
1460 ops->test_1();
1514 .test_1 = bpf_testmod_test_1, in st_ops_gen_prologue_with_kfunc()
1537 ops->test_1(); in st_ops_gen_epilogue_with_kfunc()
1542 .test_1 = bpf_testmod_test_1, in st_ops_gen_epilogue_with_kfunc()
1585 printk("bpf_testmod: oh no, recursing into test_1, recursion_misses %llu", in st_ops_gen_prologue()
1596 case offsetof(struct bpf_testmod_ops3, test_1) in st_ops_gen_epilogue()
[all...]
/linux/tools/testing/selftests/bpf/prog_tests/
H 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()
H 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()
H 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()
/linux/net/bpf/
H A Dbpf_dummy_struct_ops.c302 .test_1 = bpf_dummy_ops__test_1,
/linux/include/linux/
H A Dbpf.h2256 int (*test_1)(struct bpf_dummy_ops_state *cb);
2133 int (*test_1)(struct bpf_dummy_ops_state *cb); global() member