netfilter: xtables: replace XT_MATCH_ITERATE macro
authorJan Engelhardt <jengelh@medozas.de>
Wed, 24 Feb 2010 17:34:48 +0000 (18:34 +0100)
committerPatrick McHardy <kaber@trash.net>
Wed, 24 Feb 2010 17:34:48 +0000 (18:34 +0100)
commitdcea992aca82cb08b4674c4c783e325835408d1e
treeb3490bbbf49931f1405a7ebeb2f2f9d2b136cd9a
parent0559518b5b99c591226460c0bbf8e6a570c518a8
netfilter: xtables: replace XT_MATCH_ITERATE macro

The macro is replaced by a list.h-like foreach loop. This makes
the code more inspectable.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
include/linux/netfilter/x_tables.h
include/linux/netfilter_ipv4/ip_tables.h
include/linux/netfilter_ipv6/ip6_tables.h
net/ipv4/netfilter/ip_tables.c
net/ipv6/netfilter/ip6_tables.c
net/netfilter/xt_TCPMSS.c