netfilter: nf_tables: support variable sized data in nft_data_init()
authorPatrick McHardy <kaber@trash.net>
Sat, 11 Apr 2015 01:27:38 +0000 (02:27 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 13 Apr 2015 15:17:30 +0000 (17:17 +0200)
Add a size argument to nft_data_init() and pass in the available space.
This will be used by the following patches to support variable sized
set element data.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>

No differences found