Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dbpf.h181 BPF_KPTR_UNREF = (1 << 2), enumerator
183 BPF_KPTR = BPF_KPTR_UNREF | BPF_KPTR_REF,
300 case BPF_KPTR_UNREF: in btf_field_type_name()
326 case BPF_KPTR_UNREF: in btf_field_type_size()
352 case BPF_KPTR_UNREF: in btf_field_type_align()
390 case BPF_KPTR_UNREF: in bpf_obj_init_field()
/Linux-v6.6/kernel/bpf/
Dsyscall.c515 case BPF_KPTR_UNREF: in btf_record_free()
561 case BPF_KPTR_UNREF: in btf_record_dup()
649 case BPF_KPTR_UNREF: in bpf_obj_free_fields()
1046 case BPF_KPTR_UNREF: in map_check_btf()
Dbtf.c3293 type = BPF_KPTR_UNREF; in btf_find_kptr()
3458 case BPF_KPTR_UNREF: in btf_find_struct_field()
3524 case BPF_KPTR_UNREF: in btf_find_datasec_var()
3784 case BPF_KPTR_UNREF: in btf_parse_fields()
Dverifier.c4998 if (kptr_field->type == BPF_KPTR_UNREF) in map_kptr_match_type()
5052 if (kptr_field->type == BPF_KPTR_UNREF) in map_kptr_match_type()
5181 case BPF_KPTR_UNREF: in check_map_access()