Lines Matching refs:l2
230 struct avtab_node *type_rules, *l1, *l2;
254 for (l1 = type_rules[i].next, l2 = type_rules[j].next;
255 l1 && l2; l1 = l1->next, l2 = l2->next) {
256 if (l2->key.source_type == (j + 1)) {
261 l2->key.source_type)
264 if (l2->key.target_type == (j + 1)) {
269 l2->key.target_type)
272 if (l1->key.target_class != l2->key.target_class
273 || l1->datum.allowed != l2->datum.allowed)
276 if (l1 || l2)