From: Yasuyuki Kozakai Date: Sun, 15 Jul 2007 03:44:50 +0000 (-0700) Subject: [NETFILTER]: nf_conntrack: make l3proto->prepare() generic and renames it X-Git-Tag: v2.6.23-rc1~1054^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffc30690480bdd337e4914302b926d24870b56b2;p=pandora-kernel.git [NETFILTER]: nf_conntrack: make l3proto->prepare() generic and renames it The icmp[v6] l4proto modules parse headers in ICMP[v6] error to get tuple. But they have to find the offset to transport protocol header before that. Their processings are almost same as prepare() of l3proto modules. This makes prepare() more generic to simplify icmp[v6] l4proto module later. Signed-off-by: Yasuyuki Kozakai Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed