Searched refs:old_run_ctx (Results 1 – 1 of 1) sorted by relevance
1231 struct bpf_run_ctx *old_run_ctx; in BPF_PROG_RUN_ARRAY_CG_FLAGS() local1240 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in BPF_PROG_RUN_ARRAY_CG_FLAGS()1248 bpf_reset_run_ctx(old_run_ctx); in BPF_PROG_RUN_ARRAY_CG_FLAGS()1261 struct bpf_run_ctx *old_run_ctx; in BPF_PROG_RUN_ARRAY_CG() local1269 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in BPF_PROG_RUN_ARRAY_CG()1275 bpf_reset_run_ctx(old_run_ctx); in BPF_PROG_RUN_ARRAY_CG()1288 struct bpf_run_ctx *old_run_ctx; in BPF_PROG_RUN_ARRAY() local1297 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in BPF_PROG_RUN_ARRAY()1304 bpf_reset_run_ctx(old_run_ctx); in BPF_PROG_RUN_ARRAY()
Completed in 10 milliseconds