Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/bpf/
Dhelpers.c49 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL,
Dverifier.c894 } else if (fn->ret_type == RET_PTR_TO_MAP_VALUE_OR_NULL) { in check_call()
/linux-4.1.27/include/linux/
Dbpf.h70 RET_PTR_TO_MAP_VALUE_OR_NULL, /* returns a pointer to map elem value or NULL */ enumerator