Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dbpf.h1176 static inline void bpf_reset_run_ctx(struct bpf_run_ctx *old_ctx) in bpf_reset_run_ctx() function
1215 bpf_reset_run_ctx(old_run_ctx); in BPF_PROG_RUN_ARRAY_CG_FLAGS()
1242 bpf_reset_run_ctx(old_run_ctx); in BPF_PROG_RUN_ARRAY_CG()
1271 bpf_reset_run_ctx(old_run_ctx); in BPF_PROG_RUN_ARRAY()
/Linux-v5.15/net/bpf/
Dtest_run.c121 bpf_reset_run_ctx(old_ctx); in bpf_test_run()