Home
last modified time | relevance | path

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

/linux/include/linux/
A Dbpf.h1203 old_ctx = current->bpf_ctx; in bpf_set_run_ctx()
1204 current->bpf_ctx = new_ctx; in bpf_set_run_ctx()
1212 current->bpf_ctx = old_ctx; in bpf_reset_run_ctx()
A Dsched.h1454 struct bpf_run_ctx *bpf_ctx; member
/linux/kernel/bpf/
A Dhelpers.c419 ctx = container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_2()
/linux/kernel/trace/
A Dbpf_trace.c1043 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
/linux/kernel/
A Dfork.c2157 p->bpf_ctx = NULL; in copy_process()

Completed in 28 milliseconds