Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dtrampoline.c941 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_recur()
968 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_lsm_cgroup()
995 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_sleepable_recur()
1018 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_sleepable()
1041 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit()
H A Dbpf_iter.c704 bpf_reset_run_ctx(old_run_ctx); in bpf_iter_run_prog()
712 bpf_reset_run_ctx(old_run_ctx); in bpf_iter_run_prog()
H A Dcgroup.c77 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array_cg()
/linux-6.15/net/bpf/
H A Dtest_run.c439 bpf_reset_run_ctx(old_ctx); in bpf_test_run()
747 bpf_reset_run_ctx(old_run_ctx); in __bpf_prog_test_run_raw_tp()
/linux-6.15/include/linux/
H A Dbpf.h2179 static inline void bpf_reset_run_ctx(struct bpf_run_ctx *old_ctx) in bpf_reset_run_ctx() function
2218 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array()
2266 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array_uprobe()
/linux-6.15/kernel/trace/
H A Dbpf_trace.c2366 bpf_reset_run_ctx(old_run_ctx); in __bpf_trace_run()
2822 bpf_reset_run_ctx(old_run_ctx); in kprobe_multi_link_prog_run()
3296 bpf_reset_run_ctx(old_run_ctx); in uprobe_prog_run()