]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/dccp/ipv4.c
[DCCP]: Move the ack vector code to net/dccp/ackvec.[ch]
authorArnaldo Carvalho de Melo <acme@mandriva.com>
Sun, 18 Sep 2005 07:17:51 +0000 (00:17 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 18 Sep 2005 07:17:51 +0000 (00:17 -0700)
commitae31c3399d17b1f7bc1742724f70476b5417744f
treec34099afb228936672e6e589f0af7d81f1f62443
parent21f130a2370ba837cdfc5204ebe52e7c664fec3d
[DCCP]: Move the ack vector code to net/dccp/ackvec.[ch]

Isolating it, that will be used when we introduce a CCID2 (TCP-Like)
implementation.

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/dccp.h
net/dccp/Makefile
net/dccp/ackvec.c [new file with mode: 0644]
net/dccp/ackvec.h [new file with mode: 0644]
net/dccp/dccp.h
net/dccp/input.c
net/dccp/ipv4.c
net/dccp/minisocks.c
net/dccp/options.c
net/dccp/output.c