Searched defs:noflush (Results 1 - 2 of 2) sorted by relevance

/external/iptables/iptables/
H A Dip6tables-restore.c28 static int binary = 0, counters = 0, verbose = 0, noflush = 0; variable
37 {.name = "noflush", .has_arg = false, .val = 'n'},
53 " [ --noflush ]\n"
226 noflush = 1;
294 if (noflush == 0) {
329 if (noflush && ops->is_chain(chain, handle)) {
H A Diptables-restore.c25 static int binary = 0, counters = 0, verbose = 0, noflush = 0; variable
34 {.name = "noflush", .has_arg = false, .val = 'n'},
52 " [ --noflush ]\n"
226 noflush = 1;
294 if (noflush == 0) {
329 if (noflush && ops->is_chain(chain, handle)) {

Completed in 2258 milliseconds