Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf.h197 BPF_KPTR = BPF_KPTR_UNREF | BPF_KPTR_REF | BPF_KPTR_PERCPU, enumerator
/linux/kernel/bpf/
H A Dsyscall.c1099 BPF_SPIN_LOCK | BPF_TIMER | BPF_KPTR | BPF_LIST_HEAD | in map_check_btf()
H A Dverifier.c6829 off + reg->var_off.value, BPF_KPTR); in check_mem_access()
7682 if (!btf_record_has_field(map_ptr->record, BPF_KPTR)) { in process_kptr_func()
7689 kptr_field = btf_record_find(map_ptr->record, kptr_off, BPF_KPTR); in process_kptr_func()
H A Dbtf.c3508 if (field_mask & BPF_KPTR && !__btf_type_is_struct(var_type)) { in btf_get_field_type()