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

/linux-master/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);
/linux-master/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod.c20 typedef int (*func_proto_typedef_nested1)(func_proto_typedef); typedef
21 typedef int (*func_proto_typedef_nested2)(func_proto_typedef_nested1);
160 BTF_TYPE_EMIT(func_proto_typedef_nested1);

Completed in 101 milliseconds