[NETFILTER]: ip_tables: ipt and ipt_compat checks unification
authorDmitry Mishin <dim@openvz.org>
Tue, 12 Dec 2006 08:29:26 +0000 (00:29 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 14 Dec 2006 00:48:22 +0000 (16:48 -0800)
commita96be24679198469df28976c809575423e70d843
tree7bbdc2c1933c2e791789e6203945b37b58f596b4
parent11078c371e2ecfce011d1dffb67888c6fed1b664
[NETFILTER]: ip_tables: ipt and ipt_compat checks unification

Matches and targets verification is duplicated in normal and compat processing
ways. This patch refactors code in order to remove this.

Signed-off-by: Dmitry Mishin <dim@openvz.org>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/netfilter/ip_tables.c