]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
netfilter: nf_tables: pass set description to ->privsize
authorPablo Neira Ayuso <pablo@netfilter.org>
Mon, 22 May 2017 16:47:54 +0000 (17:47 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 29 May 2017 10:46:18 +0000 (12:46 +0200)
commit347b408d59e7eadcd09f97eba96fa4c270eb3b23
tree353c72eb5a23e384880154db4019d1f40068ecfd
parent2b664957c27fe708035b217c908edd1048be355e
netfilter: nf_tables: pass set description to ->privsize

The new non-resizable hashtable variant needs this to calculate the
size of the bucket array.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/net/netfilter/nf_tables.h
net/netfilter/nf_tables_api.c
net/netfilter/nft_set_bitmap.c
net/netfilter/nft_set_hash.c
net/netfilter/nft_set_rbtree.c