Lines Matching defs:classes

601 		/* ipgpc max classes */
606 gettext("Max number of classes reached in %s.\n"),
881 /* max ipgpc filters/classes */
1265 * mark all the filters and classes in parameter action either
1293 /* mark all non-permanent classes for del and permanent to modify */
1294 for (cls = action->classes; cls; cls = cls->next) {
1310 * mark all classes and filters either new (non-permanent) or modified.
1339 /* mark all permanent classes as modified and all others new */
1340 for (cls = action->classes; cls; cls = cls->next) {
1431 * differences action old against action new, comparing its classes, filters
1446 /* compare and mark classes */
1476 * differences the set of classes in new against those in old, marking any
1496 /* loop through old classes checking for classes not present in new */
1498 for (cls = old->classes; cls; cls = cls->next) {
1500 if (classexist(cls->name, new->classes) == NULL) {
1540 /* add to news classes to be diffed below */
1541 ADD_TO_LIST(&new->classes, ncls);
1546 /* loop through new classes checking for new / modified classes */
1548 for (cls = new->classes; cls; cls = cls->next) {
1552 if ((tmpc = classexist(cls->name, old->classes)) == NULL ||
2207 for (cls = act->classes; cls; cls = cls->next) {
2243 /* add any classes and filters marked as new */
2245 if (add_classes(act->classes, act->name, act->module_version,
2385 * for each of the classes in parameter classes if rem_undo is false and
2393 ipqos_conf_class_t *classes,
2404 for (cls = classes; cls; cls = cls->next) {
2547 /* remove any classes marked for del */
2549 for (cls = act->classes; cls; cls = cls->next) {
2621 for (cls = act->classes; cls; cls = cls->next) {
2723 for (cls = act->classes; cls; cls = cls->next) {
2726 oldcls = classexist(cls->name, oldact->classes);
2741 * Go through the old actions modifying perm filters and classes
2761 for (cls = act->classes; cls != NULL; cls = cls->next) {
3752 * then all filters and classes (regardless of their originator) and
3788 * print classes clause for each class if printall is set, else
3789 * just ipqosconf created or permanent classes.
3791 for (cls = action->classes; cls != NULL; cls = cls->next) {
5395 * read the set of permanent classes/filter from the types file ref'd by tfp
5398 * to 1 if we're searching for permanent filters, else 0 for classes.
6355 * Checks whether there is a class called class_nm in classes list.
6361 ipqos_conf_class_t *classes)
6368 for (cls = classes; cls; cls = cls->next) {
6678 /* free classes */
6680 cls = act->classes;
6687 /* free permanent classes table */
7774 * read action clause and params/classes/filters clauses within and
7935 /* get list of permanent classes */
8075 ADD_TO_LIST(&(*action)->classes, class);
8164 * classes next action and parameter actions.
8181 for (c = action->classes; c != NULL; c = c->next) {
8201 * all actions are unique, all filters and classes are unique within
8202 * their action, that classes referenced by filters exist and actions
8203 * referenced by classes and params exist. Also checks that there are no root
8265 act->classes)) {
8280 /* check classes */
8282 for (cls = act->classes; cls; cls = cls->next) {
8652 * specified. This results in filters and classes being created and chained
8717 ADD_TO_LIST(&action->classes, class);
8844 * parses a classes nvlist returned from the kernel.