Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dbpf_verifier.h705 int bpf_check_attach_target(struct bpf_verifier_log *log,
/Linux-v6.6/kernel/bpf/
Dtrampoline.c689 err = bpf_check_attach_target(NULL, prog, NULL, in bpf_trampoline_link_cgroup_shim()
Dsyscall.c3199 err = bpf_check_attach_target(NULL, prog, tgt_prog, btf_id, in bpf_tracing_prog_attach()
Dverifier.c19261 int bpf_check_attach_target(struct bpf_verifier_log *log, in bpf_check_attach_target() function
19598 ret = bpf_check_attach_target(&env->log, prog, tgt_prog, btf_id, &tgt_info); in check_attach_btf_id()