Home
last modified time | relevance | path

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

/Linux-v5.15/net/core/
Dbpf_sk_storage.c357 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL,
367 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL,
437 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL,
/Linux-v5.15/kernel/bpf/
Dbpf_inode_storage.c264 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL,
Dbpf_task_storage.c323 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL,
Dhelpers.c40 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL,
Dverifier.c6311 } else if (fn->ret_type == RET_PTR_TO_MAP_VALUE_OR_NULL || in check_helper_call()
/Linux-v5.15/include/linux/
Dbpf.h350 RET_PTR_TO_MAP_VALUE_OR_NULL, /* returns a pointer to map elem value or NULL */ enumerator