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.4.14/kernel/bpf/
Dhelpers.c52 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL,
Dverifier.c990 } else if (fn->ret_type == RET_PTR_TO_MAP_VALUE_OR_NULL) { in check_call()
/linux-4.4.14/include/linux/
Dbpf.h77 RET_PTR_TO_MAP_VALUE_OR_NULL, /* returns a pointer to map elem value or NULL */ enumerator