Searched refs:btf_types_are_same (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | btf.h | 508 bool btf_types_are_same(const struct btf *btf1, u32 id1, 557 static inline bool btf_types_are_same(const struct btf *btf1, u32 id1, in btf_types_are_same() function
|
/openbmc/linux/kernel/bpf/ |
H A D | btf.c | 6464 bool btf_types_are_same(const struct btf *btf1, u32 id1, in btf_types_are_same() function 6484 if (off == 0 && btf_types_are_same(btf, id, need_btf, need_type_id)) in btf_struct_ids_match() 6505 if (!btf_types_are_same(btf, id, need_btf, need_type_id)) { in btf_struct_ids_match()
|
H A D | verifier.c | 10580 return btf_types_are_same(btf, res_id, btf_vmlinux, kf_arg_btf_ids[type]); in BTF_ID()
|