From: Arnaldo Carvalho de Melo Date: Wed, 14 Dec 2005 07:24:16 +0000 (-0800) Subject: [DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6 X-Git-Tag: v2.6.16-rc1~474^2~22^2~9^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f21e68caa0ddffddf98a1e729e734a470957b6ec;p=pandora-kernel.git [DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6 Basically exports a similar set of functions as the one exported by the non-AF specific TCP code. In the process moved some non-AF specific code from dccp_v4_connect to dccp_connect_init and moved the checksum verification from dccp_invalid_packet to dccp_v4_rcv, so as to use it in dccp_v6_rcv too. Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- Reading git-diff-tree failed