Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/bpf/
Dbpf_inode_storage.c257 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL,
Dhelpers.c39 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL,
Dverifier.c5116 } else if (fn->ret_type == RET_PTR_TO_MAP_VALUE_OR_NULL || in check_helper_call()
/Linux-v5.10/net/core/
Dbpf_sk_storage.c359 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL,
369 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL,
/Linux-v5.10/include/linux/
Dbpf.h305 RET_PTR_TO_MAP_VALUE_OR_NULL, /* returns a pointer to map elem value or NULL */ enumerator