blob: cc714ff142e1e72f875e2f790540a5fe2960493a [file] [log] [blame]
Ben Cheng655a7c02013-10-16 16:09:24 -07001/****************************************************************************
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 Cheng655a7c02013-10-16 16:09:24 -070023typedef __s32 sctp_assoc_t;
24#define SCTP_RTOINFO 0
25#define SCTP_ASSOCINFO 1
26#define SCTP_INITMSG 2
Ben Cheng655a7c02013-10-16 16:09:24 -070027#define SCTP_NODELAY 3
28#define SCTP_AUTOCLOSE 4
29#define SCTP_SET_PEER_PRIMARY_ADDR 5
30#define SCTP_PRIMARY_ADDR 6
Ben Cheng655a7c02013-10-16 16:09:24 -070031#define SCTP_ADAPTATION_LAYER 7
32#define SCTP_DISABLE_FRAGMENTS 8
33#define SCTP_PEER_ADDR_PARAMS 9
34#define SCTP_DEFAULT_SEND_PARAM 10
Ben Cheng655a7c02013-10-16 16:09:24 -070035#define SCTP_EVENTS 11
36#define SCTP_I_WANT_MAPPED_V4_ADDR 12
37#define SCTP_MAXSEG 13
38#define SCTP_STATUS 14
Ben Cheng655a7c02013-10-16 16:09:24 -070039#define SCTP_GET_PEER_ADDR_INFO 15
40#define SCTP_DELAYED_ACK_TIME 16
41#define SCTP_DELAYED_ACK SCTP_DELAYED_ACK_TIME
42#define SCTP_DELAYED_SACK SCTP_DELAYED_ACK_TIME
Ben Cheng655a7c02013-10-16 16:09:24 -070043#define SCTP_CONTEXT 17
44#define SCTP_FRAGMENT_INTERLEAVE 18
45#define SCTP_PARTIAL_DELIVERY_POINT 19
46#define SCTP_MAX_BURST 20
Ben Cheng655a7c02013-10-16 16:09:24 -070047#define SCTP_AUTH_CHUNK 21
48#define SCTP_HMAC_IDENT 22
49#define SCTP_AUTH_KEY 23
50#define SCTP_AUTH_ACTIVE_KEY 24
Ben Cheng655a7c02013-10-16 16:09:24 -070051#define SCTP_AUTH_DELETE_KEY 25
52#define SCTP_PEER_AUTH_CHUNKS 26
53#define SCTP_LOCAL_AUTH_CHUNKS 27
54#define SCTP_GET_ASSOC_NUMBER 28
Ben Cheng655a7c02013-10-16 16:09:24 -070055#define SCTP_GET_ASSOC_ID_LIST 29
56#define SCTP_AUTO_ASCONF 30
57#define SCTP_PEER_ADDR_THLDS 31
Christopher Ferris82d75042015-01-26 10:57:07 -080058#define SCTP_RECVRCVINFO 32
Christopher Ferris82d75042015-01-26 10:57:07 -080059#define SCTP_RECVNXTINFO 33
60#define SCTP_DEFAULT_SNDINFO 34
61#define SCTP_SOCKOPT_BINDX_ADD 100
Ben Cheng655a7c02013-10-16 16:09:24 -070062#define SCTP_SOCKOPT_BINDX_REM 101
63#define SCTP_SOCKOPT_PEELOFF 102
64#define SCTP_SOCKOPT_CONNECTX_OLD 107
65#define SCTP_GET_PEER_ADDRS 108
Ben Cheng655a7c02013-10-16 16:09:24 -070066#define SCTP_GET_LOCAL_ADDRS 109
67#define SCTP_SOCKOPT_CONNECTX 110
68#define SCTP_SOCKOPT_CONNECTX3 111
69#define SCTP_GET_ASSOC_STATS 112
Christopher Ferris49f525c2016-12-12 14:55:36 -080070#define SCTP_PR_SUPPORTED 113
Christopher Ferris49f525c2016-12-12 14:55:36 -080071#define SCTP_DEFAULT_PRINFO 114
72#define SCTP_PR_ASSOC_STATUS 115
Christopher Ferris525ce912017-07-26 13:12:53 -070073#define SCTP_PR_STREAM_STATUS 116
74#define SCTP_RECONFIG_SUPPORTED 117
75#define SCTP_ENABLE_STREAM_RESET 118
76#define SCTP_RESET_STREAMS 119
77#define SCTP_RESET_ASSOC 120
78#define SCTP_ADD_STREAMS 121
Christopher Ferris1308ad32017-11-14 17:32:13 -080079#define SCTP_SOCKOPT_PEELOFF_FLAGS 122
Christopher Ferris934ec942018-01-31 15:29:16 -080080#define SCTP_STREAM_SCHEDULER 123
81#define SCTP_STREAM_SCHEDULER_VALUE 124
Christopher Ferris49f525c2016-12-12 14:55:36 -080082#define SCTP_PR_SCTP_NONE 0x0000
83#define SCTP_PR_SCTP_TTL 0x0010
Christopher Ferris49f525c2016-12-12 14:55:36 -080084#define SCTP_PR_SCTP_RTX 0x0020
85#define SCTP_PR_SCTP_PRIO 0x0030
86#define SCTP_PR_SCTP_MAX SCTP_PR_SCTP_PRIO
87#define SCTP_PR_SCTP_MASK 0x0030
Christopher Ferris49f525c2016-12-12 14:55:36 -080088#define __SCTP_PR_INDEX(x) ((x >> 4) - 1)
89#define SCTP_PR_INDEX(x) __SCTP_PR_INDEX(SCTP_PR_SCTP_ ##x)
90#define SCTP_PR_POLICY(x) ((x) & SCTP_PR_SCTP_MASK)
91#define SCTP_PR_SET_POLICY(flags,x) do { flags &= ~SCTP_PR_SCTP_MASK; flags |= x; } while(0)
Christopher Ferris49f525c2016-12-12 14:55:36 -080092#define SCTP_PR_TTL_ENABLED(x) (SCTP_PR_POLICY(x) == SCTP_PR_SCTP_TTL)
93#define SCTP_PR_RTX_ENABLED(x) (SCTP_PR_POLICY(x) == SCTP_PR_SCTP_RTX)
94#define SCTP_PR_PRIO_ENABLED(x) (SCTP_PR_POLICY(x) == SCTP_PR_SCTP_PRIO)
Christopher Ferris525ce912017-07-26 13:12:53 -070095#define SCTP_ENABLE_RESET_STREAM_REQ 0x01
96#define SCTP_ENABLE_RESET_ASSOC_REQ 0x02
97#define SCTP_ENABLE_CHANGE_ASSOC_REQ 0x04
98#define SCTP_ENABLE_STRRESET_MASK 0x07
99#define SCTP_STREAM_RESET_INCOMING 0x01
100#define SCTP_STREAM_RESET_OUTGOING 0x02
Christopher Ferris82d75042015-01-26 10:57:07 -0800101enum sctp_msg_flags {
Tao Baod7db5942015-01-28 10:07:51 -0800102 MSG_NOTIFICATION = 0x8000,
Christopher Ferris82d75042015-01-26 10:57:07 -0800103#define MSG_NOTIFICATION MSG_NOTIFICATION
104};
Ben Cheng655a7c02013-10-16 16:09:24 -0700105struct sctp_initmsg {
Tao Baod7db5942015-01-28 10:07:51 -0800106 __u16 sinit_num_ostreams;
107 __u16 sinit_max_instreams;
108 __u16 sinit_max_attempts;
109 __u16 sinit_max_init_timeo;
Ben Cheng655a7c02013-10-16 16:09:24 -0700110};
111struct sctp_sndrcvinfo {
Tao Baod7db5942015-01-28 10:07:51 -0800112 __u16 sinfo_stream;
113 __u16 sinfo_ssn;
Tao Baod7db5942015-01-28 10:07:51 -0800114 __u16 sinfo_flags;
115 __u32 sinfo_ppid;
116 __u32 sinfo_context;
117 __u32 sinfo_timetolive;
Tao Baod7db5942015-01-28 10:07:51 -0800118 __u32 sinfo_tsn;
119 __u32 sinfo_cumtsn;
120 sctp_assoc_t sinfo_assoc_id;
Christopher Ferris82d75042015-01-26 10:57:07 -0800121};
Christopher Ferris82d75042015-01-26 10:57:07 -0800122struct sctp_sndinfo {
Tao Baod7db5942015-01-28 10:07:51 -0800123 __u16 snd_sid;
124 __u16 snd_flags;
125 __u32 snd_ppid;
Tao Baod7db5942015-01-28 10:07:51 -0800126 __u32 snd_context;
127 sctp_assoc_t snd_assoc_id;
Christopher Ferris82d75042015-01-26 10:57:07 -0800128};
129struct sctp_rcvinfo {
Tao Baod7db5942015-01-28 10:07:51 -0800130 __u16 rcv_sid;
131 __u16 rcv_ssn;
132 __u16 rcv_flags;
133 __u32 rcv_ppid;
Tao Baod7db5942015-01-28 10:07:51 -0800134 __u32 rcv_tsn;
135 __u32 rcv_cumtsn;
136 __u32 rcv_context;
137 sctp_assoc_t rcv_assoc_id;
Ben Cheng655a7c02013-10-16 16:09:24 -0700138};
Christopher Ferris82d75042015-01-26 10:57:07 -0800139struct sctp_nxtinfo {
Tao Baod7db5942015-01-28 10:07:51 -0800140 __u16 nxt_sid;
141 __u16 nxt_flags;
Tao Baod7db5942015-01-28 10:07:51 -0800142 __u32 nxt_ppid;
143 __u32 nxt_length;
144 sctp_assoc_t nxt_assoc_id;
Christopher Ferris82d75042015-01-26 10:57:07 -0800145};
Christopher Ferris82d75042015-01-26 10:57:07 -0800146enum sctp_sinfo_flags {
Tao Baod7db5942015-01-28 10:07:51 -0800147 SCTP_UNORDERED = (1 << 0),
148 SCTP_ADDR_OVER = (1 << 1),
149 SCTP_ABORT = (1 << 2),
Tao Baod7db5942015-01-28 10:07:51 -0800150 SCTP_SACK_IMMEDIATELY = (1 << 3),
151 SCTP_NOTIFICATION = MSG_NOTIFICATION,
152 SCTP_EOF = MSG_FIN,
Ben Cheng655a7c02013-10-16 16:09:24 -0700153};
Ben Cheng655a7c02013-10-16 16:09:24 -0700154typedef union {
Tao Baod7db5942015-01-28 10:07:51 -0800155 __u8 raw;
156 struct sctp_initmsg init;
157 struct sctp_sndrcvinfo sndrcv;
Ben Cheng655a7c02013-10-16 16:09:24 -0700158} sctp_cmsg_data_t;
159typedef enum sctp_cmsg_type {
Tao Baod7db5942015-01-28 10:07:51 -0800160 SCTP_INIT,
Ben Cheng655a7c02013-10-16 16:09:24 -0700161#define SCTP_INIT SCTP_INIT
Tao Baod7db5942015-01-28 10:07:51 -0800162 SCTP_SNDRCV,
Ben Cheng655a7c02013-10-16 16:09:24 -0700163#define SCTP_SNDRCV SCTP_SNDRCV
Tao Baod7db5942015-01-28 10:07:51 -0800164 SCTP_SNDINFO,
Christopher Ferris82d75042015-01-26 10:57:07 -0800165#define SCTP_SNDINFO SCTP_SNDINFO
Tao Baod7db5942015-01-28 10:07:51 -0800166 SCTP_RCVINFO,
Christopher Ferris82d75042015-01-26 10:57:07 -0800167#define SCTP_RCVINFO SCTP_RCVINFO
Tao Baod7db5942015-01-28 10:07:51 -0800168 SCTP_NXTINFO,
Christopher Ferris82d75042015-01-26 10:57:07 -0800169#define SCTP_NXTINFO SCTP_NXTINFO
Ben Cheng655a7c02013-10-16 16:09:24 -0700170} sctp_cmsg_t;
171struct sctp_assoc_change {
Tao Baod7db5942015-01-28 10:07:51 -0800172 __u16 sac_type;
173 __u16 sac_flags;
Tao Baod7db5942015-01-28 10:07:51 -0800174 __u32 sac_length;
175 __u16 sac_state;
176 __u16 sac_error;
177 __u16 sac_outbound_streams;
Tao Baod7db5942015-01-28 10:07:51 -0800178 __u16 sac_inbound_streams;
179 sctp_assoc_t sac_assoc_id;
180 __u8 sac_info[0];
Ben Cheng655a7c02013-10-16 16:09:24 -0700181};
182enum sctp_sac_state {
Tao Baod7db5942015-01-28 10:07:51 -0800183 SCTP_COMM_UP,
184 SCTP_COMM_LOST,
185 SCTP_RESTART,
Tao Baod7db5942015-01-28 10:07:51 -0800186 SCTP_SHUTDOWN_COMP,
187 SCTP_CANT_STR_ASSOC,
Ben Cheng655a7c02013-10-16 16:09:24 -0700188};
189struct sctp_paddr_change {
Tao Baod7db5942015-01-28 10:07:51 -0800190 __u16 spc_type;
191 __u16 spc_flags;
192 __u32 spc_length;
193 struct sockaddr_storage spc_aaddr;
Tao Baod7db5942015-01-28 10:07:51 -0800194 int spc_state;
195 int spc_error;
196 sctp_assoc_t spc_assoc_id;
Ben Cheng655a7c02013-10-16 16:09:24 -0700197} __attribute__((packed, aligned(4)));
198enum sctp_spc_state {
Tao Baod7db5942015-01-28 10:07:51 -0800199 SCTP_ADDR_AVAILABLE,
200 SCTP_ADDR_UNREACHABLE,
201 SCTP_ADDR_REMOVED,
Tao Baod7db5942015-01-28 10:07:51 -0800202 SCTP_ADDR_ADDED,
203 SCTP_ADDR_MADE_PRIM,
204 SCTP_ADDR_CONFIRMED,
Ben Cheng655a7c02013-10-16 16:09:24 -0700205};
206struct sctp_remote_error {
Tao Baod7db5942015-01-28 10:07:51 -0800207 __u16 sre_type;
208 __u16 sre_flags;
209 __u32 sre_length;
Christopher Ferris1308ad32017-11-14 17:32:13 -0800210 __be16 sre_error;
Tao Baod7db5942015-01-28 10:07:51 -0800211 sctp_assoc_t sre_assoc_id;
212 __u8 sre_data[0];
Ben Cheng655a7c02013-10-16 16:09:24 -0700213};
214struct sctp_send_failed {
Tao Baod7db5942015-01-28 10:07:51 -0800215 __u16 ssf_type;
216 __u16 ssf_flags;
217 __u32 ssf_length;
Tao Baod7db5942015-01-28 10:07:51 -0800218 __u32 ssf_error;
219 struct sctp_sndrcvinfo ssf_info;
220 sctp_assoc_t ssf_assoc_id;
221 __u8 ssf_data[0];
Ben Cheng655a7c02013-10-16 16:09:24 -0700222};
223enum sctp_ssf_flags {
Tao Baod7db5942015-01-28 10:07:51 -0800224 SCTP_DATA_UNSENT,
225 SCTP_DATA_SENT,
Ben Cheng655a7c02013-10-16 16:09:24 -0700226};
227struct sctp_shutdown_event {
Tao Baod7db5942015-01-28 10:07:51 -0800228 __u16 sse_type;
229 __u16 sse_flags;
Tao Baod7db5942015-01-28 10:07:51 -0800230 __u32 sse_length;
231 sctp_assoc_t sse_assoc_id;
Ben Cheng655a7c02013-10-16 16:09:24 -0700232};
233struct sctp_adaptation_event {
Tao Baod7db5942015-01-28 10:07:51 -0800234 __u16 sai_type;
235 __u16 sai_flags;
236 __u32 sai_length;
237 __u32 sai_adaptation_ind;
Tao Baod7db5942015-01-28 10:07:51 -0800238 sctp_assoc_t sai_assoc_id;
Ben Cheng655a7c02013-10-16 16:09:24 -0700239};
Ben Cheng655a7c02013-10-16 16:09:24 -0700240struct sctp_pdapi_event {
Tao Baod7db5942015-01-28 10:07:51 -0800241 __u16 pdapi_type;
Tao Baod7db5942015-01-28 10:07:51 -0800242 __u16 pdapi_flags;
243 __u32 pdapi_length;
244 __u32 pdapi_indication;
245 sctp_assoc_t pdapi_assoc_id;
Ben Cheng655a7c02013-10-16 16:09:24 -0700246};
Tao Baod7db5942015-01-28 10:07:51 -0800247enum {
248 SCTP_PARTIAL_DELIVERY_ABORTED = 0,
249};
Ben Cheng655a7c02013-10-16 16:09:24 -0700250struct sctp_authkey_event {
Tao Baod7db5942015-01-28 10:07:51 -0800251 __u16 auth_type;
252 __u16 auth_flags;
253 __u32 auth_length;
Tao Baod7db5942015-01-28 10:07:51 -0800254 __u16 auth_keynumber;
255 __u16 auth_altkeynumber;
256 __u32 auth_indication;
257 sctp_assoc_t auth_assoc_id;
Ben Cheng655a7c02013-10-16 16:09:24 -0700258};
Tao Baod7db5942015-01-28 10:07:51 -0800259enum {
260 SCTP_AUTH_NEWKEY = 0,
261};
Ben Cheng655a7c02013-10-16 16:09:24 -0700262struct sctp_sender_dry_event {
Tao Baod7db5942015-01-28 10:07:51 -0800263 __u16 sender_dry_type;
264 __u16 sender_dry_flags;
265 __u32 sender_dry_length;
Tao Baod7db5942015-01-28 10:07:51 -0800266 sctp_assoc_t sender_dry_assoc_id;
Ben Cheng655a7c02013-10-16 16:09:24 -0700267};
Christopher Ferris525ce912017-07-26 13:12:53 -0700268#define SCTP_STREAM_RESET_INCOMING_SSN 0x0001
269#define SCTP_STREAM_RESET_OUTGOING_SSN 0x0002
270#define SCTP_STREAM_RESET_DENIED 0x0004
271#define SCTP_STREAM_RESET_FAILED 0x0008
272struct sctp_stream_reset_event {
273 __u16 strreset_type;
274 __u16 strreset_flags;
275 __u32 strreset_length;
276 sctp_assoc_t strreset_assoc_id;
277 __u16 strreset_stream_list[];
278};
279#define SCTP_ASSOC_RESET_DENIED 0x0004
280#define SCTP_ASSOC_RESET_FAILED 0x0008
281struct sctp_assoc_reset_event {
282 __u16 assocreset_type;
283 __u16 assocreset_flags;
284 __u32 assocreset_length;
285 sctp_assoc_t assocreset_assoc_id;
286 __u32 assocreset_local_tsn;
287 __u32 assocreset_remote_tsn;
288};
289#define SCTP_ASSOC_CHANGE_DENIED 0x0004
290#define SCTP_ASSOC_CHANGE_FAILED 0x0008
291struct sctp_stream_change_event {
292 __u16 strchange_type;
293 __u16 strchange_flags;
294 __u32 strchange_length;
295 sctp_assoc_t strchange_assoc_id;
296 __u16 strchange_instrms;
297 __u16 strchange_outstrms;
298};
Ben Cheng655a7c02013-10-16 16:09:24 -0700299struct sctp_event_subscribe {
Tao Baod7db5942015-01-28 10:07:51 -0800300 __u8 sctp_data_io_event;
Tao Baod7db5942015-01-28 10:07:51 -0800301 __u8 sctp_association_event;
302 __u8 sctp_address_event;
303 __u8 sctp_send_failure_event;
304 __u8 sctp_peer_error_event;
Tao Baod7db5942015-01-28 10:07:51 -0800305 __u8 sctp_shutdown_event;
306 __u8 sctp_partial_delivery_event;
307 __u8 sctp_adaptation_layer_event;
308 __u8 sctp_authentication_event;
Tao Baod7db5942015-01-28 10:07:51 -0800309 __u8 sctp_sender_dry_event;
Christopher Ferris525ce912017-07-26 13:12:53 -0700310 __u8 sctp_stream_reset_event;
311 __u8 sctp_assoc_reset_event;
312 __u8 sctp_stream_change_event;
Ben Cheng655a7c02013-10-16 16:09:24 -0700313};
Ben Cheng655a7c02013-10-16 16:09:24 -0700314union sctp_notification {
Tao Baod7db5942015-01-28 10:07:51 -0800315 struct {
Tao Baod7db5942015-01-28 10:07:51 -0800316 __u16 sn_type;
317 __u16 sn_flags;
318 __u32 sn_length;
319 } sn_header;
Tao Baod7db5942015-01-28 10:07:51 -0800320 struct sctp_assoc_change sn_assoc_change;
321 struct sctp_paddr_change sn_paddr_change;
322 struct sctp_remote_error sn_remote_error;
323 struct sctp_send_failed sn_send_failed;
Tao Baod7db5942015-01-28 10:07:51 -0800324 struct sctp_shutdown_event sn_shutdown_event;
325 struct sctp_adaptation_event sn_adaptation_event;
326 struct sctp_pdapi_event sn_pdapi_event;
327 struct sctp_authkey_event sn_authkey_event;
Tao Baod7db5942015-01-28 10:07:51 -0800328 struct sctp_sender_dry_event sn_sender_dry_event;
Christopher Ferris525ce912017-07-26 13:12:53 -0700329 struct sctp_stream_reset_event sn_strreset_event;
330 struct sctp_assoc_reset_event sn_assocreset_event;
331 struct sctp_stream_change_event sn_strchange_event;
Ben Cheng655a7c02013-10-16 16:09:24 -0700332};
Ben Cheng655a7c02013-10-16 16:09:24 -0700333enum sctp_sn_type {
Tao Baod7db5942015-01-28 10:07:51 -0800334 SCTP_SN_TYPE_BASE = (1 << 15),
Tao Baod7db5942015-01-28 10:07:51 -0800335 SCTP_ASSOC_CHANGE,
Ben Cheng655a7c02013-10-16 16:09:24 -0700336#define SCTP_ASSOC_CHANGE SCTP_ASSOC_CHANGE
Tao Baod7db5942015-01-28 10:07:51 -0800337 SCTP_PEER_ADDR_CHANGE,
Ben Cheng655a7c02013-10-16 16:09:24 -0700338#define SCTP_PEER_ADDR_CHANGE SCTP_PEER_ADDR_CHANGE
Tao Baod7db5942015-01-28 10:07:51 -0800339 SCTP_SEND_FAILED,
Ben Cheng655a7c02013-10-16 16:09:24 -0700340#define SCTP_SEND_FAILED SCTP_SEND_FAILED
Tao Baod7db5942015-01-28 10:07:51 -0800341 SCTP_REMOTE_ERROR,
Ben Cheng655a7c02013-10-16 16:09:24 -0700342#define SCTP_REMOTE_ERROR SCTP_REMOTE_ERROR
Tao Baod7db5942015-01-28 10:07:51 -0800343 SCTP_SHUTDOWN_EVENT,
Ben Cheng655a7c02013-10-16 16:09:24 -0700344#define SCTP_SHUTDOWN_EVENT SCTP_SHUTDOWN_EVENT
Tao Baod7db5942015-01-28 10:07:51 -0800345 SCTP_PARTIAL_DELIVERY_EVENT,
Ben Cheng655a7c02013-10-16 16:09:24 -0700346#define SCTP_PARTIAL_DELIVERY_EVENT SCTP_PARTIAL_DELIVERY_EVENT
Tao Baod7db5942015-01-28 10:07:51 -0800347 SCTP_ADAPTATION_INDICATION,
Ben Cheng655a7c02013-10-16 16:09:24 -0700348#define SCTP_ADAPTATION_INDICATION SCTP_ADAPTATION_INDICATION
Tao Baod7db5942015-01-28 10:07:51 -0800349 SCTP_AUTHENTICATION_EVENT,
Ben Cheng655a7c02013-10-16 16:09:24 -0700350#define SCTP_AUTHENTICATION_INDICATION SCTP_AUTHENTICATION_EVENT
Tao Baod7db5942015-01-28 10:07:51 -0800351 SCTP_SENDER_DRY_EVENT,
Ben Cheng655a7c02013-10-16 16:09:24 -0700352#define SCTP_SENDER_DRY_EVENT SCTP_SENDER_DRY_EVENT
Christopher Ferris525ce912017-07-26 13:12:53 -0700353 SCTP_STREAM_RESET_EVENT,
354#define SCTP_STREAM_RESET_EVENT SCTP_STREAM_RESET_EVENT
355 SCTP_ASSOC_RESET_EVENT,
356#define SCTP_ASSOC_RESET_EVENT SCTP_ASSOC_RESET_EVENT
357 SCTP_STREAM_CHANGE_EVENT,
358#define SCTP_STREAM_CHANGE_EVENT SCTP_STREAM_CHANGE_EVENT
Ben Cheng655a7c02013-10-16 16:09:24 -0700359};
360typedef enum sctp_sn_error {
Tao Baod7db5942015-01-28 10:07:51 -0800361 SCTP_FAILED_THRESHOLD,
362 SCTP_RECEIVED_SACK,
363 SCTP_HEARTBEAT_SUCCESS,
364 SCTP_RESPONSE_TO_USER_REQ,
Tao Baod7db5942015-01-28 10:07:51 -0800365 SCTP_INTERNAL_ERROR,
366 SCTP_SHUTDOWN_GUARD_EXPIRES,
367 SCTP_PEER_FAULTY,
Ben Cheng655a7c02013-10-16 16:09:24 -0700368} sctp_sn_error_t;
369struct sctp_rtoinfo {
Tao Baod7db5942015-01-28 10:07:51 -0800370 sctp_assoc_t srto_assoc_id;
371 __u32 srto_initial;
372 __u32 srto_max;
Tao Baod7db5942015-01-28 10:07:51 -0800373 __u32 srto_min;
Ben Cheng655a7c02013-10-16 16:09:24 -0700374};
Ben Cheng655a7c02013-10-16 16:09:24 -0700375struct sctp_assocparams {
Tao Baod7db5942015-01-28 10:07:51 -0800376 sctp_assoc_t sasoc_assoc_id;
Tao Baod7db5942015-01-28 10:07:51 -0800377 __u16 sasoc_asocmaxrxt;
378 __u16 sasoc_number_peer_destinations;
379 __u32 sasoc_peer_rwnd;
380 __u32 sasoc_local_rwnd;
Tao Baod7db5942015-01-28 10:07:51 -0800381 __u32 sasoc_cookie_life;
Ben Cheng655a7c02013-10-16 16:09:24 -0700382};
Ben Cheng655a7c02013-10-16 16:09:24 -0700383struct sctp_setpeerprim {
Tao Baod7db5942015-01-28 10:07:51 -0800384 sctp_assoc_t sspp_assoc_id;
Tao Baod7db5942015-01-28 10:07:51 -0800385 struct sockaddr_storage sspp_addr;
Ben Cheng655a7c02013-10-16 16:09:24 -0700386} __attribute__((packed, aligned(4)));
Ben Cheng655a7c02013-10-16 16:09:24 -0700387struct sctp_prim {
Tao Baod7db5942015-01-28 10:07:51 -0800388 sctp_assoc_t ssp_assoc_id;
Tao Baod7db5942015-01-28 10:07:51 -0800389 struct sockaddr_storage ssp_addr;
Ben Cheng655a7c02013-10-16 16:09:24 -0700390} __attribute__((packed, aligned(4)));
Ben Cheng655a7c02013-10-16 16:09:24 -0700391#define sctp_setprim sctp_prim
392struct sctp_setadaptation {
Tao Baod7db5942015-01-28 10:07:51 -0800393 __u32 ssb_adaptation_ind;
Ben Cheng655a7c02013-10-16 16:09:24 -0700394};
Ben Cheng655a7c02013-10-16 16:09:24 -0700395enum sctp_spp_flags {
Tao Baod7db5942015-01-28 10:07:51 -0800396 SPP_HB_ENABLE = 1 << 0,
Tao Baod7db5942015-01-28 10:07:51 -0800397 SPP_HB_DISABLE = 1 << 1,
398 SPP_HB = SPP_HB_ENABLE | SPP_HB_DISABLE,
399 SPP_HB_DEMAND = 1 << 2,
400 SPP_PMTUD_ENABLE = 1 << 3,
Tao Baod7db5942015-01-28 10:07:51 -0800401 SPP_PMTUD_DISABLE = 1 << 4,
402 SPP_PMTUD = SPP_PMTUD_ENABLE | SPP_PMTUD_DISABLE,
403 SPP_SACKDELAY_ENABLE = 1 << 5,
404 SPP_SACKDELAY_DISABLE = 1 << 6,
Tao Baod7db5942015-01-28 10:07:51 -0800405 SPP_SACKDELAY = SPP_SACKDELAY_ENABLE | SPP_SACKDELAY_DISABLE,
406 SPP_HB_TIME_IS_ZERO = 1 << 7,
Ben Cheng655a7c02013-10-16 16:09:24 -0700407};
408struct sctp_paddrparams {
Tao Baod7db5942015-01-28 10:07:51 -0800409 sctp_assoc_t spp_assoc_id;
410 struct sockaddr_storage spp_address;
411 __u32 spp_hbinterval;
412 __u16 spp_pathmaxrxt;
Tao Baod7db5942015-01-28 10:07:51 -0800413 __u32 spp_pathmtu;
414 __u32 spp_sackdelay;
415 __u32 spp_flags;
Ben Cheng655a7c02013-10-16 16:09:24 -0700416} __attribute__((packed, aligned(4)));
417struct sctp_authchunk {
Tao Baod7db5942015-01-28 10:07:51 -0800418 __u8 sauth_chunk;
Ben Cheng655a7c02013-10-16 16:09:24 -0700419};
420enum {
Tao Baod7db5942015-01-28 10:07:51 -0800421 SCTP_AUTH_HMAC_ID_SHA1 = 1,
422 SCTP_AUTH_HMAC_ID_SHA256 = 3,
Ben Cheng655a7c02013-10-16 16:09:24 -0700423};
424struct sctp_hmacalgo {
Tao Baod7db5942015-01-28 10:07:51 -0800425 __u32 shmac_num_idents;
426 __u16 shmac_idents[];
Ben Cheng655a7c02013-10-16 16:09:24 -0700427};
428#define shmac_number_of_idents shmac_num_idents
429struct sctp_authkey {
Tao Baod7db5942015-01-28 10:07:51 -0800430 sctp_assoc_t sca_assoc_id;
431 __u16 sca_keynumber;
432 __u16 sca_keylength;
Tao Baod7db5942015-01-28 10:07:51 -0800433 __u8 sca_key[];
Ben Cheng655a7c02013-10-16 16:09:24 -0700434};
Ben Cheng655a7c02013-10-16 16:09:24 -0700435struct sctp_authkeyid {
Tao Baod7db5942015-01-28 10:07:51 -0800436 sctp_assoc_t scact_assoc_id;
Tao Baod7db5942015-01-28 10:07:51 -0800437 __u16 scact_keynumber;
Ben Cheng655a7c02013-10-16 16:09:24 -0700438};
Ben Cheng655a7c02013-10-16 16:09:24 -0700439struct sctp_sack_info {
Tao Baod7db5942015-01-28 10:07:51 -0800440 sctp_assoc_t sack_assoc_id;
Tao Baod7db5942015-01-28 10:07:51 -0800441 uint32_t sack_delay;
442 uint32_t sack_freq;
Ben Cheng655a7c02013-10-16 16:09:24 -0700443};
444struct sctp_assoc_value {
Tao Baod7db5942015-01-28 10:07:51 -0800445 sctp_assoc_t assoc_id;
446 uint32_t assoc_value;
Ben Cheng655a7c02013-10-16 16:09:24 -0700447};
Christopher Ferris934ec942018-01-31 15:29:16 -0800448struct sctp_stream_value {
449 sctp_assoc_t assoc_id;
450 uint16_t stream_id;
451 uint16_t stream_value;
452};
Ben Cheng655a7c02013-10-16 16:09:24 -0700453struct sctp_paddrinfo {
Tao Baod7db5942015-01-28 10:07:51 -0800454 sctp_assoc_t spinfo_assoc_id;
455 struct sockaddr_storage spinfo_address;
456 __s32 spinfo_state;
457 __u32 spinfo_cwnd;
Tao Baod7db5942015-01-28 10:07:51 -0800458 __u32 spinfo_srtt;
459 __u32 spinfo_rto;
460 __u32 spinfo_mtu;
Ben Cheng655a7c02013-10-16 16:09:24 -0700461} __attribute__((packed, aligned(4)));
462enum sctp_spinfo_state {
Tao Baod7db5942015-01-28 10:07:51 -0800463 SCTP_INACTIVE,
464 SCTP_PF,
465 SCTP_ACTIVE,
Tao Baod7db5942015-01-28 10:07:51 -0800466 SCTP_UNCONFIRMED,
467 SCTP_UNKNOWN = 0xffff
Ben Cheng655a7c02013-10-16 16:09:24 -0700468};
469struct sctp_status {
Tao Baod7db5942015-01-28 10:07:51 -0800470 sctp_assoc_t sstat_assoc_id;
471 __s32 sstat_state;
472 __u32 sstat_rwnd;
473 __u16 sstat_unackdata;
Tao Baod7db5942015-01-28 10:07:51 -0800474 __u16 sstat_penddata;
475 __u16 sstat_instrms;
476 __u16 sstat_outstrms;
477 __u32 sstat_fragmentation_point;
Tao Baod7db5942015-01-28 10:07:51 -0800478 struct sctp_paddrinfo sstat_primary;
Ben Cheng655a7c02013-10-16 16:09:24 -0700479};
Ben Cheng655a7c02013-10-16 16:09:24 -0700480struct sctp_authchunks {
Tao Baod7db5942015-01-28 10:07:51 -0800481 sctp_assoc_t gauth_assoc_id;
Tao Baod7db5942015-01-28 10:07:51 -0800482 __u32 gauth_number_of_chunks;
483 uint8_t gauth_chunks[];
Ben Cheng655a7c02013-10-16 16:09:24 -0700484};
485#define guth_number_of_chunks gauth_number_of_chunks
486enum sctp_sstat_state {
Tao Baod7db5942015-01-28 10:07:51 -0800487 SCTP_EMPTY = 0,
488 SCTP_CLOSED = 1,
489 SCTP_COOKIE_WAIT = 2,
Tao Baod7db5942015-01-28 10:07:51 -0800490 SCTP_COOKIE_ECHOED = 3,
491 SCTP_ESTABLISHED = 4,
492 SCTP_SHUTDOWN_PENDING = 5,
493 SCTP_SHUTDOWN_SENT = 6,
Tao Baod7db5942015-01-28 10:07:51 -0800494 SCTP_SHUTDOWN_RECEIVED = 7,
495 SCTP_SHUTDOWN_ACK_SENT = 8,
Ben Cheng655a7c02013-10-16 16:09:24 -0700496};
497struct sctp_assoc_ids {
Tao Baod7db5942015-01-28 10:07:51 -0800498 __u32 gaids_number_of_ids;
499 sctp_assoc_t gaids_assoc_id[];
Ben Cheng655a7c02013-10-16 16:09:24 -0700500};
501struct sctp_getaddrs_old {
Tao Baod7db5942015-01-28 10:07:51 -0800502 sctp_assoc_t assoc_id;
503 int addr_num;
504 struct sockaddr * addrs;
Ben Cheng655a7c02013-10-16 16:09:24 -0700505};
506struct sctp_getaddrs {
Tao Baod7db5942015-01-28 10:07:51 -0800507 sctp_assoc_t assoc_id;
508 __u32 addr_num;
509 __u8 addrs[0];
Ben Cheng655a7c02013-10-16 16:09:24 -0700510};
511struct sctp_assoc_stats {
Tao Baod7db5942015-01-28 10:07:51 -0800512 sctp_assoc_t sas_assoc_id;
513 struct sockaddr_storage sas_obs_rto_ipaddr;
Tao Baod7db5942015-01-28 10:07:51 -0800514 __u64 sas_maxrto;
515 __u64 sas_isacks;
516 __u64 sas_osacks;
517 __u64 sas_opackets;
Tao Baod7db5942015-01-28 10:07:51 -0800518 __u64 sas_ipackets;
519 __u64 sas_rtxchunks;
520 __u64 sas_outofseqtsns;
521 __u64 sas_idupchunks;
Tao Baod7db5942015-01-28 10:07:51 -0800522 __u64 sas_gapcnt;
523 __u64 sas_ouodchunks;
524 __u64 sas_iuodchunks;
525 __u64 sas_oodchunks;
Tao Baod7db5942015-01-28 10:07:51 -0800526 __u64 sas_iodchunks;
527 __u64 sas_octrlchunks;
528 __u64 sas_ictrlchunks;
Ben Cheng655a7c02013-10-16 16:09:24 -0700529};
Ben Cheng655a7c02013-10-16 16:09:24 -0700530#define SCTP_BINDX_ADD_ADDR 0x01
531#define SCTP_BINDX_REM_ADDR 0x02
Ben Cheng655a7c02013-10-16 16:09:24 -0700532typedef struct {
Tao Baod7db5942015-01-28 10:07:51 -0800533 sctp_assoc_t associd;
Tao Baod7db5942015-01-28 10:07:51 -0800534 int sd;
Ben Cheng655a7c02013-10-16 16:09:24 -0700535} sctp_peeloff_arg_t;
Christopher Ferris1308ad32017-11-14 17:32:13 -0800536typedef struct {
537 sctp_peeloff_arg_t p_arg;
538 unsigned flags;
539} sctp_peeloff_flags_arg_t;
Ben Cheng655a7c02013-10-16 16:09:24 -0700540struct sctp_paddrthlds {
Tao Baod7db5942015-01-28 10:07:51 -0800541 sctp_assoc_t spt_assoc_id;
Tao Baod7db5942015-01-28 10:07:51 -0800542 struct sockaddr_storage spt_address;
543 __u16 spt_pathmaxrxt;
544 __u16 spt_pathpfthld;
Ben Cheng655a7c02013-10-16 16:09:24 -0700545};
Christopher Ferris49f525c2016-12-12 14:55:36 -0800546struct sctp_prstatus {
547 sctp_assoc_t sprstat_assoc_id;
548 __u16 sprstat_sid;
549 __u16 sprstat_policy;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800550 __u64 sprstat_abandoned_unsent;
551 __u64 sprstat_abandoned_sent;
552};
553struct sctp_default_prinfo {
Christopher Ferris49f525c2016-12-12 14:55:36 -0800554 sctp_assoc_t pr_assoc_id;
555 __u32 pr_value;
556 __u16 pr_policy;
557};
Christopher Ferris49f525c2016-12-12 14:55:36 -0800558struct sctp_info {
559 __u32 sctpi_tag;
560 __u32 sctpi_state;
561 __u32 sctpi_rwnd;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800562 __u16 sctpi_unackdata;
563 __u16 sctpi_penddata;
564 __u16 sctpi_instrms;
565 __u16 sctpi_outstrms;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800566 __u32 sctpi_fragmentation_point;
567 __u32 sctpi_inqueue;
568 __u32 sctpi_outqueue;
569 __u32 sctpi_overall_error;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800570 __u32 sctpi_max_burst;
571 __u32 sctpi_maxseg;
572 __u32 sctpi_peer_rwnd;
573 __u32 sctpi_peer_tag;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800574 __u8 sctpi_peer_capable;
575 __u8 sctpi_peer_sack;
576 __u16 __reserved1;
577 __u64 sctpi_isacks;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800578 __u64 sctpi_osacks;
579 __u64 sctpi_opackets;
580 __u64 sctpi_ipackets;
581 __u64 sctpi_rtxchunks;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800582 __u64 sctpi_outofseqtsns;
583 __u64 sctpi_idupchunks;
584 __u64 sctpi_gapcnt;
585 __u64 sctpi_ouodchunks;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800586 __u64 sctpi_iuodchunks;
587 __u64 sctpi_oodchunks;
588 __u64 sctpi_iodchunks;
589 __u64 sctpi_octrlchunks;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800590 __u64 sctpi_ictrlchunks;
591 struct sockaddr_storage sctpi_p_address;
592 __s32 sctpi_p_state;
593 __u32 sctpi_p_cwnd;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800594 __u32 sctpi_p_srtt;
595 __u32 sctpi_p_rto;
596 __u32 sctpi_p_hbinterval;
597 __u32 sctpi_p_pathmaxrxt;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800598 __u32 sctpi_p_sackdelay;
599 __u32 sctpi_p_sackfreq;
600 __u32 sctpi_p_ssthresh;
601 __u32 sctpi_p_partial_bytes_acked;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800602 __u32 sctpi_p_flight_size;
603 __u16 sctpi_p_error;
604 __u16 __reserved2;
605 __u32 sctpi_s_autoclose;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800606 __u32 sctpi_s_adaptation_ind;
607 __u32 sctpi_s_pd_point;
608 __u8 sctpi_s_nodelay;
609 __u8 sctpi_s_disable_fragments;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800610 __u8 sctpi_s_v4mapped;
611 __u8 sctpi_s_frag_interleave;
612 __u32 sctpi_s_type;
613 __u32 __reserved3;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800614};
Christopher Ferris525ce912017-07-26 13:12:53 -0700615struct sctp_reset_streams {
616 sctp_assoc_t srs_assoc_id;
617 uint16_t srs_flags;
618 uint16_t srs_number_streams;
619 uint16_t srs_stream_list[];
620};
621struct sctp_add_streams {
622 sctp_assoc_t sas_assoc_id;
623 uint16_t sas_instrms;
624 uint16_t sas_outstrms;
625};
Christopher Ferris934ec942018-01-31 15:29:16 -0800626enum sctp_sched_type {
627 SCTP_SS_FCFS,
628 SCTP_SS_PRIO,
629 SCTP_SS_RR,
630 SCTP_SS_MAX = SCTP_SS_RR
631};
Ben Cheng655a7c02013-10-16 16:09:24 -0700632#endif