commit | 01026edef9062b7d26ace74a5b4a5a33a2399501 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Tue Apr 18 17:27:32 2017 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Wed Apr 19 17:55:17 2017 +0200 |
tree | bcd966eca90cfe9f482833b0b84ed701c6866dfd | |
parent | c6dd940b1f747bee62865e348d360f602057196e [diff] |
nefilter: eache: reduce struct size from 32 to 24 byte Only "cache" needs to use ulong (its used with set_bit()), missed can use u16. Also add build-time assertion to ensure event bits fit. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>