Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dbtf.h576 bool btf_is_projection_of(const char *pname, const char *tname);
/linux-6.12.1/kernel/bpf/
Dbtf.c5884 bool btf_is_projection_of(const char *pname, const char *tname) in btf_is_projection_of() function
5955 if (btf_is_projection_of(ctx_tname, tname)) in btf_is_prog_ctx_type()
Dverifier.c11503 taking_projection = btf_is_projection_of(ref_tname, reg_ref_tname); in process_kf_arg_ptr_to_btf_id()