Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dbpf_verifier.h882 int bpf_check_attach_target(struct bpf_verifier_log *log,
/linux-6.15/kernel/bpf/
H A Dtrampoline.c738 err = bpf_check_attach_target(NULL, prog, NULL, in bpf_trampoline_link_cgroup_shim()
H A Dsyscall.c3560 err = bpf_check_attach_target(NULL, prog, tgt_prog, btf_id, in bpf_tracing_prog_attach()
H A Dverifier.c23048 int bpf_check_attach_target(struct bpf_verifier_log *log, in bpf_check_attach_target() function
23474 ret = bpf_check_attach_target(&env->log, prog, tgt_prog, btf_id, &tgt_info); in check_attach_btf_id()