Lines Matching refs:bpf_ctx
1069 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
1091 return bpf_kprobe_multi_entry_ip(current->bpf_ctx); in BPF_CALL_1()
1103 return bpf_kprobe_multi_cookie(current->bpf_ctx); in BPF_CALL_1()
1115 return bpf_uprobe_multi_entry_ip(current->bpf_ctx); in BPF_CALL_1()
1127 return bpf_uprobe_multi_cookie(current->bpf_ctx); in BPF_CALL_1()
1141 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
1168 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
2683 run_ctx = container_of(current->bpf_ctx, struct bpf_kprobe_multi_run_ctx, run_ctx); in bpf_kprobe_multi_cookie()
2700 run_ctx = container_of(current->bpf_ctx, struct bpf_kprobe_multi_run_ctx, run_ctx); in bpf_kprobe_multi_entry_ip()
3156 run_ctx = container_of(current->bpf_ctx, struct bpf_uprobe_multi_run_ctx, run_ctx); in bpf_uprobe_multi_entry_ip()
3164 run_ctx = container_of(current->bpf_ctx, struct bpf_uprobe_multi_run_ctx, run_ctx); in bpf_uprobe_multi_cookie()