Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/kernel/trace/
Dbpf_trace.c1062 struct bpf_trace_run_ctx *run_ctx __maybe_unused; in BPF_CALL_1()
1066 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
1136 struct bpf_trace_run_ctx *run_ctx; in BPF_CALL_1()
1138 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
1163 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()
/Linux-v6.6/include/linux/
Dbpf.h1867 struct bpf_trace_run_ctx { struct
1911 struct bpf_trace_run_ctx run_ctx; in bpf_prog_run_array()
1952 struct bpf_trace_run_ctx run_ctx; in bpf_prog_run_array_uprobe()