From: Jan Engelhardt Date: Sun, 5 Jul 2009 16:26:37 +0000 (+0200) Subject: netfilter: xtables: combine struct xt_match_param and xt_target_param X-Git-Tag: v2.6.35-rc1~473^2~127^2~4^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de74c16996287250f0d947663127f80c6beebd3c;p=pandora-kernel.git netfilter: xtables: combine struct xt_match_param and xt_target_param The structures carried - besides match/target - almost the same data. It is possible to combine them, as extensions are evaluated serially, and so, the callers end up a little smaller. text data bss filename -15318 740 104 net/ipv4/netfilter/ip_tables.o +15286 740 104 net/ipv4/netfilter/ip_tables.o -15333 540 152 net/ipv6/netfilter/ip6_tables.o +15269 540 152 net/ipv6/netfilter/ip6_tables.o Signed-off-by: Jan Engelhardt --- Reading git-diff-tree failed