Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dbpf_lsm.c209 struct bpf_trace_run_ctx *run_ctx; in BPF_CALL_1()
211 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
/linux-6.15/kernel/trace/
H A Dbpf_trace.c1058 struct bpf_trace_run_ctx *run_ctx __maybe_unused; in BPF_CALL_1()
1062 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
1132 struct bpf_trace_run_ctx *run_ctx; in BPF_CALL_1()
1134 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
1159 struct bpf_trace_run_ctx *run_ctx; in BPF_CALL_1()
1161 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
2351 struct bpf_trace_run_ctx run_ctx; in __bpf_trace_run()
/linux-6.15/include/linux/
H A Dbpf.h2156 struct bpf_trace_run_ctx { struct
2200 struct bpf_trace_run_ctx run_ctx; in bpf_prog_run_array()
2240 struct bpf_trace_run_ctx run_ctx; in bpf_prog_run_array_uprobe()
/linux-6.15/net/bpf/
H A Dtest_run.c738 struct bpf_trace_run_ctx run_ctx = {}; in __bpf_prog_test_run_raw_tp()