Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dbpf.h1165 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx);\
1214 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); \
1272 static inline struct bpf_run_ctx *bpf_set_run_ctx(struct bpf_run_ctx *new_ctx) in bpf_set_run_ctx() function
/kernel/linux/linux-5.10/net/bpf/
Dtest_run.c46 old_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_test_run()