Home
last modified time | relevance | path

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

/external/iptables/iptables/
Diptables-xml.c97 #define maxChains 10240 /* max chains per table */ macro
98 static struct chain chains[maxChains];
293 if (nextChain >= maxChains) { in saveChain()