From: Patrick McHardy Date: Wed, 3 Feb 2010 12:51:51 +0000 (+0100) Subject: netfilter: ctnetlink: support selective event delivery X-Git-Tag: v2.6.34-rc1~233^2~303^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cebe4b4163b6373c9d24c1a192939777bc27e55;p=pandora-kernel.git netfilter: ctnetlink: support selective event delivery Add two masks for conntrack end expectation events to struct nf_conntrack_ecache and use them to filter events. Their default value is "all events" when the event sysctl is on and "no events" when it is off. A following patch will add specific initializations. Expectation events depend on the ecache struct of their master conntrack. Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed