Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/
Dtrampoline.c877 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter()
911 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit()
929 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_lsm_cgroup()
938 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_lsm_cgroup()
955 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_sleepable()
963 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_sleepable()
978 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_struct_ops()
987 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_struct_ops()
Dsyscall.c5133 run_ctx.saved_run_ctx = NULL; in kern_sys_bpf()
/linux-6.1.9/include/linux/
Dbpf.h1566 struct bpf_run_ctx *saved_run_ctx; member