Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dbpf.h1198 struct bpf_run_ctx *old_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()
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() local
1236 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() local
1264 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()