Home
last modified time | relevance | path

Searched refs:btf_try_get_module (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/include/linux/
Dbtf.h217 struct module *btf_try_get_module(const struct btf *btf);
/linux-6.12.1/kernel/bpf/
Dbpf_struct_ops.c919 mod = btf_try_get_module(btf); in bpf_struct_ops_map_alloc()
Dbtf.c3825 mod = btf_try_get_module(kptr_btf); in btf_parse_kptr()
7979 struct module *btf_try_get_module(const struct btf *btf) in btf_try_get_module() function
Dverifier.c2742 mod = btf_try_get_module(btf); in __find_kfunc_desc_btf()
18809 btf_mod->module = btf_try_get_module(btf); in check_pseudo_btf_id()
21760 env->attach_btf_mod = btf_try_get_module(btf); in check_struct_ops_btf_id()
22088 mod = btf_try_get_module(btf); in bpf_check_attach_target()