Home
last modified time | relevance | path

Searched refs:tgt_info (Results 1 - 3 of 3) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c11832 u32 btf_id, struct bpf_attach_target_info *tgt_info) in bpf_check_attach_target()
11961 ret = btf_distill_func_proto(log, btf, t, tname, &tgt_info->fmodel); in bpf_check_attach_target()
11997 ret = btf_distill_func_proto(log, btf, t, tname, &tgt_info->fmodel); in bpf_check_attach_target()
12056 tgt_info->tgt_addr = addr; in bpf_check_attach_target()
12057 tgt_info->tgt_name = tname; in bpf_check_attach_target()
12058 tgt_info->tgt_type = t; in bpf_check_attach_target()
12066 struct bpf_attach_target_info tgt_info = {}; in check_attach_btf_id() local
12085 ret = bpf_check_attach_target(&env->log, prog, tgt_prog, btf_id, &tgt_info); in check_attach_btf_id()
12100 prog->aux->attach_func_proto = tgt_info.tgt_type; in check_attach_btf_id()
12101 prog->aux->attach_func_name = tgt_info in check_attach_btf_id()
11831 bpf_check_attach_target(struct bpf_verifier_log *log, const struct bpf_prog *prog, const struct bpf_prog *tgt_prog, u32 btf_id, struct bpf_attach_target_info *tgt_info) bpf_check_attach_target() argument
[all...]
H A Dsyscall.c2701 struct bpf_attach_target_info tgt_info = {}; in bpf_tracing_prog_attach() local
2703 err = bpf_check_attach_target(NULL, prog, tgt_prog, btf_id, &tgt_info); in bpf_tracing_prog_attach()
2708 tr = bpf_trampoline_get(key, &tgt_info); in bpf_tracing_prog_attach()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dbpf.h678 struct bpf_trampoline *bpf_trampoline_get(u64 key, struct bpf_attach_target_info *tgt_info);
723 static inline struct bpf_trampoline *bpf_trampoline_get(u64 key, struct bpf_attach_target_info *tgt_info) in bpf_trampoline_get() argument

Completed in 27 milliseconds