Searched refs:bpf_check_attach_target (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/include/linux/ |
D | bpf_verifier.h | 705 int bpf_check_attach_target(struct bpf_verifier_log *log,
|
/Linux-v6.6/kernel/bpf/ |
D | trampoline.c | 689 err = bpf_check_attach_target(NULL, prog, NULL, in bpf_trampoline_link_cgroup_shim()
|
D | syscall.c | 3199 err = bpf_check_attach_target(NULL, prog, tgt_prog, btf_id, in bpf_tracing_prog_attach()
|
D | verifier.c | 19261 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()
|