Lines Matching full:chain
15 <xsl:template match="iptables-rules/table/chain/rule/conditions/*">
25 <xsl:template match="iptables-rules/table/chain/rule/actions|table/chain/rule/conditions">
29 <xsl:template match="iptables-rules/table/chain/rule/actions/goto">
34 <xsl:template match="iptables-rules/table/chain/rule/actions/call">
40 <xsl:template match="iptables-rules/table/chain/rule/actions/*">
47 <xsl:template match="iptables-rules/table/chain/rule/actions/*/*|iptables-rules/table/chain/rule/actions/*//*|iptables-rules/table/chain/rule/conditions/*/*|iptables-rules/table/chain/rule/conditions/*//*">
58 <xsl:template match="iptables-rules/table/chain/rule/actions/call/*|iptables-rules/table/chain/rule/actions/goto/*">
70 <xsl:text>-A </xsl:text><!-- a rule must be under a chain -->
76 <xsl:template match="iptables-rules/table/chain/rule">
99 <!-- Loop through each chain and output the chain header -->
100 <xsl:for-each select="chain">
112 <!-- Loop through each chain and output the rules -->