Searched refs:bpf_core_type_exists (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_type_based.c114 out->struct_exists = bpf_core_type_exists(struct a_struct);
115 out->complex_struct_exists = bpf_core_type_exists(struct a_complex_struct);
116 out->union_exists = bpf_core_type_exists(union a_union);
117 out->enum_exists = bpf_core_type_exists(enum an_enum);
118 out->typedef_named_struct_exists = bpf_core_type_exists(named_struct_typedef);
119 out->typedef_anon_struct_exists = bpf_core_type_exists(anon_struct_typedef);
120 out->typedef_struct_ptr_exists = bpf_core_type_exists(struct_ptr_typedef);
121 out->typedef_int_exists = bpf_core_type_exists(int_typedef);
122 out->typedef_enum_exists = bpf_core_type_exists(enum_typedef);
123 out->typedef_void_ptr_exists = bpf_core_type_exists(void_ptr_typede
[all...]
H A Dcore_kern_overflow.c17 proto_out = bpf_core_type_exists(func_proto_typedef_nested2);
H A Dcore_kern.c113 proto_out[0] = bpf_core_type_exists(func_proto_typedef___match);
114 proto_out[1] = bpf_core_type_exists(func_proto_typedef___doesnt_match);
115 proto_out[2] = bpf_core_type_exists(func_proto_typedef_nested1);
H A Dtest_core_reloc_module.c59 out->read_ctx_exists = bpf_core_type_exists(struct bpf_testmod_test_read_ctx);
93 out->read_ctx_exists = bpf_core_type_exists(struct bpf_testmod_test_read_ctx);
/linux-master/tools/lib/bpf/
H A Dbpf_core_read.h239 #define bpf_core_type_exists(type) \ macro

Completed in 303 milliseconds