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

/linux-4.1.27/kernel/bpf/
H A Dhelpers.c49 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL,
H A Dverifier.c81 * .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL,
115 * .ret_type which is RET_PTR_TO_MAP_VALUE_OR_NULL, so it sets
894 } else if (fn->ret_type == RET_PTR_TO_MAP_VALUE_OR_NULL) { check_call()
/linux-4.1.27/include/linux/
H A Dbpf.h70 RET_PTR_TO_MAP_VALUE_OR_NULL, /* returns a pointer to map elem value or NULL */ enumerator in enum:bpf_return_type

Completed in 105 milliseconds