Lines Matching refs:bpf_cg_run_ctx
57 struct bpf_cg_run_ctx run_ctx; in bpf_prog_run_array_cg()
1579 struct bpf_cg_run_ctx *ctx; in BPF_CALL_2()
1583 ctx = container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_2()
1604 struct bpf_cg_run_ctx *ctx = in BPF_CALL_0()
1605 container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_0()
1618 struct bpf_cg_run_ctx *ctx = in BPF_CALL_1()
1619 container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_1()
2476 BUILD_BUG_ON(offsetof(struct bpf_cg_run_ctx, run_ctx) != 0); in cg_sockopt_convert_ctx_access()
2494 BPF_FIELD_SIZEOF(struct bpf_cg_run_ctx, retval), in cg_sockopt_convert_ctx_access()
2496 offsetof(struct bpf_cg_run_ctx, retval), in cg_sockopt_convert_ctx_access()
2507 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_cg_run_ctx, retval), in cg_sockopt_convert_ctx_access()
2509 offsetof(struct bpf_cg_run_ctx, retval)); in cg_sockopt_convert_ctx_access()