]> git.baikalelectronics.ru Git - kernel.git/commit
[DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6
authorArnaldo Carvalho de Melo <acme@mandriva.com>
Wed, 14 Dec 2005 07:24:16 +0000 (23:24 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Tue, 3 Jan 2006 21:10:50 +0000 (13:10 -0800)
commit3d08a3e7e18623248666fe95d9e87b00402eb77d
tree52b372d10cbacd066867ba1c918f48b9fdaad950
parent0d329ffd18d5cc49d8f1f05063e37c9fb4b69577
[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 <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/dccp.h
net/dccp/input.c
net/dccp/ipv4.c
net/dccp/minisocks.c
net/dccp/output.c
net/dccp/proto.c