Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dcore_kern_overflow.c9 typedef int (*func_proto_typedef_nested1)(func_proto_typedef); typedef
10 typedef int (*func_proto_typedef_nested2)(func_proto_typedef_nested1);
H A Dcore_kern.c106 typedef int (*func_proto_typedef_nested1)(func_proto_typedef___match); typedef
115 proto_out[2] = bpf_core_type_exists(func_proto_typedef_nested1); in core_relo_proto()
/openbmc/linux/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod.c19 typedef int (*func_proto_typedef_nested1)(func_proto_typedef); typedef
20 typedef int (*func_proto_typedef_nested2)(func_proto_typedef_nested1);
157 BTF_TYPE_EMIT(func_proto_typedef_nested1); in bpf_testmod_test_btf_type_tag_user_1()