Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/bpf/
Dtrampoline.c586 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter()
639 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_sleepable()
Dcgroup.c46 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array_cg()
/linux-5.19.10/include/linux/
Dbpf.h1389 static inline struct bpf_run_ctx *bpf_set_run_ctx(struct bpf_run_ctx *new_ctx) in bpf_set_run_ctx() function
1430 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array()
/linux-5.19.10/net/bpf/
Dtest_run.c396 old_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_test_run()
/linux-5.19.10/kernel/trace/
Dbpf_trace.c2405 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in kprobe_multi_link_prog_run()