Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/
Dbpf_lsm.c182 struct bpf_trace_run_ctx *run_ctx; in BPF_CALL_1()
184 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
/linux-6.1.9/kernel/trace/
Dbpf_trace.c1092 struct bpf_trace_run_ctx *run_ctx; in BPF_CALL_1()
1094 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
1119 struct bpf_trace_run_ctx *run_ctx; in BPF_CALL_1()
1121 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
/linux-6.1.9/include/linux/
Dbpf.h1558 struct bpf_trace_run_ctx { struct
1601 struct bpf_trace_run_ctx run_ctx; in bpf_prog_run_array()
1640 struct bpf_trace_run_ctx run_ctx; in bpf_prog_run_array_sleepable()