Searched refs:btf_struct_ids_match (Results 1 – 2 of 2) sorted by relevance
/kernel/bpf/ |
D | btf.c | 5876 bool btf_struct_ids_match(struct bpf_verifier_log *log, in btf_struct_ids_match() function 6427 if (!btf_struct_ids_match(log, btf, ref_id, 0, off_desc->kptr.btf, in btf_check_func_arg_match() 6470 if (!btf_struct_ids_match(log, reg_btf, reg_ref_id, in btf_check_func_arg_match()
|
D | verifier.c | 3980 if (!btf_struct_ids_match(&env->log, reg->btf, reg->btf_id, reg->off, in map_kptr_match_type() 6073 if (!btf_struct_ids_match(&env->log, reg->btf, reg->btf_id, reg->off, in check_reg_type()
|