Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dtrampoline.c1191 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_recur()
1216 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_lsm_cgroup()
1242 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_sleepable_recur()
1265 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_sleepable()
1287 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit()
H A Dbpf_iter.c691 bpf_reset_run_ctx(old_run_ctx); in bpf_iter_run_prog()
698 bpf_reset_run_ctx(old_run_ctx); in bpf_iter_run_prog()
H A Dcgroup.c90 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array_cg()
/linux/include/linux/
H A Dbpf.h2436 static inline void bpf_reset_run_ctx(struct bpf_run_ctx *old_ctx) in bpf_reset_run_ctx() function
2475 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array()
2523 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array_uprobe()
/linux/kernel/trace/
H A Dbpf_trace.c2090 bpf_reset_run_ctx(old_run_ctx); in __bpf_trace_run()
2582 bpf_reset_run_ctx(old_run_ctx); in kprobe_multi_link_prog_run()
3110 bpf_reset_run_ctx(old_run_ctx); in uprobe_prog_run()