Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbtf.h597 bool btf_is_projection_of(const char *pname, const char *tname);
/linux/kernel/bpf/
H A Dbtf.c6175 bool btf_is_projection_of(const char *pname, const char *tname) in btf_is_prog_ctx_type()
6246 if (btf_is_projection_of(ctx_tname, tname)) in btf_validate_prog_ctx_type()
6137 bool btf_is_projection_of(const char *pname, const char *tname) btf_is_projection_of() function
H A Dverifier.c12187 taking_projection = btf_is_projection_of(ref_tname, reg_ref_tname); in process_irq_flag()