Home
last modified time | relevance | path

Searched refs:to_atype (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/bpf/
H A Dcgroup.c1217 enum cgroup_bpf_attach_type from_atype, to_atype; in __cgroup_bpf_query() local
1234 to_atype = CGROUP_LSM_END; in __cgroup_bpf_query()
1240 to_atype = from_atype; in __cgroup_bpf_query()
1244 for (atype = from_atype; atype <= to_atype; atype++) { in __cgroup_bpf_query()
1260 if (!effective_query && from_atype == to_atype) in __cgroup_bpf_query()
1273 for (atype = from_atype; atype <= to_atype && total_cnt; atype++) { in __cgroup_bpf_query()