Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/include/linux/
Dbpf.h1890 static inline void bpf_reset_run_ctx(struct bpf_run_ctx *old_ctx) in bpf_reset_run_ctx() function
1929 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array()
1978 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array_uprobe()
/Linux-v6.6/kernel/trace/
Dbpf_trace.c2721 bpf_reset_run_ctx(old_run_ctx); in kprobe_multi_link_prog_run()
3108 bpf_reset_run_ctx(old_run_ctx); in uprobe_prog_run()
/Linux-v6.6/net/bpf/
Dtest_run.c426 bpf_reset_run_ctx(old_ctx); in bpf_test_run()