Jan Engelhardt de74c16996 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 <jengelh@medozas.de>
2010-05-11 18:23:43 +02:00
..
2010-02-22 16:20:22 -08:00
2010-02-22 16:20:22 -08:00
2010-04-13 01:41:33 -07:00
2009-10-07 14:50:30 -07:00
2010-04-03 15:09:04 -07:00
2009-09-14 17:03:05 -07:00
2010-01-17 19:16:02 -08:00