Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c293 struct btf_field *kptr_field; member
5807 struct btf_field *kptr_field, in map_kptr_match_type() argument
5810 const char *targ_name = btf_type_name(kptr_field->kptr.btf, kptr_field->kptr.btf_id); in map_kptr_match_type()
5818 if (kptr_field->type == BPF_KPTR_UNREF) in map_kptr_match_type()
5822 if (kptr_field->type == BPF_KPTR_PERCPU) in map_kptr_match_type()
5866 kptr_field->kptr.btf, kptr_field->kptr.btf_id, in map_kptr_match_type()
5867 kptr_field->type != BPF_KPTR_UNREF)) in map_kptr_match_type()
5874 if (kptr_field->type == BPF_KPTR_UNREF) in map_kptr_match_type()
5921 static struct btf_record *kptr_pointee_btf_record(struct btf_field *kptr_field) in kptr_pointee_btf_record() argument
5925 if (btf_is_kernel(kptr_field->kptr.btf)) in kptr_pointee_btf_record()
[all …]