Home
last modified time | relevance | path

Searched refs:dst_prog (Results 1 – 5 of 5) sorted by relevance

/kernel/bpf/preload/iterators/
A Diterators.bpf.c44 struct bpf_prog *dst_prog; member
115 aux->attach_func_name, aux->dst_prog->aux->name); in dump_bpf_prog()
/kernel/bpf/
A Dsyscall.c2618 if (!attach_btf && !dst_prog) in bpf_prog_load_check_attach()
2847 if (IS_ERR(dst_prog)) { in bpf_prog_load()
2848 dst_prog = NULL; in bpf_prog_load()
2879 dst_prog)) { in bpf_prog_load()
2880 if (dst_prog) in bpf_prog_load()
2881 bpf_prog_put(dst_prog); in bpf_prog_load()
2891 if (dst_prog) in bpf_prog_load()
2892 bpf_prog_put(dst_prog); in bpf_prog_load()
2903 prog->aux->dst_prog = dst_prog; in bpf_prog_load()
3626 if (prog->aux->dst_prog && in bpf_tracing_prog_attach()
[all …]
A Dcore.c2931 if (aux->dst_prog) in bpf_prog_free()
2932 bpf_prog_put(aux->dst_prog); in bpf_prog_free()
A Dbtf.c6396 struct bpf_prog *tgt_prog = prog->aux->dst_prog; in bpf_prog_get_target_btf()
6677 struct bpf_prog *tgt_prog = prog->aux->dst_prog; in btf_ctx_access()
7715 prog_type = prog->aux->dst_prog->type; in btf_prepare_func_args()
A Dverifier.c23922 struct bpf_prog *tgt_prog = prog->aux->dst_prog; in check_attach_btf_id()

Completed in 82 milliseconds