Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/bpf/
Dkfuncs.rst288 is emitted in the ``type_is_trusted()`` function as follows:
/linux-6.12.1/kernel/bpf/
Dverifier.c6563 static bool type_is_trusted(struct bpf_verifier_env *env, in type_is_trusted() function
6692 if (type_is_trusted(env, reg, field_name, btf_id)) { in check_ptr_to_btf_access()