/linux/tools/testing/selftests/bpf/progs/ |
H A D | struct_ops_autocreate.c | 12 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 D | struct_ops_module.c | 14 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 D | bad_struct_ops.c | 11 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 D | test_global_map_resize.c | 66 int BPF_PROG(test_1) in BPF_PROG() argument 72 int (*test_1)(void); member 77 .test_1 = (void *)test_1
|
H A D | struct_ops_private_stack_recur.c | 36 int BPF_PROG(test_1) in BPF_PROG() argument 49 .test_1 = (void *)test_1,
|
H A D | struct_ops_private_stack_fail.c | 36 int BPF_PROG(test_1) in BPF_PROG() argument 60 .test_1 = (void *)test_1,
|
H A D | struct_ops_private_stack.c | 36 int BPF_PROG(test_1) in BPF_PROG() argument 60 .test_1 = (void *)test_1,
|
H A D | dummy_st_ops_success.c | 10 int BPF_PROG(test_1, struct bpf_dummy_ops_state *state) in BPF_PROG() argument 53 .test_1 = (void *)test_1,
|
H A D | struct_ops_autocreate2.c | 26 int (*test_1)(void); member 31 .test_1 = (void *)bar
|
H A D | struct_ops_nulled_out_cb.c | 20 .test_1 = (void *)test_1_turn_off,
|
H A D | dummy_st_ops_fail.c | 24 .test_1 = NULL,
|
H A D | verifier_global_subprogs.c | 351 .test_1 = (void *)arg_tag_ctx_struct_ops,
|
/linux/Documentation/dev-tools/ |
H A D | ktap.rst | 209 ok 1 test_1 224 not ok 1 test_1 259 # test_1: initializing test_1 260 ok 1 test_1 264 ok 1 test_1 # SKIP test_1 skipped 269 ok 1 test_1 281 - "test_1", which passes, and outputs the diagnostic message "test_1: initializing test_1" 285 - "test_1", which is skipped, with the explanation "test_1 skipped" 290 - "test_1", which passes
|
/linux/tools/testing/selftests/bpf/test_kmods/ |
H A D | bpf_testmod.h | 34 int (*test_1)(void); member 94 int (*test_1)(void); member 98 int (*test_1)(void); member
|
H A D | bpf_testmod.c | 261 .test_1 = bpf_testmod_test_3, 268 st_ops3->test_1(); in bpf_testmod_test_struct_ops3() 273 st_ops3->test_1(); in bpf_testmod_ops3_call_test_1() 1144 if (ops->test_1) in bpf_dummy_reg() 1145 ops->test_1(); in bpf_dummy_reg() 1180 .test_1 = bpf_testmod_test_1, 1200 ops->test_1(); in bpf_dummy_reg2() 1205 .test_1 = bpf_testmod_test_1, 1259 case offsetof(struct bpf_testmod_ops3, test_1): in st_ops3_check_member()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | struct_ops_autocreate.c | 65 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 D | dummy_st_ops.c | 42 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 D | test_struct_ops_module.c | 194 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 D | bpf_dummy_struct_ops.c | 301 .test_1 = bpf_dummy_ops__test_1,
|
/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-gen.rst | 306 const struct bpf_program *test_1;
|
/linux/include/linux/ |
H A D | bpf.h | 1900 int (*test_1)(struct bpf_dummy_ops_state *cb); member
|