Searched refs:run_ctx (Results 1 – 4 of 4) sorted by relevance
1156 struct bpf_run_ctx run_ctx; member1161 struct bpf_run_ctx run_ctx; member1199 struct bpf_cg_run_ctx run_ctx; in BPF_PROG_RUN_ARRAY_CG_FLAGS() local1207 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() local1236 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() local1264 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in BPF_PROG_RUN_ARRAY()[all …]
94 struct bpf_cg_run_ctx run_ctx; in bpf_test_run() local113 old_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_test_run()115 run_ctx.prog_item = &item; in bpf_test_run()
995 struct bpf_trace_run_ctx *run_ctx; in BPF_CALL_1() local997 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()
419 ctx = container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_2()