Home
last modified time | relevance | path

Searched refs:bpf_trace_run_ctx (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/kernel/bpf/
Dbpf_lsm.c183 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()
/linux-6.6.21/kernel/trace/
Dbpf_trace.c1065 struct bpf_trace_run_ctx *run_ctx __maybe_unused; in BPF_CALL_1()
1069 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
1139 struct bpf_trace_run_ctx *run_ctx; in BPF_CALL_1()
1141 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
1166 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()
/linux-6.6.21/include/linux/
Dbpf.h1885 struct bpf_trace_run_ctx { struct
1929 struct bpf_trace_run_ctx run_ctx; in bpf_prog_run_array()
1970 struct bpf_trace_run_ctx run_ctx; in bpf_prog_run_array_uprobe()