Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dbpf.h310 RET_PTR_TO_BTF_ID_OR_NULL, /* returns a pointer to a btf_id or NULL */ enumerator
/Linux-v5.10/net/core/
Dfilter.c10315 .ret_type = RET_PTR_TO_BTF_ID_OR_NULL,
10331 .ret_type = RET_PTR_TO_BTF_ID_OR_NULL,
10360 .ret_type = RET_PTR_TO_BTF_ID_OR_NULL,
10383 .ret_type = RET_PTR_TO_BTF_ID_OR_NULL,
10404 .ret_type = RET_PTR_TO_BTF_ID_OR_NULL,
/Linux-v5.10/kernel/bpf/
Dverifier.c5179 } else if (fn->ret_type == RET_PTR_TO_BTF_ID_OR_NULL) { in check_helper_call()