Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/bpf/
Dbtf.c4985 struct btf *btf1, const struct btf_type *t1, in btf_check_func_type_match() argument
4992 fn1 = btf_name_by_offset(btf1, t1->name_off); in btf_check_func_type_match()
5004 t1 = btf_type_by_id(btf1, t1->type); in btf_check_func_type_match()
5022 t1 = btf_type_skip_modifiers(btf1, t1->type, NULL); in btf_check_func_type_match()
5033 t1 = btf_type_skip_modifiers(btf1, args1[i].type, NULL); in btf_check_func_type_match()
5062 t1 = btf_type_skip_modifiers(btf1, t1->type, NULL); in btf_check_func_type_match()
5082 s1 = btf_name_by_offset(btf1, t1->name_off); in btf_check_func_type_match()
5098 struct btf *btf1 = prog->aux->btf; in btf_check_type_match() local
5111 t1 = btf_type_by_id(btf1, btf_id); in btf_check_type_match()
5115 return btf_check_func_type_match(log, btf1, t1, btf2, t2); in btf_check_type_match()