Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c4464 struct btf_field *kptr_field, in map_kptr_match_type() argument
4467 const char *targ_name = btf_type_name(kptr_field->kptr.btf, kptr_field->kptr.btf_id); in map_kptr_match_type()
4478 if (kptr_field->type == BPF_KPTR_UNREF) in map_kptr_match_type()
4482 if (kptr_field->type == BPF_KPTR_PERCPU) in map_kptr_match_type()
4526 kptr_field->kptr.btf, kptr_field->kptr.btf_id, in map_kptr_match_type()
4527 kptr_field->type != BPF_KPTR_UNREF, in map_kptr_match_type()
4535 if (kptr_field->type == BPF_KPTR_UNREF) in map_kptr_match_type()
4587 static struct btf_record *kptr_pointee_btf_record(struct btf_field *kptr_field) in kptr_pointee_btf_record() argument
4591 if (btf_is_kernel(kptr_field->kptr.btf)) in kptr_pointee_btf_record()
4594 meta = btf_find_struct_meta(kptr_field->kptr.btf, in kptr_pointee_btf_record()
[all …]
/linux/include/linux/
H A Dbpf_verifier.h1588 struct btf_field *kptr_field; member