Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf_verifier.h737 int bpf_check_attach_target(struct bpf_verifier_log *log,
/openbmc/linux/kernel/bpf/
H A Dtrampoline.c689 err = bpf_check_attach_target(NULL, prog, NULL, in bpf_trampoline_link_cgroup_shim()
H A Dsyscall.c3290 err = bpf_check_attach_target(NULL, prog, tgt_prog, btf_id, in bpf_tracing_prog_attach()
H A Dverifier.c19821 int bpf_check_attach_target(struct bpf_verifier_log *log, in bpf_check_attach_target() function
20158 ret = bpf_check_attach_target(&env->log, prog, tgt_prog, btf_id, &tgt_info); in check_attach_btf_id()