Lines Matching refs:oconf
9432 * current configuration, then attempts to apply the oconf (the old
9440 ipqos_conf_action_t *oconf)
9454 mark_config_new(oconf);
9459 res = applydiff(oconf, NULL);
9481 ipqos_conf_action_t *oconf = NULL;
9518 res = readkconf(&oconf);
9533 for (oact = oconf; oact != NULL; oact = oact->next) {
9556 res = validconf(oconf, 0);
9563 res = diffconf(oconf, conf);
9577 res = applydiff(conf, oconf);
9584 res = rollback(conf, oconf);
9586 res = rollback_recover(oconf);
9612 res = rollback(conf, oconf);
9614 res = rollback_recover(oconf);
9644 free_actions(oconf);
9651 if (oconf)
9652 free_actions(oconf);