Searched refs:kptr_field (Results 1 – 1 of 1) sorted by relevance
286 struct btf_field *kptr_field; member5339 struct btf_field *kptr_field, in map_kptr_match_type() argument5342 const char *targ_name = btf_type_name(kptr_field->kptr.btf, kptr_field->kptr.btf_id); in map_kptr_match_type()5350 if (kptr_field->type == BPF_KPTR_UNREF) in map_kptr_match_type()5354 if (kptr_field->type == BPF_KPTR_PERCPU) in map_kptr_match_type()5398 kptr_field->kptr.btf, kptr_field->kptr.btf_id, in map_kptr_match_type()5399 kptr_field->type != BPF_KPTR_UNREF)) in map_kptr_match_type()5406 if (kptr_field->type == BPF_KPTR_UNREF) in map_kptr_match_type()5450 static struct btf_record *kptr_pointee_btf_record(struct btf_field *kptr_field) in kptr_pointee_btf_record() argument5454 if (btf_is_kernel(kptr_field->kptr.btf)) in kptr_pointee_btf_record()[all …]