Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dstates.c898 case REF_TYPE_PTR: in refsafe()
H A Dverifier.c1441 s->type = REF_TYPE_PTR; in acquire_reference()
1510 if (state->refs[i].type != REF_TYPE_PTR) in find_reference_state()
9363 if (state->refs[i].type != REF_TYPE_PTR) in __release_reference_nomark()
9436 if (vstate->refs[i].type != REF_TYPE_PTR) in release_reference()
10511 if (state->refs[i].type != REF_TYPE_PTR) in check_reference_leak()
/linux/include/linux/
H A Dbpf_verifier.h314 REF_TYPE_PTR = (1 << 1), enumerator