Lines Matching refs:avrules
2059 * has been appended to its home decl->avrules list during link
2708 if (!dest_pol->global->branch_list->avrules)
2709 dest_pol->global->branch_list->avrules = avrule;
2711 avrule->next = dest_pol->global->branch_list->avrules;
2712 dest_pol->global->branch_list->avrules = avrule;
2781 cur_avrule = decl->avrules;
2830 * expand only the avrules and optionally perform expansion of neverallow rules
2870 * its avrule list to the current decl->avrules list. On the other
2885 tail = decl->avrules;
2938 tail = decl->avrules = to_be_appended;
2947 /* Update the tail of decl->avrules for
2969 /* Append tunable's avtrue_list or avfalse_list to the avrules list
3200 state.out->global->branch_list->avrules))