Lines Matching refs:bpf_cg_run_ctx
40 struct bpf_cg_run_ctx run_ctx; in bpf_prog_run_array_cg()
1549 struct bpf_cg_run_ctx *ctx; in BPF_CALL_2()
1553 ctx = container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_2()
1574 struct bpf_cg_run_ctx *ctx = in BPF_CALL_0()
1575 container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_0()
1588 struct bpf_cg_run_ctx *ctx = in BPF_CALL_1()
1589 container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_1()
2443 BUILD_BUG_ON(offsetof(struct bpf_cg_run_ctx, run_ctx) != 0); in cg_sockopt_convert_ctx_access()
2461 BPF_FIELD_SIZEOF(struct bpf_cg_run_ctx, retval), in cg_sockopt_convert_ctx_access()
2463 offsetof(struct bpf_cg_run_ctx, retval), in cg_sockopt_convert_ctx_access()
2474 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_cg_run_ctx, retval), in cg_sockopt_convert_ctx_access()
2476 offsetof(struct bpf_cg_run_ctx, retval)); in cg_sockopt_convert_ctx_access()