Home
last modified time | relevance | path

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

/linux/include/linux/
A Dbpf.h1189 struct bpf_run_ctx run_ctx; member
1194 struct bpf_run_ctx run_ctx; member
1232 struct bpf_cg_run_ctx run_ctx; in BPF_PROG_RUN_ARRAY_CG_FLAGS() local
1240 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in BPF_PROG_RUN_ARRAY_CG_FLAGS()
1242 run_ctx.prog_item = item; in BPF_PROG_RUN_ARRAY_CG_FLAGS()
1262 struct bpf_cg_run_ctx run_ctx; in BPF_PROG_RUN_ARRAY_CG() local
1269 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in BPF_PROG_RUN_ARRAY_CG()
1271 run_ctx.prog_item = item; in BPF_PROG_RUN_ARRAY_CG()
1289 struct bpf_trace_run_ctx run_ctx; in BPF_PROG_RUN_ARRAY() local
1297 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in BPF_PROG_RUN_ARRAY()
[all …]
/linux/net/bpf/
A Dtest_run.c95 struct bpf_cg_run_ctx run_ctx; in bpf_test_run() local
114 old_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_test_run()
116 run_ctx.prog_item = &item; in bpf_test_run()
/linux/kernel/trace/
A Dbpf_trace.c1041 struct bpf_trace_run_ctx *run_ctx; in BPF_CALL_1() local
1043 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
1044 return run_ctx->bpf_cookie; in BPF_CALL_1()
/linux/kernel/bpf/
A Dhelpers.c419 ctx = container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_2()

Completed in 37 milliseconds