Home
last modified time | relevance | path

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

/kernel/bpf/
Dverifier.c314 struct btf *arg_btf; member
11245 meta->arg_btf = reg->btf; in __process_kf_arg_ptr_to_graph_node()
11457 meta->arg_btf = reg->btf; in check_kfunc_args()
11672 meta->arg_btf = reg->btf; in check_kfunc_args()
11835 insn_aux->kptr_struct_meta = btf_find_struct_meta(meta.arg_btf, meta.arg_btf_id); in check_kfunc_call()
11912 regs[BPF_REG_0].btf = meta.arg_btf; in check_kfunc_call()
11916 btf_find_struct_meta(meta.arg_btf, in check_kfunc_call()
12047 btf_find_struct_meta(meta.arg_btf, in check_kfunc_call()
Dbtf.c8536 const struct btf *arg_btf, u32 arg_id) in btf_type_ids_nocast_alias() argument
8547 arg_type = btf_type_by_id(arg_btf, arg_id); in btf_type_ids_nocast_alias()
8552 arg_name = btf_name_by_offset(arg_btf, arg_type->name_off); in btf_type_ids_nocast_alias()