Home
last modified time | relevance | path

Searched refs:testmod_2 (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dstruct_ops_autocreate.c19 /* The testmod_2 map BTF type (struct bpf_testmod_ops___v2) doesn't in cant_load_full_object()
61 err = bpf_map__set_autocreate(skel->maps.testmod_2, false); in can_load_partial_object()
91 ASSERT_TRUE(bpf_map__autocreate(skel->maps.testmod_2), "testmod_2 autocreate"); in optional_maps()
96 err |= bpf_map__set_autocreate(skel->maps.testmod_2, false); in optional_maps()
H A Dtest_struct_ops_module.c96 if (!attach_ops_and_check(skel, skel->maps.testmod_2, 12)) in test_struct_ops_load()
/linux/tools/testing/selftests/bpf/progs/
H A Dbad_struct_ops.c23 struct bpf_testmod_ops2 testmod_2 = { variable
H A Dstruct_ops_autocreate.c39 struct bpf_testmod_ops___v2 testmod_2 = { variable
H A Dstruct_ops_module.c53 struct bpf_testmod_ops___v2 testmod_2 = { variable