Lines Matching refs:rmtree
80 static TAILQ_HEAD(_rmtree, remoteconf) rmtree, rmtree_save, rmtree_tmp; in TAILQ_HEAD()
134 TAILQ_FOREACH(p, &rmtree, chain) {
371 TAILQ_INSERT_HEAD(&rmtree, new, chain);
378 TAILQ_REMOVE(&rmtree, rmconf, chain);
386 for (p = TAILQ_FIRST(&rmtree); p; p = next) { in flushrmconf()
396 TAILQ_INIT(&rmtree); in initrmconf()
402 rmtree_save=rmtree; in save_rmconf()
409 rmtree_tmp=rmtree; in save_rmconf_flush()
410 rmtree=rmtree_save; in save_rmconf_flush()
413 rmtree=rmtree_tmp; in save_rmconf_flush()
485 RACOON_TAILQ_FOREACH_REVERSE(p, &rmtree, _rmtree, chain) { in foreachrmconf()