Searched refs:dst_prog (Results 1 – 5 of 5) sorted by relevance
44 struct bpf_prog *dst_prog; member110 aux->attach_func_name, aux->dst_prog->aux->name); in dump_bpf_prog()
2323 struct bpf_prog *dst_prog) in bpf_prog_load_check_attach() argument2329 if (!attach_btf && !dst_prog) in bpf_prog_load_check_attach()2343 if (attach_btf && (!btf_id || dst_prog)) in bpf_prog_load_check_attach()2346 if (dst_prog && prog_type != BPF_PROG_TYPE_TRACING && in bpf_prog_load_check_attach()2472 struct bpf_prog *prog, *dst_prog = NULL; in bpf_prog_load() local2521 dst_prog = bpf_prog_get(attr->attach_prog_fd); in bpf_prog_load()2522 if (IS_ERR(dst_prog)) { in bpf_prog_load()2523 dst_prog = NULL; in bpf_prog_load()2548 dst_prog)) { in bpf_prog_load()2549 if (dst_prog) in bpf_prog_load()[all …]
2579 if (aux->dst_prog) in bpf_prog_free()2580 bpf_prog_put(aux->dst_prog); in bpf_prog_free()
5336 struct bpf_prog *tgt_prog = prog->aux->dst_prog; in bpf_prog_get_target_btf()5385 struct bpf_prog *tgt_prog = prog->aux->dst_prog; in btf_ctx_access()6731 prog_type = prog->aux->dst_prog->type; in btf_prepare_func_args()
15394 struct bpf_prog *tgt_prog = prog->aux->dst_prog; in BTF_SET_START()