kernel/bpf/cgroup.c
1760
struct bpf_cg_run_ctx *ctx;
kernel/bpf/cgroup.c
1764
ctx = container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx);
kernel/bpf/cgroup.c
1785
struct bpf_cg_run_ctx *ctx =
kernel/bpf/cgroup.c
1786
container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx);
kernel/bpf/cgroup.c
1799
struct bpf_cg_run_ctx *ctx =
kernel/bpf/cgroup.c
1800
container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx);
kernel/bpf/cgroup.c
2645
BUILD_BUG_ON(offsetof(struct bpf_cg_run_ctx, run_ctx) != 0);
kernel/bpf/cgroup.c
2663
BPF_FIELD_SIZEOF(struct bpf_cg_run_ctx, retval),
kernel/bpf/cgroup.c
2665
offsetof(struct bpf_cg_run_ctx, retval),
kernel/bpf/cgroup.c
2676
*insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_cg_run_ctx, retval),
kernel/bpf/cgroup.c
2678
offsetof(struct bpf_cg_run_ctx, retval));
kernel/bpf/cgroup.c
71
struct bpf_cg_run_ctx run_ctx;
net/bpf/test_run.c
395
struct bpf_cg_run_ctx run_ctx;