Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dbpf_verifier.h266 REF_TYPE_PTR = (1 << 1), enumerator
/linux-6.15/kernel/bpf/
H A Dverifier.c1513 s->type = REF_TYPE_PTR; in acquire_reference()
10208 if (state->refs[i].type != REF_TYPE_PTR) in release_reference_nomark()
11056 if (state->refs[i].type != REF_TYPE_PTR) in check_reference_leak()
18634 case REF_TYPE_PTR: in refsafe()