Home
last modified time | relevance | path

Searched refs:attach_btf_mod (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/include/linux/
Dbpf_verifier.h706 struct module *attach_btf_mod; /* The owner module of prog->aux->attach_btf */ member
/linux-6.14.4/kernel/bpf/
Dverifier.c22425 env->attach_btf_mod = btf_try_get_module(btf); in check_struct_ops_btf_id()
22426 if (!env->attach_btf_mod) { in check_struct_ops_btf_id()
23294 module_put(env->attach_btf_mod); in bpf_check()