Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbpf_iter.c703 old_run_ctx = bpf_set_run_ctx(&run_ctx); in bpf_iter_run_prog()
711 old_run_ctx = bpf_set_run_ctx(&run_ctx); in bpf_iter_run_prog()
/linux/net/bpf/
H A Dtest_run.c425 old_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_test_run()
741 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in __bpf_prog_test_run_raw_tp()
/linux/include/linux/
H A Dbpf.h2131 static inline struct bpf_run_ctx *bpf_set_run_ctx(struct bpf_run_ctx *new_ctx) in bpf_set_run_ctx() function
2174 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array()
2216 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_prog_run_array_uprobe()
/linux/kernel/trace/
H A Dbpf_trace.c2368 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in __bpf_trace_run()
2828 old_run_ctx = bpf_set_run_ctx(&run_ctx.session_ctx.run_ctx); in kprobe_multi_link_prog_run()
3299 old_run_ctx = bpf_set_run_ctx(&run_ctx.session_ctx.run_ctx); in uprobe_prog_run()