Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf.h185 BPF_KPTR_UNREF = (1 << 2), enumerator
187 BPF_KPTR = BPF_KPTR_UNREF | BPF_KPTR_REF,
312 case BPF_KPTR_UNREF: in btf_field_type_name()
338 case BPF_KPTR_UNREF: in btf_field_type_size()
364 case BPF_KPTR_UNREF: in btf_field_type_align()
402 case BPF_KPTR_UNREF: in bpf_obj_init_field()
/openbmc/linux/kernel/bpf/
H A 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()
1075 case BPF_KPTR_UNREF: in map_check_btf()
H A 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()
H A Dverifier.c5254 if (kptr_field->type == BPF_KPTR_UNREF) in map_kptr_match_type()
5308 if (kptr_field->type == BPF_KPTR_UNREF) in map_kptr_match_type()
5435 case BPF_KPTR_UNREF: in check_map_access()