diff options
Diffstat (limited to 'include/net/sctp/command.h')
-rw-r--r-- | include/net/sctp/command.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/sctp/command.h b/include/net/sctp/command.h index 6640f84fe536..6d5beac29bc1 100644 --- a/include/net/sctp/command.h +++ b/include/net/sctp/command.h | |||
@@ -105,7 +105,6 @@ enum sctp_verb { | |||
105 | SCTP_CMD_T1_RETRAN, /* Mark for retransmission after T1 timeout */ | 105 | SCTP_CMD_T1_RETRAN, /* Mark for retransmission after T1 timeout */ |
106 | SCTP_CMD_UPDATE_INITTAG, /* Update peer inittag */ | 106 | SCTP_CMD_UPDATE_INITTAG, /* Update peer inittag */ |
107 | SCTP_CMD_SEND_MSG, /* Send the whole use message */ | 107 | SCTP_CMD_SEND_MSG, /* Send the whole use message */ |
108 | SCTP_CMD_SEND_NEXT_ASCONF, /* Send the next ASCONF after ACK */ | ||
109 | SCTP_CMD_PURGE_ASCONF_QUEUE, /* Purge all asconf queues.*/ | 108 | SCTP_CMD_PURGE_ASCONF_QUEUE, /* Purge all asconf queues.*/ |
110 | SCTP_CMD_SET_ASOC, /* Restore association context */ | 109 | SCTP_CMD_SET_ASOC, /* Restore association context */ |
111 | SCTP_CMD_LAST | 110 | SCTP_CMD_LAST |