Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbpf_inode_storage.c264 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL,
H A Dhelpers.c40 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL,
H A Dverifier.c5445 } else if (fn->ret_type == RET_PTR_TO_MAP_VALUE_OR_NULL || in check_helper_call()
/OK3568_Linux_fs/kernel/net/core/
H A Dbpf_sk_storage.c357 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL,
367 .ret_type = RET_PTR_TO_MAP_VALUE_OR_NULL,
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h319 RET_PTR_TO_MAP_VALUE_OR_NULL, /* returns a pointer to map elem value or NULL */ enumerator