Searched refs:run_ctx (Results 1 – 2 of 2) sorted by relevance
1013 struct bpf_trace_run_ctx *run_ctx; in BPF_CALL_1() local1015 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()1016 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()