Home
last modified time | relevance | path

Searched refs:RET_PTR_TO_MEM_OR_BTF_ID (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dhelpers.c658 .ret_type = RET_PTR_TO_MEM_OR_BTF_ID,
H A Dverifier.c5480 fn->ret_type == RET_PTR_TO_MEM_OR_BTF_ID) { in check_helper_call()
5499 fn->ret_type == RET_PTR_TO_MEM_OR_BTF_ID ? in check_helper_call()
5504 fn->ret_type == RET_PTR_TO_MEM_OR_BTF_ID ? in check_helper_call()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h326 RET_PTR_TO_MEM_OR_BTF_ID, /* returns a pointer to a valid memory or a btf_id */ enumerator