Lines Matching refs:bpf_ctx
1066 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
1088 return bpf_kprobe_multi_entry_ip(current->bpf_ctx); in BPF_CALL_1()
1100 return bpf_kprobe_multi_cookie(current->bpf_ctx); in BPF_CALL_1()
1112 return bpf_uprobe_multi_entry_ip(current->bpf_ctx); in BPF_CALL_1()
1124 return bpf_uprobe_multi_cookie(current->bpf_ctx); in BPF_CALL_1()
1138 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
1165 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
2680 run_ctx = container_of(current->bpf_ctx, struct bpf_kprobe_multi_run_ctx, run_ctx); in bpf_kprobe_multi_cookie()
2697 run_ctx = container_of(current->bpf_ctx, struct bpf_kprobe_multi_run_ctx, run_ctx); in bpf_kprobe_multi_entry_ip()
3151 run_ctx = container_of(current->bpf_ctx, struct bpf_uprobe_multi_run_ctx, run_ctx); in bpf_uprobe_multi_entry_ip()
3159 run_ctx = container_of(current->bpf_ctx, struct bpf_uprobe_multi_run_ctx, run_ctx); in bpf_uprobe_multi_cookie()