diff options
Diffstat (limited to 'net/sctp/debug.c')
-rw-r--r-- | net/sctp/debug.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/sctp/debug.c b/net/sctp/debug.c index 291c97b07058..8f6c2e8c0953 100644 --- a/net/sctp/debug.c +++ b/net/sctp/debug.c | |||
@@ -81,6 +81,12 @@ const char *sctp_cname(const union sctp_subtype cid) | |||
81 | case SCTP_CID_RECONF: | 81 | case SCTP_CID_RECONF: |
82 | return "RECONF"; | 82 | return "RECONF"; |
83 | 83 | ||
84 | case SCTP_CID_I_DATA: | ||
85 | return "I_DATA"; | ||
86 | |||
87 | case SCTP_CID_I_FWD_TSN: | ||
88 | return "I_FWD_TSN"; | ||
89 | |||
84 | default: | 90 | default: |
85 | break; | 91 | break; |
86 | } | 92 | } |