Home | History | Annotate | Download | only in checkpolicy

Lines Matching refs:l1

227 	struct avtab_node *type_rules, *l1, *l2;
251 for (l1 = type_rules[i].next, l2 = type_rules[j].next;
252 l1 && l2; l1 = l1->next, l2 = l2->next) {
254 if (l1->key.source_type != (i + 1))
257 if (l1->key.source_type !=
262 if (l1->key.target_type != (i + 1))
265 if (l1->key.target_type !=
269 if (l1->key.target_class != l2->key.target_class
270 || l1->datum.allowed != l2->datum.allowed)
273 if (l1 || l2)