Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf.h2436 bool btf_struct_ids_match(struct bpf_verifier_log *log,
/openbmc/linux/kernel/bpf/
H A Dverifier.c5300 if (!btf_struct_ids_match(&env->log, reg->btf, reg->btf_id, reg->off, in map_kptr_match_type()
8250 if (!btf_struct_ids_match(&env->log, reg->btf, reg->btf_id, reg->off, in check_reg_type()
10893 …if (!btf_struct_ids_match(&env->log, reg_btf, reg_ref_id, reg->off, meta->btf, ref_id, strict_type… in process_kf_arg_ptr_to_btf_id()
11220 if (!btf_struct_ids_match(&env->log, reg->btf, reg->btf_id, 0, field->graph_root.btf, in __process_kf_arg_ptr_to_graph_node()
H A Dbtf.c6480 bool btf_struct_ids_match(struct bpf_verifier_log *log, in btf_struct_ids_match() function