kernel-ark/net/dccp
Gerrit Renker 3159afe0d2 [DCCP]: Remove duplicate test for CloseReq
This removes a redundant test for unexpected packet types. In dccp_rcv_state_process
it is tested twice whether a DCCP-server has received a CloseReq (Step 7):

 * first in the combined if-statement,
 * then in the call to dccp_rcv_closereq().

The latter is necesssary since dccp_rcv_closereq() is also called from
__dccp_rcv_established().

This patch removes the duplicate test.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-01-28 14:55:14 -08:00
..
ccids [TFRC]: Migrate TX history to singly-linked lis 2008-01-28 14:55:11 -08:00
ackvec.c [ACKVEC]: Reduce length of identifiers 2008-01-28 14:54:51 -08:00
ackvec.h [ACKVEC]: Reduce length of identifiers 2008-01-28 14:54:51 -08:00
ccid.c
ccid.h
dccp.h
diag.c
feat.c
feat.h
input.c [DCCP]: Remove duplicate test for CloseReq 2008-01-28 14:55:14 -08:00
ipv4.c
ipv6.c
ipv6.h
Kconfig
Makefile
minisocks.c
options.c
output.c [DCCP]: Use AF-independent rebuild_header routine 2008-01-28 14:55:12 -08:00
probe.c
proto.c [DCCP]: Integrate state transitions for passive-close 2008-01-28 14:55:13 -08:00
sysctl.c
timer.c