Home
last modified time | relevance | path

Searched refs:testmod_1 (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dstruct_ops_autocreate.c42 link = bpf_map__attach_struct_ops(skel->maps.testmod_1); in check_test_1_link()
75 check_test_1_link(skel, skel->maps.testmod_1); in can_load_partial_object()
90 ASSERT_TRUE(bpf_map__autocreate(skel->maps.testmod_1), "testmod_1 autocreate"); in optional_maps()
95 err = bpf_map__set_autocreate(skel->maps.testmod_1, false); in optional_maps()
128 skel->struct_ops.testmod_1->test_1 = skel->progs.foo; in autoload_and_shadow_vars()
137 link = bpf_map__attach_struct_ops(skel->maps.testmod_1); in autoload_and_shadow_vars()
H A Dtest_struct_ops_module.c69 skel->struct_ops.testmod_1->data = 13; in test_struct_ops_load()
70 skel->struct_ops.testmod_1->test_2 = skel->progs.test_3; in test_struct_ops_load()
82 err = bpf_map_get_info_by_fd(bpf_map__fd(skel->maps.testmod_1), &info, in test_struct_ops_load()
94 if (!attach_ops_and_check(skel, skel->maps.testmod_1, 20)) in test_struct_ops_load()
/linux/tools/testing/selftests/bpf/progs/
H A Dstruct_ops_autocreate2.c30 struct bpf_testmod_ops testmod_1 = { variable
H A Dstruct_ops_maybe_null.c26 struct bpf_testmod_ops testmod_1 = { variable
H A Dbad_struct_ops.c17 struct bpf_testmod_ops testmod_1 = { variable
H A Dstruct_ops_autocreate.c34 struct bpf_testmod_ops___v1 testmod_1 = { variable
H A Dstruct_ops_module.c34 struct bpf_testmod_ops testmod_1 = { variable