Home
last modified time | relevance | path

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

/include/linux/
Dbpf.h2140 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array() local
2152 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array()
2159 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array()
2180 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array_uprobe() local
2194 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array_uprobe()
2207 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array_uprobe()