Home
last modified time | relevance | path

Searched full:arg_btf (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/bpf/
H A Dbtf.c9392 const struct btf *arg_btf, u32 arg_id) in btf_nested_type_is_trusted()
9403 arg_type = btf_type_by_id(arg_btf, arg_id); in btf_type_ids_nocast_alias() argument
9408 arg_name = btf_name_by_offset(arg_btf, arg_type->name_off); in btf_type_ids_nocast_alias()
H A Dverifier.c328 struct btf *arg_btf; member
12981 meta->arg_btf = reg->btf; in __process_kf_arg_ptr_to_graph_node()
13275 meta->arg_btf = reg->btf; in check_kfunc_args()
13498 meta->arg_btf = reg->btf; in check_kfunc_args()
13711 regs[BPF_REG_0].btf = meta->arg_btf; in check_special_kfunc()
13715 btf_find_struct_meta(meta->arg_btf, in check_special_kfunc()
13985 insn_aux->kptr_struct_meta = btf_find_struct_meta(meta.arg_btf, meta.arg_btf_id); in check_kfunc_call()
14132 btf_find_struct_meta(meta.arg_btf, in check_kfunc_call()
/linux/include/linux/
H A Dbpf.h2882 const struct btf *arg_btf, u32 arg_id);