Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/bpf/
Dtrampoline.c889 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_recur()
916 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_lsm_cgroup()
941 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_sleepable_recur()
964 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_sleepable()
987 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit()
Dbpf_iter.c706 bpf_reset_run_ctx(old_run_ctx); in bpf_iter_run_prog()
714 bpf_reset_run_ctx(old_run_ctx); in bpf_iter_run_prog()
Dcgroup.c60 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array_cg()
/linux-6.6.21/include/linux/
Dbpf.h1908 static inline void bpf_reset_run_ctx(struct bpf_run_ctx *old_ctx) in bpf_reset_run_ctx() function
1947 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array()
1996 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array_uprobe()
/linux-6.6.21/kernel/trace/
Dbpf_trace.c2724 bpf_reset_run_ctx(old_run_ctx); in kprobe_multi_link_prog_run()
3113 bpf_reset_run_ctx(old_run_ctx); in uprobe_prog_run()
/linux-6.6.21/net/bpf/
Dtest_run.c426 bpf_reset_run_ctx(old_ctx); in bpf_test_run()