Searched refs:func_proto_typedef (Results 1 – 6 of 6) sorted by relevance
36 typedef int (*func_proto_typedef)(long); typedef70 func_proto_typedef t5 = 0;100 out->local_func_proto_typedef = bpf_core_type_id_local(func_proto_typedef); in test_core_type_id()108 out->targ_func_proto_typedef = bpf_core_type_id_kernel(func_proto_typedef); in test_core_type_id()
56 typedef int (*func_proto_typedef)(long); typedef125 out->typedef_func_proto_exists = bpf_core_type_exists(func_proto_typedef); in test_core_type_based()139 out->typedef_func_proto_matches = bpf_core_type_matches(func_proto_typedef); in test_core_type_based()151 out->typedef_func_proto_sz = bpf_core_type_size(func_proto_typedef); in test_core_type_based()
8 typedef int (*func_proto_typedef)(long); typedef9 typedef int (*func_proto_typedef_nested1)(func_proto_typedef);
946 typedef int (*func_proto_typedef)(long); typedef962 func_proto_typedef f12;1185 func_proto_typedef f5;
16 typedef int (*func_proto_typedef)(long); typedef17 typedef int (*func_proto_typedef_nested1)(func_proto_typedef);82 BTF_TYPE_EMIT(func_proto_typedef); in bpf_testmod_test_btf_type_tag_user_1()
794 .typedef_func_proto_sz = sizeof(func_proto_typedef),