Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf.h197 BPF_KPTR_UNREF = (1 << 2), enumerator
200 BPF_KPTR = BPF_KPTR_UNREF | BPF_KPTR_REF | BPF_KPTR_PERCPU,
351 case BPF_KPTR_UNREF: in btf_field_type_name()
393 case BPF_KPTR_UNREF: in btf_field_type_size()
427 case BPF_KPTR_UNREF: in btf_field_type_align()
471 case BPF_KPTR_UNREF: in bpf_obj_init_field()
/linux/kernel/bpf/
H A Dsyscall.c674 case BPF_KPTR_UNREF: in btf_record_free()
726 case BPF_KPTR_UNREF: in btf_record_dup()
839 case BPF_KPTR_UNREF: in bpf_obj_free_fields()
1312 case BPF_KPTR_UNREF: in map_check_btf()
H A Dverifier.c5818 if (kptr_field->type == BPF_KPTR_UNREF) in map_kptr_match_type()
5867 kptr_field->type != BPF_KPTR_UNREF)) in map_kptr_match_type()
5874 if (kptr_field->type == BPF_KPTR_UNREF) in map_kptr_match_type()
6088 case BPF_KPTR_UNREF: in check_map_access()