Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/bpf/
Dtrampoline.c873 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter()
907 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit()
925 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_lsm_cgroup()
934 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_lsm_cgroup()
951 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_sleepable()
959 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_sleepable()
974 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_struct_ops()
983 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_struct_ops()
Dsyscall.c5135 run_ctx.saved_run_ctx = NULL; in kern_sys_bpf()
/Linux-v6.1/include/linux/
Dbpf.h1566 struct bpf_run_ctx *saved_run_ctx; member