Lines Matching refs:bpf_ctx
1055 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
1077 return bpf_kprobe_multi_entry_ip(current->bpf_ctx); in BPF_CALL_1()
1089 return bpf_kprobe_multi_cookie(current->bpf_ctx); in BPF_CALL_1()
1101 return bpf_uprobe_multi_entry_ip(current->bpf_ctx); in BPF_CALL_1()
1113 return bpf_uprobe_multi_cookie(current->bpf_ctx); in BPF_CALL_1()
1127 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
1154 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
2710 run_ctx = container_of(current->bpf_ctx, struct bpf_kprobe_multi_run_ctx, in bpf_kprobe_multi_cookie()
2728 run_ctx = container_of(current->bpf_ctx, struct bpf_kprobe_multi_run_ctx, in bpf_kprobe_multi_entry_ip()
3264 run_ctx = container_of(current->bpf_ctx, struct bpf_uprobe_multi_run_ctx, run_ctx); in bpf_uprobe_multi_entry_ip()
3272 run_ctx = container_of(current->bpf_ctx, struct bpf_uprobe_multi_run_ctx, run_ctx); in bpf_uprobe_multi_cookie()
3441 session_ctx = container_of(current->bpf_ctx, struct bpf_session_run_ctx, run_ctx); in bpf_session_is_return()
3449 session_ctx = container_of(current->bpf_ctx, struct bpf_session_run_ctx, run_ctx); in bpf_session_cookie()