Searched refs:kptr_field (Results 1 - 1 of 1) sorted by last modified time

/linux-master/kernel/bpf/
H A Dverifier.c284 struct btf_field *kptr_field; member in struct:bpf_call_arg_meta
5214 struct btf_field *kptr_field,
5217 const char *targ_name = btf_type_name(kptr_field->kptr.btf, kptr_field->kptr.btf_id);
5225 if (kptr_field->type == BPF_KPTR_UNREF)
5229 if (kptr_field->type == BPF_KPTR_PERCPU)
5273 kptr_field->kptr.btf, kptr_field->kptr.btf_id,
5274 kptr_field->type != BPF_KPTR_UNREF))
5281 if (kptr_field
5213 map_kptr_match_type(struct bpf_verifier_env *env, struct btf_field *kptr_field, struct bpf_reg_state *reg, u32 regno) argument
5325 kptr_pointee_btf_record(struct btf_field *kptr_field) argument
5346 btf_ld_kptr_type(struct bpf_verifier_env *env, struct btf_field *kptr_field) argument
5369 check_map_kptr_access(struct bpf_verifier_env *env, u32 regno, int value_regno, int insn_idx, struct btf_field *kptr_field) argument
6796 struct btf_field *kptr_field = NULL; local
7650 struct btf_field *kptr_field; local
[all...]

Completed in 138 milliseconds