Searched refs:old_run_ctx (Results 1 – 1 of 1) sorted by relevance
1198 struct bpf_run_ctx *old_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()1215 bpf_reset_run_ctx(old_run_ctx); in BPF_PROG_RUN_ARRAY_CG_FLAGS()1228 struct bpf_run_ctx *old_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()1242 bpf_reset_run_ctx(old_run_ctx); in BPF_PROG_RUN_ARRAY_CG()1255 struct bpf_run_ctx *old_run_ctx; in BPF_PROG_RUN_ARRAY() local1264 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in BPF_PROG_RUN_ARRAY()1271 bpf_reset_run_ctx(old_run_ctx); in BPF_PROG_RUN_ARRAY()