commit | 72b1e5e4cac72efa6b739b47e41f53e4520b4194 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Thu Jul 23 16:21:30 2015 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Jul 30 13:37:42 2015 +0200 |
tree | bb0bc144905b1e5f83ffae53de5590f07283af9f | |
parent | d7ee3519042798be6224e97f259ed47a63da4620 [diff] |
netfilter: bridge: reduce nf_bridge_info to 32 bytes again We can use union for most of the temporary cruft (original ipv4/ipv6 address, source mac, physoutdev) since they're used during different stages of br netfilter traversal. Also get rid of the last two ->mask users. Shrinks struct from 48 to 32 on 64bit arch. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>