Lines Matching refs:run_ctx
1156 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()
1267 run_ctx.bpf_cookie = item->bpf_cookie; in BPF_PROG_RUN_ARRAY()