Home | History | Annotate | Download | only in checkpolicy

Lines Matching refs:l2

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) {
253 if (l2->key.source_type == (j + 1)) {
258 l2->key.source_type)
261 if (l2->key.target_type == (j + 1)) {
266 l2->key.target_type)
269 if (l1->key.target_class != l2->key.target_class
270 || l1->datum.allowed != l2->datum.allowed)
273 if (l1 || l2)