From: Pablo Neira Ayuso Date: Sun, 5 Feb 2012 02:44:51 +0000 (+0100) Subject: netfilter: ctnetlink: allow to set expectfn for expectations X-Git-Tag: v3.4-rc1~177^2~120^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=544d5c7d9f4d1ec4f170bc5bcc522012cb7704bc;p=pandora-kernel.git netfilter: ctnetlink: allow to set expectfn for expectations This patch allows you to set expectfn which is specifically used by the NAT side of most of the existing conntrack helpers. I have added a symbol map that uses a string as key to look up for the function that is attached to the expectation object. This is the best solution I came out with to solve this issue. Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed