Lines Matching refs:bpf_cg_run_ctx
71 struct bpf_cg_run_ctx run_ctx; in bpf_prog_run_array_cg()
1760 struct bpf_cg_run_ctx *ctx; in BPF_CALL_2()
1764 ctx = container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_2()
1785 struct bpf_cg_run_ctx *ctx = in BPF_CALL_0()
1786 container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_0()
1799 struct bpf_cg_run_ctx *ctx = in BPF_CALL_1()
1800 container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_1()
2645 BUILD_BUG_ON(offsetof(struct bpf_cg_run_ctx, run_ctx) != 0); in cg_sockopt_convert_ctx_access()
2663 BPF_FIELD_SIZEOF(struct bpf_cg_run_ctx, retval), in cg_sockopt_convert_ctx_access()
2665 offsetof(struct bpf_cg_run_ctx, retval), in cg_sockopt_convert_ctx_access()
2676 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_cg_run_ctx, retval), in cg_sockopt_convert_ctx_access()
2678 offsetof(struct bpf_cg_run_ctx, retval)); in cg_sockopt_convert_ctx_access()