Searched refs:from_atype (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/bpf/
H A Dcgroup.c1027 enum cgroup_bpf_attach_type from_atype, to_atype; local
1042 from_atype = CGROUP_LSM_START;
1046 from_atype = to_cgroup_bpf_attach_type(type);
1047 if (from_atype < 0)
1049 to_atype = from_atype;
1050 flags = cgrp->bpf.flags[from_atype];
1053 for (atype = from_atype; atype <= to_atype; atype++) {
1078 for (atype = from_atype; atype <= to_atype && total_cnt; atype++) {

Completed in 104 milliseconds