Home
last modified time | relevance | path

Searched refs:btf1 (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
5871 if (btf1 == btf2) in btf_types_are_same()
5873 return btf_type_by_id(btf1, id1) == btf_type_by_id(btf2, id2); in btf_types_are_same()
6016 struct btf *btf1, const struct btf_type *t1, in btf_check_func_type_match() argument
6023 fn1 = btf_name_by_offset(btf1, t1->name_off); in btf_check_func_type_match()
6035 t1 = btf_type_by_id(btf1, t1->type); in btf_check_func_type_match()
6053 t1 = btf_type_skip_modifiers(btf1, t1->type, NULL); in btf_check_func_type_match()
6064 t1 = btf_type_skip_modifiers(btf1, args1[i].type, NULL); in btf_check_func_type_match()
6093 t1 = btf_type_skip_modifiers(btf1, t1->type, NULL); in btf_check_func_type_match()
6113 s1 = btf_name_by_offset(btf1, t1->name_off); in btf_check_func_type_match()
[all …]