Searched refs:bpf_check_attach_target (Results 1 - 2 of 2) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
H A D | syscall.c | 2703 err = bpf_check_attach_target(NULL, prog, tgt_prog, btf_id, &tgt_info); in bpf_tracing_prog_attach()
|
H A D | verifier.c | 11831 int bpf_check_attach_target(struct bpf_verifier_log *log, const struct bpf_prog *prog, const struct bpf_prog *tgt_prog,
in bpf_check_attach_target() function 12085 ret = bpf_check_attach_target(&env->log, prog, tgt_prog, btf_id, &tgt_info);
in check_attach_btf_id()
|
Completed in 26 milliseconds