Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/bpf/
Dringbuf.c383 .ret_type = RET_PTR_TO_ALLOC_MEM_OR_NULL,
Dverifier.c5146 } else if (fn->ret_type == RET_PTR_TO_ALLOC_MEM_OR_NULL) { in check_helper_call()
/Linux-v5.10/include/linux/
Dbpf.h309 RET_PTR_TO_ALLOC_MEM_OR_NULL, /* returns a pointer to dynamically allocated memory or NULL */ enumerator