Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbpf_iter.c682 struct bpf_run_ctx run_ctx, *old_run_ctx; in bpf_iter_run_prog() local
689 old_run_ctx = bpf_set_run_ctx(&run_ctx); in bpf_iter_run_prog()
691 bpf_reset_run_ctx(old_run_ctx); in bpf_iter_run_prog()
696 old_run_ctx = bpf_set_run_ctx(&run_ctx); in bpf_iter_run_prog()
698 bpf_reset_run_ctx(old_run_ctx); in bpf_iter_run_prog()
H A Dcgroup.c92 struct bpf_run_ctx *old_run_ctx; in bpf_prog_run_array_cg()
100 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in __cgroup_bpf_run_lsm_sock()
113 bpf_reset_run_ctx(old_run_ctx); in __cgroup_bpf_run_lsm_sock()
70 struct bpf_run_ctx *old_run_ctx; bpf_prog_run_array_cg() local
/linux/kernel/trace/
H A Dbpf_trace.c2109 struct bpf_run_ctx *old_run_ctx;
2125 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx);
2129 bpf_reset_run_ctx(old_run_ctx);
2606 struct bpf_run_ctx *old_run_ctx; in kprobe_multi_link_exit_handler()
2625 old_run_ctx = bpf_set_run_ctx(&run_ctx.session_ctx.run_ctx);
2627 bpf_reset_run_ctx(old_run_ctx);
3140 struct bpf_run_ctx *old_run_ctx; in uprobe_multi_link_handler()
3153 old_run_ctx = bpf_set_run_ctx(&run_ctx.session_ctx.run_ctx); in uprobe_multi_link_ret_handler()
3155 bpf_reset_run_ctx(old_run_ctx); in bpf_uprobe_multi_entry_ip()
2076 struct bpf_run_ctx *old_run_ctx; __bpf_trace_run() local
2561 struct bpf_run_ctx *old_run_ctx; kprobe_multi_link_prog_run() local
3095 struct bpf_run_ctx *old_run_ctx; uprobe_prog_run() local
/linux/include/linux/
H A Dbpf.h2581 struct bpf_run_ctx *old_run_ctx;
2593 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx);
2600 bpf_reset_run_ctx(old_run_ctx);
2621 struct bpf_run_ctx *old_run_ctx; in __btf_get_by_fd()
2635 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx);
2648 bpf_reset_run_ctx(old_run_ctx);
3225 struct bpf_run_ctx *old_run_ctx; in dev_map_generic_redirect()
3236 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in dev_map_redirect_multi()
3264 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_test_run_xdp()
2456 struct bpf_run_ctx *old_run_ctx; bpf_prog_run_array() local
2496 struct bpf_run_ctx *old_run_ctx; bpf_prog_run_array_uprobe() local