Home
last modified time | relevance | path

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

/kernel/trace/
Dbpf_trace.c1013 struct bpf_trace_run_ctx *run_ctx; in BPF_CALL_1() local
1015 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()
/kernel/bpf/
Dhelpers.c419 ctx = container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_2()