Searched refs:prog_attach_flags (Results 1 – 2 of 2) sorted by relevance
1022 __u32 __user *prog_attach_flags = u64_to_user_ptr(attr->query.prog_attach_flags); in __cgroup_bpf_query() local1033 if (effective_query && prog_attach_flags) in __cgroup_bpf_query()1038 prog_ids && !prog_attach_flags) in __cgroup_bpf_query()1101 if (prog_attach_flags) { in __cgroup_bpf_query()1105 if (copy_to_user(prog_attach_flags + i, in __cgroup_bpf_query()1108 prog_attach_flags += cnt; in __cgroup_bpf_query()
3573 #define BPF_PROG_QUERY_LAST_FIELD query.prog_attach_flags