Searched refs:arg_btf (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/bpf/
H A Dbtf.c8804 const struct btf *arg_btf, u32 arg_id)
8815 arg_type = btf_type_by_id(arg_btf, arg_id);
8820 arg_name = btf_name_by_offset(arg_btf, arg_type->name_off);
8802 btf_type_ids_nocast_alias(struct bpf_verifier_log *log, const struct btf *reg_btf, u32 reg_id, const struct btf *arg_btf, u32 arg_id) argument
H A Dverifier.c320 struct btf *arg_btf; member in struct:bpf_kfunc_call_arg_meta
11550 meta->arg_btf = reg->btf;
11798 meta->arg_btf = reg->btf;
12025 meta->arg_btf = reg->btf;
12200 insn_aux->kptr_struct_meta = btf_find_struct_meta(meta.arg_btf, meta.arg_btf_id);
12341 regs[BPF_REG_0].btf = meta.arg_btf;
12345 btf_find_struct_meta(meta.arg_btf,
12480 btf_find_struct_meta(meta.arg_btf,
/linux-master/include/linux/
H A Dbpf.h2618 const struct btf *arg_btf, u32 arg_id);

Completed in 442 milliseconds