Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dbpf.h542 RET_PTR_TO_ALLOC_MEM, /* returns a pointer to dynamically allocated memory */ enumerator
552 RET_PTR_TO_ALLOC_MEM_OR_NULL = PTR_MAYBE_NULL | MEM_ALLOC | RET_PTR_TO_ALLOC_MEM,
553 RET_PTR_TO_DYNPTR_MEM_OR_NULL = PTR_MAYBE_NULL | RET_PTR_TO_ALLOC_MEM,
/linux-6.1.9/kernel/bpf/
Dverifier.c7524 case RET_PTR_TO_ALLOC_MEM: in check_helper_call()