blob: 66fde7048bb2a4ad78a0ed46db03ee0346a2deec [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
Christopher Ferris76a1d452018-06-27 14:12:29 -070061#define SCTP_AUTH_DEACTIVATE_KEY 35
Christopher Ferris9ce28842018-10-25 12:11:39 -070062#define SCTP_REUSE_PORT 36
Christopher Ferris82d75042015-01-26 10:57:07 -080063#define SCTP_SOCKOPT_BINDX_ADD 100
Ben Cheng655a7c02013-10-16 16:09:24 -070064#define SCTP_SOCKOPT_BINDX_REM 101
65#define SCTP_SOCKOPT_PEELOFF 102
66#define SCTP_SOCKOPT_CONNECTX_OLD 107
67#define SCTP_GET_PEER_ADDRS 108
Ben Cheng655a7c02013-10-16 16:09:24 -070068#define SCTP_GET_LOCAL_ADDRS 109
69#define SCTP_SOCKOPT_CONNECTX 110
70#define SCTP_SOCKOPT_CONNECTX3 111
71#define SCTP_GET_ASSOC_STATS 112
Christopher Ferris49f525c2016-12-12 14:55:36 -080072#define SCTP_PR_SUPPORTED 113
Christopher Ferris49f525c2016-12-12 14:55:36 -080073#define SCTP_DEFAULT_PRINFO 114
74#define SCTP_PR_ASSOC_STATUS 115
Christopher Ferris525ce912017-07-26 13:12:53 -070075#define SCTP_PR_STREAM_STATUS 116
76#define SCTP_RECONFIG_SUPPORTED 117
77#define SCTP_ENABLE_STREAM_RESET 118
78#define SCTP_RESET_STREAMS 119
79#define SCTP_RESET_ASSOC 120
80#define SCTP_ADD_STREAMS 121
Christopher Ferris1308ad32017-11-14 17:32:13 -080081#define SCTP_SOCKOPT_PEELOFF_FLAGS 122
Christopher Ferris934ec942018-01-31 15:29:16 -080082#define SCTP_STREAM_SCHEDULER 123
83#define SCTP_STREAM_SCHEDULER_VALUE 124
Christopher Ferris76a1d452018-06-27 14:12:29 -070084#define SCTP_INTERLEAVING_SUPPORTED 125
85#define SCTP_SENDMSG_CONNECT 126
Christopher Ferrisd842e432019-03-07 10:21:59 -080086#define SCTP_EVENT 127
Christopher Ferris49f525c2016-12-12 14:55:36 -080087#define SCTP_PR_SCTP_NONE 0x0000
88#define SCTP_PR_SCTP_TTL 0x0010
Christopher Ferris49f525c2016-12-12 14:55:36 -080089#define SCTP_PR_SCTP_RTX 0x0020
90#define SCTP_PR_SCTP_PRIO 0x0030
91#define SCTP_PR_SCTP_MAX SCTP_PR_SCTP_PRIO
92#define SCTP_PR_SCTP_MASK 0x0030
Christopher Ferris49f525c2016-12-12 14:55:36 -080093#define __SCTP_PR_INDEX(x) ((x >> 4) - 1)
94#define SCTP_PR_INDEX(x) __SCTP_PR_INDEX(SCTP_PR_SCTP_ ##x)
95#define SCTP_PR_POLICY(x) ((x) & SCTP_PR_SCTP_MASK)
96#define SCTP_PR_SET_POLICY(flags,x) do { flags &= ~SCTP_PR_SCTP_MASK; flags |= x; } while(0)
Christopher Ferris49f525c2016-12-12 14:55:36 -080097#define SCTP_PR_TTL_ENABLED(x) (SCTP_PR_POLICY(x) == SCTP_PR_SCTP_TTL)
98#define SCTP_PR_RTX_ENABLED(x) (SCTP_PR_POLICY(x) == SCTP_PR_SCTP_RTX)
99#define SCTP_PR_PRIO_ENABLED(x) (SCTP_PR_POLICY(x) == SCTP_PR_SCTP_PRIO)
Christopher Ferris525ce912017-07-26 13:12:53 -0700100#define SCTP_ENABLE_RESET_STREAM_REQ 0x01
101#define SCTP_ENABLE_RESET_ASSOC_REQ 0x02
102#define SCTP_ENABLE_CHANGE_ASSOC_REQ 0x04
103#define SCTP_ENABLE_STRRESET_MASK 0x07
104#define SCTP_STREAM_RESET_INCOMING 0x01
105#define SCTP_STREAM_RESET_OUTGOING 0x02
Christopher Ferris82d75042015-01-26 10:57:07 -0800106enum sctp_msg_flags {
Tao Baod7db5942015-01-28 10:07:51 -0800107 MSG_NOTIFICATION = 0x8000,
Christopher Ferris82d75042015-01-26 10:57:07 -0800108#define MSG_NOTIFICATION MSG_NOTIFICATION
109};
Ben Cheng655a7c02013-10-16 16:09:24 -0700110struct sctp_initmsg {
Tao Baod7db5942015-01-28 10:07:51 -0800111 __u16 sinit_num_ostreams;
112 __u16 sinit_max_instreams;
113 __u16 sinit_max_attempts;
114 __u16 sinit_max_init_timeo;
Ben Cheng655a7c02013-10-16 16:09:24 -0700115};
116struct sctp_sndrcvinfo {
Tao Baod7db5942015-01-28 10:07:51 -0800117 __u16 sinfo_stream;
118 __u16 sinfo_ssn;
Tao Baod7db5942015-01-28 10:07:51 -0800119 __u16 sinfo_flags;
120 __u32 sinfo_ppid;
121 __u32 sinfo_context;
122 __u32 sinfo_timetolive;
Tao Baod7db5942015-01-28 10:07:51 -0800123 __u32 sinfo_tsn;
124 __u32 sinfo_cumtsn;
125 sctp_assoc_t sinfo_assoc_id;
Christopher Ferris82d75042015-01-26 10:57:07 -0800126};
Christopher Ferris82d75042015-01-26 10:57:07 -0800127struct sctp_sndinfo {
Tao Baod7db5942015-01-28 10:07:51 -0800128 __u16 snd_sid;
129 __u16 snd_flags;
130 __u32 snd_ppid;
Tao Baod7db5942015-01-28 10:07:51 -0800131 __u32 snd_context;
132 sctp_assoc_t snd_assoc_id;
Christopher Ferris82d75042015-01-26 10:57:07 -0800133};
134struct sctp_rcvinfo {
Tao Baod7db5942015-01-28 10:07:51 -0800135 __u16 rcv_sid;
136 __u16 rcv_ssn;
137 __u16 rcv_flags;
138 __u32 rcv_ppid;
Tao Baod7db5942015-01-28 10:07:51 -0800139 __u32 rcv_tsn;
140 __u32 rcv_cumtsn;
141 __u32 rcv_context;
142 sctp_assoc_t rcv_assoc_id;
Ben Cheng655a7c02013-10-16 16:09:24 -0700143};
Christopher Ferris82d75042015-01-26 10:57:07 -0800144struct sctp_nxtinfo {
Tao Baod7db5942015-01-28 10:07:51 -0800145 __u16 nxt_sid;
146 __u16 nxt_flags;
Tao Baod7db5942015-01-28 10:07:51 -0800147 __u32 nxt_ppid;
148 __u32 nxt_length;
149 sctp_assoc_t nxt_assoc_id;
Christopher Ferris82d75042015-01-26 10:57:07 -0800150};
Christopher Ferris76a1d452018-06-27 14:12:29 -0700151struct sctp_prinfo {
152 __u16 pr_policy;
153 __u32 pr_value;
154};
155struct sctp_authinfo {
156 __u16 auth_keynumber;
157};
Christopher Ferris82d75042015-01-26 10:57:07 -0800158enum sctp_sinfo_flags {
Tao Baod7db5942015-01-28 10:07:51 -0800159 SCTP_UNORDERED = (1 << 0),
160 SCTP_ADDR_OVER = (1 << 1),
161 SCTP_ABORT = (1 << 2),
Tao Baod7db5942015-01-28 10:07:51 -0800162 SCTP_SACK_IMMEDIATELY = (1 << 3),
Christopher Ferris76a1d452018-06-27 14:12:29 -0700163 SCTP_SENDALL = (1 << 6),
Christopher Ferris9ce28842018-10-25 12:11:39 -0700164 SCTP_PR_SCTP_ALL = (1 << 7),
Tao Baod7db5942015-01-28 10:07:51 -0800165 SCTP_NOTIFICATION = MSG_NOTIFICATION,
166 SCTP_EOF = MSG_FIN,
Ben Cheng655a7c02013-10-16 16:09:24 -0700167};
Ben Cheng655a7c02013-10-16 16:09:24 -0700168typedef union {
Tao Baod7db5942015-01-28 10:07:51 -0800169 __u8 raw;
170 struct sctp_initmsg init;
171 struct sctp_sndrcvinfo sndrcv;
Ben Cheng655a7c02013-10-16 16:09:24 -0700172} sctp_cmsg_data_t;
173typedef enum sctp_cmsg_type {
Tao Baod7db5942015-01-28 10:07:51 -0800174 SCTP_INIT,
Ben Cheng655a7c02013-10-16 16:09:24 -0700175#define SCTP_INIT SCTP_INIT
Tao Baod7db5942015-01-28 10:07:51 -0800176 SCTP_SNDRCV,
Ben Cheng655a7c02013-10-16 16:09:24 -0700177#define SCTP_SNDRCV SCTP_SNDRCV
Tao Baod7db5942015-01-28 10:07:51 -0800178 SCTP_SNDINFO,
Christopher Ferris82d75042015-01-26 10:57:07 -0800179#define SCTP_SNDINFO SCTP_SNDINFO
Tao Baod7db5942015-01-28 10:07:51 -0800180 SCTP_RCVINFO,
Christopher Ferris82d75042015-01-26 10:57:07 -0800181#define SCTP_RCVINFO SCTP_RCVINFO
Tao Baod7db5942015-01-28 10:07:51 -0800182 SCTP_NXTINFO,
Christopher Ferris82d75042015-01-26 10:57:07 -0800183#define SCTP_NXTINFO SCTP_NXTINFO
Christopher Ferris76a1d452018-06-27 14:12:29 -0700184 SCTP_PRINFO,
185#define SCTP_PRINFO SCTP_PRINFO
186 SCTP_AUTHINFO,
187#define SCTP_AUTHINFO SCTP_AUTHINFO
188 SCTP_DSTADDRV4,
189#define SCTP_DSTADDRV4 SCTP_DSTADDRV4
190 SCTP_DSTADDRV6,
191#define SCTP_DSTADDRV6 SCTP_DSTADDRV6
Ben Cheng655a7c02013-10-16 16:09:24 -0700192} sctp_cmsg_t;
193struct sctp_assoc_change {
Tao Baod7db5942015-01-28 10:07:51 -0800194 __u16 sac_type;
195 __u16 sac_flags;
Tao Baod7db5942015-01-28 10:07:51 -0800196 __u32 sac_length;
197 __u16 sac_state;
198 __u16 sac_error;
199 __u16 sac_outbound_streams;
Tao Baod7db5942015-01-28 10:07:51 -0800200 __u16 sac_inbound_streams;
201 sctp_assoc_t sac_assoc_id;
202 __u8 sac_info[0];
Ben Cheng655a7c02013-10-16 16:09:24 -0700203};
204enum sctp_sac_state {
Tao Baod7db5942015-01-28 10:07:51 -0800205 SCTP_COMM_UP,
206 SCTP_COMM_LOST,
207 SCTP_RESTART,
Tao Baod7db5942015-01-28 10:07:51 -0800208 SCTP_SHUTDOWN_COMP,
209 SCTP_CANT_STR_ASSOC,
Ben Cheng655a7c02013-10-16 16:09:24 -0700210};
211struct sctp_paddr_change {
Tao Baod7db5942015-01-28 10:07:51 -0800212 __u16 spc_type;
213 __u16 spc_flags;
214 __u32 spc_length;
215 struct sockaddr_storage spc_aaddr;
Tao Baod7db5942015-01-28 10:07:51 -0800216 int spc_state;
217 int spc_error;
218 sctp_assoc_t spc_assoc_id;
Ben Cheng655a7c02013-10-16 16:09:24 -0700219} __attribute__((packed, aligned(4)));
220enum sctp_spc_state {
Tao Baod7db5942015-01-28 10:07:51 -0800221 SCTP_ADDR_AVAILABLE,
222 SCTP_ADDR_UNREACHABLE,
223 SCTP_ADDR_REMOVED,
Tao Baod7db5942015-01-28 10:07:51 -0800224 SCTP_ADDR_ADDED,
225 SCTP_ADDR_MADE_PRIM,
226 SCTP_ADDR_CONFIRMED,
Ben Cheng655a7c02013-10-16 16:09:24 -0700227};
228struct sctp_remote_error {
Tao Baod7db5942015-01-28 10:07:51 -0800229 __u16 sre_type;
230 __u16 sre_flags;
231 __u32 sre_length;
Christopher Ferris1308ad32017-11-14 17:32:13 -0800232 __be16 sre_error;
Tao Baod7db5942015-01-28 10:07:51 -0800233 sctp_assoc_t sre_assoc_id;
234 __u8 sre_data[0];
Ben Cheng655a7c02013-10-16 16:09:24 -0700235};
236struct sctp_send_failed {
Tao Baod7db5942015-01-28 10:07:51 -0800237 __u16 ssf_type;
238 __u16 ssf_flags;
239 __u32 ssf_length;
Tao Baod7db5942015-01-28 10:07:51 -0800240 __u32 ssf_error;
241 struct sctp_sndrcvinfo ssf_info;
242 sctp_assoc_t ssf_assoc_id;
243 __u8 ssf_data[0];
Ben Cheng655a7c02013-10-16 16:09:24 -0700244};
245enum sctp_ssf_flags {
Tao Baod7db5942015-01-28 10:07:51 -0800246 SCTP_DATA_UNSENT,
247 SCTP_DATA_SENT,
Ben Cheng655a7c02013-10-16 16:09:24 -0700248};
249struct sctp_shutdown_event {
Tao Baod7db5942015-01-28 10:07:51 -0800250 __u16 sse_type;
251 __u16 sse_flags;
Tao Baod7db5942015-01-28 10:07:51 -0800252 __u32 sse_length;
253 sctp_assoc_t sse_assoc_id;
Ben Cheng655a7c02013-10-16 16:09:24 -0700254};
255struct sctp_adaptation_event {
Tao Baod7db5942015-01-28 10:07:51 -0800256 __u16 sai_type;
257 __u16 sai_flags;
258 __u32 sai_length;
259 __u32 sai_adaptation_ind;
Tao Baod7db5942015-01-28 10:07:51 -0800260 sctp_assoc_t sai_assoc_id;
Ben Cheng655a7c02013-10-16 16:09:24 -0700261};
Ben Cheng655a7c02013-10-16 16:09:24 -0700262struct sctp_pdapi_event {
Tao Baod7db5942015-01-28 10:07:51 -0800263 __u16 pdapi_type;
Tao Baod7db5942015-01-28 10:07:51 -0800264 __u16 pdapi_flags;
265 __u32 pdapi_length;
266 __u32 pdapi_indication;
267 sctp_assoc_t pdapi_assoc_id;
Christopher Ferris76a1d452018-06-27 14:12:29 -0700268 __u32 pdapi_stream;
269 __u32 pdapi_seq;
Ben Cheng655a7c02013-10-16 16:09:24 -0700270};
Tao Baod7db5942015-01-28 10:07:51 -0800271enum {
272 SCTP_PARTIAL_DELIVERY_ABORTED = 0,
273};
Ben Cheng655a7c02013-10-16 16:09:24 -0700274struct sctp_authkey_event {
Tao Baod7db5942015-01-28 10:07:51 -0800275 __u16 auth_type;
276 __u16 auth_flags;
277 __u32 auth_length;
Tao Baod7db5942015-01-28 10:07:51 -0800278 __u16 auth_keynumber;
279 __u16 auth_altkeynumber;
280 __u32 auth_indication;
281 sctp_assoc_t auth_assoc_id;
Ben Cheng655a7c02013-10-16 16:09:24 -0700282};
Tao Baod7db5942015-01-28 10:07:51 -0800283enum {
Christopher Ferris76a1d452018-06-27 14:12:29 -0700284 SCTP_AUTH_NEW_KEY,
285#define SCTP_AUTH_NEWKEY SCTP_AUTH_NEW_KEY
286 SCTP_AUTH_FREE_KEY,
287 SCTP_AUTH_NO_AUTH,
Tao Baod7db5942015-01-28 10:07:51 -0800288};
Ben Cheng655a7c02013-10-16 16:09:24 -0700289struct sctp_sender_dry_event {
Tao Baod7db5942015-01-28 10:07:51 -0800290 __u16 sender_dry_type;
291 __u16 sender_dry_flags;
292 __u32 sender_dry_length;
Tao Baod7db5942015-01-28 10:07:51 -0800293 sctp_assoc_t sender_dry_assoc_id;
Ben Cheng655a7c02013-10-16 16:09:24 -0700294};
Christopher Ferris525ce912017-07-26 13:12:53 -0700295#define SCTP_STREAM_RESET_INCOMING_SSN 0x0001
296#define SCTP_STREAM_RESET_OUTGOING_SSN 0x0002
297#define SCTP_STREAM_RESET_DENIED 0x0004
298#define SCTP_STREAM_RESET_FAILED 0x0008
299struct sctp_stream_reset_event {
300 __u16 strreset_type;
301 __u16 strreset_flags;
302 __u32 strreset_length;
303 sctp_assoc_t strreset_assoc_id;
304 __u16 strreset_stream_list[];
305};
306#define SCTP_ASSOC_RESET_DENIED 0x0004
307#define SCTP_ASSOC_RESET_FAILED 0x0008
308struct sctp_assoc_reset_event {
309 __u16 assocreset_type;
310 __u16 assocreset_flags;
311 __u32 assocreset_length;
312 sctp_assoc_t assocreset_assoc_id;
313 __u32 assocreset_local_tsn;
314 __u32 assocreset_remote_tsn;
315};
316#define SCTP_ASSOC_CHANGE_DENIED 0x0004
317#define SCTP_ASSOC_CHANGE_FAILED 0x0008
Christopher Ferris86a48372019-01-10 14:14:59 -0800318#define SCTP_STREAM_CHANGE_DENIED SCTP_ASSOC_CHANGE_DENIED
319#define SCTP_STREAM_CHANGE_FAILED SCTP_ASSOC_CHANGE_FAILED
Christopher Ferris525ce912017-07-26 13:12:53 -0700320struct sctp_stream_change_event {
321 __u16 strchange_type;
322 __u16 strchange_flags;
323 __u32 strchange_length;
324 sctp_assoc_t strchange_assoc_id;
325 __u16 strchange_instrms;
326 __u16 strchange_outstrms;
327};
Ben Cheng655a7c02013-10-16 16:09:24 -0700328struct sctp_event_subscribe {
Tao Baod7db5942015-01-28 10:07:51 -0800329 __u8 sctp_data_io_event;
Tao Baod7db5942015-01-28 10:07:51 -0800330 __u8 sctp_association_event;
331 __u8 sctp_address_event;
332 __u8 sctp_send_failure_event;
333 __u8 sctp_peer_error_event;
Tao Baod7db5942015-01-28 10:07:51 -0800334 __u8 sctp_shutdown_event;
335 __u8 sctp_partial_delivery_event;
336 __u8 sctp_adaptation_layer_event;
337 __u8 sctp_authentication_event;
Tao Baod7db5942015-01-28 10:07:51 -0800338 __u8 sctp_sender_dry_event;
Christopher Ferris525ce912017-07-26 13:12:53 -0700339 __u8 sctp_stream_reset_event;
340 __u8 sctp_assoc_reset_event;
341 __u8 sctp_stream_change_event;
Ben Cheng655a7c02013-10-16 16:09:24 -0700342};
Ben Cheng655a7c02013-10-16 16:09:24 -0700343union sctp_notification {
Tao Baod7db5942015-01-28 10:07:51 -0800344 struct {
Tao Baod7db5942015-01-28 10:07:51 -0800345 __u16 sn_type;
346 __u16 sn_flags;
347 __u32 sn_length;
348 } sn_header;
Tao Baod7db5942015-01-28 10:07:51 -0800349 struct sctp_assoc_change sn_assoc_change;
350 struct sctp_paddr_change sn_paddr_change;
351 struct sctp_remote_error sn_remote_error;
352 struct sctp_send_failed sn_send_failed;
Tao Baod7db5942015-01-28 10:07:51 -0800353 struct sctp_shutdown_event sn_shutdown_event;
354 struct sctp_adaptation_event sn_adaptation_event;
355 struct sctp_pdapi_event sn_pdapi_event;
356 struct sctp_authkey_event sn_authkey_event;
Tao Baod7db5942015-01-28 10:07:51 -0800357 struct sctp_sender_dry_event sn_sender_dry_event;
Christopher Ferris525ce912017-07-26 13:12:53 -0700358 struct sctp_stream_reset_event sn_strreset_event;
359 struct sctp_assoc_reset_event sn_assocreset_event;
360 struct sctp_stream_change_event sn_strchange_event;
Ben Cheng655a7c02013-10-16 16:09:24 -0700361};
Ben Cheng655a7c02013-10-16 16:09:24 -0700362enum sctp_sn_type {
Tao Baod7db5942015-01-28 10:07:51 -0800363 SCTP_SN_TYPE_BASE = (1 << 15),
Christopher Ferrisd842e432019-03-07 10:21:59 -0800364 SCTP_DATA_IO_EVENT = SCTP_SN_TYPE_BASE,
365#define SCTP_DATA_IO_EVENT SCTP_DATA_IO_EVENT
Tao Baod7db5942015-01-28 10:07:51 -0800366 SCTP_ASSOC_CHANGE,
Ben Cheng655a7c02013-10-16 16:09:24 -0700367#define SCTP_ASSOC_CHANGE SCTP_ASSOC_CHANGE
Tao Baod7db5942015-01-28 10:07:51 -0800368 SCTP_PEER_ADDR_CHANGE,
Ben Cheng655a7c02013-10-16 16:09:24 -0700369#define SCTP_PEER_ADDR_CHANGE SCTP_PEER_ADDR_CHANGE
Tao Baod7db5942015-01-28 10:07:51 -0800370 SCTP_SEND_FAILED,
Ben Cheng655a7c02013-10-16 16:09:24 -0700371#define SCTP_SEND_FAILED SCTP_SEND_FAILED
Tao Baod7db5942015-01-28 10:07:51 -0800372 SCTP_REMOTE_ERROR,
Ben Cheng655a7c02013-10-16 16:09:24 -0700373#define SCTP_REMOTE_ERROR SCTP_REMOTE_ERROR
Tao Baod7db5942015-01-28 10:07:51 -0800374 SCTP_SHUTDOWN_EVENT,
Ben Cheng655a7c02013-10-16 16:09:24 -0700375#define SCTP_SHUTDOWN_EVENT SCTP_SHUTDOWN_EVENT
Tao Baod7db5942015-01-28 10:07:51 -0800376 SCTP_PARTIAL_DELIVERY_EVENT,
Ben Cheng655a7c02013-10-16 16:09:24 -0700377#define SCTP_PARTIAL_DELIVERY_EVENT SCTP_PARTIAL_DELIVERY_EVENT
Tao Baod7db5942015-01-28 10:07:51 -0800378 SCTP_ADAPTATION_INDICATION,
Ben Cheng655a7c02013-10-16 16:09:24 -0700379#define SCTP_ADAPTATION_INDICATION SCTP_ADAPTATION_INDICATION
Tao Baod7db5942015-01-28 10:07:51 -0800380 SCTP_AUTHENTICATION_EVENT,
Ben Cheng655a7c02013-10-16 16:09:24 -0700381#define SCTP_AUTHENTICATION_INDICATION SCTP_AUTHENTICATION_EVENT
Tao Baod7db5942015-01-28 10:07:51 -0800382 SCTP_SENDER_DRY_EVENT,
Ben Cheng655a7c02013-10-16 16:09:24 -0700383#define SCTP_SENDER_DRY_EVENT SCTP_SENDER_DRY_EVENT
Christopher Ferris525ce912017-07-26 13:12:53 -0700384 SCTP_STREAM_RESET_EVENT,
385#define SCTP_STREAM_RESET_EVENT SCTP_STREAM_RESET_EVENT
386 SCTP_ASSOC_RESET_EVENT,
387#define SCTP_ASSOC_RESET_EVENT SCTP_ASSOC_RESET_EVENT
388 SCTP_STREAM_CHANGE_EVENT,
389#define SCTP_STREAM_CHANGE_EVENT SCTP_STREAM_CHANGE_EVENT
Christopher Ferrisd842e432019-03-07 10:21:59 -0800390 SCTP_SN_TYPE_MAX = SCTP_STREAM_CHANGE_EVENT,
391#define SCTP_SN_TYPE_MAX SCTP_SN_TYPE_MAX
Ben Cheng655a7c02013-10-16 16:09:24 -0700392};
393typedef enum sctp_sn_error {
Tao Baod7db5942015-01-28 10:07:51 -0800394 SCTP_FAILED_THRESHOLD,
395 SCTP_RECEIVED_SACK,
396 SCTP_HEARTBEAT_SUCCESS,
397 SCTP_RESPONSE_TO_USER_REQ,
Tao Baod7db5942015-01-28 10:07:51 -0800398 SCTP_INTERNAL_ERROR,
399 SCTP_SHUTDOWN_GUARD_EXPIRES,
400 SCTP_PEER_FAULTY,
Ben Cheng655a7c02013-10-16 16:09:24 -0700401} sctp_sn_error_t;
402struct sctp_rtoinfo {
Tao Baod7db5942015-01-28 10:07:51 -0800403 sctp_assoc_t srto_assoc_id;
404 __u32 srto_initial;
405 __u32 srto_max;
Tao Baod7db5942015-01-28 10:07:51 -0800406 __u32 srto_min;
Ben Cheng655a7c02013-10-16 16:09:24 -0700407};
Ben Cheng655a7c02013-10-16 16:09:24 -0700408struct sctp_assocparams {
Tao Baod7db5942015-01-28 10:07:51 -0800409 sctp_assoc_t sasoc_assoc_id;
Tao Baod7db5942015-01-28 10:07:51 -0800410 __u16 sasoc_asocmaxrxt;
411 __u16 sasoc_number_peer_destinations;
412 __u32 sasoc_peer_rwnd;
413 __u32 sasoc_local_rwnd;
Tao Baod7db5942015-01-28 10:07:51 -0800414 __u32 sasoc_cookie_life;
Ben Cheng655a7c02013-10-16 16:09:24 -0700415};
Ben Cheng655a7c02013-10-16 16:09:24 -0700416struct sctp_setpeerprim {
Tao Baod7db5942015-01-28 10:07:51 -0800417 sctp_assoc_t sspp_assoc_id;
Tao Baod7db5942015-01-28 10:07:51 -0800418 struct sockaddr_storage sspp_addr;
Ben Cheng655a7c02013-10-16 16:09:24 -0700419} __attribute__((packed, aligned(4)));
Ben Cheng655a7c02013-10-16 16:09:24 -0700420struct sctp_prim {
Tao Baod7db5942015-01-28 10:07:51 -0800421 sctp_assoc_t ssp_assoc_id;
Tao Baod7db5942015-01-28 10:07:51 -0800422 struct sockaddr_storage ssp_addr;
Ben Cheng655a7c02013-10-16 16:09:24 -0700423} __attribute__((packed, aligned(4)));
Ben Cheng655a7c02013-10-16 16:09:24 -0700424#define sctp_setprim sctp_prim
425struct sctp_setadaptation {
Tao Baod7db5942015-01-28 10:07:51 -0800426 __u32 ssb_adaptation_ind;
Ben Cheng655a7c02013-10-16 16:09:24 -0700427};
Ben Cheng655a7c02013-10-16 16:09:24 -0700428enum sctp_spp_flags {
Tao Baod7db5942015-01-28 10:07:51 -0800429 SPP_HB_ENABLE = 1 << 0,
Tao Baod7db5942015-01-28 10:07:51 -0800430 SPP_HB_DISABLE = 1 << 1,
431 SPP_HB = SPP_HB_ENABLE | SPP_HB_DISABLE,
432 SPP_HB_DEMAND = 1 << 2,
433 SPP_PMTUD_ENABLE = 1 << 3,
Tao Baod7db5942015-01-28 10:07:51 -0800434 SPP_PMTUD_DISABLE = 1 << 4,
435 SPP_PMTUD = SPP_PMTUD_ENABLE | SPP_PMTUD_DISABLE,
436 SPP_SACKDELAY_ENABLE = 1 << 5,
437 SPP_SACKDELAY_DISABLE = 1 << 6,
Tao Baod7db5942015-01-28 10:07:51 -0800438 SPP_SACKDELAY = SPP_SACKDELAY_ENABLE | SPP_SACKDELAY_DISABLE,
439 SPP_HB_TIME_IS_ZERO = 1 << 7,
Christopher Ferris9ce28842018-10-25 12:11:39 -0700440 SPP_IPV6_FLOWLABEL = 1 << 8,
441 SPP_DSCP = 1 << 9,
Ben Cheng655a7c02013-10-16 16:09:24 -0700442};
443struct sctp_paddrparams {
Tao Baod7db5942015-01-28 10:07:51 -0800444 sctp_assoc_t spp_assoc_id;
445 struct sockaddr_storage spp_address;
446 __u32 spp_hbinterval;
447 __u16 spp_pathmaxrxt;
Tao Baod7db5942015-01-28 10:07:51 -0800448 __u32 spp_pathmtu;
449 __u32 spp_sackdelay;
450 __u32 spp_flags;
Christopher Ferris9ce28842018-10-25 12:11:39 -0700451 __u32 spp_ipv6_flowlabel;
452 __u8 spp_dscp;
Ben Cheng655a7c02013-10-16 16:09:24 -0700453} __attribute__((packed, aligned(4)));
454struct sctp_authchunk {
Tao Baod7db5942015-01-28 10:07:51 -0800455 __u8 sauth_chunk;
Ben Cheng655a7c02013-10-16 16:09:24 -0700456};
457enum {
Tao Baod7db5942015-01-28 10:07:51 -0800458 SCTP_AUTH_HMAC_ID_SHA1 = 1,
459 SCTP_AUTH_HMAC_ID_SHA256 = 3,
Ben Cheng655a7c02013-10-16 16:09:24 -0700460};
461struct sctp_hmacalgo {
Tao Baod7db5942015-01-28 10:07:51 -0800462 __u32 shmac_num_idents;
463 __u16 shmac_idents[];
Ben Cheng655a7c02013-10-16 16:09:24 -0700464};
465#define shmac_number_of_idents shmac_num_idents
466struct sctp_authkey {
Tao Baod7db5942015-01-28 10:07:51 -0800467 sctp_assoc_t sca_assoc_id;
468 __u16 sca_keynumber;
469 __u16 sca_keylength;
Tao Baod7db5942015-01-28 10:07:51 -0800470 __u8 sca_key[];
Ben Cheng655a7c02013-10-16 16:09:24 -0700471};
Ben Cheng655a7c02013-10-16 16:09:24 -0700472struct sctp_authkeyid {
Tao Baod7db5942015-01-28 10:07:51 -0800473 sctp_assoc_t scact_assoc_id;
Tao Baod7db5942015-01-28 10:07:51 -0800474 __u16 scact_keynumber;
Ben Cheng655a7c02013-10-16 16:09:24 -0700475};
Ben Cheng655a7c02013-10-16 16:09:24 -0700476struct sctp_sack_info {
Tao Baod7db5942015-01-28 10:07:51 -0800477 sctp_assoc_t sack_assoc_id;
Tao Baod7db5942015-01-28 10:07:51 -0800478 uint32_t sack_delay;
479 uint32_t sack_freq;
Ben Cheng655a7c02013-10-16 16:09:24 -0700480};
481struct sctp_assoc_value {
Tao Baod7db5942015-01-28 10:07:51 -0800482 sctp_assoc_t assoc_id;
483 uint32_t assoc_value;
Ben Cheng655a7c02013-10-16 16:09:24 -0700484};
Christopher Ferris934ec942018-01-31 15:29:16 -0800485struct sctp_stream_value {
486 sctp_assoc_t assoc_id;
487 uint16_t stream_id;
488 uint16_t stream_value;
489};
Ben Cheng655a7c02013-10-16 16:09:24 -0700490struct sctp_paddrinfo {
Tao Baod7db5942015-01-28 10:07:51 -0800491 sctp_assoc_t spinfo_assoc_id;
492 struct sockaddr_storage spinfo_address;
493 __s32 spinfo_state;
494 __u32 spinfo_cwnd;
Tao Baod7db5942015-01-28 10:07:51 -0800495 __u32 spinfo_srtt;
496 __u32 spinfo_rto;
497 __u32 spinfo_mtu;
Ben Cheng655a7c02013-10-16 16:09:24 -0700498} __attribute__((packed, aligned(4)));
499enum sctp_spinfo_state {
Tao Baod7db5942015-01-28 10:07:51 -0800500 SCTP_INACTIVE,
501 SCTP_PF,
502 SCTP_ACTIVE,
Tao Baod7db5942015-01-28 10:07:51 -0800503 SCTP_UNCONFIRMED,
504 SCTP_UNKNOWN = 0xffff
Ben Cheng655a7c02013-10-16 16:09:24 -0700505};
506struct sctp_status {
Tao Baod7db5942015-01-28 10:07:51 -0800507 sctp_assoc_t sstat_assoc_id;
508 __s32 sstat_state;
509 __u32 sstat_rwnd;
510 __u16 sstat_unackdata;
Tao Baod7db5942015-01-28 10:07:51 -0800511 __u16 sstat_penddata;
512 __u16 sstat_instrms;
513 __u16 sstat_outstrms;
514 __u32 sstat_fragmentation_point;
Tao Baod7db5942015-01-28 10:07:51 -0800515 struct sctp_paddrinfo sstat_primary;
Ben Cheng655a7c02013-10-16 16:09:24 -0700516};
Ben Cheng655a7c02013-10-16 16:09:24 -0700517struct sctp_authchunks {
Tao Baod7db5942015-01-28 10:07:51 -0800518 sctp_assoc_t gauth_assoc_id;
Tao Baod7db5942015-01-28 10:07:51 -0800519 __u32 gauth_number_of_chunks;
520 uint8_t gauth_chunks[];
Ben Cheng655a7c02013-10-16 16:09:24 -0700521};
522#define guth_number_of_chunks gauth_number_of_chunks
523enum sctp_sstat_state {
Tao Baod7db5942015-01-28 10:07:51 -0800524 SCTP_EMPTY = 0,
525 SCTP_CLOSED = 1,
526 SCTP_COOKIE_WAIT = 2,
Tao Baod7db5942015-01-28 10:07:51 -0800527 SCTP_COOKIE_ECHOED = 3,
528 SCTP_ESTABLISHED = 4,
529 SCTP_SHUTDOWN_PENDING = 5,
530 SCTP_SHUTDOWN_SENT = 6,
Tao Baod7db5942015-01-28 10:07:51 -0800531 SCTP_SHUTDOWN_RECEIVED = 7,
532 SCTP_SHUTDOWN_ACK_SENT = 8,
Ben Cheng655a7c02013-10-16 16:09:24 -0700533};
534struct sctp_assoc_ids {
Tao Baod7db5942015-01-28 10:07:51 -0800535 __u32 gaids_number_of_ids;
536 sctp_assoc_t gaids_assoc_id[];
Ben Cheng655a7c02013-10-16 16:09:24 -0700537};
538struct sctp_getaddrs_old {
Tao Baod7db5942015-01-28 10:07:51 -0800539 sctp_assoc_t assoc_id;
540 int addr_num;
541 struct sockaddr * addrs;
Ben Cheng655a7c02013-10-16 16:09:24 -0700542};
543struct sctp_getaddrs {
Tao Baod7db5942015-01-28 10:07:51 -0800544 sctp_assoc_t assoc_id;
545 __u32 addr_num;
546 __u8 addrs[0];
Ben Cheng655a7c02013-10-16 16:09:24 -0700547};
548struct sctp_assoc_stats {
Tao Baod7db5942015-01-28 10:07:51 -0800549 sctp_assoc_t sas_assoc_id;
550 struct sockaddr_storage sas_obs_rto_ipaddr;
Tao Baod7db5942015-01-28 10:07:51 -0800551 __u64 sas_maxrto;
552 __u64 sas_isacks;
553 __u64 sas_osacks;
554 __u64 sas_opackets;
Tao Baod7db5942015-01-28 10:07:51 -0800555 __u64 sas_ipackets;
556 __u64 sas_rtxchunks;
557 __u64 sas_outofseqtsns;
558 __u64 sas_idupchunks;
Tao Baod7db5942015-01-28 10:07:51 -0800559 __u64 sas_gapcnt;
560 __u64 sas_ouodchunks;
561 __u64 sas_iuodchunks;
562 __u64 sas_oodchunks;
Tao Baod7db5942015-01-28 10:07:51 -0800563 __u64 sas_iodchunks;
564 __u64 sas_octrlchunks;
565 __u64 sas_ictrlchunks;
Ben Cheng655a7c02013-10-16 16:09:24 -0700566};
Ben Cheng655a7c02013-10-16 16:09:24 -0700567#define SCTP_BINDX_ADD_ADDR 0x01
568#define SCTP_BINDX_REM_ADDR 0x02
Ben Cheng655a7c02013-10-16 16:09:24 -0700569typedef struct {
Tao Baod7db5942015-01-28 10:07:51 -0800570 sctp_assoc_t associd;
Tao Baod7db5942015-01-28 10:07:51 -0800571 int sd;
Ben Cheng655a7c02013-10-16 16:09:24 -0700572} sctp_peeloff_arg_t;
Christopher Ferris1308ad32017-11-14 17:32:13 -0800573typedef struct {
574 sctp_peeloff_arg_t p_arg;
575 unsigned flags;
576} sctp_peeloff_flags_arg_t;
Ben Cheng655a7c02013-10-16 16:09:24 -0700577struct sctp_paddrthlds {
Tao Baod7db5942015-01-28 10:07:51 -0800578 sctp_assoc_t spt_assoc_id;
Tao Baod7db5942015-01-28 10:07:51 -0800579 struct sockaddr_storage spt_address;
580 __u16 spt_pathmaxrxt;
581 __u16 spt_pathpfthld;
Ben Cheng655a7c02013-10-16 16:09:24 -0700582};
Christopher Ferris49f525c2016-12-12 14:55:36 -0800583struct sctp_prstatus {
584 sctp_assoc_t sprstat_assoc_id;
585 __u16 sprstat_sid;
586 __u16 sprstat_policy;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800587 __u64 sprstat_abandoned_unsent;
588 __u64 sprstat_abandoned_sent;
589};
590struct sctp_default_prinfo {
Christopher Ferris49f525c2016-12-12 14:55:36 -0800591 sctp_assoc_t pr_assoc_id;
592 __u32 pr_value;
593 __u16 pr_policy;
594};
Christopher Ferris49f525c2016-12-12 14:55:36 -0800595struct sctp_info {
596 __u32 sctpi_tag;
597 __u32 sctpi_state;
598 __u32 sctpi_rwnd;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800599 __u16 sctpi_unackdata;
600 __u16 sctpi_penddata;
601 __u16 sctpi_instrms;
602 __u16 sctpi_outstrms;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800603 __u32 sctpi_fragmentation_point;
604 __u32 sctpi_inqueue;
605 __u32 sctpi_outqueue;
606 __u32 sctpi_overall_error;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800607 __u32 sctpi_max_burst;
608 __u32 sctpi_maxseg;
609 __u32 sctpi_peer_rwnd;
610 __u32 sctpi_peer_tag;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800611 __u8 sctpi_peer_capable;
612 __u8 sctpi_peer_sack;
613 __u16 __reserved1;
614 __u64 sctpi_isacks;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800615 __u64 sctpi_osacks;
616 __u64 sctpi_opackets;
617 __u64 sctpi_ipackets;
618 __u64 sctpi_rtxchunks;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800619 __u64 sctpi_outofseqtsns;
620 __u64 sctpi_idupchunks;
621 __u64 sctpi_gapcnt;
622 __u64 sctpi_ouodchunks;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800623 __u64 sctpi_iuodchunks;
624 __u64 sctpi_oodchunks;
625 __u64 sctpi_iodchunks;
626 __u64 sctpi_octrlchunks;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800627 __u64 sctpi_ictrlchunks;
628 struct sockaddr_storage sctpi_p_address;
629 __s32 sctpi_p_state;
630 __u32 sctpi_p_cwnd;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800631 __u32 sctpi_p_srtt;
632 __u32 sctpi_p_rto;
633 __u32 sctpi_p_hbinterval;
634 __u32 sctpi_p_pathmaxrxt;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800635 __u32 sctpi_p_sackdelay;
636 __u32 sctpi_p_sackfreq;
637 __u32 sctpi_p_ssthresh;
638 __u32 sctpi_p_partial_bytes_acked;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800639 __u32 sctpi_p_flight_size;
640 __u16 sctpi_p_error;
641 __u16 __reserved2;
642 __u32 sctpi_s_autoclose;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800643 __u32 sctpi_s_adaptation_ind;
644 __u32 sctpi_s_pd_point;
645 __u8 sctpi_s_nodelay;
646 __u8 sctpi_s_disable_fragments;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800647 __u8 sctpi_s_v4mapped;
648 __u8 sctpi_s_frag_interleave;
649 __u32 sctpi_s_type;
650 __u32 __reserved3;
Christopher Ferris49f525c2016-12-12 14:55:36 -0800651};
Christopher Ferris525ce912017-07-26 13:12:53 -0700652struct sctp_reset_streams {
653 sctp_assoc_t srs_assoc_id;
654 uint16_t srs_flags;
655 uint16_t srs_number_streams;
656 uint16_t srs_stream_list[];
657};
658struct sctp_add_streams {
659 sctp_assoc_t sas_assoc_id;
660 uint16_t sas_instrms;
661 uint16_t sas_outstrms;
662};
Christopher Ferrisd842e432019-03-07 10:21:59 -0800663struct sctp_event {
664 sctp_assoc_t se_assoc_id;
665 uint16_t se_type;
666 uint8_t se_on;
667};
Christopher Ferris934ec942018-01-31 15:29:16 -0800668enum sctp_sched_type {
669 SCTP_SS_FCFS,
Christopher Ferris86a48372019-01-10 14:14:59 -0800670 SCTP_SS_DEFAULT = SCTP_SS_FCFS,
Christopher Ferris934ec942018-01-31 15:29:16 -0800671 SCTP_SS_PRIO,
672 SCTP_SS_RR,
673 SCTP_SS_MAX = SCTP_SS_RR
674};
Ben Cheng655a7c02013-10-16 16:09:24 -0700675#endif