Searched refs:bpf_trace_run_ctx (Results 1 – 4 of 4) sorted by relevance
183 struct bpf_trace_run_ctx *run_ctx; in BPF_CALL_1()185 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
1066 struct bpf_trace_run_ctx *run_ctx __maybe_unused; in BPF_CALL_1()1070 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()1140 struct bpf_trace_run_ctx *run_ctx; in BPF_CALL_1()1142 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()1167 struct bpf_trace_run_ctx *run_ctx; in BPF_CALL_1()1169 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
1913 struct bpf_trace_run_ctx { struct1957 struct bpf_trace_run_ctx run_ctx; in bpf_prog_run_array()1997 struct bpf_trace_run_ctx run_ctx; in bpf_prog_run_array_uprobe()
708 struct bpf_trace_run_ctx run_ctx = {}; in __bpf_prog_test_run_raw_tp()