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

/linux-master/kernel/bpf/
H A Dverifier.c288 struct btf_field *kptr_field; member in struct:bpf_call_arg_meta
5200 struct btf_field *kptr_field,
5203 const char *targ_name = btf_type_name(kptr_field->kptr.btf, kptr_field->kptr.btf_id);
5211 if (kptr_field->type == BPF_KPTR_UNREF)
5215 if (kptr_field->type == BPF_KPTR_PERCPU)
5259 kptr_field->kptr.btf, kptr_field->kptr.btf_id,
5260 kptr_field->type != BPF_KPTR_UNREF))
5267 if (kptr_field
5199 map_kptr_match_type(struct bpf_verifier_env *env, struct btf_field *kptr_field, struct bpf_reg_state *reg, u32 regno) argument
5309 kptr_pointee_btf_record(struct btf_field *kptr_field) argument
5330 btf_ld_kptr_type(struct bpf_verifier_env *env, struct btf_field *kptr_field) argument
5353 check_map_kptr_access(struct bpf_verifier_env *env, u32 regno, int value_regno, int insn_idx, struct btf_field *kptr_field) argument
6769 struct btf_field *kptr_field = NULL; local
7598 struct btf_field *kptr_field; local
[all...]

Completed in 107 milliseconds