Vlad Yasevich | 60c778b | 2008-01-11 09:57:09 -0500 | [diff] [blame] | 1 | /* SCTP kernel implementation |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | * (C) Copyright IBM Corp. 2001, 2004 |
| 3 | * Copyright (c) 1999-2000 Cisco, Inc. |
| 4 | * Copyright (c) 1999-2001 Motorola, Inc. |
| 5 | * Copyright (c) 2001 Intel Corp. |
YOSHIFUJI Hideaki | d808ad9 | 2007-02-09 23:25:18 +0900 | [diff] [blame] | 6 | * |
Vlad Yasevich | 60c778b | 2008-01-11 09:57:09 -0500 | [diff] [blame] | 7 | * This file is part of the SCTP kernel implementation |
YOSHIFUJI Hideaki | d808ad9 | 2007-02-09 23:25:18 +0900 | [diff] [blame] | 8 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | * This file converts numerical ID value to alphabetical names for SCTP |
| 10 | * terms such as chunk type, parameter time, event type, etc. |
YOSHIFUJI Hideaki | d808ad9 | 2007-02-09 23:25:18 +0900 | [diff] [blame] | 11 | * |
Vlad Yasevich | 60c778b | 2008-01-11 09:57:09 -0500 | [diff] [blame] | 12 | * This SCTP implementation is free software; |
YOSHIFUJI Hideaki | d808ad9 | 2007-02-09 23:25:18 +0900 | [diff] [blame] | 13 | * you can redistribute it and/or modify it under the terms of |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 14 | * the GNU General Public License as published by |
| 15 | * the Free Software Foundation; either version 2, or (at your option) |
| 16 | * any later version. |
YOSHIFUJI Hideaki | d808ad9 | 2007-02-09 23:25:18 +0900 | [diff] [blame] | 17 | * |
Vlad Yasevich | 60c778b | 2008-01-11 09:57:09 -0500 | [diff] [blame] | 18 | * This SCTP implementation is distributed in the hope that it |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 19 | * will be useful, but WITHOUT ANY WARRANTY; without even the implied |
| 20 | * ************************ |
| 21 | * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
| 22 | * See the GNU General Public License for more details. |
YOSHIFUJI Hideaki | d808ad9 | 2007-02-09 23:25:18 +0900 | [diff] [blame] | 23 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 24 | * You should have received a copy of the GNU General Public License |
Jeff Kirsher | 4b2f13a | 2013-12-06 06:28:48 -0800 | [diff] [blame] | 25 | * along with GNU CC; see the file COPYING. If not, see |
| 26 | * <http://www.gnu.org/licenses/>. |
YOSHIFUJI Hideaki | d808ad9 | 2007-02-09 23:25:18 +0900 | [diff] [blame] | 27 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 28 | * Please send any bug reports or fixes you make to the |
| 29 | * email address(es): |
Daniel Borkmann | 91705c6 | 2013-07-23 14:51:47 +0200 | [diff] [blame] | 30 | * lksctp developers <linux-sctp@vger.kernel.org> |
YOSHIFUJI Hideaki | d808ad9 | 2007-02-09 23:25:18 +0900 | [diff] [blame] | 31 | * |
YOSHIFUJI Hideaki | d808ad9 | 2007-02-09 23:25:18 +0900 | [diff] [blame] | 32 | * Written or modified by: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 33 | * La Monte H.P. Yarroll <piggy@acm.org> |
| 34 | * Karl Knutson <karl@athena.chicago.il.us> |
| 35 | * Xingang Guo <xingang.guo@intel.com> |
| 36 | * Jon Grimm <jgrimm@us.ibm.com> |
| 37 | * Daisy Chang <daisyc@us.ibm.com> |
| 38 | * Sridhar Samudrala <sri@us.ibm.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 39 | */ |
| 40 | |
| 41 | #include <net/sctp/sctp.h> |
| 42 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 43 | /* These are printable forms of Chunk ID's from section 3.1. */ |
Jan Engelhardt | 36cbd3d | 2009-08-05 10:42:58 -0700 | [diff] [blame] | 44 | static const char *const sctp_cid_tbl[SCTP_NUM_BASE_CHUNK_TYPES] = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 45 | "DATA", |
| 46 | "INIT", |
| 47 | "INIT_ACK", |
| 48 | "SACK", |
| 49 | "HEARTBEAT", |
| 50 | "HEARTBEAT_ACK", |
| 51 | "ABORT", |
| 52 | "SHUTDOWN", |
| 53 | "SHUTDOWN_ACK", |
| 54 | "ERROR", |
| 55 | "COOKIE_ECHO", |
| 56 | "COOKIE_ACK", |
| 57 | "ECN_ECNE", |
| 58 | "ECN_CWR", |
| 59 | "SHUTDOWN_COMPLETE", |
| 60 | }; |
| 61 | |
| 62 | /* Lookup "chunk type" debug name. */ |
| 63 | const char *sctp_cname(const sctp_subtype_t cid) |
| 64 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 65 | if (cid.chunk <= SCTP_CID_BASE_MAX) |
| 66 | return sctp_cid_tbl[cid.chunk]; |
YOSHIFUJI Hideaki | d808ad9 | 2007-02-09 23:25:18 +0900 | [diff] [blame] | 67 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 68 | switch (cid.chunk) { |
| 69 | case SCTP_CID_ASCONF: |
| 70 | return "ASCONF"; |
| 71 | |
| 72 | case SCTP_CID_ASCONF_ACK: |
| 73 | return "ASCONF_ACK"; |
| 74 | |
| 75 | case SCTP_CID_FWD_TSN: |
| 76 | return "FWD_TSN"; |
| 77 | |
Wei Yongjun | 906f825 | 2009-03-02 09:46:10 +0000 | [diff] [blame] | 78 | case SCTP_CID_AUTH: |
| 79 | return "AUTH"; |
| 80 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 81 | default: |
Stephen Hemminger | 3ff50b7 | 2007-04-20 17:09:22 -0700 | [diff] [blame] | 82 | break; |
| 83 | } |
| 84 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 85 | return "unknown chunk"; |
| 86 | } |
| 87 | |
| 88 | /* These are printable forms of the states. */ |
Jan Engelhardt | 36cbd3d | 2009-08-05 10:42:58 -0700 | [diff] [blame] | 89 | const char *const sctp_state_tbl[SCTP_STATE_NUM_STATES] = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 90 | "STATE_CLOSED", |
| 91 | "STATE_COOKIE_WAIT", |
| 92 | "STATE_COOKIE_ECHOED", |
| 93 | "STATE_ESTABLISHED", |
| 94 | "STATE_SHUTDOWN_PENDING", |
| 95 | "STATE_SHUTDOWN_SENT", |
| 96 | "STATE_SHUTDOWN_RECEIVED", |
| 97 | "STATE_SHUTDOWN_ACK_SENT", |
| 98 | }; |
| 99 | |
| 100 | /* Events that could change the state of an association. */ |
Jan Engelhardt | 36cbd3d | 2009-08-05 10:42:58 -0700 | [diff] [blame] | 101 | const char *const sctp_evttype_tbl[] = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 102 | "EVENT_T_unknown", |
| 103 | "EVENT_T_CHUNK", |
| 104 | "EVENT_T_TIMEOUT", |
| 105 | "EVENT_T_OTHER", |
| 106 | "EVENT_T_PRIMITIVE" |
| 107 | }; |
| 108 | |
| 109 | /* Return value of a state function */ |
Jan Engelhardt | 36cbd3d | 2009-08-05 10:42:58 -0700 | [diff] [blame] | 110 | const char *const sctp_status_tbl[] = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 111 | "DISPOSITION_DISCARD", |
| 112 | "DISPOSITION_CONSUME", |
| 113 | "DISPOSITION_NOMEM", |
| 114 | "DISPOSITION_DELETE_TCB", |
| 115 | "DISPOSITION_ABORT", |
| 116 | "DISPOSITION_VIOLATION", |
| 117 | "DISPOSITION_NOT_IMPL", |
| 118 | "DISPOSITION_ERROR", |
| 119 | "DISPOSITION_BUG" |
| 120 | }; |
| 121 | |
| 122 | /* Printable forms of primitives */ |
Jan Engelhardt | 36cbd3d | 2009-08-05 10:42:58 -0700 | [diff] [blame] | 123 | static const char *const sctp_primitive_tbl[SCTP_NUM_PRIMITIVE_TYPES] = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 124 | "PRIMITIVE_ASSOCIATE", |
| 125 | "PRIMITIVE_SHUTDOWN", |
| 126 | "PRIMITIVE_ABORT", |
| 127 | "PRIMITIVE_SEND", |
| 128 | "PRIMITIVE_REQUESTHEARTBEAT", |
Wei Yongjun | 906f825 | 2009-03-02 09:46:10 +0000 | [diff] [blame] | 129 | "PRIMITIVE_ASCONF", |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 130 | }; |
| 131 | |
| 132 | /* Lookup primitive debug name. */ |
| 133 | const char *sctp_pname(const sctp_subtype_t id) |
| 134 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 135 | if (id.primitive <= SCTP_EVENT_PRIMITIVE_MAX) |
| 136 | return sctp_primitive_tbl[id.primitive]; |
| 137 | return "unknown_primitive"; |
| 138 | } |
| 139 | |
Jan Engelhardt | 36cbd3d | 2009-08-05 10:42:58 -0700 | [diff] [blame] | 140 | static const char *const sctp_other_tbl[] = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 141 | "NO_PENDING_TSN", |
YOSHIFUJI Hideaki | d808ad9 | 2007-02-09 23:25:18 +0900 | [diff] [blame] | 142 | "ICMP_PROTO_UNREACH", |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 143 | }; |
| 144 | |
| 145 | /* Lookup "other" debug name. */ |
| 146 | const char *sctp_oname(const sctp_subtype_t id) |
| 147 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 148 | if (id.other <= SCTP_EVENT_OTHER_MAX) |
| 149 | return sctp_other_tbl[id.other]; |
| 150 | return "unknown 'other' event"; |
| 151 | } |
| 152 | |
Jan Engelhardt | 36cbd3d | 2009-08-05 10:42:58 -0700 | [diff] [blame] | 153 | static const char *const sctp_timer_tbl[] = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 154 | "TIMEOUT_NONE", |
| 155 | "TIMEOUT_T1_COOKIE", |
| 156 | "TIMEOUT_T1_INIT", |
| 157 | "TIMEOUT_T2_SHUTDOWN", |
| 158 | "TIMEOUT_T3_RTX", |
| 159 | "TIMEOUT_T4_RTO", |
| 160 | "TIMEOUT_T5_SHUTDOWN_GUARD", |
| 161 | "TIMEOUT_HEARTBEAT", |
| 162 | "TIMEOUT_SACK", |
| 163 | "TIMEOUT_AUTOCLOSE", |
| 164 | }; |
| 165 | |
| 166 | /* Lookup timer debug name. */ |
| 167 | const char *sctp_tname(const sctp_subtype_t id) |
| 168 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 169 | if (id.timeout <= SCTP_EVENT_TIMEOUT_MAX) |
| 170 | return sctp_timer_tbl[id.timeout]; |
| 171 | return "unknown_timer"; |
| 172 | } |