Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dbpf.h179 BPF_KPTR_UNREF = (1 << 2), enumerator
181 BPF_KPTR = BPF_KPTR_UNREF | BPF_KPTR_REF,
284 case BPF_KPTR_UNREF: in btf_field_type_name()
308 case BPF_KPTR_UNREF: in btf_field_type_size()
332 case BPF_KPTR_UNREF: in btf_field_type_align()
/linux-6.3-rc2/kernel/bpf/
A Dsyscall.c540 case BPF_KPTR_UNREF: in btf_record_free()
585 case BPF_KPTR_UNREF: in btf_record_dup()
668 case BPF_KPTR_UNREF: in bpf_obj_free_fields()
1059 case BPF_KPTR_UNREF: in map_check_btf()
A Dbtf.c3287 type = BPF_KPTR_UNREF; in btf_find_kptr()
3450 case BPF_KPTR_UNREF: in btf_find_struct_field()
3515 case BPF_KPTR_UNREF: in btf_find_datasec_var()
3738 case BPF_KPTR_UNREF: in btf_parse_fields()
A Dverifier.c4182 if (kptr_field->type == BPF_KPTR_UNREF) in map_kptr_match_type()
4237 if (kptr_field->type == BPF_KPTR_UNREF) in map_kptr_match_type()
4331 case BPF_KPTR_UNREF: in check_map_access()

Completed in 56 milliseconds