Lines Matching refs:oconf
9447 ipqos_conf_action_t *oconf) in rollback_recover() argument
9461 mark_config_new(oconf); in rollback_recover()
9466 res = applydiff(oconf, NULL); in rollback_recover()
9488 ipqos_conf_action_t *oconf = NULL; local
9525 res = readkconf(&oconf);
9540 for (oact = oconf; oact != NULL; oact = oact->next) {
9563 res = validconf(oconf, 0);
9570 res = diffconf(oconf, conf);
9584 res = applydiff(conf, oconf);
9591 res = rollback(conf, oconf);
9593 res = rollback_recover(oconf);
9619 res = rollback(conf, oconf);
9621 res = rollback_recover(oconf);
9651 free_actions(oconf);
9658 if (oconf)
9659 free_actions(oconf);