Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 1 | /**************************************************************************** |
| 2 | **************************************************************************** |
| 3 | *** |
| 4 | *** This header was automatically generated from a Linux kernel header |
| 5 | *** of the same name, to make information necessary for userspace to |
| 6 | *** call into the kernel available to libc. It contains only constants, |
| 7 | *** structures, and macros generated from the original header, and thus, |
| 8 | *** contains no copyrightable information. |
| 9 | *** |
| 10 | *** To edit the content of this header, modify the corresponding |
| 11 | *** source file (e.g. under external/kernel-headers/original/) then |
| 12 | *** run bionic/libc/kernel/tools/update_all.py |
| 13 | *** |
| 14 | *** Any manual change here will be lost the next time this script will |
| 15 | *** be run. You've been warned! |
| 16 | *** |
| 17 | **************************************************************************** |
| 18 | ****************************************************************************/ |
| 19 | #ifndef _UAPI_SCTP_H |
| 20 | #define _UAPI_SCTP_H |
| 21 | #include <linux/types.h> |
| 22 | #include <linux/socket.h> |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 23 | typedef __s32 sctp_assoc_t; |
Christopher Ferris | 24f97eb | 2019-05-20 12:58:13 -0700 | [diff] [blame] | 24 | #define SCTP_FUTURE_ASSOC 0 |
| 25 | #define SCTP_CURRENT_ASSOC 1 |
| 26 | #define SCTP_ALL_ASSOC 2 |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 27 | #define SCTP_RTOINFO 0 |
| 28 | #define SCTP_ASSOCINFO 1 |
| 29 | #define SCTP_INITMSG 2 |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 30 | #define SCTP_NODELAY 3 |
| 31 | #define SCTP_AUTOCLOSE 4 |
| 32 | #define SCTP_SET_PEER_PRIMARY_ADDR 5 |
| 33 | #define SCTP_PRIMARY_ADDR 6 |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 34 | #define SCTP_ADAPTATION_LAYER 7 |
| 35 | #define SCTP_DISABLE_FRAGMENTS 8 |
| 36 | #define SCTP_PEER_ADDR_PARAMS 9 |
| 37 | #define SCTP_DEFAULT_SEND_PARAM 10 |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 38 | #define SCTP_EVENTS 11 |
| 39 | #define SCTP_I_WANT_MAPPED_V4_ADDR 12 |
| 40 | #define SCTP_MAXSEG 13 |
| 41 | #define SCTP_STATUS 14 |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 42 | #define SCTP_GET_PEER_ADDR_INFO 15 |
| 43 | #define SCTP_DELAYED_ACK_TIME 16 |
| 44 | #define SCTP_DELAYED_ACK SCTP_DELAYED_ACK_TIME |
| 45 | #define SCTP_DELAYED_SACK SCTP_DELAYED_ACK_TIME |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 46 | #define SCTP_CONTEXT 17 |
| 47 | #define SCTP_FRAGMENT_INTERLEAVE 18 |
| 48 | #define SCTP_PARTIAL_DELIVERY_POINT 19 |
| 49 | #define SCTP_MAX_BURST 20 |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 50 | #define SCTP_AUTH_CHUNK 21 |
| 51 | #define SCTP_HMAC_IDENT 22 |
| 52 | #define SCTP_AUTH_KEY 23 |
| 53 | #define SCTP_AUTH_ACTIVE_KEY 24 |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 54 | #define SCTP_AUTH_DELETE_KEY 25 |
| 55 | #define SCTP_PEER_AUTH_CHUNKS 26 |
| 56 | #define SCTP_LOCAL_AUTH_CHUNKS 27 |
| 57 | #define SCTP_GET_ASSOC_NUMBER 28 |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 58 | #define SCTP_GET_ASSOC_ID_LIST 29 |
| 59 | #define SCTP_AUTO_ASCONF 30 |
| 60 | #define SCTP_PEER_ADDR_THLDS 31 |
Christopher Ferris | 82d7504 | 2015-01-26 10:57:07 -0800 | [diff] [blame] | 61 | #define SCTP_RECVRCVINFO 32 |
Christopher Ferris | 82d7504 | 2015-01-26 10:57:07 -0800 | [diff] [blame] | 62 | #define SCTP_RECVNXTINFO 33 |
| 63 | #define SCTP_DEFAULT_SNDINFO 34 |
Christopher Ferris | 76a1d45 | 2018-06-27 14:12:29 -0700 | [diff] [blame] | 64 | #define SCTP_AUTH_DEACTIVATE_KEY 35 |
Christopher Ferris | 9ce2884 | 2018-10-25 12:11:39 -0700 | [diff] [blame] | 65 | #define SCTP_REUSE_PORT 36 |
Christopher Ferris | d32ca14 | 2020-02-04 16:16:51 -0800 | [diff] [blame] | 66 | #define SCTP_PEER_ADDR_THLDS_V2 37 |
Christopher Ferris | 82d7504 | 2015-01-26 10:57:07 -0800 | [diff] [blame] | 67 | #define SCTP_SOCKOPT_BINDX_ADD 100 |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 68 | #define SCTP_SOCKOPT_BINDX_REM 101 |
| 69 | #define SCTP_SOCKOPT_PEELOFF 102 |
| 70 | #define SCTP_SOCKOPT_CONNECTX_OLD 107 |
| 71 | #define SCTP_GET_PEER_ADDRS 108 |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 72 | #define SCTP_GET_LOCAL_ADDRS 109 |
| 73 | #define SCTP_SOCKOPT_CONNECTX 110 |
| 74 | #define SCTP_SOCKOPT_CONNECTX3 111 |
| 75 | #define SCTP_GET_ASSOC_STATS 112 |
Christopher Ferris | 49f525c | 2016-12-12 14:55:36 -0800 | [diff] [blame] | 76 | #define SCTP_PR_SUPPORTED 113 |
Christopher Ferris | 49f525c | 2016-12-12 14:55:36 -0800 | [diff] [blame] | 77 | #define SCTP_DEFAULT_PRINFO 114 |
| 78 | #define SCTP_PR_ASSOC_STATUS 115 |
Christopher Ferris | 525ce91 | 2017-07-26 13:12:53 -0700 | [diff] [blame] | 79 | #define SCTP_PR_STREAM_STATUS 116 |
| 80 | #define SCTP_RECONFIG_SUPPORTED 117 |
| 81 | #define SCTP_ENABLE_STREAM_RESET 118 |
| 82 | #define SCTP_RESET_STREAMS 119 |
| 83 | #define SCTP_RESET_ASSOC 120 |
| 84 | #define SCTP_ADD_STREAMS 121 |
Christopher Ferris | 1308ad3 | 2017-11-14 17:32:13 -0800 | [diff] [blame] | 85 | #define SCTP_SOCKOPT_PEELOFF_FLAGS 122 |
Christopher Ferris | 934ec94 | 2018-01-31 15:29:16 -0800 | [diff] [blame] | 86 | #define SCTP_STREAM_SCHEDULER 123 |
| 87 | #define SCTP_STREAM_SCHEDULER_VALUE 124 |
Christopher Ferris | 76a1d45 | 2018-06-27 14:12:29 -0700 | [diff] [blame] | 88 | #define SCTP_INTERLEAVING_SUPPORTED 125 |
| 89 | #define SCTP_SENDMSG_CONNECT 126 |
Christopher Ferris | d842e43 | 2019-03-07 10:21:59 -0800 | [diff] [blame] | 90 | #define SCTP_EVENT 127 |
Christopher Ferris | 9584fa4 | 2019-12-09 15:36:13 -0800 | [diff] [blame] | 91 | #define SCTP_ASCONF_SUPPORTED 128 |
| 92 | #define SCTP_AUTH_SUPPORTED 129 |
| 93 | #define SCTP_ECN_SUPPORTED 130 |
Christopher Ferris | d32ca14 | 2020-02-04 16:16:51 -0800 | [diff] [blame] | 94 | #define SCTP_EXPOSE_POTENTIALLY_FAILED_STATE 131 |
| 95 | #define SCTP_EXPOSE_PF_STATE SCTP_EXPOSE_POTENTIALLY_FAILED_STATE |
Christopher Ferris | 49f525c | 2016-12-12 14:55:36 -0800 | [diff] [blame] | 96 | #define SCTP_PR_SCTP_NONE 0x0000 |
| 97 | #define SCTP_PR_SCTP_TTL 0x0010 |
Christopher Ferris | 49f525c | 2016-12-12 14:55:36 -0800 | [diff] [blame] | 98 | #define SCTP_PR_SCTP_RTX 0x0020 |
| 99 | #define SCTP_PR_SCTP_PRIO 0x0030 |
| 100 | #define SCTP_PR_SCTP_MAX SCTP_PR_SCTP_PRIO |
| 101 | #define SCTP_PR_SCTP_MASK 0x0030 |
Christopher Ferris | 49f525c | 2016-12-12 14:55:36 -0800 | [diff] [blame] | 102 | #define __SCTP_PR_INDEX(x) ((x >> 4) - 1) |
| 103 | #define SCTP_PR_INDEX(x) __SCTP_PR_INDEX(SCTP_PR_SCTP_ ##x) |
| 104 | #define SCTP_PR_POLICY(x) ((x) & SCTP_PR_SCTP_MASK) |
| 105 | #define SCTP_PR_SET_POLICY(flags,x) do { flags &= ~SCTP_PR_SCTP_MASK; flags |= x; } while(0) |
Christopher Ferris | 49f525c | 2016-12-12 14:55:36 -0800 | [diff] [blame] | 106 | #define SCTP_PR_TTL_ENABLED(x) (SCTP_PR_POLICY(x) == SCTP_PR_SCTP_TTL) |
| 107 | #define SCTP_PR_RTX_ENABLED(x) (SCTP_PR_POLICY(x) == SCTP_PR_SCTP_RTX) |
| 108 | #define SCTP_PR_PRIO_ENABLED(x) (SCTP_PR_POLICY(x) == SCTP_PR_SCTP_PRIO) |
Christopher Ferris | 525ce91 | 2017-07-26 13:12:53 -0700 | [diff] [blame] | 109 | #define SCTP_ENABLE_RESET_STREAM_REQ 0x01 |
| 110 | #define SCTP_ENABLE_RESET_ASSOC_REQ 0x02 |
| 111 | #define SCTP_ENABLE_CHANGE_ASSOC_REQ 0x04 |
| 112 | #define SCTP_ENABLE_STRRESET_MASK 0x07 |
| 113 | #define SCTP_STREAM_RESET_INCOMING 0x01 |
| 114 | #define SCTP_STREAM_RESET_OUTGOING 0x02 |
Christopher Ferris | 82d7504 | 2015-01-26 10:57:07 -0800 | [diff] [blame] | 115 | enum sctp_msg_flags { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 116 | MSG_NOTIFICATION = 0x8000, |
Christopher Ferris | 82d7504 | 2015-01-26 10:57:07 -0800 | [diff] [blame] | 117 | #define MSG_NOTIFICATION MSG_NOTIFICATION |
| 118 | }; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 119 | struct sctp_initmsg { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 120 | __u16 sinit_num_ostreams; |
| 121 | __u16 sinit_max_instreams; |
| 122 | __u16 sinit_max_attempts; |
| 123 | __u16 sinit_max_init_timeo; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 124 | }; |
| 125 | struct sctp_sndrcvinfo { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 126 | __u16 sinfo_stream; |
| 127 | __u16 sinfo_ssn; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 128 | __u16 sinfo_flags; |
| 129 | __u32 sinfo_ppid; |
| 130 | __u32 sinfo_context; |
| 131 | __u32 sinfo_timetolive; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 132 | __u32 sinfo_tsn; |
| 133 | __u32 sinfo_cumtsn; |
| 134 | sctp_assoc_t sinfo_assoc_id; |
Christopher Ferris | 82d7504 | 2015-01-26 10:57:07 -0800 | [diff] [blame] | 135 | }; |
Christopher Ferris | 82d7504 | 2015-01-26 10:57:07 -0800 | [diff] [blame] | 136 | struct sctp_sndinfo { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 137 | __u16 snd_sid; |
| 138 | __u16 snd_flags; |
| 139 | __u32 snd_ppid; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 140 | __u32 snd_context; |
| 141 | sctp_assoc_t snd_assoc_id; |
Christopher Ferris | 82d7504 | 2015-01-26 10:57:07 -0800 | [diff] [blame] | 142 | }; |
| 143 | struct sctp_rcvinfo { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 144 | __u16 rcv_sid; |
| 145 | __u16 rcv_ssn; |
| 146 | __u16 rcv_flags; |
| 147 | __u32 rcv_ppid; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 148 | __u32 rcv_tsn; |
| 149 | __u32 rcv_cumtsn; |
| 150 | __u32 rcv_context; |
| 151 | sctp_assoc_t rcv_assoc_id; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 152 | }; |
Christopher Ferris | 82d7504 | 2015-01-26 10:57:07 -0800 | [diff] [blame] | 153 | struct sctp_nxtinfo { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 154 | __u16 nxt_sid; |
| 155 | __u16 nxt_flags; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 156 | __u32 nxt_ppid; |
| 157 | __u32 nxt_length; |
| 158 | sctp_assoc_t nxt_assoc_id; |
Christopher Ferris | 82d7504 | 2015-01-26 10:57:07 -0800 | [diff] [blame] | 159 | }; |
Christopher Ferris | 76a1d45 | 2018-06-27 14:12:29 -0700 | [diff] [blame] | 160 | struct sctp_prinfo { |
| 161 | __u16 pr_policy; |
| 162 | __u32 pr_value; |
| 163 | }; |
| 164 | struct sctp_authinfo { |
| 165 | __u16 auth_keynumber; |
| 166 | }; |
Christopher Ferris | 82d7504 | 2015-01-26 10:57:07 -0800 | [diff] [blame] | 167 | enum sctp_sinfo_flags { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 168 | SCTP_UNORDERED = (1 << 0), |
| 169 | SCTP_ADDR_OVER = (1 << 1), |
| 170 | SCTP_ABORT = (1 << 2), |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 171 | SCTP_SACK_IMMEDIATELY = (1 << 3), |
Christopher Ferris | 76a1d45 | 2018-06-27 14:12:29 -0700 | [diff] [blame] | 172 | SCTP_SENDALL = (1 << 6), |
Christopher Ferris | 9ce2884 | 2018-10-25 12:11:39 -0700 | [diff] [blame] | 173 | SCTP_PR_SCTP_ALL = (1 << 7), |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 174 | SCTP_NOTIFICATION = MSG_NOTIFICATION, |
| 175 | SCTP_EOF = MSG_FIN, |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 176 | }; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 177 | typedef union { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 178 | __u8 raw; |
| 179 | struct sctp_initmsg init; |
| 180 | struct sctp_sndrcvinfo sndrcv; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 181 | } sctp_cmsg_data_t; |
| 182 | typedef enum sctp_cmsg_type { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 183 | SCTP_INIT, |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 184 | #define SCTP_INIT SCTP_INIT |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 185 | SCTP_SNDRCV, |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 186 | #define SCTP_SNDRCV SCTP_SNDRCV |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 187 | SCTP_SNDINFO, |
Christopher Ferris | 82d7504 | 2015-01-26 10:57:07 -0800 | [diff] [blame] | 188 | #define SCTP_SNDINFO SCTP_SNDINFO |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 189 | SCTP_RCVINFO, |
Christopher Ferris | 82d7504 | 2015-01-26 10:57:07 -0800 | [diff] [blame] | 190 | #define SCTP_RCVINFO SCTP_RCVINFO |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 191 | SCTP_NXTINFO, |
Christopher Ferris | 82d7504 | 2015-01-26 10:57:07 -0800 | [diff] [blame] | 192 | #define SCTP_NXTINFO SCTP_NXTINFO |
Christopher Ferris | 76a1d45 | 2018-06-27 14:12:29 -0700 | [diff] [blame] | 193 | SCTP_PRINFO, |
| 194 | #define SCTP_PRINFO SCTP_PRINFO |
| 195 | SCTP_AUTHINFO, |
| 196 | #define SCTP_AUTHINFO SCTP_AUTHINFO |
| 197 | SCTP_DSTADDRV4, |
| 198 | #define SCTP_DSTADDRV4 SCTP_DSTADDRV4 |
| 199 | SCTP_DSTADDRV6, |
| 200 | #define SCTP_DSTADDRV6 SCTP_DSTADDRV6 |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 201 | } sctp_cmsg_t; |
| 202 | struct sctp_assoc_change { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 203 | __u16 sac_type; |
| 204 | __u16 sac_flags; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 205 | __u32 sac_length; |
| 206 | __u16 sac_state; |
| 207 | __u16 sac_error; |
| 208 | __u16 sac_outbound_streams; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 209 | __u16 sac_inbound_streams; |
| 210 | sctp_assoc_t sac_assoc_id; |
| 211 | __u8 sac_info[0]; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 212 | }; |
| 213 | enum sctp_sac_state { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 214 | SCTP_COMM_UP, |
| 215 | SCTP_COMM_LOST, |
| 216 | SCTP_RESTART, |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 217 | SCTP_SHUTDOWN_COMP, |
| 218 | SCTP_CANT_STR_ASSOC, |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 219 | }; |
| 220 | struct sctp_paddr_change { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 221 | __u16 spc_type; |
| 222 | __u16 spc_flags; |
| 223 | __u32 spc_length; |
| 224 | struct sockaddr_storage spc_aaddr; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 225 | int spc_state; |
| 226 | int spc_error; |
| 227 | sctp_assoc_t spc_assoc_id; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 228 | } __attribute__((packed, aligned(4))); |
| 229 | enum sctp_spc_state { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 230 | SCTP_ADDR_AVAILABLE, |
| 231 | SCTP_ADDR_UNREACHABLE, |
| 232 | SCTP_ADDR_REMOVED, |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 233 | SCTP_ADDR_ADDED, |
| 234 | SCTP_ADDR_MADE_PRIM, |
| 235 | SCTP_ADDR_CONFIRMED, |
Christopher Ferris | d32ca14 | 2020-02-04 16:16:51 -0800 | [diff] [blame] | 236 | SCTP_ADDR_POTENTIALLY_FAILED, |
| 237 | #define SCTP_ADDR_PF SCTP_ADDR_POTENTIALLY_FAILED |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 238 | }; |
| 239 | struct sctp_remote_error { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 240 | __u16 sre_type; |
| 241 | __u16 sre_flags; |
| 242 | __u32 sre_length; |
Christopher Ferris | 1308ad3 | 2017-11-14 17:32:13 -0800 | [diff] [blame] | 243 | __be16 sre_error; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 244 | sctp_assoc_t sre_assoc_id; |
| 245 | __u8 sre_data[0]; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 246 | }; |
| 247 | struct sctp_send_failed { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 248 | __u16 ssf_type; |
| 249 | __u16 ssf_flags; |
| 250 | __u32 ssf_length; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 251 | __u32 ssf_error; |
| 252 | struct sctp_sndrcvinfo ssf_info; |
| 253 | sctp_assoc_t ssf_assoc_id; |
| 254 | __u8 ssf_data[0]; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 255 | }; |
Christopher Ferris | d32ca14 | 2020-02-04 16:16:51 -0800 | [diff] [blame] | 256 | struct sctp_send_failed_event { |
| 257 | __u16 ssf_type; |
| 258 | __u16 ssf_flags; |
| 259 | __u32 ssf_length; |
| 260 | __u32 ssf_error; |
| 261 | struct sctp_sndinfo ssfe_info; |
| 262 | sctp_assoc_t ssf_assoc_id; |
| 263 | __u8 ssf_data[0]; |
| 264 | }; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 265 | enum sctp_ssf_flags { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 266 | SCTP_DATA_UNSENT, |
| 267 | SCTP_DATA_SENT, |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 268 | }; |
| 269 | struct sctp_shutdown_event { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 270 | __u16 sse_type; |
| 271 | __u16 sse_flags; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 272 | __u32 sse_length; |
| 273 | sctp_assoc_t sse_assoc_id; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 274 | }; |
| 275 | struct sctp_adaptation_event { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 276 | __u16 sai_type; |
| 277 | __u16 sai_flags; |
| 278 | __u32 sai_length; |
| 279 | __u32 sai_adaptation_ind; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 280 | sctp_assoc_t sai_assoc_id; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 281 | }; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 282 | struct sctp_pdapi_event { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 283 | __u16 pdapi_type; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 284 | __u16 pdapi_flags; |
| 285 | __u32 pdapi_length; |
| 286 | __u32 pdapi_indication; |
| 287 | sctp_assoc_t pdapi_assoc_id; |
Christopher Ferris | 76a1d45 | 2018-06-27 14:12:29 -0700 | [diff] [blame] | 288 | __u32 pdapi_stream; |
| 289 | __u32 pdapi_seq; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 290 | }; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 291 | enum { |
| 292 | SCTP_PARTIAL_DELIVERY_ABORTED = 0, |
| 293 | }; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 294 | struct sctp_authkey_event { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 295 | __u16 auth_type; |
| 296 | __u16 auth_flags; |
| 297 | __u32 auth_length; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 298 | __u16 auth_keynumber; |
| 299 | __u16 auth_altkeynumber; |
| 300 | __u32 auth_indication; |
| 301 | sctp_assoc_t auth_assoc_id; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 302 | }; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 303 | enum { |
Christopher Ferris | 76a1d45 | 2018-06-27 14:12:29 -0700 | [diff] [blame] | 304 | SCTP_AUTH_NEW_KEY, |
| 305 | #define SCTP_AUTH_NEWKEY SCTP_AUTH_NEW_KEY |
| 306 | SCTP_AUTH_FREE_KEY, |
| 307 | SCTP_AUTH_NO_AUTH, |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 308 | }; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 309 | struct sctp_sender_dry_event { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 310 | __u16 sender_dry_type; |
| 311 | __u16 sender_dry_flags; |
| 312 | __u32 sender_dry_length; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 313 | sctp_assoc_t sender_dry_assoc_id; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 314 | }; |
Christopher Ferris | 525ce91 | 2017-07-26 13:12:53 -0700 | [diff] [blame] | 315 | #define SCTP_STREAM_RESET_INCOMING_SSN 0x0001 |
| 316 | #define SCTP_STREAM_RESET_OUTGOING_SSN 0x0002 |
| 317 | #define SCTP_STREAM_RESET_DENIED 0x0004 |
| 318 | #define SCTP_STREAM_RESET_FAILED 0x0008 |
| 319 | struct sctp_stream_reset_event { |
| 320 | __u16 strreset_type; |
| 321 | __u16 strreset_flags; |
| 322 | __u32 strreset_length; |
| 323 | sctp_assoc_t strreset_assoc_id; |
| 324 | __u16 strreset_stream_list[]; |
| 325 | }; |
| 326 | #define SCTP_ASSOC_RESET_DENIED 0x0004 |
| 327 | #define SCTP_ASSOC_RESET_FAILED 0x0008 |
| 328 | struct sctp_assoc_reset_event { |
| 329 | __u16 assocreset_type; |
| 330 | __u16 assocreset_flags; |
| 331 | __u32 assocreset_length; |
| 332 | sctp_assoc_t assocreset_assoc_id; |
| 333 | __u32 assocreset_local_tsn; |
| 334 | __u32 assocreset_remote_tsn; |
| 335 | }; |
| 336 | #define SCTP_ASSOC_CHANGE_DENIED 0x0004 |
| 337 | #define SCTP_ASSOC_CHANGE_FAILED 0x0008 |
Christopher Ferris | 86a4837 | 2019-01-10 14:14:59 -0800 | [diff] [blame] | 338 | #define SCTP_STREAM_CHANGE_DENIED SCTP_ASSOC_CHANGE_DENIED |
| 339 | #define SCTP_STREAM_CHANGE_FAILED SCTP_ASSOC_CHANGE_FAILED |
Christopher Ferris | 525ce91 | 2017-07-26 13:12:53 -0700 | [diff] [blame] | 340 | struct sctp_stream_change_event { |
| 341 | __u16 strchange_type; |
| 342 | __u16 strchange_flags; |
| 343 | __u32 strchange_length; |
| 344 | sctp_assoc_t strchange_assoc_id; |
| 345 | __u16 strchange_instrms; |
| 346 | __u16 strchange_outstrms; |
| 347 | }; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 348 | struct sctp_event_subscribe { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 349 | __u8 sctp_data_io_event; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 350 | __u8 sctp_association_event; |
| 351 | __u8 sctp_address_event; |
| 352 | __u8 sctp_send_failure_event; |
| 353 | __u8 sctp_peer_error_event; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 354 | __u8 sctp_shutdown_event; |
| 355 | __u8 sctp_partial_delivery_event; |
| 356 | __u8 sctp_adaptation_layer_event; |
| 357 | __u8 sctp_authentication_event; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 358 | __u8 sctp_sender_dry_event; |
Christopher Ferris | 525ce91 | 2017-07-26 13:12:53 -0700 | [diff] [blame] | 359 | __u8 sctp_stream_reset_event; |
| 360 | __u8 sctp_assoc_reset_event; |
| 361 | __u8 sctp_stream_change_event; |
Christopher Ferris | d32ca14 | 2020-02-04 16:16:51 -0800 | [diff] [blame] | 362 | __u8 sctp_send_failure_event_event; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 363 | }; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 364 | union sctp_notification { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 365 | struct { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 366 | __u16 sn_type; |
| 367 | __u16 sn_flags; |
| 368 | __u32 sn_length; |
| 369 | } sn_header; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 370 | struct sctp_assoc_change sn_assoc_change; |
| 371 | struct sctp_paddr_change sn_paddr_change; |
| 372 | struct sctp_remote_error sn_remote_error; |
| 373 | struct sctp_send_failed sn_send_failed; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 374 | struct sctp_shutdown_event sn_shutdown_event; |
| 375 | struct sctp_adaptation_event sn_adaptation_event; |
| 376 | struct sctp_pdapi_event sn_pdapi_event; |
| 377 | struct sctp_authkey_event sn_authkey_event; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 378 | struct sctp_sender_dry_event sn_sender_dry_event; |
Christopher Ferris | 525ce91 | 2017-07-26 13:12:53 -0700 | [diff] [blame] | 379 | struct sctp_stream_reset_event sn_strreset_event; |
| 380 | struct sctp_assoc_reset_event sn_assocreset_event; |
| 381 | struct sctp_stream_change_event sn_strchange_event; |
Christopher Ferris | d32ca14 | 2020-02-04 16:16:51 -0800 | [diff] [blame] | 382 | struct sctp_send_failed_event sn_send_failed_event; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 383 | }; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 384 | enum sctp_sn_type { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 385 | SCTP_SN_TYPE_BASE = (1 << 15), |
Christopher Ferris | d842e43 | 2019-03-07 10:21:59 -0800 | [diff] [blame] | 386 | SCTP_DATA_IO_EVENT = SCTP_SN_TYPE_BASE, |
| 387 | #define SCTP_DATA_IO_EVENT SCTP_DATA_IO_EVENT |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 388 | SCTP_ASSOC_CHANGE, |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 389 | #define SCTP_ASSOC_CHANGE SCTP_ASSOC_CHANGE |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 390 | SCTP_PEER_ADDR_CHANGE, |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 391 | #define SCTP_PEER_ADDR_CHANGE SCTP_PEER_ADDR_CHANGE |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 392 | SCTP_SEND_FAILED, |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 393 | #define SCTP_SEND_FAILED SCTP_SEND_FAILED |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 394 | SCTP_REMOTE_ERROR, |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 395 | #define SCTP_REMOTE_ERROR SCTP_REMOTE_ERROR |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 396 | SCTP_SHUTDOWN_EVENT, |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 397 | #define SCTP_SHUTDOWN_EVENT SCTP_SHUTDOWN_EVENT |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 398 | SCTP_PARTIAL_DELIVERY_EVENT, |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 399 | #define SCTP_PARTIAL_DELIVERY_EVENT SCTP_PARTIAL_DELIVERY_EVENT |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 400 | SCTP_ADAPTATION_INDICATION, |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 401 | #define SCTP_ADAPTATION_INDICATION SCTP_ADAPTATION_INDICATION |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 402 | SCTP_AUTHENTICATION_EVENT, |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 403 | #define SCTP_AUTHENTICATION_INDICATION SCTP_AUTHENTICATION_EVENT |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 404 | SCTP_SENDER_DRY_EVENT, |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 405 | #define SCTP_SENDER_DRY_EVENT SCTP_SENDER_DRY_EVENT |
Christopher Ferris | 525ce91 | 2017-07-26 13:12:53 -0700 | [diff] [blame] | 406 | SCTP_STREAM_RESET_EVENT, |
| 407 | #define SCTP_STREAM_RESET_EVENT SCTP_STREAM_RESET_EVENT |
| 408 | SCTP_ASSOC_RESET_EVENT, |
| 409 | #define SCTP_ASSOC_RESET_EVENT SCTP_ASSOC_RESET_EVENT |
| 410 | SCTP_STREAM_CHANGE_EVENT, |
| 411 | #define SCTP_STREAM_CHANGE_EVENT SCTP_STREAM_CHANGE_EVENT |
Christopher Ferris | d32ca14 | 2020-02-04 16:16:51 -0800 | [diff] [blame] | 412 | SCTP_SEND_FAILED_EVENT, |
| 413 | #define SCTP_SEND_FAILED_EVENT SCTP_SEND_FAILED_EVENT |
| 414 | SCTP_SN_TYPE_MAX = SCTP_SEND_FAILED_EVENT, |
Christopher Ferris | d842e43 | 2019-03-07 10:21:59 -0800 | [diff] [blame] | 415 | #define SCTP_SN_TYPE_MAX SCTP_SN_TYPE_MAX |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 416 | }; |
| 417 | typedef enum sctp_sn_error { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 418 | SCTP_FAILED_THRESHOLD, |
| 419 | SCTP_RECEIVED_SACK, |
| 420 | SCTP_HEARTBEAT_SUCCESS, |
| 421 | SCTP_RESPONSE_TO_USER_REQ, |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 422 | SCTP_INTERNAL_ERROR, |
| 423 | SCTP_SHUTDOWN_GUARD_EXPIRES, |
| 424 | SCTP_PEER_FAULTY, |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 425 | } sctp_sn_error_t; |
| 426 | struct sctp_rtoinfo { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 427 | sctp_assoc_t srto_assoc_id; |
| 428 | __u32 srto_initial; |
| 429 | __u32 srto_max; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 430 | __u32 srto_min; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 431 | }; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 432 | struct sctp_assocparams { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 433 | sctp_assoc_t sasoc_assoc_id; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 434 | __u16 sasoc_asocmaxrxt; |
| 435 | __u16 sasoc_number_peer_destinations; |
| 436 | __u32 sasoc_peer_rwnd; |
| 437 | __u32 sasoc_local_rwnd; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 438 | __u32 sasoc_cookie_life; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 439 | }; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 440 | struct sctp_setpeerprim { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 441 | sctp_assoc_t sspp_assoc_id; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 442 | struct sockaddr_storage sspp_addr; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 443 | } __attribute__((packed, aligned(4))); |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 444 | struct sctp_prim { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 445 | sctp_assoc_t ssp_assoc_id; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 446 | struct sockaddr_storage ssp_addr; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 447 | } __attribute__((packed, aligned(4))); |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 448 | #define sctp_setprim sctp_prim |
| 449 | struct sctp_setadaptation { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 450 | __u32 ssb_adaptation_ind; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 451 | }; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 452 | enum sctp_spp_flags { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 453 | SPP_HB_ENABLE = 1 << 0, |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 454 | SPP_HB_DISABLE = 1 << 1, |
| 455 | SPP_HB = SPP_HB_ENABLE | SPP_HB_DISABLE, |
| 456 | SPP_HB_DEMAND = 1 << 2, |
| 457 | SPP_PMTUD_ENABLE = 1 << 3, |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 458 | SPP_PMTUD_DISABLE = 1 << 4, |
| 459 | SPP_PMTUD = SPP_PMTUD_ENABLE | SPP_PMTUD_DISABLE, |
| 460 | SPP_SACKDELAY_ENABLE = 1 << 5, |
| 461 | SPP_SACKDELAY_DISABLE = 1 << 6, |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 462 | SPP_SACKDELAY = SPP_SACKDELAY_ENABLE | SPP_SACKDELAY_DISABLE, |
| 463 | SPP_HB_TIME_IS_ZERO = 1 << 7, |
Christopher Ferris | 9ce2884 | 2018-10-25 12:11:39 -0700 | [diff] [blame] | 464 | SPP_IPV6_FLOWLABEL = 1 << 8, |
| 465 | SPP_DSCP = 1 << 9, |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 466 | }; |
| 467 | struct sctp_paddrparams { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 468 | sctp_assoc_t spp_assoc_id; |
| 469 | struct sockaddr_storage spp_address; |
| 470 | __u32 spp_hbinterval; |
| 471 | __u16 spp_pathmaxrxt; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 472 | __u32 spp_pathmtu; |
| 473 | __u32 spp_sackdelay; |
| 474 | __u32 spp_flags; |
Christopher Ferris | 9ce2884 | 2018-10-25 12:11:39 -0700 | [diff] [blame] | 475 | __u32 spp_ipv6_flowlabel; |
| 476 | __u8 spp_dscp; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 477 | } __attribute__((packed, aligned(4))); |
| 478 | struct sctp_authchunk { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 479 | __u8 sauth_chunk; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 480 | }; |
| 481 | enum { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 482 | SCTP_AUTH_HMAC_ID_SHA1 = 1, |
| 483 | SCTP_AUTH_HMAC_ID_SHA256 = 3, |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 484 | }; |
| 485 | struct sctp_hmacalgo { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 486 | __u32 shmac_num_idents; |
| 487 | __u16 shmac_idents[]; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 488 | }; |
| 489 | #define shmac_number_of_idents shmac_num_idents |
| 490 | struct sctp_authkey { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 491 | sctp_assoc_t sca_assoc_id; |
| 492 | __u16 sca_keynumber; |
| 493 | __u16 sca_keylength; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 494 | __u8 sca_key[]; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 495 | }; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 496 | struct sctp_authkeyid { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 497 | sctp_assoc_t scact_assoc_id; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 498 | __u16 scact_keynumber; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 499 | }; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 500 | struct sctp_sack_info { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 501 | sctp_assoc_t sack_assoc_id; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 502 | uint32_t sack_delay; |
| 503 | uint32_t sack_freq; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 504 | }; |
| 505 | struct sctp_assoc_value { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 506 | sctp_assoc_t assoc_id; |
| 507 | uint32_t assoc_value; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 508 | }; |
Christopher Ferris | 934ec94 | 2018-01-31 15:29:16 -0800 | [diff] [blame] | 509 | struct sctp_stream_value { |
| 510 | sctp_assoc_t assoc_id; |
| 511 | uint16_t stream_id; |
| 512 | uint16_t stream_value; |
| 513 | }; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 514 | struct sctp_paddrinfo { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 515 | sctp_assoc_t spinfo_assoc_id; |
| 516 | struct sockaddr_storage spinfo_address; |
| 517 | __s32 spinfo_state; |
| 518 | __u32 spinfo_cwnd; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 519 | __u32 spinfo_srtt; |
| 520 | __u32 spinfo_rto; |
| 521 | __u32 spinfo_mtu; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 522 | } __attribute__((packed, aligned(4))); |
| 523 | enum sctp_spinfo_state { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 524 | SCTP_INACTIVE, |
| 525 | SCTP_PF, |
Christopher Ferris | d32ca14 | 2020-02-04 16:16:51 -0800 | [diff] [blame] | 526 | #define SCTP_POTENTIALLY_FAILED SCTP_PF |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 527 | SCTP_ACTIVE, |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 528 | SCTP_UNCONFIRMED, |
| 529 | SCTP_UNKNOWN = 0xffff |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 530 | }; |
| 531 | struct sctp_status { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 532 | sctp_assoc_t sstat_assoc_id; |
| 533 | __s32 sstat_state; |
| 534 | __u32 sstat_rwnd; |
| 535 | __u16 sstat_unackdata; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 536 | __u16 sstat_penddata; |
| 537 | __u16 sstat_instrms; |
| 538 | __u16 sstat_outstrms; |
| 539 | __u32 sstat_fragmentation_point; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 540 | struct sctp_paddrinfo sstat_primary; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 541 | }; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 542 | struct sctp_authchunks { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 543 | sctp_assoc_t gauth_assoc_id; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 544 | __u32 gauth_number_of_chunks; |
| 545 | uint8_t gauth_chunks[]; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 546 | }; |
| 547 | #define guth_number_of_chunks gauth_number_of_chunks |
| 548 | enum sctp_sstat_state { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 549 | SCTP_EMPTY = 0, |
| 550 | SCTP_CLOSED = 1, |
| 551 | SCTP_COOKIE_WAIT = 2, |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 552 | SCTP_COOKIE_ECHOED = 3, |
| 553 | SCTP_ESTABLISHED = 4, |
| 554 | SCTP_SHUTDOWN_PENDING = 5, |
| 555 | SCTP_SHUTDOWN_SENT = 6, |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 556 | SCTP_SHUTDOWN_RECEIVED = 7, |
| 557 | SCTP_SHUTDOWN_ACK_SENT = 8, |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 558 | }; |
| 559 | struct sctp_assoc_ids { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 560 | __u32 gaids_number_of_ids; |
| 561 | sctp_assoc_t gaids_assoc_id[]; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 562 | }; |
| 563 | struct sctp_getaddrs_old { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 564 | sctp_assoc_t assoc_id; |
| 565 | int addr_num; |
| 566 | struct sockaddr * addrs; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 567 | }; |
| 568 | struct sctp_getaddrs { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 569 | sctp_assoc_t assoc_id; |
| 570 | __u32 addr_num; |
| 571 | __u8 addrs[0]; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 572 | }; |
| 573 | struct sctp_assoc_stats { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 574 | sctp_assoc_t sas_assoc_id; |
| 575 | struct sockaddr_storage sas_obs_rto_ipaddr; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 576 | __u64 sas_maxrto; |
| 577 | __u64 sas_isacks; |
| 578 | __u64 sas_osacks; |
| 579 | __u64 sas_opackets; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 580 | __u64 sas_ipackets; |
| 581 | __u64 sas_rtxchunks; |
| 582 | __u64 sas_outofseqtsns; |
| 583 | __u64 sas_idupchunks; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 584 | __u64 sas_gapcnt; |
| 585 | __u64 sas_ouodchunks; |
| 586 | __u64 sas_iuodchunks; |
| 587 | __u64 sas_oodchunks; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 588 | __u64 sas_iodchunks; |
| 589 | __u64 sas_octrlchunks; |
| 590 | __u64 sas_ictrlchunks; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 591 | }; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 592 | #define SCTP_BINDX_ADD_ADDR 0x01 |
| 593 | #define SCTP_BINDX_REM_ADDR 0x02 |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 594 | typedef struct { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 595 | sctp_assoc_t associd; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 596 | int sd; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 597 | } sctp_peeloff_arg_t; |
Christopher Ferris | 1308ad3 | 2017-11-14 17:32:13 -0800 | [diff] [blame] | 598 | typedef struct { |
| 599 | sctp_peeloff_arg_t p_arg; |
| 600 | unsigned flags; |
| 601 | } sctp_peeloff_flags_arg_t; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 602 | struct sctp_paddrthlds { |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 603 | sctp_assoc_t spt_assoc_id; |
Tao Bao | d7db594 | 2015-01-28 10:07:51 -0800 | [diff] [blame] | 604 | struct sockaddr_storage spt_address; |
| 605 | __u16 spt_pathmaxrxt; |
| 606 | __u16 spt_pathpfthld; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 607 | }; |
Christopher Ferris | d32ca14 | 2020-02-04 16:16:51 -0800 | [diff] [blame] | 608 | struct sctp_paddrthlds_v2 { |
| 609 | sctp_assoc_t spt_assoc_id; |
| 610 | struct sockaddr_storage spt_address; |
| 611 | __u16 spt_pathmaxrxt; |
| 612 | __u16 spt_pathpfthld; |
| 613 | __u16 spt_pathcpthld; |
| 614 | }; |
Christopher Ferris | 49f525c | 2016-12-12 14:55:36 -0800 | [diff] [blame] | 615 | struct sctp_prstatus { |
| 616 | sctp_assoc_t sprstat_assoc_id; |
| 617 | __u16 sprstat_sid; |
| 618 | __u16 sprstat_policy; |
Christopher Ferris | 49f525c | 2016-12-12 14:55:36 -0800 | [diff] [blame] | 619 | __u64 sprstat_abandoned_unsent; |
| 620 | __u64 sprstat_abandoned_sent; |
| 621 | }; |
| 622 | struct sctp_default_prinfo { |
Christopher Ferris | 49f525c | 2016-12-12 14:55:36 -0800 | [diff] [blame] | 623 | sctp_assoc_t pr_assoc_id; |
| 624 | __u32 pr_value; |
| 625 | __u16 pr_policy; |
| 626 | }; |
Christopher Ferris | 49f525c | 2016-12-12 14:55:36 -0800 | [diff] [blame] | 627 | struct sctp_info { |
| 628 | __u32 sctpi_tag; |
| 629 | __u32 sctpi_state; |
| 630 | __u32 sctpi_rwnd; |
Christopher Ferris | 49f525c | 2016-12-12 14:55:36 -0800 | [diff] [blame] | 631 | __u16 sctpi_unackdata; |
| 632 | __u16 sctpi_penddata; |
| 633 | __u16 sctpi_instrms; |
| 634 | __u16 sctpi_outstrms; |
Christopher Ferris | 49f525c | 2016-12-12 14:55:36 -0800 | [diff] [blame] | 635 | __u32 sctpi_fragmentation_point; |
| 636 | __u32 sctpi_inqueue; |
| 637 | __u32 sctpi_outqueue; |
| 638 | __u32 sctpi_overall_error; |
Christopher Ferris | 49f525c | 2016-12-12 14:55:36 -0800 | [diff] [blame] | 639 | __u32 sctpi_max_burst; |
| 640 | __u32 sctpi_maxseg; |
| 641 | __u32 sctpi_peer_rwnd; |
| 642 | __u32 sctpi_peer_tag; |
Christopher Ferris | 49f525c | 2016-12-12 14:55:36 -0800 | [diff] [blame] | 643 | __u8 sctpi_peer_capable; |
| 644 | __u8 sctpi_peer_sack; |
| 645 | __u16 __reserved1; |
| 646 | __u64 sctpi_isacks; |
Christopher Ferris | 49f525c | 2016-12-12 14:55:36 -0800 | [diff] [blame] | 647 | __u64 sctpi_osacks; |
| 648 | __u64 sctpi_opackets; |
| 649 | __u64 sctpi_ipackets; |
| 650 | __u64 sctpi_rtxchunks; |
Christopher Ferris | 49f525c | 2016-12-12 14:55:36 -0800 | [diff] [blame] | 651 | __u64 sctpi_outofseqtsns; |
| 652 | __u64 sctpi_idupchunks; |
| 653 | __u64 sctpi_gapcnt; |
| 654 | __u64 sctpi_ouodchunks; |
Christopher Ferris | 49f525c | 2016-12-12 14:55:36 -0800 | [diff] [blame] | 655 | __u64 sctpi_iuodchunks; |
| 656 | __u64 sctpi_oodchunks; |
| 657 | __u64 sctpi_iodchunks; |
| 658 | __u64 sctpi_octrlchunks; |
Christopher Ferris | 49f525c | 2016-12-12 14:55:36 -0800 | [diff] [blame] | 659 | __u64 sctpi_ictrlchunks; |
| 660 | struct sockaddr_storage sctpi_p_address; |
| 661 | __s32 sctpi_p_state; |
| 662 | __u32 sctpi_p_cwnd; |
Christopher Ferris | 49f525c | 2016-12-12 14:55:36 -0800 | [diff] [blame] | 663 | __u32 sctpi_p_srtt; |
| 664 | __u32 sctpi_p_rto; |
| 665 | __u32 sctpi_p_hbinterval; |
| 666 | __u32 sctpi_p_pathmaxrxt; |
Christopher Ferris | 49f525c | 2016-12-12 14:55:36 -0800 | [diff] [blame] | 667 | __u32 sctpi_p_sackdelay; |
| 668 | __u32 sctpi_p_sackfreq; |
| 669 | __u32 sctpi_p_ssthresh; |
| 670 | __u32 sctpi_p_partial_bytes_acked; |
Christopher Ferris | 49f525c | 2016-12-12 14:55:36 -0800 | [diff] [blame] | 671 | __u32 sctpi_p_flight_size; |
| 672 | __u16 sctpi_p_error; |
| 673 | __u16 __reserved2; |
| 674 | __u32 sctpi_s_autoclose; |
Christopher Ferris | 49f525c | 2016-12-12 14:55:36 -0800 | [diff] [blame] | 675 | __u32 sctpi_s_adaptation_ind; |
| 676 | __u32 sctpi_s_pd_point; |
| 677 | __u8 sctpi_s_nodelay; |
| 678 | __u8 sctpi_s_disable_fragments; |
Christopher Ferris | 49f525c | 2016-12-12 14:55:36 -0800 | [diff] [blame] | 679 | __u8 sctpi_s_v4mapped; |
| 680 | __u8 sctpi_s_frag_interleave; |
| 681 | __u32 sctpi_s_type; |
| 682 | __u32 __reserved3; |
Christopher Ferris | 49f525c | 2016-12-12 14:55:36 -0800 | [diff] [blame] | 683 | }; |
Christopher Ferris | 525ce91 | 2017-07-26 13:12:53 -0700 | [diff] [blame] | 684 | struct sctp_reset_streams { |
| 685 | sctp_assoc_t srs_assoc_id; |
| 686 | uint16_t srs_flags; |
| 687 | uint16_t srs_number_streams; |
| 688 | uint16_t srs_stream_list[]; |
| 689 | }; |
| 690 | struct sctp_add_streams { |
| 691 | sctp_assoc_t sas_assoc_id; |
| 692 | uint16_t sas_instrms; |
| 693 | uint16_t sas_outstrms; |
| 694 | }; |
Christopher Ferris | d842e43 | 2019-03-07 10:21:59 -0800 | [diff] [blame] | 695 | struct sctp_event { |
| 696 | sctp_assoc_t se_assoc_id; |
| 697 | uint16_t se_type; |
| 698 | uint8_t se_on; |
| 699 | }; |
Christopher Ferris | 934ec94 | 2018-01-31 15:29:16 -0800 | [diff] [blame] | 700 | enum sctp_sched_type { |
| 701 | SCTP_SS_FCFS, |
Christopher Ferris | 86a4837 | 2019-01-10 14:14:59 -0800 | [diff] [blame] | 702 | SCTP_SS_DEFAULT = SCTP_SS_FCFS, |
Christopher Ferris | 934ec94 | 2018-01-31 15:29:16 -0800 | [diff] [blame] | 703 | SCTP_SS_PRIO, |
| 704 | SCTP_SS_RR, |
| 705 | SCTP_SS_MAX = SCTP_SS_RR |
| 706 | }; |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 707 | #endif |