Searched refs:noflush (Results 1 – 12 of 12) sorted by relevance
134 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() local325 noflush = true; in xtables_restore_main()387 h.noflush = noflush; in xtables_restore_main()429 bool noflush = false; in xtables_eb_restore_main() local437 noflush = 1; in xtables_eb_restore_main()448 h.noflush = noflush; in xtables_eb_restore_main()
23 static int counters, verbose, noflush, wait; variable132 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()
106 bool noflush; member
2725 if (!h->noflush) in nft_refresh_transaction()
63 $XT_MULTI iptables-restore --noflush -w <<< "$RS1" &64 $XT_MULTI iptables-restore --noflush -w <<< "$RS2" &
33 $XT_MULTI iptables-restore --noflush <<EOF85 $XT_MULTI iptables-restore --noflush <<EOF113 $XT_MULTI iptables-restore --noflush <<EOF
6 $XT_MULTI iptables-restore --noflush <<EOF
5 cat <<EOF | $XT_MULTI iptables-restore --noflush
75 diff -u -Z <(echo -ne "$EXPECT") <($XT_MULTI $ipt -v --noflush <<< "$DUMP")
6 coproc $XT_MULTI iptables-restore --noflush
11 $XT_MULTI iptables-restore --noflush <<EOF
124 class noflush: class130 self.assertRaises(RuntimeError, print, 1, file=noflush(), flush=True)