Home
last modified time | relevance | path

Searched refs:PTR_UNTRUSTED (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/kernel/bpf/
Dverifier.c584 if (type & PTR_UNTRUSTED) in reg_type_str()
3711 perm_flags |= PTR_UNTRUSTED; in map_kptr_match_type()
3766 verbose(env, " or %s%s\n", reg_type_str(env, PTR_TO_BTF_ID | PTR_UNTRUSTED), in map_kptr_match_type()
3807 off_desc->kptr.btf_id, PTR_MAYBE_NULL | PTR_UNTRUSTED); in check_map_kptr_access()
4579 if (type_flag(reg->type) & PTR_UNTRUSTED) in check_ptr_to_btf_access()
4580 flag |= PTR_UNTRUSTED; in check_ptr_to_btf_access()
13543 case PTR_TO_BTF_ID | PTR_UNTRUSTED: in convert_ctx_accesses()
/linux-6.1.9/include/linux/
Dbpf.h448 PTR_UNTRUSTED = BIT(6 + BPF_BASE_TYPE_BITS), enumerator