Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dbpf.h1171 bpf_reset_run_ctx(old_run_ctx); \
1222 bpf_reset_run_ctx(old_run_ctx); \
1281 static inline void bpf_reset_run_ctx(struct bpf_run_ctx *old_ctx) in bpf_reset_run_ctx() function
/kernel/linux/linux-5.10/net/bpf/
Dtest_run.c72 bpf_reset_run_ctx(old_ctx); in bpf_test_run()