Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/bpf/
Dtrampoline.c620 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit()
647 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_sleepable()
Dcgroup.c58 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array_cg()
/linux-5.19.10/include/linux/
Dbpf.h1400 static inline void bpf_reset_run_ctx(struct bpf_run_ctx *old_ctx) in bpf_reset_run_ctx() function
1437 bpf_reset_run_ctx(old_run_ctx); in bpf_prog_run_array()
/linux-5.19.10/net/bpf/
Dtest_run.c404 bpf_reset_run_ctx(old_ctx); in bpf_test_run()
/linux-5.19.10/kernel/trace/
Dbpf_trace.c2407 bpf_reset_run_ctx(old_run_ctx); in kprobe_multi_link_prog_run()