Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c289 struct btf_field *kptr_field; member
5595 struct btf_field *kptr_field, in map_kptr_match_type() argument
5598 const char *targ_name = btf_type_name(kptr_field->kptr.btf, kptr_field->kptr.btf_id); in map_kptr_match_type()
5606 if (kptr_field->type == BPF_KPTR_UNREF) in map_kptr_match_type()
5610 if (kptr_field->type == BPF_KPTR_PERCPU) in map_kptr_match_type()
5654 kptr_field->kptr.btf, kptr_field->kptr.btf_id, in map_kptr_match_type()
5655 kptr_field->type != BPF_KPTR_UNREF)) in map_kptr_match_type()
5662 if (kptr_field->type == BPF_KPTR_UNREF) in map_kptr_match_type()
5710 static struct btf_record *kptr_pointee_btf_record(struct btf_field *kptr_field) in kptr_pointee_btf_record() argument
5714 if (btf_is_kernel(kptr_field->kptr.btf)) in kptr_pointee_btf_record()
[all …]