From: Florian Westphal Date: Tue, 14 Jul 2015 15:51:07 +0000 (+0200) Subject: netfilter: move tee_active to core X-Git-Tag: omap-for-v4.3/fixes-rc1~110^2~228^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7c8899f3e6f2830136cf6e115c4a55ce7a3920a;p=pandora-kernel.git netfilter: move tee_active to core This prepares for a TEE like expression in nftables. We want to ensure only one duplicate is sent, so both will use the same percpu variable to detect duplication. The other use case is detection of recursive call to xtables, but since we don't want dependency from nft to xtables core its put into core.c instead of the x_tables core. Signed-off-by: Florian Westphal Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed