Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h258 REF_TYPE_PTR = 1, enumerator
/linux/kernel/bpf/
H A Dverifier.c1492 s->type = REF_TYPE_PTR; in acquire_reference()
9911 if (state->refs[i].type != REF_TYPE_PTR) in release_reference_nomark()
10762 if (state->refs[i].type != REF_TYPE_PTR) in check_reference_leak()
18170 case REF_TYPE_PTR: in refsafe()