From: David S. Miller Date: Fri, 3 Apr 2015 20:23:58 +0000 (-0400) Subject: netfilter: Create and use nf_hook_state. X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~73^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfdfab314647b1755afedc33ab66f3f247e161ae;p=pandora-kernel.git netfilter: Create and use nf_hook_state. Instead of passing a large number of arguments down into the nf_hook() entry points, create a structure which carries this state down through the hook processing layers. This makes is so that if we want to change the types or signatures of any of these pieces of state, there are less places that need to be changed. Signed-off-by: David S. Miller --- Reading git-diff-tree failed