Lines Matching refs:lvl
173 doi_def->map.std->lvl.local_size)
174 doi_def->map.std->lvl.local_size =
182 doi_def->map.std->lvl.cipso_size)
183 doi_def->map.std->lvl.cipso_size =
188 doi_def->map.std->lvl.local = kcalloc(doi_def->map.std->lvl.local_size,
191 if (doi_def->map.std->lvl.local == NULL) {
195 doi_def->map.std->lvl.cipso = kcalloc(doi_def->map.std->lvl.cipso_size,
198 if (doi_def->map.std->lvl.cipso == NULL) {
202 for (iter = 0; iter < doi_def->map.std->lvl.local_size; iter++)
203 doi_def->map.std->lvl.local[iter] = CIPSO_V4_INV_LVL;
204 for (iter = 0; iter < doi_def->map.std->lvl.cipso_size; iter++)
205 doi_def->map.std->lvl.cipso[iter] = CIPSO_V4_INV_LVL;
219 doi_def->map.std->lvl.local[nla_get_u32(lvl_loc)] =
221 doi_def->map.std->lvl.cipso[nla_get_u32(lvl_rem)] =
517 iter < doi_def->map.std->lvl.local_size;
519 if (doi_def->map.std->lvl.local[iter] ==
536 doi_def->map.std->lvl.local[iter]);