Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dbpf.h1276 old_ctx = current->bpf_ctx; in bpf_set_run_ctx()
1277 current->bpf_ctx = new_ctx; in bpf_set_run_ctx()
1283 current->bpf_ctx = old_ctx; in bpf_reset_run_ctx()
Dsched.h1488 struct bpf_run_ctx *bpf_ctx; member
/kernel/linux/linux-5.10/kernel/bpf/
Dhelpers.c388 ctx = container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_2()
/kernel/linux/linux-5.10/kernel/
Dfork.c2103 p->bpf_ctx = NULL; in copy_process()