Searched refs:bpf_cgroup_dev_ctx (Results 1 – 6 of 6) sorted by relevance
13 int bpf_prog1(struct bpf_cgroup_dev_ctx *ctx) in bpf_prog1()
7 BPF_RETVAL_HOOK(dev, "cgroup/dev", bpf_cgroup_dev_ctx, 0)
1799 struct bpf_cgroup_dev_ctx ctx = { in __cgroup_bpf_check_dev_permission()1903 if (off < 0 || off + size > sizeof(struct bpf_cgroup_dev_ctx)) in cgroup_dev_is_valid_access()1910 case bpf_ctx_range(struct bpf_cgroup_dev_ctx, access_type): in cgroup_dev_is_valid_access()
7393 struct bpf_cgroup_dev_ctx { struct
2803 bpf_cgroup_dev_ctx structure, which describes the device access attempt: