commit | 14e1a977767e95ca48504975efff2bdf1b198ca0 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Fri Mar 07 14:37:12 2014 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Wed Mar 12 13:55:03 2014 +0100 |
tree | 62ed6b64a16d079df973ae1d9898bd76a68b8f20 | |
parent | 3bcc5fdf1b1a00be162159c420ea04e0adf709ec [diff] |
netfilter: connlimit: use kmem_cache for conn objects We might allocate thousands of these (one object per connection). Use distinct kmem cache to permit simplte tracking on how many objects are currently used by the connlimit match via the sysfs. Reviewed-by: Jesper Dangaard Brouer <brouer@redhat.com> Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>