Searched refs:noflush (Results 1 – 3 of 3) sorted by relevance
/external/iptables/iptables/ |
D | iptables-restore.c | 26 static int counters = 0, verbose = 0, noflush = 0, wait = 0; variable 234 noflush = 1; in iptables_restore_main() 320 if (noflush == 0) { in iptables_restore_main() 355 if (noflush && ops->is_chain(chain, handle)) { in iptables_restore_main()
|
D | ip6tables-restore.c | 29 static int counters = 0, verbose = 0, noflush = 0, wait = 0; variable 235 noflush = 1; in ip6tables_restore_main() 321 if (noflush == 0) { in ip6tables_restore_main() 356 if (noflush && ops->is_chain(chain, handle)) { in ip6tables_restore_main()
|
D | xtables-restore.c | 27 static int counters = 0, verbose = 0, noflush = 0; variable 269 if (noflush == 0) { in xtables_restore_parse() 491 noflush = 1; in xtables_restore_main()
|