Searched refs:btf_is_prog_ctx_type (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dbtf.h534 bool btf_is_prog_ctx_type(struct bpf_verifier_log *log, const struct btf *btf,
577 btf_is_prog_ctx_type(struct bpf_verifier_log *log, const struct btf *btf, function
/linux-master/kernel/bpf/
H A Dbtf.c5711 bool btf_is_prog_ctx_type(struct bpf_verifier_log *log, const struct btf *btf, function
5939 if (!btf_is_prog_ctx_type(log, btf, t, prog_type, arg))
7248 if ((tags & ARG_TAG_CTX) || btf_is_prog_ctx_type(log, btf, t, prog_type, i)) {
H A Dverifier.c11085 if (btf_is_prog_ctx_type(&env->log, meta->btf, t, resolve_prog_type(env->prog), argno))

Completed in 287 milliseconds