Searched refs:tgt_mod (Results 1 – 3 of 3) sorted by relevance
3204 if (tgt_info.tgt_mod) { in bpf_tracing_prog_attach()3206 prog->aux->mod = tgt_info.tgt_mod; in bpf_tracing_prog_attach()
19526 tgt_info->tgt_mod = mod; in bpf_check_attach_target()19614 prog->aux->mod = tgt_info.tgt_mod; in check_attach_btf_id()
1148 struct module *tgt_mod; member