diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2009-07-05 16:26:37 (GMT) |
---|---|---|
committer | Jan Engelhardt <jengelh@medozas.de> | 2010-05-11 16:23:43 (GMT) |
commit | de74c16996287250f0d947663127f80c6beebd3c (patch) | |
tree | c7e77e254c5812c8561516dd668eaec732a89a0d /net/ax25 | |
parent | ef53d702c3614fb919e8a8291033e3dbccfd1aea (diff) | |
download | linux-de74c16996287250f0d947663127f80c6beebd3c.tar.xz |
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>
Diffstat (limited to 'net/ax25')
0 files changed, 0 insertions, 0 deletions