commit | 9e41f26a505cca04b7122e65053cf6447007ea79 | [log] [tgz] |
---|---|---|
author | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | Thu Nov 10 12:05:34 2016 +0100 |
committer | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | Thu Nov 10 13:28:45 2016 +0100 |
tree | ac8cbb3c53a770b1b05dab0b84ca83602d440416 | |
parent | 702b71e7c666a1c9be9d49e8cd173f0d4d1e859f [diff] |
netfilter: ipset: Count non-static extension memory for userspace Non-static (i.e. comment) extension was not counted into the memory size. A new internal counter is introduced for this. In the case of the hash types the sizes of the arrays are counted there as well so that we can avoid to scan the whole set when just the header data is requested. Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>