Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dverifier.c289 struct btf_field *kptr_field; member
5725 const char *targ_name = btf_type_name(kptr_field->kptr.btf, kptr_field->kptr.btf_id); in map_kptr_match_type()
5781 kptr_field->kptr.btf, kptr_field->kptr.btf_id, in map_kptr_match_type()
5921 (kptr_field->type == BPF_KPTR_REF || kptr_field->type == BPF_KPTR_PERCPU)) { in check_map_kptr_access()
5938 kptr_field->kptr.btf_id, btf_ld_kptr_type(env, kptr_field)); in check_map_kptr_access()
5947 kptr_field->offset); in check_map_kptr_access()
7459 if (kptr_field) { in check_mem_access()
8445 struct btf_field *kptr_field; in process_kptr_func() local
8477 if (!kptr_field) { in process_kptr_func()
8481 if (kptr_field->type != BPF_KPTR_REF && kptr_field->type != BPF_KPTR_PERCPU) { in process_kptr_func()
[all …]