summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_constants.h
diff options
context:
space:
mode:
authorrrs <rrs@FreeBSD.org>2008-04-14 14:33:07 +0000
committerrrs <rrs@FreeBSD.org>2008-04-14 14:33:07 +0000
commit9c304e72685d3cc9c2bd5ca712bb4be9dfef26eb (patch)
tree4c0dc68d50a7cee7cbc86a4ee585cca7fdaff30a /sys/netinet/sctp_constants.h
parentfd40fbdac8db0c6170fb2eac5482bad89d544eb2 (diff)
downloadFreeBSD-src-9c304e72685d3cc9c2bd5ca712bb4be9dfef26eb.zip
FreeBSD-src-9c304e72685d3cc9c2bd5ca712bb4be9dfef26eb.tar.gz
New logging values.
Diffstat (limited to 'sys/netinet/sctp_constants.h')
-rw-r--r--sys/netinet/sctp_constants.h59
1 files changed, 30 insertions, 29 deletions
diff --git a/sys/netinet/sctp_constants.h b/sys/netinet/sctp_constants.h
index 6f2fd61..268ff68 100644
--- a/sys/netinet/sctp_constants.h
+++ b/sys/netinet/sctp_constants.h
@@ -190,35 +190,36 @@ __FBSDID("$FreeBSD$");
#define SCTP_MBUF_IALLOC 91
#define SCTP_MBUF_IFREE 92
#define SCTP_MBUF_ICOPY 93
-#define SCTP_SORCV_FREECTL 94
-#define SCTP_SORCV_DOESCPY 95
-#define SCTP_SORCV_DOESLCK 96
-#define SCTP_SORCV_DOESADJ 97
-#define SCTP_SORCV_BOTWHILE 98
-#define SCTP_SORCV_PASSBF 99
-#define SCTP_SORCV_ADJD 100
-#define SCTP_UNKNOWN_MAX 101
-#define SCTP_RANDY_STUFF 102
-#define SCTP_RANDY_STUFF1 103
-#define SCTP_STRMOUT_LOG_ASSIGN 104
-#define SCTP_STRMOUT_LOG_SEND 105
-#define SCTP_FLIGHT_LOG_DOWN_CA 106
-#define SCTP_FLIGHT_LOG_UP 107
-#define SCTP_FLIGHT_LOG_DOWN_GAP 108
-#define SCTP_FLIGHT_LOG_DOWN_RSND 109
-#define SCTP_FLIGHT_LOG_UP_RSND 110
-#define SCTP_FLIGHT_LOG_DOWN_RSND_TO 111
-#define SCTP_FLIGHT_LOG_DOWN_WP 112
-#define SCTP_FLIGHT_LOG_UP_REVOKE 113
-#define SCTP_FLIGHT_LOG_DOWN_PDRP 114
-#define SCTP_FLIGHT_LOG_DOWN_PMTU 115
-#define SCTP_SACK_LOG_NORMAL 116
-#define SCTP_SACK_LOG_EXPRESS 117
-#define SCTP_MAP_TSN_ENTERS 118
-#define SCTP_THRESHOLD_CLEAR 119
-#define SCTP_THRESHOLD_INCR 120
-
-#define SCTP_LOG_MAX_TYPES 121
+#define SCTP_MBUF_SPLIT 94
+#define SCTP_SORCV_FREECTL 95
+#define SCTP_SORCV_DOESCPY 96
+#define SCTP_SORCV_DOESLCK 97
+#define SCTP_SORCV_DOESADJ 98
+#define SCTP_SORCV_BOTWHILE 99
+#define SCTP_SORCV_PASSBF 100
+#define SCTP_SORCV_ADJD 101
+#define SCTP_UNKNOWN_MAX 102
+#define SCTP_RANDY_STUFF 103
+#define SCTP_RANDY_STUFF1 104
+#define SCTP_STRMOUT_LOG_ASSIGN 105
+#define SCTP_STRMOUT_LOG_SEND 106
+#define SCTP_FLIGHT_LOG_DOWN_CA 107
+#define SCTP_FLIGHT_LOG_UP 108
+#define SCTP_FLIGHT_LOG_DOWN_GAP 109
+#define SCTP_FLIGHT_LOG_DOWN_RSND 110
+#define SCTP_FLIGHT_LOG_UP_RSND 111
+#define SCTP_FLIGHT_LOG_DOWN_RSND_TO 112
+#define SCTP_FLIGHT_LOG_DOWN_WP 113
+#define SCTP_FLIGHT_LOG_UP_REVOKE 114
+#define SCTP_FLIGHT_LOG_DOWN_PDRP 115
+#define SCTP_FLIGHT_LOG_DOWN_PMTU 116
+#define SCTP_SACK_LOG_NORMAL 117
+#define SCTP_SACK_LOG_EXPRESS 118
+#define SCTP_MAP_TSN_ENTERS 119
+#define SCTP_THRESHOLD_CLEAR 120
+#define SCTP_THRESHOLD_INCR 121
+
+#define SCTP_LOG_MAX_TYPES 122
/*
* To turn on various logging, you must first enable 'options KTR' and
* you might want to bump the entires 'options KTR_ENTRIES=80000'.
OpenPOWER on IntegriCloud