Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/bpf/
Dtrampoline.c907 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit()
934 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_lsm_cgroup()
959 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_sleepable()
983 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_struct_ops()
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.1/include/linux/
Dbpf.h1580 static inline void bpf_reset_run_ctx(struct bpf_run_ctx *old_ctx) in bpf_reset_run_ctx() function
1617 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array()
1664 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array_sleepable()
/Linux-v6.1/net/bpf/
Dtest_run.c404 bpf_reset_run_ctx(old_ctx); in bpf_test_run()
/Linux-v6.1/kernel/trace/
Dbpf_trace.c2617 bpf_reset_run_ctx(old_run_ctx); in kprobe_multi_link_prog_run()