Lines Matching refs:bpf_cg_run_ctx
57 struct bpf_cg_run_ctx run_ctx; in bpf_prog_run_array_cg()
1594 struct bpf_cg_run_ctx *ctx; in BPF_CALL_2()
1598 ctx = container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_2()
1619 struct bpf_cg_run_ctx *ctx = in BPF_CALL_0()
1620 container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_0()
1633 struct bpf_cg_run_ctx *ctx = in BPF_CALL_1()
1634 container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_1()
2491 BUILD_BUG_ON(offsetof(struct bpf_cg_run_ctx, run_ctx) != 0); in cg_sockopt_convert_ctx_access()
2509 BPF_FIELD_SIZEOF(struct bpf_cg_run_ctx, retval), in cg_sockopt_convert_ctx_access()
2511 offsetof(struct bpf_cg_run_ctx, retval), in cg_sockopt_convert_ctx_access()
2522 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_cg_run_ctx, retval), in cg_sockopt_convert_ctx_access()
2524 offsetof(struct bpf_cg_run_ctx, retval)); in cg_sockopt_convert_ctx_access()