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.15/kernel/bpf/
Dringbuf.c364 .ret_type = RET_PTR_TO_ALLOC_MEM_OR_NULL,
Dverifier.c6342 } else if (fn->ret_type == RET_PTR_TO_ALLOC_MEM_OR_NULL) { in check_helper_call()
/Linux-v5.15/include/linux/
Dbpf.h354 RET_PTR_TO_ALLOC_MEM_OR_NULL, /* returns a pointer to dynamically allocated memory or NULL */ enumerator