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

/linux-master/include/linux/
H A Dbtf.h538 bool btf_types_are_same(const struct btf *btf1, u32 id1,
587 static inline bool btf_types_are_same(const struct btf *btf1, u32 id1, function
/linux-master/kernel/bpf/
H A Dbtf.c6730 bool btf_types_are_same(const struct btf *btf1, u32 id1, function
6750 if (off == 0 && btf_types_are_same(btf, id, need_btf, need_type_id))
6771 if (!btf_types_are_same(btf, id, need_btf, need_type_id)) {
H A Dverifier.c10865 return btf_types_are_same(btf, res_id, btf_vmlinux, kf_arg_btf_ids[type]);

Completed in 206 milliseconds