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.15/kernel/bpf/
Dhelpers.c683 .ret_type = RET_PTR_TO_MEM_OR_BTF_ID,
Dverifier.c6347 fn->ret_type == RET_PTR_TO_MEM_OR_BTF_ID) { in check_helper_call()
6366 fn->ret_type == RET_PTR_TO_MEM_OR_BTF_ID ? in check_helper_call()
6371 fn->ret_type == RET_PTR_TO_MEM_OR_BTF_ID ? in check_helper_call()
/Linux-v5.15/include/linux/
Dbpf.h357 RET_PTR_TO_MEM_OR_BTF_ID, /* returns a pointer to a valid memory or a btf_id */ enumerator