Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dtrampoline.c947 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_recur()
972 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_lsm_cgroup()
998 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_sleepable_recur()
1021 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_sleepable()
1043 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()
711 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/net/bpf/
H A Dtest_run.c428 bpf_reset_run_ctx(old_ctx); in bpf_test_run()
742 bpf_reset_run_ctx(old_run_ctx); in __bpf_prog_test_run_raw_tp()
/linux/include/linux/
H A Dbpf.h2282 static inline void bpf_reset_run_ctx(struct bpf_run_ctx *old_ctx) in bpf_reset_run_ctx() function
2321 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array()
2369 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array_uprobe()
/linux/kernel/trace/
H A Dbpf_trace.c2078 bpf_reset_run_ctx(old_run_ctx); in __bpf_trace_run()
2566 bpf_reset_run_ctx(old_run_ctx); in kprobe_multi_link_prog_run()
3089 bpf_reset_run_ctx(old_run_ctx); in uprobe_prog_run()