Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/bpf/
Dhelpers.c650 .ret_type = RET_PTR_TO_MEM_OR_BTF_ID,
Dverifier.c5151 fn->ret_type == RET_PTR_TO_MEM_OR_BTF_ID) { in check_helper_call()
5170 fn->ret_type == RET_PTR_TO_MEM_OR_BTF_ID ? in check_helper_call()
5175 fn->ret_type == RET_PTR_TO_MEM_OR_BTF_ID ? in check_helper_call()
/Linux-v5.10/include/linux/
Dbpf.h312 RET_PTR_TO_MEM_OR_BTF_ID, /* returns a pointer to a valid memory or a btf_id */ enumerator