Home
last modified time | relevance | path

Searched refs:noflush (Results 1 – 12 of 12) sorted by relevance

/external/iptables/iptables/
Dxtables-restore.c134 if (h->noflush == 0) { in xtables_restore_parse_line()
262 if (!verbose && !h->noflush) in xtables_restore_parse()
289 bool noflush = false; in xtables_restore_main() local
325 noflush = true; in xtables_restore_main()
387 h.noflush = noflush; in xtables_restore_main()
429 bool noflush = false; in xtables_eb_restore_main() local
437 noflush = 1; in xtables_eb_restore_main()
448 h.noflush = noflush; in xtables_eb_restore_main()
Diptables-restore.c23 static int counters, verbose, noflush, wait; variable
132 noflush = 1; in ip46tables_restore_main()
232 if (noflush == 0) { in ip46tables_restore_main()
265 if (noflush && cb->ops->is_chain(chain, handle)) { in ip46tables_restore_main()
Dnft.h106 bool noflush; member
Dnft.c2725 if (!h->noflush) in nft_refresh_transaction()
/external/iptables/iptables/tests/shell/testcases/ipt-restore/
D0016-concurrent-restores_063 $XT_MULTI iptables-restore --noflush -w <<< "$RS1" &
64 $XT_MULTI iptables-restore --noflush -w <<< "$RS2" &
D0003-restore-ordering_033 $XT_MULTI iptables-restore --noflush <<EOF
85 $XT_MULTI iptables-restore --noflush <<EOF
113 $XT_MULTI iptables-restore --noflush <<EOF
D0010-noflush-new-chain_06 $XT_MULTI iptables-restore --noflush <<EOF
D0011-noflush-empty-line_05 cat <<EOF | $XT_MULTI iptables-restore --noflush
D0014-verbose-restore_075 diff -u -Z <(echo -ne "$EXPECT") <($XT_MULTI $ipt -v --noflush <<< "$DUMP")
/external/iptables/iptables/tests/shell/testcases/nft-only/
D0007-mid-restore-flush_06 coproc $XT_MULTI iptables-restore --noflush
D0008-basechain-policy_011 $XT_MULTI iptables-restore --noflush <<EOF
/external/python/cpython3/Lib/test/
Dtest_print.py124 class noflush: class
130 self.assertRaises(RuntimeError, print, 1, file=noflush(), flush=True)