Home
last modified time | relevance | path

Searched refs:proto_out (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/tools/testing/selftests/bpf/prog_tests/ !
Dcore_kern.c22 ASSERT_TRUE(skel->bss->proto_out[0], "bpf_core_type_exists"); in test_core_kern_lskel()
23 ASSERT_FALSE(skel->bss->proto_out[1], "!bpf_core_type_exists"); in test_core_kern_lskel()
24 ASSERT_TRUE(skel->bss->proto_out[2], "bpf_core_type_exists. nested"); in test_core_kern_lskel()
/linux-5.19.10/tools/testing/selftests/bpf/progs/ !
Dcore_kern.c108 int proto_out[3]; variable
113 proto_out[0] = bpf_core_type_exists(func_proto_typedef___match); in core_relo_proto()
114 proto_out[1] = bpf_core_type_exists(func_proto_typedef___doesnt_match); in core_relo_proto()
115 proto_out[2] = bpf_core_type_exists(func_proto_typedef_nested1); in core_relo_proto()
Dcore_kern_overflow.c12 int proto_out; variable
17 proto_out = bpf_core_type_exists(func_proto_typedef_nested2); in core_relo_proto()