Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dbpf.h1147 struct bpf_run_ctx run_ctx; member
1157 struct bpf_cg_run_ctx run_ctx; \
1165 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx);\
1167 run_ctx.prog_item = _item; \
1206 struct bpf_cg_run_ctx run_ctx; \
1214 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); \
1216 run_ctx.prog_item = _item; \
/kernel/linux/linux-5.10/net/bpf/
Dtest_run.c24 struct bpf_cg_run_ctx run_ctx; in bpf_test_run() local
46 old_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_test_run()
48 run_ctx.prog_item = &item; in bpf_test_run()
/kernel/linux/linux-5.10/kernel/bpf/
Dhelpers.c388 ctx = container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_2()