Searched refs:run_ctx (Results 1 – 4 of 4) sorted by relevance
1189 struct bpf_run_ctx run_ctx; member1194 struct bpf_run_ctx run_ctx; member1232 struct bpf_cg_run_ctx run_ctx; in BPF_PROG_RUN_ARRAY_CG_FLAGS() local1240 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() local1269 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() local1297 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in BPF_PROG_RUN_ARRAY()[all …]
95 struct bpf_cg_run_ctx run_ctx; in bpf_test_run() local114 old_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in bpf_test_run()116 run_ctx.prog_item = &item; in bpf_test_run()
1041 struct bpf_trace_run_ctx *run_ctx; in BPF_CALL_1() local1043 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()
419 ctx = container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_2()
Completed in 37 milliseconds