Home
last modified time | relevance | path

Searched refs:tgt_mod (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dsyscall.c3278 if (tgt_info.tgt_mod) { in bpf_tracing_prog_attach()
3280 prog->aux->mod = tgt_info.tgt_mod; in bpf_tracing_prog_attach()
H A Dverifier.c20080 tgt_info->tgt_mod = mod; in bpf_check_attach_target()
20168 prog->aux->mod = tgt_info.tgt_mod; in check_attach_btf_id()
/openbmc/linux/include/linux/
H A Dbpf.h1168 struct module *tgt_mod; member