Home | History | Annotate | Download | only in src

Lines Matching refs:avrules

2040 	 * has been appended to its home decl->avrules list during link
2650 if (!dest_pol->global->branch_list->avrules)
2651 dest_pol->global->branch_list->avrules = avrule;
2653 avrule->next = dest_pol->global->branch_list->avrules;
2654 dest_pol->global->branch_list->avrules = avrule;
2722 cur_avrule = decl->avrules;
2772 * expand only the avrules and optionally perform expansion of neverallow rules
2812 * its avrule list to the current decl->avrules list. On the other
2827 tail = decl->avrules;
2880 tail = decl->avrules = to_be_appended;
2889 /* Update the tail of decl->avrules for
2911 /* Append tunable's avtrue_list or avfalse_list to the avrules list
3140 state.out->global->branch_list->avrules))