Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/bpf/
Dverifier.c282 struct btf_field *kptr_field; member
4987 struct btf_field *kptr_field, in map_kptr_match_type() argument
4990 const char *targ_name = btf_type_name(kptr_field->kptr.btf, kptr_field->kptr.btf_id); in map_kptr_match_type()
4998 if (kptr_field->type == BPF_KPTR_UNREF) in map_kptr_match_type()
5044 kptr_field->kptr.btf, kptr_field->kptr.btf_id, in map_kptr_match_type()
5045 kptr_field->type == BPF_KPTR_REF)) in map_kptr_match_type()
5052 if (kptr_field->type == BPF_KPTR_UNREF) in map_kptr_match_type()
5094 struct btf_field *kptr_field) in check_map_kptr_access() argument
5115 if (class != BPF_LDX && kptr_field->type == BPF_KPTR_REF) { in check_map_kptr_access()
5125 mark_btf_ld_reg(env, cur_regs(env), value_regno, PTR_TO_BTF_ID, kptr_field->kptr.btf, in check_map_kptr_access()
[all …]