Searched refs:bpf_ctx (Results 1 – 4 of 4) sorted by relevance
1276 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()
1488 struct bpf_run_ctx *bpf_ctx; member
388 ctx = container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_2()
2103 p->bpf_ctx = NULL; in copy_process()