netfilter: nft_compat: prepare for indirect info storage
authorFlorian Westphal <fw@strlen.de>
Mon, 7 May 2018 13:22:35 +0000 (15:22 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 9 May 2018 08:07:02 +0000 (10:07 +0200)
commit8bdf164744b2c7f63561846c01cff3db597f282d
tree8b6fd45de50577c3feb7813ef97bf4f7f3ff640c
parent009240940e84c1c089af88b454f7e804a4c5bd1b
netfilter: nft_compat: prepare for indirect info storage

Next patch will make it possible for *info to be stored in
a separate allocation instead of the expr private area.

This removes the 'expr priv area is info blob' assumption
from the match init/destroy/eval functions.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nft_compat.c