Home
last modified time | relevance | path

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

/third_party/iptables/
Diptables.init78 NF_TABLES=$(cat "$PROC_IPTABLES_NAMES" 2>/dev/null)
86 [ -z "$NF_TABLES" ] && return 1
91 for i in $NF_TABLES; do
269 if [ -z "$NF_TABLES" ]; then
306 if [ ! -f "$VAR_SUBSYS_IPTABLES" -a -z "$NF_TABLES" ]; then
320 if [ -z "$NF_TABLES" ]; then
332 for table in $NF_TABLES; do