Home
last modified time | relevance | path

Searched refs:bpf_ctx (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/include/linux/
Dbpf.h1170 old_ctx = current->bpf_ctx; in bpf_set_run_ctx()
1171 current->bpf_ctx = new_ctx; in bpf_set_run_ctx()
1179 current->bpf_ctx = old_ctx; in bpf_reset_run_ctx()
Dsched.h1458 struct bpf_run_ctx *bpf_ctx; member
/Linux-v5.15/kernel/bpf/
Dhelpers.c419 ctx = container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_2()
/Linux-v5.15/kernel/trace/
Dbpf_trace.c997 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
/Linux-v5.15/kernel/
Dfork.c2160 p->bpf_ctx = NULL; in copy_process()