netfilter: nf_tables: Add new attributes into nft_set to store user data.
authorCarlos Falgueras García <carlosfg@riseup.net>
Tue, 5 Jan 2016 13:03:32 +0000 (14:03 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 8 Jan 2016 12:25:08 +0000 (13:25 +0100)
commite6d8ecac9e68265aee9be711c5bd29406129666f
treea1e8d8a2c5bf0bc7b3c5bb89bbb9ac2e4305ece2
parenteb075954e9fde114f57adc39a9ea6d379c13f81e
netfilter: nf_tables: Add new attributes into nft_set to store user data.

User data is stored at after 'nft_set_ops' private data into 'data[]'
flexible array. The field 'udata' points to user data and 'udlen' stores
its length.

Add new flag NFTA_SET_USERDATA.

Signed-off-by: Carlos Falgueras García <carlosfg@riseup.net>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/net/netfilter/nf_tables.h
include/uapi/linux/netfilter/nf_tables.h
net/netfilter/nf_tables_api.c