Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dbpf.h1156 struct bpf_run_ctx run_ctx; member
1161 struct bpf_run_ctx run_ctx; member
1199 struct bpf_cg_run_ctx run_ctx; in BPF_PROG_RUN_ARRAY_CG_FLAGS() local
1207 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in BPF_PROG_RUN_ARRAY_CG_FLAGS()
1209 run_ctx.prog_item = item; in BPF_PROG_RUN_ARRAY_CG_FLAGS()
1229 struct bpf_cg_run_ctx run_ctx; in BPF_PROG_RUN_ARRAY_CG() local
1236 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in BPF_PROG_RUN_ARRAY_CG()
1238 run_ctx.prog_item = item; in BPF_PROG_RUN_ARRAY_CG()
1256 struct bpf_trace_run_ctx run_ctx; in BPF_PROG_RUN_ARRAY() local
1264 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in BPF_PROG_RUN_ARRAY()
[all …]
/Linux-v5.15/net/bpf/
Dtest_run.c94 struct bpf_cg_run_ctx run_ctx; in bpf_test_run() local
113 old_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_test_run()
115 run_ctx.prog_item = &item; in bpf_test_run()
/Linux-v5.15/kernel/trace/
Dbpf_trace.c995 struct bpf_trace_run_ctx *run_ctx; in BPF_CALL_1() local
997 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
998 return run_ctx->bpf_cookie; in BPF_CALL_1()
/Linux-v5.15/kernel/bpf/
Dhelpers.c419 ctx = container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_2()