Searched refs:cur_avrule (Results 1 – 1 of 1) sorted by relevance
2731 avrule_t *cur_avrule; in copy_and_expand_avrule_block() local2752 cur_avrule = decl->avrules; in copy_and_expand_avrule_block()2753 while (cur_avrule != NULL) { in copy_and_expand_avrule_block()2755 && cur_avrule->specified & (AVRULE_NEVERALLOW | AVRULE_XPERMS_NEVERALLOW)) { in copy_and_expand_avrule_block()2758 (state->out, state->typemap, cur_avrule)) in copy_and_expand_avrule_block()2762 if (cur_avrule->specified & (AVRULE_NEVERALLOW | AVRULE_XPERMS_NEVERALLOW)) in copy_and_expand_avrule_block()2766 cur_avrule, &state->out->te_avtab, NULL, in copy_and_expand_avrule_block()2773 cur_avrule = cur_avrule->next; in copy_and_expand_avrule_block()