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

/linux-master/kernel/bpf/
H A Dbpf_struct_ops.c210 u32 arg_btf_id; local
250 &arg_btf_id);
274 info->btf_id = arg_btf_id;
H A Dverifier.c321 u32 arg_btf_id; member in struct:bpf_kfunc_call_arg_meta
8224 const u32 *arg_btf_id,
8313 if (!arg_btf_id) {
8318 arg_btf_id = compatible->btf_id;
8325 if (arg_btf_id == BPF_PTR_POISON) {
8333 btf_vmlinux, *arg_btf_id,
8337 btf_type_name(btf_vmlinux, *arg_btf_id));
8578 u32 *arg_btf_id = NULL; local
8615 /* arg_btf_id and arg_size are in a union. */
8618 arg_btf_id
8222 check_reg_type(struct bpf_verifier_env *env, u32 regno, enum bpf_arg_type arg_type, const u32 *arg_btf_id, struct bpf_call_arg_meta *meta) argument
[all...]
/linux-master/include/linux/
H A Dbpf.h819 u32 *arg_btf_id[5]; member in union:bpf_func_proto::__anon208

Completed in 365 milliseconds