Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/bpf/
Dhelpers.c731 .ret_type = RET_PTR_TO_MEM_OR_BTF_ID | PTR_MAYBE_NULL | MEM_RDONLY,
744 .ret_type = RET_PTR_TO_MEM_OR_BTF_ID | MEM_RDONLY,
Dverifier.c7351 } else if (base_type(ret_type) == RET_PTR_TO_MEM_OR_BTF_ID) { in check_helper_call()
/linux-5.19.10/include/linux/
Dbpf.h486 RET_PTR_TO_MEM_OR_BTF_ID, /* returns a pointer to a valid memory or a btf_id */ enumerator