Home
last modified time | relevance | path

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

/kernel/bpf/
Dbtf.c5866 static bool btf_types_are_same(const struct btf *btf1, u32 id1, in btf_types_are_same() argument
5869 if (id1 != id2) in btf_types_are_same()
5873 return btf_type_by_id(btf1, id1) == btf_type_by_id(btf2, id2); in btf_types_are_same()