Home | History | Annotate | Download | only in src

Lines Matching refs:avrules

2088 	 * has been appended to its home decl->avrules list during link
2691 if (!dest_pol->global->branch_list->avrules)
2692 dest_pol->global->branch_list->avrules = avrule;
2694 avrule->next = dest_pol->global->branch_list->avrules;
2695 dest_pol->global->branch_list->avrules = avrule;
2763 cur_avrule = decl->avrules;
2813 * expand only the avrules and optionally perform expansion of neverallow rules
2853 * its avrule list to the current decl->avrules list. On the other
2868 tail = decl->avrules;
2921 tail = decl->avrules = to_be_appended;
2930 /* Update the tail of decl->avrules for
2952 /* Append tunable's avtrue_list or avfalse_list to the avrules list
3181 state.out->global->branch_list->avrules))