Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dhelpers.c36 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL,
Dverifier.c4060 } else if (fn->ret_type == RET_PTR_TO_MAP_VALUE_OR_NULL || in check_helper_call()
/Linux-v5.4/net/core/
Dbpf_sk_storage.c898 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL,
/Linux-v5.4/include/linux/
Dbpf.h221 RET_PTR_TO_MAP_VALUE_OR_NULL, /* returns a pointer to map elem value or NULL */ enumerator