[DCCP]: Simplify jump labels in dccp_v{4,6}_rcv
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Fri, 10 Nov 2006 13:46:34 +0000 (11:46 -0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:21:56 +0000 (21:21 -0800)
commitd23c7107bfbaac955289685c522c7ff99dad3780
tree9926a1d0275bd6cf7e05eb4bbceb03f1dabceacd
parent9b42078ed6edfe04e9dc9a59b946ad912aeef717
[DCCP]: Simplify jump labels in dccp_v{4,6}_rcv

This is a code simplification and was singled out from the
DCCPv6 Oops patch on
http://www.mail-archive.com/dccp@vger.kernel.org/msg00600.html

It mainly makes the code consistent between ipv{4,6}.c for the functions
        dccp_v4_rcv
        dccp_v6_rcv
and removes the do_time_wait label to simplify code somewhat.

Commiter note: fixed up a compile problem, trivial.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
net/dccp/ipv4.c
net/dccp/ipv6.c