Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dtrampoline.c903 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_recur()
959 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_lsm_cgroup()
981 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_sleepable_recur()
1010 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_sleepable()
1032 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter()
H A Dbpf_iter.c702 old_run_ctx = bpf_set_run_ctx(&run_ctx); in bpf_iter_run_prog()
710 old_run_ctx = bpf_set_run_ctx(&run_ctx); in bpf_iter_run_prog()
H A Dcgroup.c65 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array_cg()
/linux-6.15/net/bpf/
H A Dtest_run.c425 old_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_test_run()
741 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in __bpf_prog_test_run_raw_tp()
/linux-6.15/include/linux/
H A Dbpf.h2168 static inline struct bpf_run_ctx *bpf_set_run_ctx(struct bpf_run_ctx *new_ctx) in bpf_set_run_ctx() function
2211 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array()
2253 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array_uprobe()
/linux-6.15/kernel/trace/
H A Dbpf_trace.c2360 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in __bpf_trace_run()
2820 old_run_ctx = bpf_set_run_ctx(&run_ctx.session_ctx.run_ctx); in kprobe_multi_link_prog_run()
3294 old_run_ctx = bpf_set_run_ctx(&run_ctx.session_ctx.run_ctx); in uprobe_prog_run()