Searched refs:btf_try_get_module (Results 1 – 4 of 4) sorted by relevance
224 struct module *btf_try_get_module(const struct btf *btf);
1105 mod = btf_try_get_module(btf); in bpf_struct_ops_map_alloc()
2627 mod = btf_try_get_module(btf); in __find_kfunc_desc_btf()18452 btf_mod->module = btf_try_get_module(btf); in __add_used_btf()19577 env->attach_btf_mod = btf_try_get_module(btf); in check_struct_ops_btf_id()19849 mod = btf_try_get_module(btf); in btf_attach_func_proto()20168 mod = btf_try_get_module(btf); in bpf_check_attach_target()20180 mod = btf_try_get_module(btf); in bpf_check_attach_target()
4018 mod = btf_try_get_module(kptr_btf); in btf_parse_kptr()8630 struct module *btf_try_get_module(const struct btf *btf) in btf_try_get_module() function