Searched refs:bpf_ctx (Results 1 – 5 of 5) sorted by relevance
1170 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()
1458 struct bpf_run_ctx *bpf_ctx; member
419 ctx = container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_2()
997 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
2160 p->bpf_ctx = NULL; in copy_process()