Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.6.25-rc7 /net/sctp/sm_statetable.c

Filename:/net/sctp/sm_statetable.c
Lines Added:13
Lines Deleted:13
Also changed in: (Previous) 2.6.25-rc6  2.6.25-rc5  2.6.25-rc4  2.6.25-rc3  2.6.25-rc2  2.6.25-rc1 
(Following) 2.6.25-rc8  2.6.25-rc9  2.6.25  2.6.27-git2  2.6.27-git3  2.6.27-git4 

Location
[  2.6.25-rc7
  [  net
    [  sctp
       o  sm_statetable.c

Patch

diff --git a/net/sctp/sm_statetable.c b/net/sctp/sm_statetable.c
index a93a4bc..d991237 100644
--- a/net/sctp/sm_statetable.c
+++ b/net/sctp/sm_statetable.c
@@ -1,21 +1,21 @@
-/* SCTP kernel reference Implementation
+/* SCTP kernel implementation
  * (C) Copyright IBM Corp. 2001, 2004
  * Copyright (c) 1999-2000 Cisco, Inc.
  * Copyright (c) 1999-2001 Motorola, Inc.
  * Copyright (c) 2001 Intel Corp.
  * Copyright (c) 2001 Nokia, Inc.
  *
- * This file is part of the SCTP kernel reference Implementation
+ * This file is part of the SCTP kernel implementation
  *
  * These are the state tables for the SCTP state machine.
  *
- * The SCTP reference implementation is free software;
+ * This SCTP implementation is free software;
  * you can redistribute it and/or modify it under the terms of
  * the GNU General Public License as published by
  * the Free Software Foundation; either version 2, or (at your option)
  * any later version.
  *
- * The SCTP reference implementation is distributed in the hope that it
+ * This SCTP implementation is distributed in the hope that it
  * will be useful, but WITHOUT ANY WARRANTY; without even the implied
  *                 ************************
  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
@@ -457,11 +457,11 @@ static const sctp_sm_table_entry_t chunk_event_table[SCTP_NUM_BASE_CHUNK_TYPES][
    /* SCTP_STATE_ESTABLISHED */ \
    TYPE_SCTP_FUNC(sctp_sf_do_asconf), \
    /* SCTP_STATE_SHUTDOWN_PENDING */ \
-   TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \
+   TYPE_SCTP_FUNC(sctp_sf_do_asconf), \
    /* SCTP_STATE_SHUTDOWN_SENT */ \
-   TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \
+   TYPE_SCTP_FUNC(sctp_sf_do_asconf), \
    /* SCTP_STATE_SHUTDOWN_RECEIVED */ \
-   TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \
+   TYPE_SCTP_FUNC(sctp_sf_do_asconf), \
    /* SCTP_STATE_SHUTDOWN_ACK_SENT */ \
    TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \
 } /* TYPE_SCTP_ASCONF */
@@ -478,11 +478,11 @@ static const sctp_sm_table_entry_t chunk_event_table[SCTP_NUM_BASE_CHUNK_TYPES][
    /* SCTP_STATE_ESTABLISHED */ \
    TYPE_SCTP_FUNC(sctp_sf_do_asconf_ack), \
    /* SCTP_STATE_SHUTDOWN_PENDING */ \
-   TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \
+   TYPE_SCTP_FUNC(sctp_sf_do_asconf_ack), \
    /* SCTP_STATE_SHUTDOWN_SENT */ \
-   TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \
+   TYPE_SCTP_FUNC(sctp_sf_do_asconf_ack), \
    /* SCTP_STATE_SHUTDOWN_RECEIVED */ \
-   TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \
+   TYPE_SCTP_FUNC(sctp_sf_do_asconf_ack), \
    /* SCTP_STATE_SHUTDOWN_ACK_SENT */ \
    TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \
 } /* TYPE_SCTP_ASCONF_ACK */
@@ -691,11 +691,11 @@ chunk_event_table_unknown[SCTP_STATE_NUM_STATES] = {
    /* SCTP_STATE_ESTABLISHED */ \
    TYPE_SCTP_FUNC(sctp_sf_do_prm_asconf), \
    /* SCTP_STATE_SHUTDOWN_PENDING */ \
-   TYPE_SCTP_FUNC(sctp_sf_error_shutdown), \
+   TYPE_SCTP_FUNC(sctp_sf_do_prm_asconf), \
    /* SCTP_STATE_SHUTDOWN_SENT */ \
-   TYPE_SCTP_FUNC(sctp_sf_error_shutdown), \
+   TYPE_SCTP_FUNC(sctp_sf_do_prm_asconf), \
    /* SCTP_STATE_SHUTDOWN_RECEIVED */ \
-   TYPE_SCTP_FUNC(sctp_sf_error_shutdown), \
+   TYPE_SCTP_FUNC(sctp_sf_do_prm_asconf), \
    /* SCTP_STATE_SHUTDOWN_ACK_SENT */ \
    TYPE_SCTP_FUNC(sctp_sf_error_shutdown), \
 } /* TYPE_SCTP_PRIMITIVE_REQUESTHEARTBEAT */


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.