Searched refs:func_proto_typedef (Results 1 – 6 of 6) sorted by relevance
36 typedef int (*func_proto_typedef)(long); typedef 70 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); typedef 125 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); typedef 9 typedef int (*func_proto_typedef_nested1)(func_proto_typedef);
956 typedef int (*func_proto_typedef)(long); typedef 972 func_proto_typedef f12;1195 func_proto_typedef f5;
31 typedef int (*func_proto_typedef)(long); typedef 32 typedef int (*func_proto_typedef_nested1)(func_proto_typedef);299 BTF_TYPE_EMIT(func_proto_typedef); in bpf_testmod_test_btf_type_tag_user_1()
489 exp->local_func_proto_typedef = find_btf_type(local_btf, "func_proto_typedef", BTF_KIND_TYPEDEF); in setup_type_id_case_local() 513 exp->targ_func_proto_typedef = find_btf_type(targ_btf, "func_proto_typedef", BTF_KIND_TYPEDEF); in setup_type_id_case_success() 797 .typedef_func_proto_sz = sizeof(func_proto_typedef),