New logging values.

This commit is contained in:
Randall Stewart 2008-04-14 14:33:07 +00:00
parent 45ccc1a635
commit 2a3eb019db
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178197

View File

@ -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_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 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'.