Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dbpf.h186 BPF_KPTR_REF = (1 << 3), enumerator
187 BPF_KPTR = BPF_KPTR_UNREF | BPF_KPTR_REF,
310 case BPF_KPTR_REF: in btf_field_type_name()
336 case BPF_KPTR_REF: in btf_field_type_size()
362 case BPF_KPTR_REF: in btf_field_type_align()
400 case BPF_KPTR_REF: in bpf_obj_init_field()
/linux-6.6.21/kernel/bpf/
Dbtf.c3295 type = BPF_KPTR_REF; in btf_find_kptr()
3407 type = BPF_KPTR_REF; in btf_get_field_type()
3459 case BPF_KPTR_REF: in btf_find_struct_field()
3525 case BPF_KPTR_REF: in btf_find_datasec_var()
3601 if (info->type == BPF_KPTR_REF) { in btf_parse_kptr()
3785 case BPF_KPTR_REF: in btf_parse_fields()
Dsyscall.c516 case BPF_KPTR_REF: in btf_record_free()
562 case BPF_KPTR_REF: in btf_record_dup()
652 case BPF_KPTR_REF: in bpf_obj_free_fields()
1073 case BPF_KPTR_REF: in map_check_btf()
Dverifier.c5289 kptr_field->type == BPF_KPTR_REF)) in map_kptr_match_type()
5333 return field->type == BPF_KPTR_REF && rcu_protected_object(kptr->btf, kptr->btf_id); in rcu_safe_kptr()
5359 if (class != BPF_LDX && kptr_field->type == BPF_KPTR_REF) { in check_map_kptr_access()
5426 case BPF_KPTR_REF: in check_map_access()
7545 if (kptr_field->type != BPF_KPTR_REF) { in process_kptr_func()