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.h582 bool btf_is_projection_of(const char *pname, const char *tname);
/linux/kernel/bpf/
H A Dbtf.c5903 bool btf_is_projection_of(const char *pname, const char *tname) in btf_is_projection_of() function
5974 if (btf_is_projection_of(ctx_tname, tname)) in btf_is_prog_ctx_type()
H A Dverifier.c12048 taking_projection = btf_is_projection_of(ref_tname, reg_ref_tname); in process_kf_arg_ptr_to_btf_id()