tcp: timestamp adjustment
[vpp.git] / src / vnet / sctp / sctp_error.def
index 1f6e275..b95b71a 100644 (file)
@@ -13,6 +13,8 @@
  * limitations under the License.
  */
 sctp_error (NONE, "no error")
+sctp_error (WRONG_WORKER, "Wrong worker thread")
+sctp_error (FILTERED, "Packets filtered")
 sctp_error (PKTS_SENT, "Packets sent")
 sctp_error (INVALID_CONNECTION, "Invalid connection")
 sctp_error (INVALID_TAG, "Invalid verification tag")
@@ -44,8 +46,7 @@ sctp_error (SHUTDOWN_COMPLETE_VIOLATION, "SHUTDOWN_COMPLETE chunk received in in
 sctp_error (FIFO_FULL, "Packets dropped for lack of rx fifo space") 
 sctp_error (PARTIALLY_ENQUEUED, "Packets partially pushed into rx fifo") 
 sctp_error (EVENT_FIFO_FULL, "Events not sent for lack of event fifo space") 
-sctp_error (UNKOWN_CHUNK, "Unrecognized / unknown chunk or chunk-state mismatch")
+sctp_error (UNKNOWN_CHUNK, "Unrecognized / unknown chunk or chunk-state mismatch")
 sctp_error (BUNDLING_VIOLATION, "Bundling not allowed")
 sctp_error (PUNT, "Packets punted")
-sctp_error (FILTERED, "Packets filtered")
-sctp_error (MAX_CONNECTIONS, "Reached max supported subconnection")
\ No newline at end of file
+sctp_error (MAX_CONNECTIONS, "Reached max supported subconnection")