Lines Matching refs:run_ctx
1062 struct bpf_trace_run_ctx *run_ctx __maybe_unused; in BPF_CALL_1()
1066 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
1067 if (run_ctx->is_uprobe) in BPF_CALL_1()
1136 struct bpf_trace_run_ctx *run_ctx; in BPF_CALL_1() local
1138 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
1139 return run_ctx->bpf_cookie; in BPF_CALL_1()
1163 struct bpf_trace_run_ctx *run_ctx; in BPF_CALL_1() local
1165 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
1166 return run_ctx->bpf_cookie; in BPF_CALL_1()
2517 struct bpf_run_ctx run_ctx; member
2673 struct bpf_kprobe_multi_run_ctx *run_ctx; in bpf_kprobe_multi_cookie() local
2680 run_ctx = container_of(current->bpf_ctx, struct bpf_kprobe_multi_run_ctx, run_ctx); in bpf_kprobe_multi_cookie()
2681 link = run_ctx->link; in bpf_kprobe_multi_cookie()
2684 entry_ip = run_ctx->entry_ip; in bpf_kprobe_multi_cookie()
2695 struct bpf_kprobe_multi_run_ctx *run_ctx; in bpf_kprobe_multi_entry_ip() local
2697 run_ctx = container_of(current->bpf_ctx, struct bpf_kprobe_multi_run_ctx, run_ctx); in bpf_kprobe_multi_entry_ip()
2698 return run_ctx->entry_ip; in bpf_kprobe_multi_entry_ip()
2705 struct bpf_kprobe_multi_run_ctx run_ctx = { in kprobe_multi_link_prog_run() local
2719 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in kprobe_multi_link_prog_run()
3041 struct bpf_run_ctx run_ctx; member
3087 struct bpf_uprobe_multi_run_ctx run_ctx = { in uprobe_prog_run() local
3106 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in uprobe_prog_run()
3149 struct bpf_uprobe_multi_run_ctx *run_ctx; in bpf_uprobe_multi_entry_ip() local
3151 run_ctx = container_of(current->bpf_ctx, struct bpf_uprobe_multi_run_ctx, run_ctx); in bpf_uprobe_multi_entry_ip()
3152 return run_ctx->entry_ip; in bpf_uprobe_multi_entry_ip()
3157 struct bpf_uprobe_multi_run_ctx *run_ctx; in bpf_uprobe_multi_cookie() local
3159 run_ctx = container_of(current->bpf_ctx, struct bpf_uprobe_multi_run_ctx, run_ctx); in bpf_uprobe_multi_cookie()
3160 return run_ctx->uprobe->cookie; in bpf_uprobe_multi_cookie()