Lines Matching defs:list
256 /* checks if conditional list contains a rule that covers the given rule */
257 static int is_cond_rule_redundant(avtab_ptr_t e1, cond_av_list_t *list,
271 for (; list; list = list->next) {
272 avtab_ptr_t e2 = list->node;
332 * and move them to the end of the list. This is needed to avoid
346 /* link the "potentially covering" rules to the end of the list */
349 /* now go through the list and find the redundant rules */
358 * check if covered by another rule in the same list.
405 * found in the 'del' list.