Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c250 struct btf_field *kptr_field; member
4544 struct btf_field *kptr_field, in map_kptr_match_type() argument
4547 const char *targ_name = btf_type_name(kptr_field->kptr.btf, kptr_field->kptr.btf_id); in map_kptr_match_type()
4558 if (kptr_field->type == BPF_KPTR_UNREF) in map_kptr_match_type()
4562 if (kptr_field->type == BPF_KPTR_PERCPU) in map_kptr_match_type()
4606 kptr_field->kptr.btf, kptr_field->kptr.btf_id, in map_kptr_match_type()
4607 kptr_field->type != BPF_KPTR_UNREF)) in map_kptr_match_type()
4614 if (kptr_field->type == BPF_KPTR_UNREF) in map_kptr_match_type()
4661 static struct btf_record *kptr_pointee_btf_record(struct btf_field *kptr_field) in kptr_pointee_btf_record() argument
4665 if (btf_is_kernel(kptr_field->kptr.btf)) in kptr_pointee_btf_record()
[all …]