Home
last modified time | relevance | path

Searched refs:btf_types_are_same (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/bpf/
H A Dbtf.c7387 bool btf_types_are_same(const struct btf *btf1, u32 id1, in btf_types_are_same() function
7407 if (off == 0 && btf_types_are_same(btf, id, need_btf, need_type_id)) in btf_struct_ids_match()
7428 if (!btf_types_are_same(btf, id, need_btf, need_type_id)) { in btf_struct_ids_match()
H A Dverifier.c12359 return btf_types_are_same(btf, res_id, btf_vmlinux, kf_arg_btf_ids[type]); in BTF_ID()