From: Patrick McHardy Date: Thu, 10 Oct 2013 09:41:20 +0000 (+0200) Subject: netfilter: nf_tables: expression ops overloading X-Git-Tag: v3.13-rc1~105^2~186^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef1f7df9170dbd875ce198ba84e6ab80f6fc139e;p=pandora-kernel.git netfilter: nf_tables: expression ops overloading Split the expression ops into two parts and support overloading of the runtime expression ops based on the requested function through a ->select_ops() callback. This can be used to provide optimized implementations, for instance for loading small aligned amounts of data from the packet or inlining frequently used operations into the main evaluation loop. Signed-off-by: Patrick McHardy Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed