From: Patrick McHardy Date: Sat, 29 Mar 2014 10:43:02 +0000 (+0000) Subject: netfilter: nft_meta: split nft_meta_init() into two functions for get/set X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~176^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2caa696addd70e686a05b3360c40cb40b106286;p=pandora-kernel.git netfilter: nft_meta: split nft_meta_init() into two functions for get/set For value spanning multiple registers, we need to validate the length of data loads. In order to add this to nft_meta, we need the length from key validation. Split the nft_meta_init() function into two functions for the get and set operations as preparation for that. Signed-off-by: Patrick McHardy Signed-off-by: Pablo Neira Ayuso Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed