Home
last modified time | relevance | path

Searched refs:bpf_run_ctx (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/include/linux/
Dbpf.h1153 struct bpf_run_ctx {}; struct
1156 struct bpf_run_ctx run_ctx;
1161 struct bpf_run_ctx run_ctx;
1165 static inline struct bpf_run_ctx *bpf_set_run_ctx(struct bpf_run_ctx *new_ctx) in bpf_set_run_ctx()
1167 struct bpf_run_ctx *old_ctx = NULL; in bpf_set_run_ctx()
1176 static inline void bpf_reset_run_ctx(struct bpf_run_ctx *old_ctx) in bpf_reset_run_ctx()
1198 struct bpf_run_ctx *old_run_ctx; in BPF_PROG_RUN_ARRAY_CG_FLAGS()
1228 struct bpf_run_ctx *old_run_ctx; in BPF_PROG_RUN_ARRAY_CG()
1255 struct bpf_run_ctx *old_run_ctx; in BPF_PROG_RUN_ARRAY()
Dsched.h45 struct bpf_run_ctx;
1458 struct bpf_run_ctx *bpf_ctx;
/Linux-v5.15/net/bpf/
Dtest_run.c93 struct bpf_run_ctx *old_ctx; in bpf_test_run()