Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[linux-2.6-block.git] / net / sctp / socket.c
CommitLineData
60c778b2 1/* SCTP kernel implementation
1da177e4
LT
2 * (C) Copyright IBM Corp. 2001, 2004
3 * Copyright (c) 1999-2000 Cisco, Inc.
4 * Copyright (c) 1999-2001 Motorola, Inc.
5 * Copyright (c) 2001-2003 Intel Corp.
6 * Copyright (c) 2001-2002 Nokia, Inc.
7 * Copyright (c) 2001 La Monte H.P. Yarroll
8 *
60c778b2 9 * This file is part of the SCTP kernel implementation
1da177e4
LT
10 *
11 * These functions interface with the sockets layer to implement the
12 * SCTP Extensions for the Sockets API.
13 *
14 * Note that the descriptions from the specification are USER level
15 * functions--this file is the functions which populate the struct proto
16 * for SCTP which is the BOTTOM of the sockets interface.
17 *
60c778b2 18 * This SCTP implementation is free software;
1da177e4
LT
19 * you can redistribute it and/or modify it under the terms of
20 * the GNU General Public License as published by
21 * the Free Software Foundation; either version 2, or (at your option)
22 * any later version.
23 *
60c778b2 24 * This SCTP implementation is distributed in the hope that it
1da177e4
LT
25 * will be useful, but WITHOUT ANY WARRANTY; without even the implied
26 * ************************
27 * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
28 * See the GNU General Public License for more details.
29 *
30 * You should have received a copy of the GNU General Public License
4b2f13a2
JK
31 * along with GNU CC; see the file COPYING. If not, see
32 * <http://www.gnu.org/licenses/>.
1da177e4
LT
33 *
34 * Please send any bug reports or fixes you make to the
35 * email address(es):
91705c61 36 * lksctp developers <linux-sctp@vger.kernel.org>
1da177e4 37 *
1da177e4
LT
38 * Written or modified by:
39 * La Monte H.P. Yarroll <piggy@acm.org>
40 * Narasimha Budihal <narsi@refcode.org>
41 * Karl Knutson <karl@athena.chicago.il.us>
42 * Jon Grimm <jgrimm@us.ibm.com>
43 * Xingang Guo <xingang.guo@intel.com>
44 * Daisy Chang <daisyc@us.ibm.com>
45 * Sridhar Samudrala <samudrala@us.ibm.com>
46 * Inaky Perez-Gonzalez <inaky.gonzalez@intel.com>
47 * Ardelle Fan <ardelle.fan@intel.com>
48 * Ryan Layer <rmlayer@us.ibm.com>
49 * Anup Pemmaiah <pemmaiah@cc.usu.edu>
50 * Kevin Gao <kevin.gao@intel.com>
1da177e4
LT
51 */
52
145ce502
JP
53#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
54
5821c769 55#include <crypto/hash.h>
1da177e4
LT
56#include <linux/types.h>
57#include <linux/kernel.h>
58#include <linux/wait.h>
59#include <linux/time.h>
3f07c014 60#include <linux/sched/signal.h>
1da177e4 61#include <linux/ip.h>
4fc268d2 62#include <linux/capability.h>
1da177e4
LT
63#include <linux/fcntl.h>
64#include <linux/poll.h>
65#include <linux/init.h>
5a0e3ad6 66#include <linux/slab.h>
56b31d1c 67#include <linux/file.h>
ffd59393 68#include <linux/compat.h>
0eb71a9d 69#include <linux/rhashtable.h>
1da177e4
LT
70
71#include <net/ip.h>
72#include <net/icmp.h>
73#include <net/route.h>
74#include <net/ipv6.h>
75#include <net/inet_common.h>
8465a5fc 76#include <net/busy_poll.h>
1da177e4
LT
77
78#include <linux/socket.h> /* for sa_family_t */
bc3b2d7f 79#include <linux/export.h>
1da177e4
LT
80#include <net/sock.h>
81#include <net/sctp/sctp.h>
82#include <net/sctp/sm.h>
13aa8770 83#include <net/sctp/stream_sched.h>
1da177e4 84
1da177e4
LT
85/* Forward declarations for internal helper functions. */
86static int sctp_writeable(struct sock *sk);
87static void sctp_wfree(struct sk_buff *skb);
cea0cc80 88static int sctp_wait_for_sndbuf(struct sctp_association *asoc, long *timeo_p,
a0ff6600 89 size_t msg_len);
26ac8e5f 90static int sctp_wait_for_packet(struct sock *sk, int *err, long *timeo_p);
1da177e4
LT
91static int sctp_wait_for_connect(struct sctp_association *, long *timeo_p);
92static int sctp_wait_for_accept(struct sock *sk, long timeo);
93static void sctp_wait_for_close(struct sock *sk, long timeo);
0a2fbac1 94static void sctp_destruct_sock(struct sock *sk);
1da177e4
LT
95static struct sctp_af *sctp_sockaddr_af(struct sctp_sock *opt,
96 union sctp_addr *addr, int len);
97static int sctp_bindx_add(struct sock *, struct sockaddr *, int);
98static int sctp_bindx_rem(struct sock *, struct sockaddr *, int);
99static int sctp_send_asconf_add_ip(struct sock *, struct sockaddr *, int);
100static int sctp_send_asconf_del_ip(struct sock *, struct sockaddr *, int);
101static int sctp_send_asconf(struct sctp_association *asoc,
102 struct sctp_chunk *chunk);
103static int sctp_do_bind(struct sock *, union sctp_addr *, int);
104static int sctp_autobind(struct sock *sk);
b7ef2618
XL
105static void sctp_sock_migrate(struct sock *oldsk, struct sock *newsk,
106 struct sctp_association *assoc,
107 enum sctp_socket_type type);
1da177e4 108
06044751 109static unsigned long sctp_memory_pressure;
8d987e5c 110static atomic_long_t sctp_memory_allocated;
1748376b 111struct percpu_counter sctp_sockets_allocated;
4d93df0a 112
5c52ba17 113static void sctp_enter_memory_pressure(struct sock *sk)
4d93df0a
NH
114{
115 sctp_memory_pressure = 1;
116}
117
118
1da177e4
LT
119/* Get the sndbuf space available at the time on the association. */
120static inline int sctp_wspace(struct sctp_association *asoc)
121{
4d93df0a 122 int amt;
1da177e4 123
4d93df0a
NH
124 if (asoc->ep->sndbuf_policy)
125 amt = asoc->sndbuf_used;
126 else
31e6d363 127 amt = sk_wmem_alloc_get(asoc->base.sk);
4d93df0a
NH
128
129 if (amt >= asoc->base.sk->sk_sndbuf) {
130 if (asoc->base.sk->sk_userlocks & SOCK_SNDBUF_LOCK)
131 amt = 0;
132 else {
133 amt = sk_stream_wspace(asoc->base.sk);
134 if (amt < 0)
135 amt = 0;
136 }
4eb701df 137 } else {
4d93df0a 138 amt = asoc->base.sk->sk_sndbuf - amt;
4eb701df 139 }
1da177e4
LT
140 return amt;
141}
142
143/* Increment the used sndbuf space count of the corresponding association by
144 * the size of the outgoing data chunk.
145 * Also, set the skb destructor for sndbuf accounting later.
146 *
147 * Since it is always 1-1 between chunk and skb, and also a new skb is always
148 * allocated for chunk bundling in sctp_packet_transmit(), we can use the
149 * destructor in the data chunk skb for the purpose of the sndbuf space
150 * tracking.
151 */
152static inline void sctp_set_owner_w(struct sctp_chunk *chunk)
153{
154 struct sctp_association *asoc = chunk->asoc;
155 struct sock *sk = asoc->base.sk;
156
157 /* The sndbuf space is tracked per association. */
158 sctp_association_hold(asoc);
159
1b1e0bc9
XL
160 if (chunk->shkey)
161 sctp_auth_shkey_hold(chunk->shkey);
162
4eb701df
NH
163 skb_set_owner_w(chunk->skb, sk);
164
1da177e4
LT
165 chunk->skb->destructor = sctp_wfree;
166 /* Save the chunk pointer in skb for sctp_wfree to use later. */
f869c912 167 skb_shinfo(chunk->skb)->destructor_arg = chunk;
1da177e4 168
4eb701df
NH
169 asoc->sndbuf_used += SCTP_DATA_SNDSIZE(chunk) +
170 sizeof(struct sk_buff) +
171 sizeof(struct sctp_chunk);
172
14afee4b 173 refcount_add(sizeof(struct sctp_chunk), &sk->sk_wmem_alloc);
3ab224be
HA
174 sk->sk_wmem_queued += chunk->skb->truesize;
175 sk_mem_charge(sk, chunk->skb->truesize);
1da177e4
LT
176}
177
d04adf1b
XL
178static void sctp_clear_owner_w(struct sctp_chunk *chunk)
179{
180 skb_orphan(chunk->skb);
181}
182
183static void sctp_for_each_tx_datachunk(struct sctp_association *asoc,
184 void (*cb)(struct sctp_chunk *))
185
186{
187 struct sctp_outq *q = &asoc->outqueue;
188 struct sctp_transport *t;
189 struct sctp_chunk *chunk;
190
191 list_for_each_entry(t, &asoc->peer.transport_addr_list, transports)
192 list_for_each_entry(chunk, &t->transmitted, transmitted_list)
193 cb(chunk);
194
a8dd3979 195 list_for_each_entry(chunk, &q->retransmit, transmitted_list)
d04adf1b
XL
196 cb(chunk);
197
a8dd3979 198 list_for_each_entry(chunk, &q->sacked, transmitted_list)
d04adf1b
XL
199 cb(chunk);
200
a8dd3979 201 list_for_each_entry(chunk, &q->abandoned, transmitted_list)
d04adf1b
XL
202 cb(chunk);
203
204 list_for_each_entry(chunk, &q->out_chunk_list, list)
205 cb(chunk);
206}
207
13228238
XL
208static void sctp_for_each_rx_skb(struct sctp_association *asoc, struct sock *sk,
209 void (*cb)(struct sk_buff *, struct sock *))
210
211{
212 struct sk_buff *skb, *tmp;
213
214 sctp_skb_for_each(skb, &asoc->ulpq.lobby, tmp)
215 cb(skb, sk);
216
217 sctp_skb_for_each(skb, &asoc->ulpq.reasm, tmp)
218 cb(skb, sk);
219
220 sctp_skb_for_each(skb, &asoc->ulpq.reasm_uo, tmp)
221 cb(skb, sk);
222}
223
1da177e4
LT
224/* Verify that this is a valid address. */
225static inline int sctp_verify_addr(struct sock *sk, union sctp_addr *addr,
226 int len)
227{
228 struct sctp_af *af;
229
230 /* Verify basic sockaddr. */
231 af = sctp_sockaddr_af(sctp_sk(sk), addr, len);
232 if (!af)
233 return -EINVAL;
234
235 /* Is this a valid SCTP address? */
5636bef7 236 if (!af->addr_valid(addr, sctp_sk(sk), NULL))
1da177e4
LT
237 return -EINVAL;
238
239 if (!sctp_sk(sk)->pf->send_verify(sctp_sk(sk), (addr)))
240 return -EINVAL;
241
242 return 0;
243}
244
245/* Look up the association by its id. If this is not a UDP-style
246 * socket, the ID field is always ignored.
247 */
248struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id)
249{
250 struct sctp_association *asoc = NULL;
251
252 /* If this is not a UDP-style socket, assoc id should be ignored. */
253 if (!sctp_style(sk, UDP)) {
254 /* Return NULL if the socket state is not ESTABLISHED. It
255 * could be a TCP-style listening socket or a socket which
256 * hasn't yet called connect() to establish an association.
257 */
e5b13f34 258 if (!sctp_sstate(sk, ESTABLISHED) && !sctp_sstate(sk, CLOSING))
1da177e4
LT
259 return NULL;
260
261 /* Get the first and the only association from the list. */
262 if (!list_empty(&sctp_sk(sk)->ep->asocs))
263 asoc = list_entry(sctp_sk(sk)->ep->asocs.next,
264 struct sctp_association, asocs);
265 return asoc;
266 }
267
268 /* Otherwise this is a UDP-style socket. */
269 if (!id || (id == (sctp_assoc_t)-1))
270 return NULL;
271
272 spin_lock_bh(&sctp_assocs_id_lock);
273 asoc = (struct sctp_association *)idr_find(&sctp_assocs_id, (int)id);
274 spin_unlock_bh(&sctp_assocs_id_lock);
275
276 if (!asoc || (asoc->base.sk != sk) || asoc->base.dead)
277 return NULL;
278
279 return asoc;
280}
281
282/* Look up the transport from an address and an assoc id. If both address and
283 * id are specified, the associations matching the address and the id should be
284 * the same.
285 */
286static struct sctp_transport *sctp_addr_id2transport(struct sock *sk,
287 struct sockaddr_storage *addr,
288 sctp_assoc_t id)
289{
290 struct sctp_association *addr_asoc = NULL, *id_asoc = NULL;
6f29a130 291 struct sctp_af *af = sctp_get_af_specific(addr->ss_family);
1da177e4 292 union sctp_addr *laddr = (union sctp_addr *)addr;
6f29a130
XL
293 struct sctp_transport *transport;
294
912964ea 295 if (!af || sctp_verify_addr(sk, laddr, af->sockaddr_len))
6f29a130 296 return NULL;
1da177e4 297
1da177e4 298 addr_asoc = sctp_endpoint_lookup_assoc(sctp_sk(sk)->ep,
cd4ff034 299 laddr,
1da177e4 300 &transport);
1da177e4
LT
301
302 if (!addr_asoc)
303 return NULL;
304
305 id_asoc = sctp_id2assoc(sk, id);
306 if (id_asoc && (id_asoc != addr_asoc))
307 return NULL;
308
299ee123 309 sctp_get_pf_specific(sk->sk_family)->addr_to_user(sctp_sk(sk),
1da177e4
LT
310 (union sctp_addr *)addr);
311
312 return transport;
313}
314
315/* API 3.1.2 bind() - UDP Style Syntax
316 * The syntax of bind() is,
317 *
318 * ret = bind(int sd, struct sockaddr *addr, int addrlen);
319 *
320 * sd - the socket descriptor returned by socket().
321 * addr - the address structure (struct sockaddr_in or struct
322 * sockaddr_in6 [RFC 2553]),
323 * addr_len - the size of the address structure.
324 */
dda91928 325static int sctp_bind(struct sock *sk, struct sockaddr *addr, int addr_len)
1da177e4
LT
326{
327 int retval = 0;
328
048ed4b6 329 lock_sock(sk);
1da177e4 330
bb33381d
DB
331 pr_debug("%s: sk:%p, addr:%p, addr_len:%d\n", __func__, sk,
332 addr, addr_len);
1da177e4
LT
333
334 /* Disallow binding twice. */
335 if (!sctp_sk(sk)->ep->base.bind_addr.port)
3f7a87d2 336 retval = sctp_do_bind(sk, (union sctp_addr *)addr,
1da177e4
LT
337 addr_len);
338 else
339 retval = -EINVAL;
340
048ed4b6 341 release_sock(sk);
1da177e4
LT
342
343 return retval;
344}
345
346static long sctp_get_port_local(struct sock *, union sctp_addr *);
347
348/* Verify this is a valid sockaddr. */
349static struct sctp_af *sctp_sockaddr_af(struct sctp_sock *opt,
350 union sctp_addr *addr, int len)
351{
352 struct sctp_af *af;
353
354 /* Check minimum size. */
355 if (len < sizeof (struct sockaddr))
356 return NULL;
357
c5006b8a
XL
358 if (!opt->pf->af_supported(addr->sa.sa_family, opt))
359 return NULL;
360
81e98370
ED
361 if (addr->sa.sa_family == AF_INET6) {
362 if (len < SIN6_LEN_RFC2133)
363 return NULL;
364 /* V4 mapped address are really of AF_INET family */
365 if (ipv6_addr_v4mapped(&addr->v6.sin6_addr) &&
366 !opt->pf->af_supported(AF_INET, opt))
367 return NULL;
368 }
1da177e4
LT
369
370 /* If we get this far, af is valid. */
371 af = sctp_get_af_specific(addr->sa.sa_family);
372
373 if (len < af->sockaddr_len)
374 return NULL;
375
376 return af;
377}
378
379/* Bind a local address either to an endpoint or to an association. */
dda91928 380static int sctp_do_bind(struct sock *sk, union sctp_addr *addr, int len)
1da177e4 381{
3594698a 382 struct net *net = sock_net(sk);
1da177e4
LT
383 struct sctp_sock *sp = sctp_sk(sk);
384 struct sctp_endpoint *ep = sp->ep;
385 struct sctp_bind_addr *bp = &ep->base.bind_addr;
386 struct sctp_af *af;
387 unsigned short snum;
388 int ret = 0;
389
1da177e4
LT
390 /* Common sockaddr verification. */
391 af = sctp_sockaddr_af(sp, addr, len);
3f7a87d2 392 if (!af) {
bb33381d
DB
393 pr_debug("%s: sk:%p, newaddr:%p, len:%d EINVAL\n",
394 __func__, sk, addr, len);
1da177e4 395 return -EINVAL;
3f7a87d2
FF
396 }
397
398 snum = ntohs(addr->v4.sin_port);
399
bb33381d
DB
400 pr_debug("%s: sk:%p, new addr:%pISc, port:%d, new port:%d, len:%d\n",
401 __func__, sk, &addr->sa, bp->port, snum, len);
1da177e4
LT
402
403 /* PF specific bind() address verification. */
404 if (!sp->pf->bind_verify(sp, addr))
405 return -EADDRNOTAVAIL;
406
8b358056
VY
407 /* We must either be unbound, or bind to the same port.
408 * It's OK to allow 0 ports if we are already bound.
409 * We'll just inhert an already bound port in this case
410 */
411 if (bp->port) {
412 if (!snum)
413 snum = bp->port;
414 else if (snum != bp->port) {
bb33381d
DB
415 pr_debug("%s: new port %d doesn't match existing port "
416 "%d\n", __func__, snum, bp->port);
8b358056
VY
417 return -EINVAL;
418 }
1da177e4
LT
419 }
420
4548b683 421 if (snum && snum < inet_prot_sock(net) &&
3594698a 422 !ns_capable(net->user_ns, CAP_NET_BIND_SERVICE))
1da177e4
LT
423 return -EACCES;
424
4e54064e
VY
425 /* See if the address matches any of the addresses we may have
426 * already bound before checking against other endpoints.
427 */
428 if (sctp_bind_addr_match(bp, addr, sp))
429 return -EINVAL;
430
1da177e4
LT
431 /* Make sure we are allowed to bind here.
432 * The function sctp_get_port_local() does duplicate address
433 * detection.
434 */
2772b495 435 addr->v4.sin_port = htons(snum);
1da177e4 436 if ((ret = sctp_get_port_local(sk, addr))) {
4e54064e 437 return -EADDRINUSE;
1da177e4
LT
438 }
439
440 /* Refresh ephemeral port. */
441 if (!bp->port)
c720c7e8 442 bp->port = inet_sk(sk)->inet_num;
1da177e4 443
559cf710
VY
444 /* Add the address to the bind address list.
445 * Use GFP_ATOMIC since BHs will be disabled.
446 */
133800d1
MRL
447 ret = sctp_add_bind_addr(bp, addr, af->sockaddr_len,
448 SCTP_ADDR_SRC, GFP_ATOMIC);
1da177e4
LT
449
450 /* Copy back into socket for getsockname() use. */
451 if (!ret) {
c720c7e8 452 inet_sk(sk)->inet_sport = htons(inet_sk(sk)->inet_num);
299ee123 453 sp->pf->to_sk_saddr(addr, sk);
1da177e4
LT
454 }
455
456 return ret;
457}
458
459 /* ADDIP Section 4.1.1 Congestion Control of ASCONF Chunks
460 *
d808ad9a 461 * R1) One and only one ASCONF Chunk MAY be in transit and unacknowledged
1da177e4 462 * at any one time. If a sender, after sending an ASCONF chunk, decides
d808ad9a 463 * it needs to transfer another ASCONF Chunk, it MUST wait until the
1da177e4 464 * ASCONF-ACK Chunk returns from the previous ASCONF Chunk before sending a
d808ad9a
YH
465 * subsequent ASCONF. Note this restriction binds each side, so at any
466 * time two ASCONF may be in-transit on any given association (one sent
1da177e4
LT
467 * from each endpoint).
468 */
469static int sctp_send_asconf(struct sctp_association *asoc,
470 struct sctp_chunk *chunk)
471{
55e26eb9 472 struct net *net = sock_net(asoc->base.sk);
1da177e4
LT
473 int retval = 0;
474
475 /* If there is an outstanding ASCONF chunk, queue it for later
476 * transmission.
d808ad9a 477 */
1da177e4 478 if (asoc->addip_last_asconf) {
79af02c2 479 list_add_tail(&chunk->list, &asoc->addip_chunk_list);
d808ad9a 480 goto out;
1da177e4
LT
481 }
482
483 /* Hold the chunk until an ASCONF_ACK is received. */
484 sctp_chunk_hold(chunk);
55e26eb9 485 retval = sctp_primitive_ASCONF(net, asoc, chunk);
1da177e4
LT
486 if (retval)
487 sctp_chunk_free(chunk);
488 else
489 asoc->addip_last_asconf = chunk;
490
491out:
492 return retval;
493}
494
495/* Add a list of addresses as bind addresses to local endpoint or
496 * association.
497 *
498 * Basically run through each address specified in the addrs/addrcnt
499 * array/length pair, determine if it is IPv6 or IPv4 and call
500 * sctp_do_bind() on it.
501 *
502 * If any of them fails, then the operation will be reversed and the
503 * ones that were added will be removed.
504 *
505 * Only sctp_setsockopt_bindx() is supposed to call this function.
506 */
04675210 507static int sctp_bindx_add(struct sock *sk, struct sockaddr *addrs, int addrcnt)
1da177e4
LT
508{
509 int cnt;
510 int retval = 0;
511 void *addr_buf;
512 struct sockaddr *sa_addr;
513 struct sctp_af *af;
514
bb33381d
DB
515 pr_debug("%s: sk:%p, addrs:%p, addrcnt:%d\n", __func__, sk,
516 addrs, addrcnt);
1da177e4
LT
517
518 addr_buf = addrs;
519 for (cnt = 0; cnt < addrcnt; cnt++) {
520 /* The list may contain either IPv4 or IPv6 address;
521 * determine the address length for walking thru the list.
522 */
ea110733 523 sa_addr = addr_buf;
1da177e4
LT
524 af = sctp_get_af_specific(sa_addr->sa_family);
525 if (!af) {
526 retval = -EINVAL;
527 goto err_bindx_add;
528 }
529
d808ad9a 530 retval = sctp_do_bind(sk, (union sctp_addr *)sa_addr,
1da177e4
LT
531 af->sockaddr_len);
532
533 addr_buf += af->sockaddr_len;
534
535err_bindx_add:
536 if (retval < 0) {
537 /* Failed. Cleanup the ones that have been added */
538 if (cnt > 0)
539 sctp_bindx_rem(sk, addrs, cnt);
540 return retval;
541 }
542 }
543
544 return retval;
545}
546
547/* Send an ASCONF chunk with Add IP address parameters to all the peers of the
548 * associations that are part of the endpoint indicating that a list of local
549 * addresses are added to the endpoint.
550 *
d808ad9a 551 * If any of the addresses is already in the bind address list of the
1da177e4
LT
552 * association, we do not send the chunk for that association. But it will not
553 * affect other associations.
554 *
555 * Only sctp_setsockopt_bindx() is supposed to call this function.
556 */
d808ad9a 557static int sctp_send_asconf_add_ip(struct sock *sk,
1da177e4
LT
558 struct sockaddr *addrs,
559 int addrcnt)
560{
e1fc3b14 561 struct net *net = sock_net(sk);
1da177e4
LT
562 struct sctp_sock *sp;
563 struct sctp_endpoint *ep;
564 struct sctp_association *asoc;
565 struct sctp_bind_addr *bp;
566 struct sctp_chunk *chunk;
567 struct sctp_sockaddr_entry *laddr;
568 union sctp_addr *addr;
dc022a98 569 union sctp_addr saveaddr;
1da177e4
LT
570 void *addr_buf;
571 struct sctp_af *af;
1da177e4
LT
572 struct list_head *p;
573 int i;
574 int retval = 0;
575
e1fc3b14 576 if (!net->sctp.addip_enable)
1da177e4
LT
577 return retval;
578
579 sp = sctp_sk(sk);
580 ep = sp->ep;
581
bb33381d
DB
582 pr_debug("%s: sk:%p, addrs:%p, addrcnt:%d\n",
583 __func__, sk, addrs, addrcnt);
1da177e4 584
9dbc15f0 585 list_for_each_entry(asoc, &ep->asocs, asocs) {
1da177e4
LT
586 if (!asoc->peer.asconf_capable)
587 continue;
588
589 if (asoc->peer.addip_disabled_mask & SCTP_PARAM_ADD_IP)
590 continue;
591
592 if (!sctp_state(asoc, ESTABLISHED))
593 continue;
594
595 /* Check if any address in the packed array of addresses is
d808ad9a
YH
596 * in the bind address list of the association. If so,
597 * do not send the asconf chunk to its peer, but continue with
1da177e4
LT
598 * other associations.
599 */
600 addr_buf = addrs;
601 for (i = 0; i < addrcnt; i++) {
ea110733 602 addr = addr_buf;
1da177e4
LT
603 af = sctp_get_af_specific(addr->v4.sin_family);
604 if (!af) {
605 retval = -EINVAL;
606 goto out;
607 }
608
609 if (sctp_assoc_lookup_laddr(asoc, addr))
610 break;
611
612 addr_buf += af->sockaddr_len;
613 }
614 if (i < addrcnt)
615 continue;
616
559cf710
VY
617 /* Use the first valid address in bind addr list of
618 * association as Address Parameter of ASCONF CHUNK.
1da177e4 619 */
1da177e4
LT
620 bp = &asoc->base.bind_addr;
621 p = bp->address_list.next;
622 laddr = list_entry(p, struct sctp_sockaddr_entry, list);
5ae955cf 623 chunk = sctp_make_asconf_update_ip(asoc, &laddr->a, addrs,
1da177e4
LT
624 addrcnt, SCTP_PARAM_ADD_IP);
625 if (!chunk) {
626 retval = -ENOMEM;
627 goto out;
628 }
629
dc022a98
SS
630 /* Add the new addresses to the bind address list with
631 * use_as_src set to 0.
1da177e4 632 */
dc022a98
SS
633 addr_buf = addrs;
634 for (i = 0; i < addrcnt; i++) {
ea110733 635 addr = addr_buf;
dc022a98
SS
636 af = sctp_get_af_specific(addr->v4.sin_family);
637 memcpy(&saveaddr, addr, af->sockaddr_len);
f57d96b2 638 retval = sctp_add_bind_addr(bp, &saveaddr,
133800d1 639 sizeof(saveaddr),
f57d96b2 640 SCTP_ADDR_NEW, GFP_ATOMIC);
dc022a98
SS
641 addr_buf += af->sockaddr_len;
642 }
8a07eb0a
MH
643 if (asoc->src_out_of_asoc_ok) {
644 struct sctp_transport *trans;
645
646 list_for_each_entry(trans,
647 &asoc->peer.transport_addr_list, transports) {
8a07eb0a
MH
648 trans->cwnd = min(4*asoc->pathmtu, max_t(__u32,
649 2*asoc->pathmtu, 4380));
650 trans->ssthresh = asoc->peer.i.a_rwnd;
651 trans->rto = asoc->rto_initial;
196d6759 652 sctp_max_rto(asoc, trans);
8a07eb0a 653 trans->rtt = trans->srtt = trans->rttvar = 0;
6e91b578 654 /* Clear the source and route cache */
8a07eb0a 655 sctp_transport_route(trans, NULL,
6e91b578 656 sctp_sk(asoc->base.sk));
8a07eb0a
MH
657 }
658 }
659 retval = sctp_send_asconf(asoc, chunk);
1da177e4
LT
660 }
661
662out:
663 return retval;
664}
665
666/* Remove a list of addresses from bind addresses list. Do not remove the
667 * last address.
668 *
669 * Basically run through each address specified in the addrs/addrcnt
670 * array/length pair, determine if it is IPv6 or IPv4 and call
671 * sctp_del_bind() on it.
672 *
673 * If any of them fails, then the operation will be reversed and the
674 * ones that were removed will be added back.
675 *
676 * At least one address has to be left; if only one address is
677 * available, the operation will return -EBUSY.
678 *
679 * Only sctp_setsockopt_bindx() is supposed to call this function.
680 */
04675210 681static int sctp_bindx_rem(struct sock *sk, struct sockaddr *addrs, int addrcnt)
1da177e4
LT
682{
683 struct sctp_sock *sp = sctp_sk(sk);
684 struct sctp_endpoint *ep = sp->ep;
685 int cnt;
686 struct sctp_bind_addr *bp = &ep->base.bind_addr;
687 int retval = 0;
1da177e4 688 void *addr_buf;
c9a08505 689 union sctp_addr *sa_addr;
1da177e4
LT
690 struct sctp_af *af;
691
bb33381d
DB
692 pr_debug("%s: sk:%p, addrs:%p, addrcnt:%d\n",
693 __func__, sk, addrs, addrcnt);
1da177e4
LT
694
695 addr_buf = addrs;
696 for (cnt = 0; cnt < addrcnt; cnt++) {
697 /* If the bind address list is empty or if there is only one
698 * bind address, there is nothing more to be removed (we need
699 * at least one address here).
700 */
701 if (list_empty(&bp->address_list) ||
702 (sctp_list_single_entry(&bp->address_list))) {
703 retval = -EBUSY;
704 goto err_bindx_rem;
705 }
706
ea110733 707 sa_addr = addr_buf;
c9a08505 708 af = sctp_get_af_specific(sa_addr->sa.sa_family);
1da177e4
LT
709 if (!af) {
710 retval = -EINVAL;
711 goto err_bindx_rem;
712 }
0304ff8a
PG
713
714 if (!af->addr_valid(sa_addr, sp, NULL)) {
715 retval = -EADDRNOTAVAIL;
716 goto err_bindx_rem;
717 }
718
ee9cbaca
VY
719 if (sa_addr->v4.sin_port &&
720 sa_addr->v4.sin_port != htons(bp->port)) {
1da177e4
LT
721 retval = -EINVAL;
722 goto err_bindx_rem;
723 }
724
ee9cbaca
VY
725 if (!sa_addr->v4.sin_port)
726 sa_addr->v4.sin_port = htons(bp->port);
727
1da177e4
LT
728 /* FIXME - There is probably a need to check if sk->sk_saddr and
729 * sk->sk_rcv_addr are currently set to one of the addresses to
730 * be removed. This is something which needs to be looked into
731 * when we are fixing the outstanding issues with multi-homing
732 * socket routing and failover schemes. Refer to comments in
733 * sctp_do_bind(). -daisy
734 */
0ed90fb0 735 retval = sctp_del_bind_addr(bp, sa_addr);
1da177e4
LT
736
737 addr_buf += af->sockaddr_len;
738err_bindx_rem:
739 if (retval < 0) {
740 /* Failed. Add the ones that has been removed back */
741 if (cnt > 0)
742 sctp_bindx_add(sk, addrs, cnt);
743 return retval;
744 }
745 }
746
747 return retval;
748}
749
750/* Send an ASCONF chunk with Delete IP address parameters to all the peers of
751 * the associations that are part of the endpoint indicating that a list of
752 * local addresses are removed from the endpoint.
753 *
d808ad9a 754 * If any of the addresses is already in the bind address list of the
1da177e4
LT
755 * association, we do not send the chunk for that association. But it will not
756 * affect other associations.
757 *
758 * Only sctp_setsockopt_bindx() is supposed to call this function.
759 */
760static int sctp_send_asconf_del_ip(struct sock *sk,
761 struct sockaddr *addrs,
762 int addrcnt)
763{
e1fc3b14 764 struct net *net = sock_net(sk);
1da177e4
LT
765 struct sctp_sock *sp;
766 struct sctp_endpoint *ep;
767 struct sctp_association *asoc;
dc022a98 768 struct sctp_transport *transport;
1da177e4
LT
769 struct sctp_bind_addr *bp;
770 struct sctp_chunk *chunk;
771 union sctp_addr *laddr;
772 void *addr_buf;
773 struct sctp_af *af;
dc022a98 774 struct sctp_sockaddr_entry *saddr;
1da177e4
LT
775 int i;
776 int retval = 0;
8a07eb0a 777 int stored = 0;
1da177e4 778
8a07eb0a 779 chunk = NULL;
e1fc3b14 780 if (!net->sctp.addip_enable)
1da177e4
LT
781 return retval;
782
783 sp = sctp_sk(sk);
784 ep = sp->ep;
785
bb33381d
DB
786 pr_debug("%s: sk:%p, addrs:%p, addrcnt:%d\n",
787 __func__, sk, addrs, addrcnt);
1da177e4 788
9dbc15f0 789 list_for_each_entry(asoc, &ep->asocs, asocs) {
1da177e4
LT
790
791 if (!asoc->peer.asconf_capable)
792 continue;
793
794 if (asoc->peer.addip_disabled_mask & SCTP_PARAM_DEL_IP)
795 continue;
796
797 if (!sctp_state(asoc, ESTABLISHED))
798 continue;
799
800 /* Check if any address in the packed array of addresses is
d808ad9a 801 * not present in the bind address list of the association.
1da177e4
LT
802 * If so, do not send the asconf chunk to its peer, but
803 * continue with other associations.
804 */
805 addr_buf = addrs;
806 for (i = 0; i < addrcnt; i++) {
ea110733 807 laddr = addr_buf;
1da177e4
LT
808 af = sctp_get_af_specific(laddr->v4.sin_family);
809 if (!af) {
810 retval = -EINVAL;
811 goto out;
812 }
813
814 if (!sctp_assoc_lookup_laddr(asoc, laddr))
815 break;
816
817 addr_buf += af->sockaddr_len;
818 }
819 if (i < addrcnt)
820 continue;
821
822 /* Find one address in the association's bind address list
823 * that is not in the packed array of addresses. This is to
824 * make sure that we do not delete all the addresses in the
825 * association.
826 */
1da177e4
LT
827 bp = &asoc->base.bind_addr;
828 laddr = sctp_find_unmatch_addr(bp, (union sctp_addr *)addrs,
829 addrcnt, sp);
8a07eb0a
MH
830 if ((laddr == NULL) && (addrcnt == 1)) {
831 if (asoc->asconf_addr_del_pending)
832 continue;
833 asoc->asconf_addr_del_pending =
834 kzalloc(sizeof(union sctp_addr), GFP_ATOMIC);
6d65e5ee
MH
835 if (asoc->asconf_addr_del_pending == NULL) {
836 retval = -ENOMEM;
837 goto out;
838 }
8a07eb0a
MH
839 asoc->asconf_addr_del_pending->sa.sa_family =
840 addrs->sa_family;
841 asoc->asconf_addr_del_pending->v4.sin_port =
842 htons(bp->port);
843 if (addrs->sa_family == AF_INET) {
844 struct sockaddr_in *sin;
845
846 sin = (struct sockaddr_in *)addrs;
847 asoc->asconf_addr_del_pending->v4.sin_addr.s_addr = sin->sin_addr.s_addr;
848 } else if (addrs->sa_family == AF_INET6) {
849 struct sockaddr_in6 *sin6;
850
851 sin6 = (struct sockaddr_in6 *)addrs;
4e3fd7a0 852 asoc->asconf_addr_del_pending->v6.sin6_addr = sin6->sin6_addr;
8a07eb0a 853 }
bb33381d
DB
854
855 pr_debug("%s: keep the last address asoc:%p %pISc at %p\n",
856 __func__, asoc, &asoc->asconf_addr_del_pending->sa,
857 asoc->asconf_addr_del_pending);
858
8a07eb0a
MH
859 asoc->src_out_of_asoc_ok = 1;
860 stored = 1;
861 goto skip_mkasconf;
862 }
1da177e4 863
88362ad8
DB
864 if (laddr == NULL)
865 return -EINVAL;
866
559cf710
VY
867 /* We do not need RCU protection throughout this loop
868 * because this is done under a socket lock from the
869 * setsockopt call.
870 */
1da177e4
LT
871 chunk = sctp_make_asconf_update_ip(asoc, laddr, addrs, addrcnt,
872 SCTP_PARAM_DEL_IP);
873 if (!chunk) {
874 retval = -ENOMEM;
875 goto out;
876 }
877
8a07eb0a 878skip_mkasconf:
dc022a98
SS
879 /* Reset use_as_src flag for the addresses in the bind address
880 * list that are to be deleted.
881 */
dc022a98
SS
882 addr_buf = addrs;
883 for (i = 0; i < addrcnt; i++) {
ea110733 884 laddr = addr_buf;
dc022a98 885 af = sctp_get_af_specific(laddr->v4.sin_family);
559cf710 886 list_for_each_entry(saddr, &bp->address_list, list) {
5f242a13 887 if (sctp_cmp_addr_exact(&saddr->a, laddr))
f57d96b2 888 saddr->state = SCTP_ADDR_DEL;
dc022a98
SS
889 }
890 addr_buf += af->sockaddr_len;
891 }
1da177e4 892
dc022a98
SS
893 /* Update the route and saddr entries for all the transports
894 * as some of the addresses in the bind address list are
895 * about to be deleted and cannot be used as source addresses.
1da177e4 896 */
9dbc15f0
RD
897 list_for_each_entry(transport, &asoc->peer.transport_addr_list,
898 transports) {
dc022a98
SS
899 sctp_transport_route(transport, NULL,
900 sctp_sk(asoc->base.sk));
901 }
902
8a07eb0a
MH
903 if (stored)
904 /* We don't need to transmit ASCONF */
905 continue;
dc022a98 906 retval = sctp_send_asconf(asoc, chunk);
1da177e4
LT
907 }
908out:
909 return retval;
910}
911
9f7d653b
MH
912/* set addr events to assocs in the endpoint. ep and addr_wq must be locked */
913int sctp_asconf_mgmt(struct sctp_sock *sp, struct sctp_sockaddr_entry *addrw)
914{
915 struct sock *sk = sctp_opt2sk(sp);
916 union sctp_addr *addr;
917 struct sctp_af *af;
918
919 /* It is safe to write port space in caller. */
920 addr = &addrw->a;
921 addr->v4.sin_port = htons(sp->ep->base.bind_addr.port);
922 af = sctp_get_af_specific(addr->sa.sa_family);
923 if (!af)
924 return -EINVAL;
925 if (sctp_verify_addr(sk, addr, af->sockaddr_len))
926 return -EINVAL;
927
928 if (addrw->state == SCTP_ADDR_NEW)
929 return sctp_send_asconf_add_ip(sk, (struct sockaddr *)addr, 1);
930 else
931 return sctp_send_asconf_del_ip(sk, (struct sockaddr *)addr, 1);
932}
933
1da177e4
LT
934/* Helper for tunneling sctp_bindx() requests through sctp_setsockopt()
935 *
936 * API 8.1
937 * int sctp_bindx(int sd, struct sockaddr *addrs, int addrcnt,
938 * int flags);
939 *
940 * If sd is an IPv4 socket, the addresses passed must be IPv4 addresses.
941 * If the sd is an IPv6 socket, the addresses passed can either be IPv4
942 * or IPv6 addresses.
943 *
944 * A single address may be specified as INADDR_ANY or IN6ADDR_ANY, see
945 * Section 3.1.2 for this usage.
946 *
947 * addrs is a pointer to an array of one or more socket addresses. Each
948 * address is contained in its appropriate structure (i.e. struct
949 * sockaddr_in or struct sockaddr_in6) the family of the address type
23c435f7 950 * must be used to distinguish the address length (note that this
1da177e4
LT
951 * representation is termed a "packed array" of addresses). The caller
952 * specifies the number of addresses in the array with addrcnt.
953 *
954 * On success, sctp_bindx() returns 0. On failure, sctp_bindx() returns
955 * -1, and sets errno to the appropriate error code.
956 *
957 * For SCTP, the port given in each socket address must be the same, or
958 * sctp_bindx() will fail, setting errno to EINVAL.
959 *
960 * The flags parameter is formed from the bitwise OR of zero or more of
961 * the following currently defined flags:
962 *
963 * SCTP_BINDX_ADD_ADDR
964 *
965 * SCTP_BINDX_REM_ADDR
966 *
967 * SCTP_BINDX_ADD_ADDR directs SCTP to add the given addresses to the
968 * association, and SCTP_BINDX_REM_ADDR directs SCTP to remove the given
969 * addresses from the association. The two flags are mutually exclusive;
970 * if both are given, sctp_bindx() will fail with EINVAL. A caller may
971 * not remove all addresses from an association; sctp_bindx() will
972 * reject such an attempt with EINVAL.
973 *
974 * An application can use sctp_bindx(SCTP_BINDX_ADD_ADDR) to associate
975 * additional addresses with an endpoint after calling bind(). Or use
976 * sctp_bindx(SCTP_BINDX_REM_ADDR) to remove some addresses a listening
977 * socket is associated with so that no new association accepted will be
978 * associated with those addresses. If the endpoint supports dynamic
979 * address a SCTP_BINDX_REM_ADDR or SCTP_BINDX_ADD_ADDR may cause a
980 * endpoint to send the appropriate message to the peer to change the
981 * peers address lists.
982 *
983 * Adding and removing addresses from a connected association is
984 * optional functionality. Implementations that do not support this
985 * functionality should return EOPNOTSUPP.
986 *
987 * Basically do nothing but copying the addresses from user to kernel
988 * land and invoking either sctp_bindx_add() or sctp_bindx_rem() on the sk.
3f7a87d2
FF
989 * This is used for tunneling the sctp_bindx() request through sctp_setsockopt()
990 * from userspace.
1da177e4 991 *
1da177e4
LT
992 * On exit there is no need to do sockfd_put(), sys_setsockopt() does
993 * it.
994 *
995 * sk The sk of the socket
996 * addrs The pointer to the addresses in user land
997 * addrssize Size of the addrs buffer
998 * op Operation to perform (add or remove, see the flags of
999 * sctp_bindx)
1000 *
1001 * Returns 0 if ok, <0 errno code on error.
1002 */
26ac8e5f 1003static int sctp_setsockopt_bindx(struct sock *sk,
dda91928
DB
1004 struct sockaddr __user *addrs,
1005 int addrs_size, int op)
1da177e4
LT
1006{
1007 struct sockaddr *kaddrs;
1008 int err;
1009 int addrcnt = 0;
1010 int walk_size = 0;
1011 struct sockaddr *sa_addr;
1012 void *addr_buf;
1013 struct sctp_af *af;
1014
bb33381d
DB
1015 pr_debug("%s: sk:%p addrs:%p addrs_size:%d opt:%d\n",
1016 __func__, sk, addrs, addrs_size, op);
1da177e4
LT
1017
1018 if (unlikely(addrs_size <= 0))
1019 return -EINVAL;
1020
c981f254
AV
1021 kaddrs = vmemdup_user(addrs, addrs_size);
1022 if (unlikely(IS_ERR(kaddrs)))
1023 return PTR_ERR(kaddrs);
1da177e4 1024
d808ad9a 1025 /* Walk through the addrs buffer and count the number of addresses. */
1da177e4
LT
1026 addr_buf = kaddrs;
1027 while (walk_size < addrs_size) {
d7e0d19a 1028 if (walk_size + sizeof(sa_family_t) > addrs_size) {
c981f254 1029 kvfree(kaddrs);
d7e0d19a
DR
1030 return -EINVAL;
1031 }
1032
ea110733 1033 sa_addr = addr_buf;
1da177e4
LT
1034 af = sctp_get_af_specific(sa_addr->sa_family);
1035
1036 /* If the address family is not supported or if this address
1037 * causes the address buffer to overflow return EINVAL.
d808ad9a 1038 */
1da177e4 1039 if (!af || (walk_size + af->sockaddr_len) > addrs_size) {
c981f254 1040 kvfree(kaddrs);
1da177e4
LT
1041 return -EINVAL;
1042 }
1043 addrcnt++;
1044 addr_buf += af->sockaddr_len;
1045 walk_size += af->sockaddr_len;
1046 }
1047
1048 /* Do the work. */
1049 switch (op) {
1050 case SCTP_BINDX_ADD_ADDR:
2277c7cd
RH
1051 /* Allow security module to validate bindx addresses. */
1052 err = security_sctp_bind_connect(sk, SCTP_SOCKOPT_BINDX_ADD,
1053 (struct sockaddr *)kaddrs,
1054 addrs_size);
1055 if (err)
1056 goto out;
1da177e4
LT
1057 err = sctp_bindx_add(sk, kaddrs, addrcnt);
1058 if (err)
1059 goto out;
1060 err = sctp_send_asconf_add_ip(sk, kaddrs, addrcnt);
1061 break;
1062
1063 case SCTP_BINDX_REM_ADDR:
1064 err = sctp_bindx_rem(sk, kaddrs, addrcnt);
1065 if (err)
1066 goto out;
1067 err = sctp_send_asconf_del_ip(sk, kaddrs, addrcnt);
1068 break;
1069
1070 default:
1071 err = -EINVAL;
1072 break;
3ff50b79 1073 }
1da177e4
LT
1074
1075out:
c981f254 1076 kvfree(kaddrs);
1da177e4
LT
1077
1078 return err;
1079}
1080
3f7a87d2
FF
1081/* __sctp_connect(struct sock* sk, struct sockaddr *kaddrs, int addrs_size)
1082 *
1083 * Common routine for handling connect() and sctp_connectx().
1084 * Connect will come in with just a single address.
1085 */
26ac8e5f 1086static int __sctp_connect(struct sock *sk,
3f7a87d2 1087 struct sockaddr *kaddrs,
644fbdea 1088 int addrs_size, int flags,
88a0a948 1089 sctp_assoc_t *assoc_id)
3f7a87d2 1090{
55e26eb9 1091 struct net *net = sock_net(sk);
3f7a87d2
FF
1092 struct sctp_sock *sp;
1093 struct sctp_endpoint *ep;
1094 struct sctp_association *asoc = NULL;
1095 struct sctp_association *asoc2;
1096 struct sctp_transport *transport;
1097 union sctp_addr to;
1c662018 1098 enum sctp_scope scope;
3f7a87d2
FF
1099 long timeo;
1100 int err = 0;
1101 int addrcnt = 0;
1102 int walk_size = 0;
e4d1feab 1103 union sctp_addr *sa_addr = NULL;
3f7a87d2 1104 void *addr_buf;
16d00fb7 1105 unsigned short port;
3f7a87d2
FF
1106
1107 sp = sctp_sk(sk);
1108 ep = sp->ep;
1109
1110 /* connect() cannot be done on a socket that is already in ESTABLISHED
1111 * state - UDP-style peeled off socket or a TCP-style socket that
1112 * is already connected.
1113 * It cannot be done even on a TCP-style listening socket.
1114 */
e5b13f34 1115 if (sctp_sstate(sk, ESTABLISHED) || sctp_sstate(sk, CLOSING) ||
3f7a87d2
FF
1116 (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING))) {
1117 err = -EISCONN;
1118 goto out_free;
1119 }
1120
1121 /* Walk through the addrs buffer and count the number of addresses. */
1122 addr_buf = kaddrs;
1123 while (walk_size < addrs_size) {
299ee123
JG
1124 struct sctp_af *af;
1125
d7e0d19a
DR
1126 if (walk_size + sizeof(sa_family_t) > addrs_size) {
1127 err = -EINVAL;
1128 goto out_free;
1129 }
1130
ea110733 1131 sa_addr = addr_buf;
4bdf4b5f 1132 af = sctp_get_af_specific(sa_addr->sa.sa_family);
3f7a87d2
FF
1133
1134 /* If the address family is not supported or if this address
1135 * causes the address buffer to overflow return EINVAL.
1136 */
1137 if (!af || (walk_size + af->sockaddr_len) > addrs_size) {
1138 err = -EINVAL;
1139 goto out_free;
1140 }
1141
d7e0d19a
DR
1142 port = ntohs(sa_addr->v4.sin_port);
1143
e4d1feab
VY
1144 /* Save current address so we can work with it */
1145 memcpy(&to, sa_addr, af->sockaddr_len);
1146
1147 err = sctp_verify_addr(sk, &to, af->sockaddr_len);
3f7a87d2
FF
1148 if (err)
1149 goto out_free;
1150
16d00fb7
VY
1151 /* Make sure the destination port is correctly set
1152 * in all addresses.
1153 */
524fba6c
WY
1154 if (asoc && asoc->peer.port && asoc->peer.port != port) {
1155 err = -EINVAL;
16d00fb7 1156 goto out_free;
524fba6c 1157 }
3f7a87d2
FF
1158
1159 /* Check if there already is a matching association on the
1160 * endpoint (other than the one created here).
1161 */
e4d1feab 1162 asoc2 = sctp_endpoint_lookup_assoc(ep, &to, &transport);
3f7a87d2
FF
1163 if (asoc2 && asoc2 != asoc) {
1164 if (asoc2->state >= SCTP_STATE_ESTABLISHED)
1165 err = -EISCONN;
1166 else
1167 err = -EALREADY;
1168 goto out_free;
1169 }
1170
1171 /* If we could not find a matching association on the endpoint,
1172 * make sure that there is no peeled-off association matching
1173 * the peer address even on another socket.
1174 */
e4d1feab 1175 if (sctp_endpoint_is_peeled_off(ep, &to)) {
3f7a87d2
FF
1176 err = -EADDRNOTAVAIL;
1177 goto out_free;
1178 }
1179
1180 if (!asoc) {
1181 /* If a bind() or sctp_bindx() is not called prior to
1182 * an sctp_connectx() call, the system picks an
1183 * ephemeral port and will choose an address set
1184 * equivalent to binding with a wildcard address.
1185 */
1186 if (!ep->base.bind_addr.port) {
1187 if (sctp_autobind(sk)) {
1188 err = -EAGAIN;
1189 goto out_free;
1190 }
64a0c1c8
ISJ
1191 } else {
1192 /*
d808ad9a
YH
1193 * If an unprivileged user inherits a 1-many
1194 * style socket with open associations on a
1195 * privileged port, it MAY be permitted to
1196 * accept new associations, but it SHOULD NOT
64a0c1c8
ISJ
1197 * be permitted to open new associations.
1198 */
4548b683
KJ
1199 if (ep->base.bind_addr.port <
1200 inet_prot_sock(net) &&
1201 !ns_capable(net->user_ns,
1202 CAP_NET_BIND_SERVICE)) {
64a0c1c8
ISJ
1203 err = -EACCES;
1204 goto out_free;
1205 }
3f7a87d2
FF
1206 }
1207
e4d1feab 1208 scope = sctp_scope(&to);
3f7a87d2
FF
1209 asoc = sctp_association_new(ep, sk, scope, GFP_KERNEL);
1210 if (!asoc) {
1211 err = -ENOMEM;
1212 goto out_free;
1213 }
409b95af
VY
1214
1215 err = sctp_assoc_set_bind_addr_from_ep(asoc, scope,
1216 GFP_KERNEL);
1217 if (err < 0) {
1218 goto out_free;
1219 }
1220
3f7a87d2
FF
1221 }
1222
1223 /* Prime the peer's transport structures. */
e4d1feab 1224 transport = sctp_assoc_add_peer(asoc, &to, GFP_KERNEL,
3f7a87d2
FF
1225 SCTP_UNKNOWN);
1226 if (!transport) {
1227 err = -ENOMEM;
1228 goto out_free;
1229 }
1230
1231 addrcnt++;
1232 addr_buf += af->sockaddr_len;
1233 walk_size += af->sockaddr_len;
1234 }
1235
c6ba68a2
VY
1236 /* In case the user of sctp_connectx() wants an association
1237 * id back, assign one now.
1238 */
1239 if (assoc_id) {
1240 err = sctp_assoc_set_id(asoc, GFP_KERNEL);
1241 if (err < 0)
1242 goto out_free;
1243 }
1244
55e26eb9 1245 err = sctp_primitive_ASSOCIATE(net, asoc, NULL);
3f7a87d2
FF
1246 if (err < 0) {
1247 goto out_free;
1248 }
1249
1250 /* Initialize sk's dport and daddr for getpeername() */
c720c7e8 1251 inet_sk(sk)->inet_dport = htons(asoc->peer.port);
299ee123 1252 sp->pf->to_sk_daddr(sa_addr, sk);
8de8c873 1253 sk->sk_err = 0;
3f7a87d2 1254
644fbdea 1255 timeo = sock_sndtimeo(sk, flags & O_NONBLOCK);
f50f95ca 1256
7233bc84 1257 if (assoc_id)
88a0a948 1258 *assoc_id = asoc->assoc_id;
2277c7cd 1259
7233bc84
MRL
1260 err = sctp_wait_for_connect(asoc, &timeo);
1261 /* Note: the asoc may be freed after the return of
1262 * sctp_wait_for_connect.
1263 */
3f7a87d2
FF
1264
1265 /* Don't free association on exit. */
1266 asoc = NULL;
1267
1268out_free:
bb33381d
DB
1269 pr_debug("%s: took out_free path with asoc:%p kaddrs:%p err:%d\n",
1270 __func__, asoc, kaddrs, err);
3f7a87d2 1271
2eebc1e1
NH
1272 if (asoc) {
1273 /* sctp_primitive_ASSOCIATE may have added this association
1274 * To the hash table, try to unhash it, just in case, its a noop
1275 * if it wasn't hashed so we're safe
1276 */
3f7a87d2 1277 sctp_association_free(asoc);
2eebc1e1 1278 }
3f7a87d2
FF
1279 return err;
1280}
1281
1282/* Helper for tunneling sctp_connectx() requests through sctp_setsockopt()
1283 *
1284 * API 8.9
88a0a948
VY
1285 * int sctp_connectx(int sd, struct sockaddr *addrs, int addrcnt,
1286 * sctp_assoc_t *asoc);
3f7a87d2
FF
1287 *
1288 * If sd is an IPv4 socket, the addresses passed must be IPv4 addresses.
1289 * If the sd is an IPv6 socket, the addresses passed can either be IPv4
1290 * or IPv6 addresses.
1291 *
1292 * A single address may be specified as INADDR_ANY or IN6ADDR_ANY, see
1293 * Section 3.1.2 for this usage.
1294 *
1295 * addrs is a pointer to an array of one or more socket addresses. Each
1296 * address is contained in its appropriate structure (i.e. struct
1297 * sockaddr_in or struct sockaddr_in6) the family of the address type
1298 * must be used to distengish the address length (note that this
1299 * representation is termed a "packed array" of addresses). The caller
1300 * specifies the number of addresses in the array with addrcnt.
1301 *
88a0a948
VY
1302 * On success, sctp_connectx() returns 0. It also sets the assoc_id to
1303 * the association id of the new association. On failure, sctp_connectx()
1304 * returns -1, and sets errno to the appropriate error code. The assoc_id
1305 * is not touched by the kernel.
3f7a87d2
FF
1306 *
1307 * For SCTP, the port given in each socket address must be the same, or
1308 * sctp_connectx() will fail, setting errno to EINVAL.
1309 *
1310 * An application can use sctp_connectx to initiate an association with
1311 * an endpoint that is multi-homed. Much like sctp_bindx() this call
1312 * allows a caller to specify multiple addresses at which a peer can be
1313 * reached. The way the SCTP stack uses the list of addresses to set up
25985edc 1314 * the association is implementation dependent. This function only
3f7a87d2
FF
1315 * specifies that the stack will try to make use of all the addresses in
1316 * the list when needed.
1317 *
1318 * Note that the list of addresses passed in is only used for setting up
1319 * the association. It does not necessarily equal the set of addresses
1320 * the peer uses for the resulting association. If the caller wants to
1321 * find out the set of peer addresses, it must use sctp_getpaddrs() to
1322 * retrieve them after the association has been set up.
1323 *
1324 * Basically do nothing but copying the addresses from user to kernel
1325 * land and invoking either sctp_connectx(). This is used for tunneling
1326 * the sctp_connectx() request through sctp_setsockopt() from userspace.
1327 *
3f7a87d2
FF
1328 * On exit there is no need to do sockfd_put(), sys_setsockopt() does
1329 * it.
1330 *
1331 * sk The sk of the socket
1332 * addrs The pointer to the addresses in user land
1333 * addrssize Size of the addrs buffer
1334 *
88a0a948 1335 * Returns >=0 if ok, <0 errno code on error.
3f7a87d2 1336 */
26ac8e5f 1337static int __sctp_setsockopt_connectx(struct sock *sk,
3f7a87d2 1338 struct sockaddr __user *addrs,
88a0a948
VY
1339 int addrs_size,
1340 sctp_assoc_t *assoc_id)
3f7a87d2 1341{
3f7a87d2 1342 struct sockaddr *kaddrs;
644fbdea 1343 int err = 0, flags = 0;
3f7a87d2 1344
bb33381d
DB
1345 pr_debug("%s: sk:%p addrs:%p addrs_size:%d\n",
1346 __func__, sk, addrs, addrs_size);
3f7a87d2
FF
1347
1348 if (unlikely(addrs_size <= 0))
1349 return -EINVAL;
1350
c981f254
AV
1351 kaddrs = vmemdup_user(addrs, addrs_size);
1352 if (unlikely(IS_ERR(kaddrs)))
1353 return PTR_ERR(kaddrs);
3f7a87d2 1354
2277c7cd
RH
1355 /* Allow security module to validate connectx addresses. */
1356 err = security_sctp_bind_connect(sk, SCTP_SOCKOPT_CONNECTX,
1357 (struct sockaddr *)kaddrs,
1358 addrs_size);
1359 if (err)
1360 goto out_free;
1361
644fbdea
XL
1362 /* in-kernel sockets don't generally have a file allocated to them
1363 * if all they do is call sock_create_kern().
1364 */
1365 if (sk->sk_socket->file)
1366 flags = sk->sk_socket->file->f_flags;
1367
1368 err = __sctp_connect(sk, kaddrs, addrs_size, flags, assoc_id);
2277c7cd
RH
1369
1370out_free:
c981f254 1371 kvfree(kaddrs);
88a0a948 1372
3f7a87d2
FF
1373 return err;
1374}
1375
88a0a948
VY
1376/*
1377 * This is an older interface. It's kept for backward compatibility
1378 * to the option that doesn't provide association id.
1379 */
26ac8e5f 1380static int sctp_setsockopt_connectx_old(struct sock *sk,
dda91928
DB
1381 struct sockaddr __user *addrs,
1382 int addrs_size)
88a0a948
VY
1383{
1384 return __sctp_setsockopt_connectx(sk, addrs, addrs_size, NULL);
1385}
1386
1387/*
1388 * New interface for the API. The since the API is done with a socket
1389 * option, to make it simple we feed back the association id is as a return
1390 * indication to the call. Error is always negative and association id is
1391 * always positive.
1392 */
26ac8e5f 1393static int sctp_setsockopt_connectx(struct sock *sk,
dda91928
DB
1394 struct sockaddr __user *addrs,
1395 int addrs_size)
88a0a948
VY
1396{
1397 sctp_assoc_t assoc_id = 0;
1398 int err = 0;
1399
1400 err = __sctp_setsockopt_connectx(sk, addrs, addrs_size, &assoc_id);
1401
1402 if (err)
1403 return err;
1404 else
1405 return assoc_id;
1406}
1407
c6ba68a2 1408/*
f9c67811
VY
1409 * New (hopefully final) interface for the API.
1410 * We use the sctp_getaddrs_old structure so that use-space library
ffd59393 1411 * can avoid any unnecessary allocations. The only different part
f9c67811 1412 * is that we store the actual length of the address buffer into the
ffd59393 1413 * addrs_num structure member. That way we can re-use the existing
f9c67811 1414 * code.
c6ba68a2 1415 */
ffd59393
DB
1416#ifdef CONFIG_COMPAT
1417struct compat_sctp_getaddrs_old {
1418 sctp_assoc_t assoc_id;
1419 s32 addr_num;
1420 compat_uptr_t addrs; /* struct sockaddr * */
1421};
1422#endif
1423
26ac8e5f 1424static int sctp_getsockopt_connectx3(struct sock *sk, int len,
dda91928
DB
1425 char __user *optval,
1426 int __user *optlen)
c6ba68a2 1427{
f9c67811 1428 struct sctp_getaddrs_old param;
c6ba68a2
VY
1429 sctp_assoc_t assoc_id = 0;
1430 int err = 0;
1431
ffd59393 1432#ifdef CONFIG_COMPAT
96c0e0a9 1433 if (in_compat_syscall()) {
ffd59393 1434 struct compat_sctp_getaddrs_old param32;
c6ba68a2 1435
ffd59393
DB
1436 if (len < sizeof(param32))
1437 return -EINVAL;
1438 if (copy_from_user(&param32, optval, sizeof(param32)))
1439 return -EFAULT;
f9c67811 1440
ffd59393
DB
1441 param.assoc_id = param32.assoc_id;
1442 param.addr_num = param32.addr_num;
1443 param.addrs = compat_ptr(param32.addrs);
1444 } else
1445#endif
1446 {
1447 if (len < sizeof(param))
1448 return -EINVAL;
1449 if (copy_from_user(&param, optval, sizeof(param)))
1450 return -EFAULT;
1451 }
c6ba68a2 1452
ffd59393
DB
1453 err = __sctp_setsockopt_connectx(sk, (struct sockaddr __user *)
1454 param.addrs, param.addr_num,
1455 &assoc_id);
c6ba68a2
VY
1456 if (err == 0 || err == -EINPROGRESS) {
1457 if (copy_to_user(optval, &assoc_id, sizeof(assoc_id)))
1458 return -EFAULT;
1459 if (put_user(sizeof(assoc_id), optlen))
1460 return -EFAULT;
1461 }
1462
1463 return err;
1464}
1465
1da177e4
LT
1466/* API 3.1.4 close() - UDP Style Syntax
1467 * Applications use close() to perform graceful shutdown (as described in
1468 * Section 10.1 of [SCTP]) on ALL the associations currently represented
1469 * by a UDP-style socket.
1470 *
1471 * The syntax is
1472 *
1473 * ret = close(int sd);
1474 *
1475 * sd - the socket descriptor of the associations to be closed.
1476 *
1477 * To gracefully shutdown a specific association represented by the
1478 * UDP-style socket, an application should use the sendmsg() call,
1479 * passing no user data, but including the appropriate flag in the
1480 * ancillary data (see Section xxxx).
1481 *
1482 * If sd in the close() call is a branched-off socket representing only
1483 * one association, the shutdown is performed on that association only.
1484 *
1485 * 4.1.6 close() - TCP Style Syntax
1486 *
1487 * Applications use close() to gracefully close down an association.
1488 *
1489 * The syntax is:
1490 *
1491 * int close(int sd);
1492 *
1493 * sd - the socket descriptor of the association to be closed.
1494 *
1495 * After an application calls close() on a socket descriptor, no further
1496 * socket operations will succeed on that descriptor.
1497 *
1498 * API 7.1.4 SO_LINGER
1499 *
1500 * An application using the TCP-style socket can use this option to
1501 * perform the SCTP ABORT primitive. The linger option structure is:
1502 *
1503 * struct linger {
1504 * int l_onoff; // option on/off
1505 * int l_linger; // linger time
1506 * };
1507 *
1508 * To enable the option, set l_onoff to 1. If the l_linger value is set
1509 * to 0, calling close() is the same as the ABORT primitive. If the
1510 * value is set to a negative value, the setsockopt() call will return
1511 * an error. If the value is set to a positive value linger_time, the
1512 * close() can be blocked for at most linger_time ms. If the graceful
1513 * shutdown phase does not finish during this period, close() will
1514 * return but the graceful shutdown phase continues in the system.
1515 */
dda91928 1516static void sctp_close(struct sock *sk, long timeout)
1da177e4 1517{
55e26eb9 1518 struct net *net = sock_net(sk);
1da177e4
LT
1519 struct sctp_endpoint *ep;
1520 struct sctp_association *asoc;
1521 struct list_head *pos, *temp;
cd4fcc70 1522 unsigned int data_was_unread;
1da177e4 1523
bb33381d 1524 pr_debug("%s: sk:%p, timeout:%ld\n", __func__, sk, timeout);
1da177e4 1525
6dfe4b97 1526 lock_sock_nested(sk, SINGLE_DEPTH_NESTING);
1da177e4 1527 sk->sk_shutdown = SHUTDOWN_MASK;
cbabf463 1528 inet_sk_set_state(sk, SCTP_SS_CLOSING);
1da177e4
LT
1529
1530 ep = sctp_sk(sk)->ep;
1531
cd4fcc70
TG
1532 /* Clean up any skbs sitting on the receive queue. */
1533 data_was_unread = sctp_queue_purge_ulpevents(&sk->sk_receive_queue);
1534 data_was_unread += sctp_queue_purge_ulpevents(&sctp_sk(sk)->pd_lobby);
1535
61c9fed4 1536 /* Walk all associations on an endpoint. */
1da177e4
LT
1537 list_for_each_safe(pos, temp, &ep->asocs) {
1538 asoc = list_entry(pos, struct sctp_association, asocs);
1539
1540 if (sctp_style(sk, TCP)) {
1541 /* A closed association can still be in the list if
1542 * it belongs to a TCP-style listening socket that is
1543 * not yet accepted. If so, free it. If not, send an
1544 * ABORT or SHUTDOWN based on the linger options.
1545 */
1546 if (sctp_state(asoc, CLOSED)) {
1da177e4 1547 sctp_association_free(asoc);
b89498a1
VY
1548 continue;
1549 }
1550 }
1da177e4 1551
cd4fcc70
TG
1552 if (data_was_unread || !skb_queue_empty(&asoc->ulpq.lobby) ||
1553 !skb_queue_empty(&asoc->ulpq.reasm) ||
13228238 1554 !skb_queue_empty(&asoc->ulpq.reasm_uo) ||
cd4fcc70 1555 (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime)) {
b9ac8672
SS
1556 struct sctp_chunk *chunk;
1557
1558 chunk = sctp_make_abort_user(asoc, NULL, 0);
068d8bd3 1559 sctp_primitive_ABORT(net, asoc, chunk);
b9ac8672 1560 } else
55e26eb9 1561 sctp_primitive_SHUTDOWN(net, asoc, NULL);
1da177e4
LT
1562 }
1563
1da177e4
LT
1564 /* On a TCP-style socket, block for at most linger_time if set. */
1565 if (sctp_style(sk, TCP) && timeout)
1566 sctp_wait_for_close(sk, timeout);
1567
1568 /* This will run the backlog queue. */
048ed4b6 1569 release_sock(sk);
1da177e4
LT
1570
1571 /* Supposedly, no process has access to the socket, but
1572 * the net layers still may.
2d45a02d
MRL
1573 * Also, sctp_destroy_sock() needs to be called with addr_wq_lock
1574 * held and that should be grabbed before socket lock.
1da177e4 1575 */
2d45a02d 1576 spin_lock_bh(&net->sctp.addr_wq_lock);
6dfe4b97 1577 bh_lock_sock_nested(sk);
1da177e4
LT
1578
1579 /* Hold the sock, since sk_common_release() will put sock_put()
1580 * and we have just a little more cleanup.
1581 */
1582 sock_hold(sk);
1583 sk_common_release(sk);
1584
5bc1d1b4 1585 bh_unlock_sock(sk);
2d45a02d 1586 spin_unlock_bh(&net->sctp.addr_wq_lock);
1da177e4
LT
1587
1588 sock_put(sk);
1589
1590 SCTP_DBG_OBJCNT_DEC(sock);
1591}
1592
1593/* Handle EPIPE error. */
1594static int sctp_error(struct sock *sk, int flags, int err)
1595{
1596 if (err == -EPIPE)
1597 err = sock_error(sk) ? : -EPIPE;
1598 if (err == -EPIPE && !(flags & MSG_NOSIGNAL))
1599 send_sig(SIGPIPE, current, 0);
1600 return err;
1601}
1602
1603/* API 3.1.3 sendmsg() - UDP Style Syntax
1604 *
1605 * An application uses sendmsg() and recvmsg() calls to transmit data to
1606 * and receive data from its peer.
1607 *
1608 * ssize_t sendmsg(int socket, const struct msghdr *message,
1609 * int flags);
1610 *
1611 * socket - the socket descriptor of the endpoint.
1612 * message - pointer to the msghdr structure which contains a single
1613 * user message and possibly some ancillary data.
1614 *
1615 * See Section 5 for complete description of the data
1616 * structures.
1617 *
1618 * flags - flags sent or received with the user message, see Section
1619 * 5 for complete description of the flags.
1620 *
1621 * Note: This function could use a rewrite especially when explicit
1622 * connect support comes in.
1623 */
1624/* BUG: We do not implement the equivalent of sk_stream_wait_memory(). */
1625
a05437ac
XL
1626static int sctp_msghdr_parse(const struct msghdr *msg,
1627 struct sctp_cmsgs *cmsgs);
1da177e4 1628
204f817f
XL
1629static int sctp_sendmsg_parse(struct sock *sk, struct sctp_cmsgs *cmsgs,
1630 struct sctp_sndrcvinfo *srinfo,
1631 const struct msghdr *msg, size_t msg_len)
1632{
1633 __u16 sflags;
1634 int err;
1635
1636 if (sctp_sstate(sk, LISTENING) && sctp_style(sk, TCP))
1637 return -EPIPE;
1638
1639 if (msg_len > sk->sk_sndbuf)
1640 return -EMSGSIZE;
1641
1642 memset(cmsgs, 0, sizeof(*cmsgs));
1643 err = sctp_msghdr_parse(msg, cmsgs);
1644 if (err) {
1645 pr_debug("%s: msghdr parse err:%x\n", __func__, err);
1646 return err;
1647 }
1648
1649 memset(srinfo, 0, sizeof(*srinfo));
1650 if (cmsgs->srinfo) {
1651 srinfo->sinfo_stream = cmsgs->srinfo->sinfo_stream;
1652 srinfo->sinfo_flags = cmsgs->srinfo->sinfo_flags;
1653 srinfo->sinfo_ppid = cmsgs->srinfo->sinfo_ppid;
1654 srinfo->sinfo_context = cmsgs->srinfo->sinfo_context;
1655 srinfo->sinfo_assoc_id = cmsgs->srinfo->sinfo_assoc_id;
1656 srinfo->sinfo_timetolive = cmsgs->srinfo->sinfo_timetolive;
1657 }
1658
1659 if (cmsgs->sinfo) {
1660 srinfo->sinfo_stream = cmsgs->sinfo->snd_sid;
1661 srinfo->sinfo_flags = cmsgs->sinfo->snd_flags;
1662 srinfo->sinfo_ppid = cmsgs->sinfo->snd_ppid;
1663 srinfo->sinfo_context = cmsgs->sinfo->snd_context;
1664 srinfo->sinfo_assoc_id = cmsgs->sinfo->snd_assoc_id;
1665 }
1666
ed63afb8
XL
1667 if (cmsgs->prinfo) {
1668 srinfo->sinfo_timetolive = cmsgs->prinfo->pr_value;
1669 SCTP_PR_SET_POLICY(srinfo->sinfo_flags,
1670 cmsgs->prinfo->pr_policy);
1671 }
1672
204f817f
XL
1673 sflags = srinfo->sinfo_flags;
1674 if (!sflags && msg_len)
1675 return 0;
1676
1677 if (sctp_style(sk, TCP) && (sflags & (SCTP_EOF | SCTP_ABORT)))
1678 return -EINVAL;
1679
1680 if (((sflags & SCTP_EOF) && msg_len > 0) ||
1681 (!(sflags & (SCTP_EOF | SCTP_ABORT)) && msg_len == 0))
1682 return -EINVAL;
1683
1684 if ((sflags & SCTP_ADDR_OVER) && !msg->msg_name)
1685 return -EINVAL;
1686
1687 return 0;
1688}
1689
2bfd80f9
XL
1690static int sctp_sendmsg_new_asoc(struct sock *sk, __u16 sflags,
1691 struct sctp_cmsgs *cmsgs,
1692 union sctp_addr *daddr,
1693 struct sctp_transport **tp)
1694{
1695 struct sctp_endpoint *ep = sctp_sk(sk)->ep;
1696 struct net *net = sock_net(sk);
1697 struct sctp_association *asoc;
1698 enum sctp_scope scope;
2c0dbaa0 1699 struct cmsghdr *cmsg;
4be4139f 1700 __be32 flowinfo = 0;
9eda2d2d 1701 struct sctp_af *af;
d98985dd 1702 int err;
2bfd80f9
XL
1703
1704 *tp = NULL;
1705
1706 if (sflags & (SCTP_EOF | SCTP_ABORT))
1707 return -EINVAL;
1708
1709 if (sctp_style(sk, TCP) && (sctp_sstate(sk, ESTABLISHED) ||
1710 sctp_sstate(sk, CLOSING)))
1711 return -EADDRNOTAVAIL;
1712
1713 if (sctp_endpoint_is_peeled_off(ep, daddr))
1714 return -EADDRNOTAVAIL;
1715
1716 if (!ep->base.bind_addr.port) {
1717 if (sctp_autobind(sk))
1718 return -EAGAIN;
1719 } else {
1720 if (ep->base.bind_addr.port < inet_prot_sock(net) &&
1721 !ns_capable(net->user_ns, CAP_NET_BIND_SERVICE))
1722 return -EACCES;
1723 }
1724
1725 scope = sctp_scope(daddr);
1726
9eda2d2d
LT
1727 /* Label connection socket for first association 1-to-many
1728 * style for client sequence socket()->sendmsg(). This
1729 * needs to be done before sctp_assoc_add_peer() as that will
1730 * set up the initial packet that needs to account for any
1731 * security ip options (CIPSO/CALIPSO) added to the packet.
1732 */
1733 af = sctp_get_af_specific(daddr->sa.sa_family);
1734 if (!af)
1735 return -EINVAL;
1736 err = security_sctp_bind_connect(sk, SCTP_SENDMSG_CONNECT,
1737 (struct sockaddr *)daddr,
1738 af->sockaddr_len);
1739 if (err < 0)
1740 return err;
1da177e4 1741
2bfd80f9
XL
1742 asoc = sctp_association_new(ep, sk, scope, GFP_KERNEL);
1743 if (!asoc)
1744 return -ENOMEM;
1745
1746 if (sctp_assoc_set_bind_addr_from_ep(asoc, scope, GFP_KERNEL) < 0) {
1747 err = -ENOMEM;
1748 goto free;
1749 }
1750
1751 if (cmsgs->init) {
1752 struct sctp_initmsg *init = cmsgs->init;
1753
1754 if (init->sinit_num_ostreams) {
1755 __u16 outcnt = init->sinit_num_ostreams;
1756
1757 asoc->c.sinit_num_ostreams = outcnt;
1758 /* outcnt has been changed, need to re-init stream */
1759 err = sctp_stream_init(&asoc->stream, outcnt, 0,
1760 GFP_KERNEL);
1761 if (err)
1762 goto free;
1763 }
1764
1765 if (init->sinit_max_instreams)
1766 asoc->c.sinit_max_instreams = init->sinit_max_instreams;
1767
1768 if (init->sinit_max_attempts)
1769 asoc->max_init_attempts = init->sinit_max_attempts;
1770
1771 if (init->sinit_max_init_timeo)
1772 asoc->max_init_timeo =
1773 msecs_to_jiffies(init->sinit_max_init_timeo);
1774 }
1775
1776 *tp = sctp_assoc_add_peer(asoc, daddr, GFP_KERNEL, SCTP_UNKNOWN);
1777 if (!*tp) {
1778 err = -ENOMEM;
1779 goto free;
1780 }
1781
2c0dbaa0
XL
1782 if (!cmsgs->addrs_msg)
1783 return 0;
1784
4be4139f
XL
1785 if (daddr->sa.sa_family == AF_INET6)
1786 flowinfo = daddr->v6.sin6_flowinfo;
1787
2c0dbaa0
XL
1788 /* sendv addr list parse */
1789 for_each_cmsghdr(cmsg, cmsgs->addrs_msg) {
1790 struct sctp_transport *transport;
1791 struct sctp_association *old;
1792 union sctp_addr _daddr;
1793 int dlen;
1794
1795 if (cmsg->cmsg_level != IPPROTO_SCTP ||
1796 (cmsg->cmsg_type != SCTP_DSTADDRV4 &&
1797 cmsg->cmsg_type != SCTP_DSTADDRV6))
1798 continue;
1799
1800 daddr = &_daddr;
1801 memset(daddr, 0, sizeof(*daddr));
1802 dlen = cmsg->cmsg_len - sizeof(struct cmsghdr);
1803 if (cmsg->cmsg_type == SCTP_DSTADDRV4) {
d98985dd
WY
1804 if (dlen < sizeof(struct in_addr)) {
1805 err = -EINVAL;
2c0dbaa0 1806 goto free;
d98985dd 1807 }
2c0dbaa0
XL
1808
1809 dlen = sizeof(struct in_addr);
1810 daddr->v4.sin_family = AF_INET;
1811 daddr->v4.sin_port = htons(asoc->peer.port);
1812 memcpy(&daddr->v4.sin_addr, CMSG_DATA(cmsg), dlen);
1813 } else {
d98985dd
WY
1814 if (dlen < sizeof(struct in6_addr)) {
1815 err = -EINVAL;
2c0dbaa0 1816 goto free;
d98985dd 1817 }
2c0dbaa0
XL
1818
1819 dlen = sizeof(struct in6_addr);
4be4139f 1820 daddr->v6.sin6_flowinfo = flowinfo;
2c0dbaa0
XL
1821 daddr->v6.sin6_family = AF_INET6;
1822 daddr->v6.sin6_port = htons(asoc->peer.port);
1823 memcpy(&daddr->v6.sin6_addr, CMSG_DATA(cmsg), dlen);
1824 }
1825 err = sctp_verify_addr(sk, daddr, sizeof(*daddr));
1826 if (err)
1827 goto free;
1828
1829 old = sctp_endpoint_lookup_assoc(ep, daddr, &transport);
1830 if (old && old != asoc) {
1831 if (old->state >= SCTP_STATE_ESTABLISHED)
1832 err = -EISCONN;
1833 else
1834 err = -EALREADY;
1835 goto free;
1836 }
1837
1838 if (sctp_endpoint_is_peeled_off(ep, daddr)) {
1839 err = -EADDRNOTAVAIL;
1840 goto free;
1841 }
1842
1843 transport = sctp_assoc_add_peer(asoc, daddr, GFP_KERNEL,
1844 SCTP_UNKNOWN);
1845 if (!transport) {
1846 err = -ENOMEM;
1847 goto free;
1848 }
1849 }
1850
2bfd80f9
XL
1851 return 0;
1852
1853free:
1854 sctp_association_free(asoc);
1855 return err;
1856}
1857
c2666de1
XL
1858static int sctp_sendmsg_check_sflags(struct sctp_association *asoc,
1859 __u16 sflags, struct msghdr *msg,
1860 size_t msg_len)
1861{
1862 struct sock *sk = asoc->base.sk;
1863 struct net *net = sock_net(sk);
1864
1865 if (sctp_state(asoc, CLOSED) && sctp_style(sk, TCP))
1866 return -EPIPE;
1867
49102805
XL
1868 if ((sflags & SCTP_SENDALL) && sctp_style(sk, UDP) &&
1869 !sctp_state(asoc, ESTABLISHED))
1870 return 0;
1871
c2666de1
XL
1872 if (sflags & SCTP_EOF) {
1873 pr_debug("%s: shutting down association:%p\n", __func__, asoc);
1874 sctp_primitive_SHUTDOWN(net, asoc, NULL);
1875
1876 return 0;
1877 }
1878
1879 if (sflags & SCTP_ABORT) {
1880 struct sctp_chunk *chunk;
1881
1882 chunk = sctp_make_abort_user(asoc, msg, msg_len);
1883 if (!chunk)
1884 return -ENOMEM;
1885
1886 pr_debug("%s: aborting association:%p\n", __func__, asoc);
1887 sctp_primitive_ABORT(net, asoc, chunk);
1888
1889 return 0;
1890 }
1891
1892 return 1;
1893}
1894
f84af331
XL
1895static int sctp_sendmsg_to_asoc(struct sctp_association *asoc,
1896 struct msghdr *msg, size_t msg_len,
1897 struct sctp_transport *transport,
1898 struct sctp_sndrcvinfo *sinfo)
1899{
1900 struct sock *sk = asoc->base.sk;
63d01330 1901 struct sctp_sock *sp = sctp_sk(sk);
f84af331
XL
1902 struct net *net = sock_net(sk);
1903 struct sctp_datamsg *datamsg;
1904 bool wait_connect = false;
1905 struct sctp_chunk *chunk;
1906 long timeo;
1907 int err;
1908
1909 if (sinfo->sinfo_stream >= asoc->stream.outcnt) {
1910 err = -EINVAL;
1911 goto err;
1912 }
1913
05364ca0 1914 if (unlikely(!SCTP_SO(&asoc->stream, sinfo->sinfo_stream)->ext)) {
f84af331
XL
1915 err = sctp_stream_init_ext(&asoc->stream, sinfo->sinfo_stream);
1916 if (err)
1917 goto err;
1918 }
1919
63d01330 1920 if (sp->disable_fragments && msg_len > asoc->frag_point) {
f84af331
XL
1921 err = -EMSGSIZE;
1922 goto err;
1923 }
1924
2521680e 1925 if (asoc->pmtu_pending) {
63d01330
MRL
1926 if (sp->param_flags & SPP_PMTUD_ENABLE)
1927 sctp_assoc_sync_pmtu(asoc);
2521680e
MRL
1928 asoc->pmtu_pending = 0;
1929 }
0aee4c25
NH
1930
1931 if (sctp_wspace(asoc) < msg_len)
1932 sctp_prsctp_prune(asoc, sinfo, msg_len - sctp_wspace(asoc));
1933
1934 if (!sctp_wspace(asoc)) {
1935 timeo = sock_sndtimeo(sk, msg->msg_flags & MSG_DONTWAIT);
1936 err = sctp_wait_for_sndbuf(asoc, &timeo, msg_len);
1937 if (err)
1938 goto err;
1939 }
1940
f84af331
XL
1941 if (sctp_state(asoc, CLOSED)) {
1942 err = sctp_primitive_ASSOCIATE(net, asoc, NULL);
1943 if (err)
1944 goto err;
1945
63d01330 1946 if (sp->strm_interleave) {
f84af331
XL
1947 timeo = sock_sndtimeo(sk, 0);
1948 err = sctp_wait_for_connect(asoc, &timeo);
1949 if (err)
1950 goto err;
1951 } else {
1952 wait_connect = true;
1953 }
1954
1955 pr_debug("%s: we associated primitively\n", __func__);
1956 }
1957
f84af331
XL
1958 datamsg = sctp_datamsg_from_user(asoc, sinfo, &msg->msg_iter);
1959 if (IS_ERR(datamsg)) {
1960 err = PTR_ERR(datamsg);
1961 goto err;
1962 }
1963
1964 asoc->force_delay = !!(msg->msg_flags & MSG_MORE);
1965
1966 list_for_each_entry(chunk, &datamsg->chunks, frag_list) {
1967 sctp_chunk_hold(chunk);
1968 sctp_set_owner_w(chunk);
1969 chunk->transport = transport;
1970 }
1971
1972 err = sctp_primitive_SEND(net, asoc, datamsg);
1973 if (err) {
1974 sctp_datamsg_free(datamsg);
1975 goto err;
1976 }
1977
1978 pr_debug("%s: we sent primitively\n", __func__);
1979
1980 sctp_datamsg_put(datamsg);
1981
1982 if (unlikely(wait_connect)) {
1983 timeo = sock_sndtimeo(sk, msg->msg_flags & MSG_DONTWAIT);
1984 sctp_wait_for_connect(asoc, &timeo);
1985 }
1986
1987 err = msg_len;
1988
1989err:
1990 return err;
1991}
1992
becef9b1
XL
1993static union sctp_addr *sctp_sendmsg_get_daddr(struct sock *sk,
1994 const struct msghdr *msg,
1995 struct sctp_cmsgs *cmsgs)
1996{
1997 union sctp_addr *daddr = NULL;
1998 int err;
1999
2000 if (!sctp_style(sk, UDP_HIGH_BANDWIDTH) && msg->msg_name) {
2001 int len = msg->msg_namelen;
2002
2003 if (len > sizeof(*daddr))
2004 len = sizeof(*daddr);
2005
2006 daddr = (union sctp_addr *)msg->msg_name;
2007
2008 err = sctp_verify_addr(sk, daddr, len);
2009 if (err)
2010 return ERR_PTR(err);
2011 }
2012
2013 return daddr;
2014}
2015
d42cb06e
XL
2016static void sctp_sendmsg_update_sinfo(struct sctp_association *asoc,
2017 struct sctp_sndrcvinfo *sinfo,
2018 struct sctp_cmsgs *cmsgs)
2019{
2020 if (!cmsgs->srinfo && !cmsgs->sinfo) {
2021 sinfo->sinfo_stream = asoc->default_stream;
2022 sinfo->sinfo_ppid = asoc->default_ppid;
2023 sinfo->sinfo_context = asoc->default_context;
2024 sinfo->sinfo_assoc_id = sctp_assoc2id(asoc);
ed63afb8
XL
2025
2026 if (!cmsgs->prinfo)
2027 sinfo->sinfo_flags = asoc->default_flags;
d42cb06e
XL
2028 }
2029
ed63afb8 2030 if (!cmsgs->srinfo && !cmsgs->prinfo)
d42cb06e 2031 sinfo->sinfo_timetolive = asoc->default_timetolive;
3ff547c0
XL
2032
2033 if (cmsgs->authinfo) {
2034 /* Reuse sinfo_tsn to indicate that authinfo was set and
2035 * sinfo_ssn to save the keyid on tx path.
2036 */
2037 sinfo->sinfo_tsn = 1;
2038 sinfo->sinfo_ssn = cmsgs->authinfo->auth_keynumber;
2039 }
d42cb06e
XL
2040}
2041
1b784140 2042static int sctp_sendmsg(struct sock *sk, struct msghdr *msg, size_t msg_len)
1da177e4 2043{
204f817f 2044 struct sctp_endpoint *ep = sctp_sk(sk)->ep;
8e87c6eb 2045 struct sctp_transport *transport = NULL;
204f817f 2046 struct sctp_sndrcvinfo _sinfo, *sinfo;
007b7e18
XL
2047 struct sctp_association *asoc;
2048 struct sctp_cmsgs cmsgs;
becef9b1 2049 union sctp_addr *daddr;
007b7e18
XL
2050 bool new = false;
2051 __u16 sflags;
63b94938 2052 int err;
1da177e4 2053
204f817f
XL
2054 /* Parse and get snd_info */
2055 err = sctp_sendmsg_parse(sk, &cmsgs, &_sinfo, msg, msg_len);
2056 if (err)
007b7e18 2057 goto out;
1da177e4 2058
204f817f 2059 sinfo = &_sinfo;
007b7e18 2060 sflags = sinfo->sinfo_flags;
1da177e4 2061
becef9b1
XL
2062 /* Get daddr from msg */
2063 daddr = sctp_sendmsg_get_daddr(sk, msg, &cmsgs);
2064 if (IS_ERR(daddr)) {
2065 err = PTR_ERR(daddr);
007b7e18 2066 goto out;
1da177e4
LT
2067 }
2068
048ed4b6 2069 lock_sock(sk);
1da177e4 2070
49102805
XL
2071 /* SCTP_SENDALL process */
2072 if ((sflags & SCTP_SENDALL) && sctp_style(sk, UDP)) {
2073 list_for_each_entry(asoc, &ep->asocs, asocs) {
2074 err = sctp_sendmsg_check_sflags(asoc, sflags, msg,
2075 msg_len);
2076 if (err == 0)
2077 continue;
2078 if (err < 0)
2079 goto out_unlock;
2080
2081 sctp_sendmsg_update_sinfo(asoc, sinfo, &cmsgs);
2082
2083 err = sctp_sendmsg_to_asoc(asoc, msg, msg_len,
2084 NULL, sinfo);
2085 if (err < 0)
2086 goto out_unlock;
2087
2088 iov_iter_revert(&msg->msg_iter, err);
2089 }
2090
2091 goto out_unlock;
2092 }
2093
0a3920d2 2094 /* Get and check or create asoc */
becef9b1 2095 if (daddr) {
becef9b1 2096 asoc = sctp_endpoint_lookup_assoc(ep, daddr, &transport);
0a3920d2
XL
2097 if (asoc) {
2098 err = sctp_sendmsg_check_sflags(asoc, sflags, msg,
2099 msg_len);
2100 if (err <= 0)
2101 goto out_unlock;
2102 } else {
2103 err = sctp_sendmsg_new_asoc(sk, sflags, &cmsgs, daddr,
2104 &transport);
2105 if (err)
2106 goto out_unlock;
2107
2108 asoc = transport->asoc;
2109 new = true;
2110 }
2111
2112 if (!sctp_style(sk, TCP) && !(sflags & SCTP_ADDR_OVER))
2113 transport = NULL;
1da177e4 2114 } else {
007b7e18 2115 asoc = sctp_id2assoc(sk, sinfo->sinfo_assoc_id);
1da177e4
LT
2116 if (!asoc) {
2117 err = -EPIPE;
2118 goto out_unlock;
2119 }
1da177e4 2120
007b7e18 2121 err = sctp_sendmsg_check_sflags(asoc, sflags, msg, msg_len);
c2666de1 2122 if (err <= 0)
1da177e4 2123 goto out_unlock;
1da177e4
LT
2124 }
2125
d42cb06e
XL
2126 /* Update snd_info with the asoc */
2127 sctp_sendmsg_update_sinfo(asoc, sinfo, &cmsgs);
1da177e4 2128
f84af331 2129 /* Send msg to the asoc */
8e87c6eb 2130 err = sctp_sendmsg_to_asoc(asoc, msg, msg_len, transport, sinfo);
007b7e18 2131 if (err < 0 && err != -ESRCH && new)
1da177e4 2132 sctp_association_free(asoc);
8e87c6eb 2133
1da177e4 2134out_unlock:
048ed4b6 2135 release_sock(sk);
007b7e18 2136out:
f84af331 2137 return sctp_error(sk, msg->msg_flags, err);
1da177e4
LT
2138}
2139
2140/* This is an extended version of skb_pull() that removes the data from the
2141 * start of a skb even when data is spread across the list of skb's in the
2142 * frag_list. len specifies the total amount of data that needs to be removed.
2143 * when 'len' bytes could be removed from the skb, it returns 0.
2144 * If 'len' exceeds the total skb length, it returns the no. of bytes that
2145 * could not be removed.
2146 */
2147static int sctp_skb_pull(struct sk_buff *skb, int len)
2148{
2149 struct sk_buff *list;
2150 int skb_len = skb_headlen(skb);
2151 int rlen;
2152
2153 if (len <= skb_len) {
2154 __skb_pull(skb, len);
2155 return 0;
2156 }
2157 len -= skb_len;
2158 __skb_pull(skb, skb_len);
2159
1b003be3 2160 skb_walk_frags(skb, list) {
1da177e4
LT
2161 rlen = sctp_skb_pull(list, len);
2162 skb->len -= (len-rlen);
2163 skb->data_len -= (len-rlen);
2164
2165 if (!rlen)
2166 return 0;
2167
2168 len = rlen;
2169 }
2170
2171 return len;
2172}
2173
2174/* API 3.1.3 recvmsg() - UDP Style Syntax
2175 *
2176 * ssize_t recvmsg(int socket, struct msghdr *message,
2177 * int flags);
2178 *
2179 * socket - the socket descriptor of the endpoint.
2180 * message - pointer to the msghdr structure which contains a single
2181 * user message and possibly some ancillary data.
2182 *
2183 * See Section 5 for complete description of the data
2184 * structures.
2185 *
2186 * flags - flags sent or received with the user message, see Section
2187 * 5 for complete description of the flags.
2188 */
1b784140
YX
2189static int sctp_recvmsg(struct sock *sk, struct msghdr *msg, size_t len,
2190 int noblock, int flags, int *addr_len)
1da177e4
LT
2191{
2192 struct sctp_ulpevent *event = NULL;
2193 struct sctp_sock *sp = sctp_sk(sk);
1f45f78f 2194 struct sk_buff *skb, *head_skb;
1da177e4
LT
2195 int copied;
2196 int err = 0;
2197 int skb_len;
2198
bb33381d
DB
2199 pr_debug("%s: sk:%p, msghdr:%p, len:%zd, noblock:%d, flags:0x%x, "
2200 "addr_len:%p)\n", __func__, sk, msg, len, noblock, flags,
2201 addr_len);
1da177e4 2202
048ed4b6 2203 lock_sock(sk);
1da177e4 2204
e5b13f34 2205 if (sctp_style(sk, TCP) && !sctp_sstate(sk, ESTABLISHED) &&
e0878694 2206 !sctp_sstate(sk, CLOSING) && !sctp_sstate(sk, CLOSED)) {
1da177e4
LT
2207 err = -ENOTCONN;
2208 goto out;
2209 }
2210
2211 skb = sctp_skb_recv_datagram(sk, flags, noblock, &err);
2212 if (!skb)
2213 goto out;
2214
2215 /* Get the total length of the skb including any skb's in the
2216 * frag_list.
2217 */
2218 skb_len = skb->len;
2219
2220 copied = skb_len;
2221 if (copied > len)
2222 copied = len;
2223
51f3d02b 2224 err = skb_copy_datagram_msg(skb, 0, msg, copied);
1da177e4
LT
2225
2226 event = sctp_skb2event(skb);
2227
2228 if (err)
2229 goto out_free;
2230
1f45f78f
MRL
2231 if (event->chunk && event->chunk->head_skb)
2232 head_skb = event->chunk->head_skb;
2233 else
2234 head_skb = skb;
2235 sock_recv_ts_and_drops(msg, sk, head_skb);
1da177e4
LT
2236 if (sctp_ulpevent_is_notification(event)) {
2237 msg->msg_flags |= MSG_NOTIFICATION;
2238 sp->pf->event_msgname(event, msg->msg_name, addr_len);
2239 } else {
1f45f78f 2240 sp->pf->skb_msgname(head_skb, msg->msg_name, addr_len);
1da177e4
LT
2241 }
2242
2347c80f
GOV
2243 /* Check if we allow SCTP_NXTINFO. */
2244 if (sp->recvnxtinfo)
2245 sctp_ulpevent_read_nxtinfo(event, msg, sk);
0d3a421d
GOV
2246 /* Check if we allow SCTP_RCVINFO. */
2247 if (sp->recvrcvinfo)
2248 sctp_ulpevent_read_rcvinfo(event, msg);
1da177e4
LT
2249 /* Check if we allow SCTP_SNDRCVINFO. */
2250 if (sp->subscribe.sctp_data_io_event)
2251 sctp_ulpevent_read_sndrcvinfo(event, msg);
0d3a421d 2252
1da177e4
LT
2253 err = copied;
2254
2255 /* If skb's length exceeds the user's buffer, update the skb and
2256 * push it back to the receive_queue so that the next call to
2257 * recvmsg() will return the remaining data. Don't set MSG_EOR.
2258 */
2259 if (skb_len > copied) {
2260 msg->msg_flags &= ~MSG_EOR;
2261 if (flags & MSG_PEEK)
2262 goto out_free;
2263 sctp_skb_pull(skb, copied);
2264 skb_queue_head(&sk->sk_receive_queue, skb);
2265
362d5204
DB
2266 /* When only partial message is copied to the user, increase
2267 * rwnd by that amount. If all the data in the skb is read,
2268 * rwnd is updated when the event is freed.
2269 */
2270 if (!sctp_ulpevent_is_notification(event))
2271 sctp_assoc_rwnd_increase(event->asoc, copied);
1da177e4
LT
2272 goto out;
2273 } else if ((event->msg_flags & MSG_NOTIFICATION) ||
2274 (event->msg_flags & MSG_EOR))
2275 msg->msg_flags |= MSG_EOR;
2276 else
2277 msg->msg_flags &= ~MSG_EOR;
2278
2279out_free:
2280 if (flags & MSG_PEEK) {
2281 /* Release the skb reference acquired after peeking the skb in
2282 * sctp_skb_recv_datagram().
2283 */
2284 kfree_skb(skb);
2285 } else {
2286 /* Free the event which includes releasing the reference to
2287 * the owner of the skb, freeing the skb and updating the
2288 * rwnd.
2289 */
2290 sctp_ulpevent_free(event);
2291 }
2292out:
048ed4b6 2293 release_sock(sk);
1da177e4
LT
2294 return err;
2295}
2296
2297/* 7.1.12 Enable/Disable message fragmentation (SCTP_DISABLE_FRAGMENTS)
2298 *
2299 * This option is a on/off flag. If enabled no SCTP message
2300 * fragmentation will be performed. Instead if a message being sent
2301 * exceeds the current PMTU size, the message will NOT be sent and
2302 * instead a error will be indicated to the user.
2303 */
2304static int sctp_setsockopt_disable_fragments(struct sock *sk,
b7058842
DM
2305 char __user *optval,
2306 unsigned int optlen)
1da177e4
LT
2307{
2308 int val;
2309
2310 if (optlen < sizeof(int))
2311 return -EINVAL;
2312
2313 if (get_user(val, (int __user *)optval))
2314 return -EFAULT;
2315
2316 sctp_sk(sk)->disable_fragments = (val == 0) ? 0 : 1;
2317
2318 return 0;
2319}
2320
2321static int sctp_setsockopt_events(struct sock *sk, char __user *optval,
b7058842 2322 unsigned int optlen)
1da177e4 2323{
94912301
WY
2324 struct sctp_association *asoc;
2325 struct sctp_ulpevent *event;
2326
7e8616d8 2327 if (optlen > sizeof(struct sctp_event_subscribe))
1da177e4
LT
2328 return -EINVAL;
2329 if (copy_from_user(&sctp_sk(sk)->subscribe, optval, optlen))
2330 return -EFAULT;
94912301 2331
bbbea41d 2332 /* At the time when a user app subscribes to SCTP_SENDER_DRY_EVENT,
94912301
WY
2333 * if there is no data to be sent or retransmit, the stack will
2334 * immediately send up this notification.
2335 */
2336 if (sctp_ulpevent_type_enabled(SCTP_SENDER_DRY_EVENT,
2337 &sctp_sk(sk)->subscribe)) {
2338 asoc = sctp_id2assoc(sk, 0);
2339
2340 if (asoc && sctp_outq_is_empty(&asoc->outqueue)) {
2341 event = sctp_ulpevent_make_sender_dry_event(asoc,
2e83acb9 2342 GFP_USER | __GFP_NOWARN);
94912301
WY
2343 if (!event)
2344 return -ENOMEM;
2345
9162e0ed 2346 asoc->stream.si->enqueue_event(&asoc->ulpq, event);
94912301
WY
2347 }
2348 }
2349
1da177e4
LT
2350 return 0;
2351}
2352
2353/* 7.1.8 Automatic Close of associations (SCTP_AUTOCLOSE)
2354 *
2355 * This socket option is applicable to the UDP-style socket only. When
2356 * set it will cause associations that are idle for more than the
2357 * specified number of seconds to automatically close. An association
2358 * being idle is defined an association that has NOT sent or received
2359 * user data. The special value of '0' indicates that no automatic
2360 * close of any associations should be performed. The option expects an
2361 * integer defining the number of seconds of idle time before an
2362 * association is closed.
2363 */
2364static int sctp_setsockopt_autoclose(struct sock *sk, char __user *optval,
b7058842 2365 unsigned int optlen)
1da177e4
LT
2366{
2367 struct sctp_sock *sp = sctp_sk(sk);
9f70f46b 2368 struct net *net = sock_net(sk);
1da177e4
LT
2369
2370 /* Applicable to UDP-style socket only */
2371 if (sctp_style(sk, TCP))
2372 return -EOPNOTSUPP;
2373 if (optlen != sizeof(int))
2374 return -EINVAL;
2375 if (copy_from_user(&sp->autoclose, optval, optlen))
2376 return -EFAULT;
2377
9f70f46b
NH
2378 if (sp->autoclose > net->sctp.max_autoclose)
2379 sp->autoclose = net->sctp.max_autoclose;
2380
1da177e4
LT
2381 return 0;
2382}
2383
2384/* 7.1.13 Peer Address Parameters (SCTP_PEER_ADDR_PARAMS)
2385 *
2386 * Applications can enable or disable heartbeats for any peer address of
2387 * an association, modify an address's heartbeat interval, force a
2388 * heartbeat to be sent immediately, and adjust the address's maximum
2389 * number of retransmissions sent before an address is considered
2390 * unreachable. The following structure is used to access and modify an
2391 * address's parameters:
2392 *
2393 * struct sctp_paddrparams {
52ccb8e9
FF
2394 * sctp_assoc_t spp_assoc_id;
2395 * struct sockaddr_storage spp_address;
2396 * uint32_t spp_hbinterval;
2397 * uint16_t spp_pathmaxrxt;
2398 * uint32_t spp_pathmtu;
2399 * uint32_t spp_sackdelay;
2400 * uint32_t spp_flags;
0b0dce7a
XL
2401 * uint32_t spp_ipv6_flowlabel;
2402 * uint8_t spp_dscp;
52ccb8e9
FF
2403 * };
2404 *
2405 * spp_assoc_id - (one-to-many style socket) This is filled in the
2406 * application, and identifies the association for
2407 * this query.
1da177e4
LT
2408 * spp_address - This specifies which address is of interest.
2409 * spp_hbinterval - This contains the value of the heartbeat interval,
52ccb8e9
FF
2410 * in milliseconds. If a value of zero
2411 * is present in this field then no changes are to
2412 * be made to this parameter.
1da177e4
LT
2413 * spp_pathmaxrxt - This contains the maximum number of
2414 * retransmissions before this address shall be
52ccb8e9
FF
2415 * considered unreachable. If a value of zero
2416 * is present in this field then no changes are to
2417 * be made to this parameter.
2418 * spp_pathmtu - When Path MTU discovery is disabled the value
2419 * specified here will be the "fixed" path mtu.
2420 * Note that if the spp_address field is empty
2421 * then all associations on this address will
2422 * have this fixed path mtu set upon them.
2423 *
2424 * spp_sackdelay - When delayed sack is enabled, this value specifies
2425 * the number of milliseconds that sacks will be delayed
2426 * for. This value will apply to all addresses of an
2427 * association if the spp_address field is empty. Note
2428 * also, that if delayed sack is enabled and this
2429 * value is set to 0, no change is made to the last
2430 * recorded delayed sack timer value.
2431 *
2432 * spp_flags - These flags are used to control various features
2433 * on an association. The flag field may contain
2434 * zero or more of the following options.
2435 *
2436 * SPP_HB_ENABLE - Enable heartbeats on the
2437 * specified address. Note that if the address
2438 * field is empty all addresses for the association
2439 * have heartbeats enabled upon them.
2440 *
2441 * SPP_HB_DISABLE - Disable heartbeats on the
2442 * speicifed address. Note that if the address
2443 * field is empty all addresses for the association
2444 * will have their heartbeats disabled. Note also
2445 * that SPP_HB_ENABLE and SPP_HB_DISABLE are
2446 * mutually exclusive, only one of these two should
2447 * be specified. Enabling both fields will have
2448 * undetermined results.
2449 *
2450 * SPP_HB_DEMAND - Request a user initiated heartbeat
2451 * to be made immediately.
2452 *
bdf3092a
VY
2453 * SPP_HB_TIME_IS_ZERO - Specify's that the time for
2454 * heartbeat delayis to be set to the value of 0
2455 * milliseconds.
2456 *
52ccb8e9
FF
2457 * SPP_PMTUD_ENABLE - This field will enable PMTU
2458 * discovery upon the specified address. Note that
2459 * if the address feild is empty then all addresses
2460 * on the association are effected.
2461 *
2462 * SPP_PMTUD_DISABLE - This field will disable PMTU
2463 * discovery upon the specified address. Note that
2464 * if the address feild is empty then all addresses
2465 * on the association are effected. Not also that
2466 * SPP_PMTUD_ENABLE and SPP_PMTUD_DISABLE are mutually
2467 * exclusive. Enabling both will have undetermined
2468 * results.
2469 *
2470 * SPP_SACKDELAY_ENABLE - Setting this flag turns
2471 * on delayed sack. The time specified in spp_sackdelay
2472 * is used to specify the sack delay for this address. Note
2473 * that if spp_address is empty then all addresses will
2474 * enable delayed sack and take on the sack delay
2475 * value specified in spp_sackdelay.
2476 * SPP_SACKDELAY_DISABLE - Setting this flag turns
2477 * off delayed sack. If the spp_address field is blank then
2478 * delayed sack is disabled for the entire association. Note
2479 * also that this field is mutually exclusive to
2480 * SPP_SACKDELAY_ENABLE, setting both will have undefined
2481 * results.
0b0dce7a
XL
2482 *
2483 * SPP_IPV6_FLOWLABEL: Setting this flag enables the
2484 * setting of the IPV6 flow label value. The value is
2485 * contained in the spp_ipv6_flowlabel field.
2486 * Upon retrieval, this flag will be set to indicate that
2487 * the spp_ipv6_flowlabel field has a valid value returned.
2488 * If a specific destination address is set (in the
2489 * spp_address field), then the value returned is that of
2490 * the address. If just an association is specified (and
2491 * no address), then the association's default flow label
2492 * is returned. If neither an association nor a destination
2493 * is specified, then the socket's default flow label is
2494 * returned. For non-IPv6 sockets, this flag will be left
2495 * cleared.
2496 *
2497 * SPP_DSCP: Setting this flag enables the setting of the
2498 * Differentiated Services Code Point (DSCP) value
2499 * associated with either the association or a specific
2500 * address. The value is obtained in the spp_dscp field.
2501 * Upon retrieval, this flag will be set to indicate that
2502 * the spp_dscp field has a valid value returned. If a
2503 * specific destination address is set when called (in the
2504 * spp_address field), then that specific destination
2505 * address's DSCP value is returned. If just an association
2506 * is specified, then the association's default DSCP is
2507 * returned. If neither an association nor a destination is
2508 * specified, then the socket's default DSCP is returned.
2509 *
2510 * spp_ipv6_flowlabel
2511 * - This field is used in conjunction with the
2512 * SPP_IPV6_FLOWLABEL flag and contains the IPv6 flow label.
2513 * The 20 least significant bits are used for the flow
2514 * label. This setting has precedence over any IPv6-layer
2515 * setting.
2516 *
2517 * spp_dscp - This field is used in conjunction with the SPP_DSCP flag
2518 * and contains the DSCP. The 6 most significant bits are
2519 * used for the DSCP. This setting has precedence over any
2520 * IPv4- or IPv6- layer setting.
1da177e4 2521 */
16164366
AB
2522static int sctp_apply_peer_addr_params(struct sctp_paddrparams *params,
2523 struct sctp_transport *trans,
2524 struct sctp_association *asoc,
2525 struct sctp_sock *sp,
2526 int hb_change,
2527 int pmtud_change,
2528 int sackdelay_change)
52ccb8e9
FF
2529{
2530 int error;
2531
2532 if (params->spp_flags & SPP_HB_DEMAND && trans) {
55e26eb9
EB
2533 struct net *net = sock_net(trans->asoc->base.sk);
2534
2535 error = sctp_primitive_REQUESTHEARTBEAT(net, trans->asoc, trans);
52ccb8e9
FF
2536 if (error)
2537 return error;
2538 }
2539
bdf3092a
VY
2540 /* Note that unless the spp_flag is set to SPP_HB_ENABLE the value of
2541 * this field is ignored. Note also that a value of zero indicates
2542 * the current setting should be left unchanged.
2543 */
2544 if (params->spp_flags & SPP_HB_ENABLE) {
2545
2546 /* Re-zero the interval if the SPP_HB_TIME_IS_ZERO is
2547 * set. This lets us use 0 value when this flag
2548 * is set.
2549 */
2550 if (params->spp_flags & SPP_HB_TIME_IS_ZERO)
2551 params->spp_hbinterval = 0;
2552
2553 if (params->spp_hbinterval ||
2554 (params->spp_flags & SPP_HB_TIME_IS_ZERO)) {
2555 if (trans) {
2556 trans->hbinterval =
2557 msecs_to_jiffies(params->spp_hbinterval);
2558 } else if (asoc) {
2559 asoc->hbinterval =
2560 msecs_to_jiffies(params->spp_hbinterval);
2561 } else {
2562 sp->hbinterval = params->spp_hbinterval;
2563 }
52ccb8e9
FF
2564 }
2565 }
2566
2567 if (hb_change) {
2568 if (trans) {
2569 trans->param_flags =
2570 (trans->param_flags & ~SPP_HB) | hb_change;
2571 } else if (asoc) {
2572 asoc->param_flags =
2573 (asoc->param_flags & ~SPP_HB) | hb_change;
2574 } else {
2575 sp->param_flags =
2576 (sp->param_flags & ~SPP_HB) | hb_change;
2577 }
2578 }
2579
bdf3092a
VY
2580 /* When Path MTU discovery is disabled the value specified here will
2581 * be the "fixed" path mtu (i.e. the value of the spp_flags field must
2582 * include the flag SPP_PMTUD_DISABLE for this field to have any
2583 * effect).
2584 */
2585 if ((params->spp_flags & SPP_PMTUD_DISABLE) && params->spp_pathmtu) {
52ccb8e9
FF
2586 if (trans) {
2587 trans->pathmtu = params->spp_pathmtu;
3ebfdf08 2588 sctp_assoc_sync_pmtu(asoc);
52ccb8e9 2589 } else if (asoc) {
c4b2893d 2590 sctp_assoc_set_pmtu(asoc, params->spp_pathmtu);
52ccb8e9
FF
2591 } else {
2592 sp->pathmtu = params->spp_pathmtu;
2593 }
2594 }
2595
2596 if (pmtud_change) {
2597 if (trans) {
2598 int update = (trans->param_flags & SPP_PMTUD_DISABLE) &&
2599 (params->spp_flags & SPP_PMTUD_ENABLE);
2600 trans->param_flags =
2601 (trans->param_flags & ~SPP_PMTUD) | pmtud_change;
2602 if (update) {
9914ae3c 2603 sctp_transport_pmtu(trans, sctp_opt2sk(sp));
3ebfdf08 2604 sctp_assoc_sync_pmtu(asoc);
52ccb8e9
FF
2605 }
2606 } else if (asoc) {
2607 asoc->param_flags =
2608 (asoc->param_flags & ~SPP_PMTUD) | pmtud_change;
2609 } else {
2610 sp->param_flags =
2611 (sp->param_flags & ~SPP_PMTUD) | pmtud_change;
2612 }
2613 }
2614
bdf3092a
VY
2615 /* Note that unless the spp_flag is set to SPP_SACKDELAY_ENABLE the
2616 * value of this field is ignored. Note also that a value of zero
2617 * indicates the current setting should be left unchanged.
2618 */
2619 if ((params->spp_flags & SPP_SACKDELAY_ENABLE) && params->spp_sackdelay) {
52ccb8e9
FF
2620 if (trans) {
2621 trans->sackdelay =
2622 msecs_to_jiffies(params->spp_sackdelay);
2623 } else if (asoc) {
2624 asoc->sackdelay =
2625 msecs_to_jiffies(params->spp_sackdelay);
2626 } else {
2627 sp->sackdelay = params->spp_sackdelay;
2628 }
2629 }
2630
2631 if (sackdelay_change) {
2632 if (trans) {
2633 trans->param_flags =
2634 (trans->param_flags & ~SPP_SACKDELAY) |
2635 sackdelay_change;
2636 } else if (asoc) {
2637 asoc->param_flags =
2638 (asoc->param_flags & ~SPP_SACKDELAY) |
2639 sackdelay_change;
2640 } else {
2641 sp->param_flags =
2642 (sp->param_flags & ~SPP_SACKDELAY) |
2643 sackdelay_change;
2644 }
2645 }
2646
37051f73
APO
2647 /* Note that a value of zero indicates the current setting should be
2648 left unchanged.
bdf3092a 2649 */
37051f73 2650 if (params->spp_pathmaxrxt) {
52ccb8e9
FF
2651 if (trans) {
2652 trans->pathmaxrxt = params->spp_pathmaxrxt;
2653 } else if (asoc) {
2654 asoc->pathmaxrxt = params->spp_pathmaxrxt;
2655 } else {
2656 sp->pathmaxrxt = params->spp_pathmaxrxt;
2657 }
2658 }
2659
0b0dce7a 2660 if (params->spp_flags & SPP_IPV6_FLOWLABEL) {
741880e1
XL
2661 if (trans) {
2662 if (trans->ipaddr.sa.sa_family == AF_INET6) {
2663 trans->flowlabel = params->spp_ipv6_flowlabel &
2664 SCTP_FLOWLABEL_VAL_MASK;
2665 trans->flowlabel |= SCTP_FLOWLABEL_SET_MASK;
2666 }
0b0dce7a 2667 } else if (asoc) {
af8a2b8b
XL
2668 struct sctp_transport *t;
2669
2670 list_for_each_entry(t, &asoc->peer.transport_addr_list,
0b0dce7a 2671 transports) {
af8a2b8b 2672 if (t->ipaddr.sa.sa_family != AF_INET6)
0b0dce7a 2673 continue;
af8a2b8b
XL
2674 t->flowlabel = params->spp_ipv6_flowlabel &
2675 SCTP_FLOWLABEL_VAL_MASK;
2676 t->flowlabel |= SCTP_FLOWLABEL_SET_MASK;
0b0dce7a
XL
2677 }
2678 asoc->flowlabel = params->spp_ipv6_flowlabel &
2679 SCTP_FLOWLABEL_VAL_MASK;
2680 asoc->flowlabel |= SCTP_FLOWLABEL_SET_MASK;
2681 } else if (sctp_opt2sk(sp)->sk_family == AF_INET6) {
2682 sp->flowlabel = params->spp_ipv6_flowlabel &
2683 SCTP_FLOWLABEL_VAL_MASK;
2684 sp->flowlabel |= SCTP_FLOWLABEL_SET_MASK;
2685 }
2686 }
2687
2688 if (params->spp_flags & SPP_DSCP) {
2689 if (trans) {
2690 trans->dscp = params->spp_dscp & SCTP_DSCP_VAL_MASK;
2691 trans->dscp |= SCTP_DSCP_SET_MASK;
2692 } else if (asoc) {
af8a2b8b
XL
2693 struct sctp_transport *t;
2694
2695 list_for_each_entry(t, &asoc->peer.transport_addr_list,
0b0dce7a 2696 transports) {
af8a2b8b
XL
2697 t->dscp = params->spp_dscp &
2698 SCTP_DSCP_VAL_MASK;
2699 t->dscp |= SCTP_DSCP_SET_MASK;
0b0dce7a
XL
2700 }
2701 asoc->dscp = params->spp_dscp & SCTP_DSCP_VAL_MASK;
2702 asoc->dscp |= SCTP_DSCP_SET_MASK;
2703 } else {
2704 sp->dscp = params->spp_dscp & SCTP_DSCP_VAL_MASK;
2705 sp->dscp |= SCTP_DSCP_SET_MASK;
2706 }
2707 }
2708
52ccb8e9
FF
2709 return 0;
2710}
2711
1da177e4 2712static int sctp_setsockopt_peer_addr_params(struct sock *sk,
b7058842
DM
2713 char __user *optval,
2714 unsigned int optlen)
1da177e4 2715{
52ccb8e9
FF
2716 struct sctp_paddrparams params;
2717 struct sctp_transport *trans = NULL;
2718 struct sctp_association *asoc = NULL;
2719 struct sctp_sock *sp = sctp_sk(sk);
1da177e4 2720 int error;
52ccb8e9 2721 int hb_change, pmtud_change, sackdelay_change;
1da177e4 2722
0b0dce7a
XL
2723 if (optlen == sizeof(params)) {
2724 if (copy_from_user(&params, optval, optlen))
2725 return -EFAULT;
2726 } else if (optlen == ALIGN(offsetof(struct sctp_paddrparams,
2727 spp_ipv6_flowlabel), 4)) {
2728 if (copy_from_user(&params, optval, optlen))
2729 return -EFAULT;
2730 if (params.spp_flags & (SPP_DSCP | SPP_IPV6_FLOWLABEL))
2731 return -EINVAL;
2732 } else {
cb3f837b 2733 return -EINVAL;
0b0dce7a 2734 }
1da177e4 2735
52ccb8e9
FF
2736 /* Validate flags and value parameters. */
2737 hb_change = params.spp_flags & SPP_HB;
2738 pmtud_change = params.spp_flags & SPP_PMTUD;
2739 sackdelay_change = params.spp_flags & SPP_SACKDELAY;
2740
2741 if (hb_change == SPP_HB ||
2742 pmtud_change == SPP_PMTUD ||
2743 sackdelay_change == SPP_SACKDELAY ||
2744 params.spp_sackdelay > 500 ||
f64f9e71
JP
2745 (params.spp_pathmtu &&
2746 params.spp_pathmtu < SCTP_DEFAULT_MINSEGMENT))
52ccb8e9 2747 return -EINVAL;
1da177e4 2748
52ccb8e9
FF
2749 /* If an address other than INADDR_ANY is specified, and
2750 * no transport is found, then the request is invalid.
2751 */
cb3f837b 2752 if (!sctp_is_any(sk, (union sctp_addr *)&params.spp_address)) {
52ccb8e9
FF
2753 trans = sctp_addr_id2transport(sk, &params.spp_address,
2754 params.spp_assoc_id);
2755 if (!trans)
1da177e4 2756 return -EINVAL;
1da177e4
LT
2757 }
2758
52ccb8e9
FF
2759 /* Get association, if assoc_id != 0 and the socket is a one
2760 * to many style socket, and an association was not found, then
2761 * the id was invalid.
2762 */
2763 asoc = sctp_id2assoc(sk, params.spp_assoc_id);
2764 if (!asoc && params.spp_assoc_id && sctp_style(sk, UDP))
1da177e4
LT
2765 return -EINVAL;
2766
52ccb8e9
FF
2767 /* Heartbeat demand can only be sent on a transport or
2768 * association, but not a socket.
1da177e4 2769 */
52ccb8e9
FF
2770 if (params.spp_flags & SPP_HB_DEMAND && !trans && !asoc)
2771 return -EINVAL;
2772
2773 /* Process parameters. */
2774 error = sctp_apply_peer_addr_params(&params, trans, asoc, sp,
2775 hb_change, pmtud_change,
2776 sackdelay_change);
1da177e4 2777
52ccb8e9
FF
2778 if (error)
2779 return error;
2780
2781 /* If changes are for association, also apply parameters to each
2782 * transport.
1da177e4 2783 */
52ccb8e9 2784 if (!trans && asoc) {
9dbc15f0
RD
2785 list_for_each_entry(trans, &asoc->peer.transport_addr_list,
2786 transports) {
52ccb8e9
FF
2787 sctp_apply_peer_addr_params(&params, trans, asoc, sp,
2788 hb_change, pmtud_change,
2789 sackdelay_change);
2790 }
2791 }
1da177e4
LT
2792
2793 return 0;
2794}
2795
0ea5e4df 2796static inline __u32 sctp_spp_sackdelay_enable(__u32 param_flags)
2797{
2798 return (param_flags & ~SPP_SACKDELAY) | SPP_SACKDELAY_ENABLE;
2799}
2800
2801static inline __u32 sctp_spp_sackdelay_disable(__u32 param_flags)
2802{
2803 return (param_flags & ~SPP_SACKDELAY) | SPP_SACKDELAY_DISABLE;
2804}
2805
d364d927
WY
2806/*
2807 * 7.1.23. Get or set delayed ack timer (SCTP_DELAYED_SACK)
2808 *
2809 * This option will effect the way delayed acks are performed. This
2810 * option allows you to get or set the delayed ack time, in
2811 * milliseconds. It also allows changing the delayed ack frequency.
2812 * Changing the frequency to 1 disables the delayed sack algorithm. If
2813 * the assoc_id is 0, then this sets or gets the endpoints default
2814 * values. If the assoc_id field is non-zero, then the set or get
2815 * effects the specified association for the one to many model (the
2816 * assoc_id field is ignored by the one to one model). Note that if
2817 * sack_delay or sack_freq are 0 when setting this option, then the
2818 * current values will remain unchanged.
2819 *
2820 * struct sctp_sack_info {
2821 * sctp_assoc_t sack_assoc_id;
2822 * uint32_t sack_delay;
2823 * uint32_t sack_freq;
2824 * };
2825 *
2826 * sack_assoc_id - This parameter, indicates which association the user
2827 * is performing an action upon. Note that if this field's value is
2828 * zero then the endpoints default value is changed (effecting future
2829 * associations only).
2830 *
2831 * sack_delay - This parameter contains the number of milliseconds that
2832 * the user is requesting the delayed ACK timer be set to. Note that
2833 * this value is defined in the standard to be between 200 and 500
2834 * milliseconds.
2835 *
2836 * sack_freq - This parameter contains the number of packets that must
2837 * be received before a sack is sent without waiting for the delay
2838 * timer to expire. The default value for this is 2, setting this
2839 * value to 1 will disable the delayed sack algorithm.
7708610b
FF
2840 */
2841
d364d927 2842static int sctp_setsockopt_delayed_ack(struct sock *sk,
b7058842 2843 char __user *optval, unsigned int optlen)
7708610b 2844{
d364d927 2845 struct sctp_sack_info params;
7708610b
FF
2846 struct sctp_transport *trans = NULL;
2847 struct sctp_association *asoc = NULL;
2848 struct sctp_sock *sp = sctp_sk(sk);
2849
d364d927
WY
2850 if (optlen == sizeof(struct sctp_sack_info)) {
2851 if (copy_from_user(&params, optval, optlen))
2852 return -EFAULT;
7708610b 2853
d364d927
WY
2854 if (params.sack_delay == 0 && params.sack_freq == 0)
2855 return 0;
2856 } else if (optlen == sizeof(struct sctp_assoc_value)) {
94f65193 2857 pr_warn_ratelimited(DEPRECATED
f916ec96 2858 "%s (pid %d) "
94f65193 2859 "Use of struct sctp_assoc_value in delayed_ack socket option.\n"
f916ec96
NH
2860 "Use struct sctp_sack_info instead\n",
2861 current->comm, task_pid_nr(current));
d364d927
WY
2862 if (copy_from_user(&params, optval, optlen))
2863 return -EFAULT;
2864
2865 if (params.sack_delay == 0)
2866 params.sack_freq = 1;
2867 else
2868 params.sack_freq = 0;
2869 } else
cb3f837b 2870 return -EINVAL;
7708610b
FF
2871
2872 /* Validate value parameter. */
d364d927 2873 if (params.sack_delay > 500)
7708610b
FF
2874 return -EINVAL;
2875
d364d927 2876 /* Get association, if sack_assoc_id != 0 and the socket is a one
7708610b
FF
2877 * to many style socket, and an association was not found, then
2878 * the id was invalid.
d808ad9a 2879 */
d364d927
WY
2880 asoc = sctp_id2assoc(sk, params.sack_assoc_id);
2881 if (!asoc && params.sack_assoc_id && sctp_style(sk, UDP))
7708610b
FF
2882 return -EINVAL;
2883
d364d927 2884 if (params.sack_delay) {
7708610b
FF
2885 if (asoc) {
2886 asoc->sackdelay =
d364d927 2887 msecs_to_jiffies(params.sack_delay);
d808ad9a 2888 asoc->param_flags =
0ea5e4df 2889 sctp_spp_sackdelay_enable(asoc->param_flags);
7708610b 2890 } else {
d364d927 2891 sp->sackdelay = params.sack_delay;
d808ad9a 2892 sp->param_flags =
0ea5e4df 2893 sctp_spp_sackdelay_enable(sp->param_flags);
7708610b 2894 }
d364d927
WY
2895 }
2896
2897 if (params.sack_freq == 1) {
7708610b 2898 if (asoc) {
d808ad9a 2899 asoc->param_flags =
0ea5e4df 2900 sctp_spp_sackdelay_disable(asoc->param_flags);
7708610b 2901 } else {
d808ad9a 2902 sp->param_flags =
0ea5e4df 2903 sctp_spp_sackdelay_disable(sp->param_flags);
7708610b 2904 }
d364d927
WY
2905 } else if (params.sack_freq > 1) {
2906 if (asoc) {
2907 asoc->sackfreq = params.sack_freq;
2908 asoc->param_flags =
0ea5e4df 2909 sctp_spp_sackdelay_enable(asoc->param_flags);
d364d927
WY
2910 } else {
2911 sp->sackfreq = params.sack_freq;
2912 sp->param_flags =
0ea5e4df 2913 sctp_spp_sackdelay_enable(sp->param_flags);
d364d927 2914 }
7708610b
FF
2915 }
2916
2917 /* If change is for association, also apply to each transport. */
2918 if (asoc) {
9dbc15f0
RD
2919 list_for_each_entry(trans, &asoc->peer.transport_addr_list,
2920 transports) {
d364d927 2921 if (params.sack_delay) {
7708610b 2922 trans->sackdelay =
d364d927 2923 msecs_to_jiffies(params.sack_delay);
d808ad9a 2924 trans->param_flags =
0ea5e4df 2925 sctp_spp_sackdelay_enable(trans->param_flags);
d364d927 2926 }
7bfe8bdb 2927 if (params.sack_freq == 1) {
d808ad9a 2928 trans->param_flags =
0ea5e4df 2929 sctp_spp_sackdelay_disable(trans->param_flags);
d364d927
WY
2930 } else if (params.sack_freq > 1) {
2931 trans->sackfreq = params.sack_freq;
2932 trans->param_flags =
0ea5e4df 2933 sctp_spp_sackdelay_enable(trans->param_flags);
7708610b
FF
2934 }
2935 }
2936 }
d808ad9a 2937
7708610b
FF
2938 return 0;
2939}
2940
1da177e4
LT
2941/* 7.1.3 Initialization Parameters (SCTP_INITMSG)
2942 *
2943 * Applications can specify protocol parameters for the default association
2944 * initialization. The option name argument to setsockopt() and getsockopt()
2945 * is SCTP_INITMSG.
2946 *
2947 * Setting initialization parameters is effective only on an unconnected
2948 * socket (for UDP-style sockets only future associations are effected
2949 * by the change). With TCP-style sockets, this option is inherited by
2950 * sockets derived from a listener socket.
2951 */
b7058842 2952static int sctp_setsockopt_initmsg(struct sock *sk, char __user *optval, unsigned int optlen)
1da177e4
LT
2953{
2954 struct sctp_initmsg sinit;
2955 struct sctp_sock *sp = sctp_sk(sk);
2956
2957 if (optlen != sizeof(struct sctp_initmsg))
2958 return -EINVAL;
2959 if (copy_from_user(&sinit, optval, optlen))
2960 return -EFAULT;
2961
2962 if (sinit.sinit_num_ostreams)
d808ad9a 2963 sp->initmsg.sinit_num_ostreams = sinit.sinit_num_ostreams;
1da177e4 2964 if (sinit.sinit_max_instreams)
d808ad9a 2965 sp->initmsg.sinit_max_instreams = sinit.sinit_max_instreams;
1da177e4 2966 if (sinit.sinit_max_attempts)
d808ad9a 2967 sp->initmsg.sinit_max_attempts = sinit.sinit_max_attempts;
1da177e4 2968 if (sinit.sinit_max_init_timeo)
d808ad9a 2969 sp->initmsg.sinit_max_init_timeo = sinit.sinit_max_init_timeo;
1da177e4
LT
2970
2971 return 0;
2972}
2973
2974/*
2975 * 7.1.14 Set default send parameters (SCTP_DEFAULT_SEND_PARAM)
2976 *
2977 * Applications that wish to use the sendto() system call may wish to
2978 * specify a default set of parameters that would normally be supplied
2979 * through the inclusion of ancillary data. This socket option allows
2980 * such an application to set the default sctp_sndrcvinfo structure.
2981 * The application that wishes to use this socket option simply passes
2982 * in to this call the sctp_sndrcvinfo structure defined in Section
2983 * 5.2.2) The input parameters accepted by this call include
2984 * sinfo_stream, sinfo_flags, sinfo_ppid, sinfo_context,
2985 * sinfo_timetolive. The user must provide the sinfo_assoc_id field in
2986 * to this call if the caller is using the UDP model.
2987 */
2988static int sctp_setsockopt_default_send_param(struct sock *sk,
b7058842
DM
2989 char __user *optval,
2990 unsigned int optlen)
1da177e4 2991{
1da177e4 2992 struct sctp_sock *sp = sctp_sk(sk);
6b3fd5f3
GOV
2993 struct sctp_association *asoc;
2994 struct sctp_sndrcvinfo info;
1da177e4 2995
6b3fd5f3 2996 if (optlen != sizeof(info))
1da177e4
LT
2997 return -EINVAL;
2998 if (copy_from_user(&info, optval, optlen))
2999 return -EFAULT;
6b3fd5f3
GOV
3000 if (info.sinfo_flags &
3001 ~(SCTP_UNORDERED | SCTP_ADDR_OVER |
3002 SCTP_ABORT | SCTP_EOF))
3003 return -EINVAL;
1da177e4
LT
3004
3005 asoc = sctp_id2assoc(sk, info.sinfo_assoc_id);
3006 if (!asoc && info.sinfo_assoc_id && sctp_style(sk, UDP))
3007 return -EINVAL;
1da177e4
LT
3008 if (asoc) {
3009 asoc->default_stream = info.sinfo_stream;
3010 asoc->default_flags = info.sinfo_flags;
3011 asoc->default_ppid = info.sinfo_ppid;
3012 asoc->default_context = info.sinfo_context;
3013 asoc->default_timetolive = info.sinfo_timetolive;
3014 } else {
3015 sp->default_stream = info.sinfo_stream;
3016 sp->default_flags = info.sinfo_flags;
3017 sp->default_ppid = info.sinfo_ppid;
3018 sp->default_context = info.sinfo_context;
3019 sp->default_timetolive = info.sinfo_timetolive;
3020 }
3021
3022 return 0;
3023}
3024
6b3fd5f3
GOV
3025/* RFC6458, Section 8.1.31. Set/get Default Send Parameters
3026 * (SCTP_DEFAULT_SNDINFO)
3027 */
3028static int sctp_setsockopt_default_sndinfo(struct sock *sk,
3029 char __user *optval,
3030 unsigned int optlen)
3031{
3032 struct sctp_sock *sp = sctp_sk(sk);
3033 struct sctp_association *asoc;
3034 struct sctp_sndinfo info;
3035
3036 if (optlen != sizeof(info))
3037 return -EINVAL;
3038 if (copy_from_user(&info, optval, optlen))
3039 return -EFAULT;
3040 if (info.snd_flags &
3041 ~(SCTP_UNORDERED | SCTP_ADDR_OVER |
3042 SCTP_ABORT | SCTP_EOF))
3043 return -EINVAL;
3044
3045 asoc = sctp_id2assoc(sk, info.snd_assoc_id);
3046 if (!asoc && info.snd_assoc_id && sctp_style(sk, UDP))
3047 return -EINVAL;
3048 if (asoc) {
3049 asoc->default_stream = info.snd_sid;
3050 asoc->default_flags = info.snd_flags;
3051 asoc->default_ppid = info.snd_ppid;
3052 asoc->default_context = info.snd_context;
3053 } else {
3054 sp->default_stream = info.snd_sid;
3055 sp->default_flags = info.snd_flags;
3056 sp->default_ppid = info.snd_ppid;
3057 sp->default_context = info.snd_context;
3058 }
3059
3060 return 0;
3061}
3062
1da177e4
LT
3063/* 7.1.10 Set Primary Address (SCTP_PRIMARY_ADDR)
3064 *
3065 * Requests that the local SCTP stack use the enclosed peer address as
3066 * the association primary. The enclosed address must be one of the
3067 * association peer's addresses.
3068 */
3069static int sctp_setsockopt_primary_addr(struct sock *sk, char __user *optval,
b7058842 3070 unsigned int optlen)
1da177e4
LT
3071{
3072 struct sctp_prim prim;
3073 struct sctp_transport *trans;
2277c7cd
RH
3074 struct sctp_af *af;
3075 int err;
1da177e4
LT
3076
3077 if (optlen != sizeof(struct sctp_prim))
3078 return -EINVAL;
3079
3080 if (copy_from_user(&prim, optval, sizeof(struct sctp_prim)))
3081 return -EFAULT;
3082
2277c7cd
RH
3083 /* Allow security module to validate address but need address len. */
3084 af = sctp_get_af_specific(prim.ssp_addr.ss_family);
3085 if (!af)
3086 return -EINVAL;
3087
3088 err = security_sctp_bind_connect(sk, SCTP_PRIMARY_ADDR,
3089 (struct sockaddr *)&prim.ssp_addr,
3090 af->sockaddr_len);
3091 if (err)
3092 return err;
3093
1da177e4
LT
3094 trans = sctp_addr_id2transport(sk, &prim.ssp_addr, prim.ssp_assoc_id);
3095 if (!trans)
3096 return -EINVAL;
3097
3098 sctp_assoc_set_primary(trans->asoc, trans);
3099
3100 return 0;
3101}
3102
3103/*
3104 * 7.1.5 SCTP_NODELAY
3105 *
3106 * Turn on/off any Nagle-like algorithm. This means that packets are
3107 * generally sent as soon as possible and no unnecessary delays are
3108 * introduced, at the cost of more packets in the network. Expects an
3109 * integer boolean flag.
3110 */
3111static int sctp_setsockopt_nodelay(struct sock *sk, char __user *optval,
b7058842 3112 unsigned int optlen)
1da177e4
LT
3113{
3114 int val;
3115
3116 if (optlen < sizeof(int))
3117 return -EINVAL;
3118 if (get_user(val, (int __user *)optval))
3119 return -EFAULT;
3120
3121 sctp_sk(sk)->nodelay = (val == 0) ? 0 : 1;
3122 return 0;
3123}
3124
3125/*
3126 *
3127 * 7.1.1 SCTP_RTOINFO
3128 *
3129 * The protocol parameters used to initialize and bound retransmission
3130 * timeout (RTO) are tunable. sctp_rtoinfo structure is used to access
3131 * and modify these parameters.
3132 * All parameters are time values, in milliseconds. A value of 0, when
3133 * modifying the parameters, indicates that the current value should not
3134 * be changed.
3135 *
3136 */
b7058842
DM
3137static int sctp_setsockopt_rtoinfo(struct sock *sk, char __user *optval, unsigned int optlen)
3138{
1da177e4
LT
3139 struct sctp_rtoinfo rtoinfo;
3140 struct sctp_association *asoc;
85f935d4 3141 unsigned long rto_min, rto_max;
3142 struct sctp_sock *sp = sctp_sk(sk);
1da177e4
LT
3143
3144 if (optlen != sizeof (struct sctp_rtoinfo))
3145 return -EINVAL;
3146
3147 if (copy_from_user(&rtoinfo, optval, optlen))
3148 return -EFAULT;
3149
3150 asoc = sctp_id2assoc(sk, rtoinfo.srto_assoc_id);
3151
3152 /* Set the values to the specific association */
3153 if (!asoc && rtoinfo.srto_assoc_id && sctp_style(sk, UDP))
3154 return -EINVAL;
3155
85f935d4 3156 rto_max = rtoinfo.srto_max;
3157 rto_min = rtoinfo.srto_min;
3158
3159 if (rto_max)
3160 rto_max = asoc ? msecs_to_jiffies(rto_max) : rto_max;
3161 else
3162 rto_max = asoc ? asoc->rto_max : sp->rtoinfo.srto_max;
3163
3164 if (rto_min)
3165 rto_min = asoc ? msecs_to_jiffies(rto_min) : rto_min;
3166 else
3167 rto_min = asoc ? asoc->rto_min : sp->rtoinfo.srto_min;
3168
3169 if (rto_min > rto_max)
3170 return -EINVAL;
3171
1da177e4
LT
3172 if (asoc) {
3173 if (rtoinfo.srto_initial != 0)
d808ad9a 3174 asoc->rto_initial =
1da177e4 3175 msecs_to_jiffies(rtoinfo.srto_initial);
85f935d4 3176 asoc->rto_max = rto_max;
3177 asoc->rto_min = rto_min;
1da177e4
LT
3178 } else {
3179 /* If there is no association or the association-id = 0
3180 * set the values to the endpoint.
3181 */
1da177e4
LT
3182 if (rtoinfo.srto_initial != 0)
3183 sp->rtoinfo.srto_initial = rtoinfo.srto_initial;
85f935d4 3184 sp->rtoinfo.srto_max = rto_max;
3185 sp->rtoinfo.srto_min = rto_min;
1da177e4
LT
3186 }
3187
3188 return 0;
3189}
3190
3191/*
3192 *
3193 * 7.1.2 SCTP_ASSOCINFO
3194 *
59c51591 3195 * This option is used to tune the maximum retransmission attempts
1da177e4
LT
3196 * of the association.
3197 * Returns an error if the new association retransmission value is
3198 * greater than the sum of the retransmission value of the peer.
3199 * See [SCTP] for more information.
3200 *
3201 */
b7058842 3202static int sctp_setsockopt_associnfo(struct sock *sk, char __user *optval, unsigned int optlen)
1da177e4
LT
3203{
3204
3205 struct sctp_assocparams assocparams;
3206 struct sctp_association *asoc;
3207
3208 if (optlen != sizeof(struct sctp_assocparams))
3209 return -EINVAL;
3210 if (copy_from_user(&assocparams, optval, optlen))
3211 return -EFAULT;
3212
3213 asoc = sctp_id2assoc(sk, assocparams.sasoc_assoc_id);
3214
3215 if (!asoc && assocparams.sasoc_assoc_id && sctp_style(sk, UDP))
3216 return -EINVAL;
3217
3218 /* Set the values to the specific association */
3219 if (asoc) {
402d68c4
VY
3220 if (assocparams.sasoc_asocmaxrxt != 0) {
3221 __u32 path_sum = 0;
3222 int paths = 0;
402d68c4
VY
3223 struct sctp_transport *peer_addr;
3224
9dbc15f0
RD
3225 list_for_each_entry(peer_addr, &asoc->peer.transport_addr_list,
3226 transports) {
402d68c4
VY
3227 path_sum += peer_addr->pathmaxrxt;
3228 paths++;
3229 }
3230
025dfdaf 3231 /* Only validate asocmaxrxt if we have more than
402d68c4
VY
3232 * one path/transport. We do this because path
3233 * retransmissions are only counted when we have more
3234 * then one path.
3235 */
3236 if (paths > 1 &&
3237 assocparams.sasoc_asocmaxrxt > path_sum)
3238 return -EINVAL;
3239
1da177e4 3240 asoc->max_retrans = assocparams.sasoc_asocmaxrxt;
402d68c4
VY
3241 }
3242
52db882f
DB
3243 if (assocparams.sasoc_cookie_life != 0)
3244 asoc->cookie_life = ms_to_ktime(assocparams.sasoc_cookie_life);
1da177e4
LT
3245 } else {
3246 /* Set the values to the endpoint */
3247 struct sctp_sock *sp = sctp_sk(sk);
3248
3249 if (assocparams.sasoc_asocmaxrxt != 0)
3250 sp->assocparams.sasoc_asocmaxrxt =
3251 assocparams.sasoc_asocmaxrxt;
3252 if (assocparams.sasoc_cookie_life != 0)
3253 sp->assocparams.sasoc_cookie_life =
3254 assocparams.sasoc_cookie_life;
3255 }
3256 return 0;
3257}
3258
3259/*
3260 * 7.1.16 Set/clear IPv4 mapped addresses (SCTP_I_WANT_MAPPED_V4_ADDR)
3261 *
3262 * This socket option is a boolean flag which turns on or off mapped V4
3263 * addresses. If this option is turned on and the socket is type
3264 * PF_INET6, then IPv4 addresses will be mapped to V6 representation.
3265 * If this option is turned off, then no mapping will be done of V4
3266 * addresses and a user will receive both PF_INET6 and PF_INET type
3267 * addresses on the socket.
3268 */
b7058842 3269static int sctp_setsockopt_mappedv4(struct sock *sk, char __user *optval, unsigned int optlen)
1da177e4
LT
3270{
3271 int val;
3272 struct sctp_sock *sp = sctp_sk(sk);
3273
3274 if (optlen < sizeof(int))
3275 return -EINVAL;
3276 if (get_user(val, (int __user *)optval))
3277 return -EFAULT;
3278 if (val)
3279 sp->v4mapped = 1;
3280 else
3281 sp->v4mapped = 0;
3282
3283 return 0;
3284}
3285
3286/*
e89c2095
WY
3287 * 8.1.16. Get or Set the Maximum Fragmentation Size (SCTP_MAXSEG)
3288 * This option will get or set the maximum size to put in any outgoing
3289 * SCTP DATA chunk. If a message is larger than this size it will be
1da177e4
LT
3290 * fragmented by SCTP into the specified size. Note that the underlying
3291 * SCTP implementation may fragment into smaller sized chunks when the
3292 * PMTU of the underlying association is smaller than the value set by
e89c2095
WY
3293 * the user. The default value for this option is '0' which indicates
3294 * the user is NOT limiting fragmentation and only the PMTU will effect
3295 * SCTP's choice of DATA chunk size. Note also that values set larger
3296 * than the maximum size of an IP datagram will effectively let SCTP
3297 * control fragmentation (i.e. the same as setting this option to 0).
3298 *
3299 * The following structure is used to access and modify this parameter:
3300 *
3301 * struct sctp_assoc_value {
3302 * sctp_assoc_t assoc_id;
3303 * uint32_t assoc_value;
3304 * };
3305 *
3306 * assoc_id: This parameter is ignored for one-to-one style sockets.
3307 * For one-to-many style sockets this parameter indicates which
3308 * association the user is performing an action upon. Note that if
3309 * this field's value is zero then the endpoints default value is
3310 * changed (effecting future associations only).
3311 * assoc_value: This parameter specifies the maximum size in bytes.
1da177e4 3312 */
b7058842 3313static int sctp_setsockopt_maxseg(struct sock *sk, char __user *optval, unsigned int optlen)
1da177e4 3314{
ecca8f88 3315 struct sctp_sock *sp = sctp_sk(sk);
e89c2095 3316 struct sctp_assoc_value params;
1da177e4 3317 struct sctp_association *asoc;
1da177e4
LT
3318 int val;
3319
e89c2095 3320 if (optlen == sizeof(int)) {
94f65193 3321 pr_warn_ratelimited(DEPRECATED
f916ec96 3322 "%s (pid %d) "
94f65193 3323 "Use of int in maxseg socket option.\n"
f916ec96
NH
3324 "Use struct sctp_assoc_value instead\n",
3325 current->comm, task_pid_nr(current));
e89c2095
WY
3326 if (copy_from_user(&val, optval, optlen))
3327 return -EFAULT;
3328 params.assoc_id = 0;
3329 } else if (optlen == sizeof(struct sctp_assoc_value)) {
3330 if (copy_from_user(&params, optval, optlen))
3331 return -EFAULT;
3332 val = params.assoc_value;
ecca8f88 3333 } else {
1da177e4 3334 return -EINVAL;
ecca8f88 3335 }
e89c2095 3336
439ef030
MRL
3337 asoc = sctp_id2assoc(sk, params.assoc_id);
3338
ecca8f88
XL
3339 if (val) {
3340 int min_len, max_len;
439ef030
MRL
3341 __u16 datasize = asoc ? sctp_datachk_len(&asoc->stream) :
3342 sizeof(struct sctp_data_chunk);
1da177e4 3343
feddd6c1 3344 min_len = sctp_mtu_payload(sp, SCTP_DEFAULT_MINSEGMENT,
439ef030
MRL
3345 datasize);
3346 max_len = SCTP_MAX_CHUNK_LEN - datasize;
e89c2095 3347
ecca8f88
XL
3348 if (val < min_len || val > max_len)
3349 return -EINVAL;
3350 }
3351
e89c2095 3352 if (asoc) {
f68b2e05 3353 asoc->user_frag = val;
2f5e3c9d 3354 sctp_assoc_update_frag_point(asoc);
e89c2095 3355 } else {
ecca8f88
XL
3356 if (params.assoc_id && sctp_style(sk, UDP))
3357 return -EINVAL;
e89c2095 3358 sp->user_frag = val;
1da177e4
LT
3359 }
3360
3361 return 0;
3362}
3363
3364
3365/*
3366 * 7.1.9 Set Peer Primary Address (SCTP_SET_PEER_PRIMARY_ADDR)
3367 *
3368 * Requests that the peer mark the enclosed address as the association
3369 * primary. The enclosed address must be one of the association's
3370 * locally bound addresses. The following structure is used to make a
3371 * set primary request:
3372 */
3373static int sctp_setsockopt_peer_primary_addr(struct sock *sk, char __user *optval,
b7058842 3374 unsigned int optlen)
1da177e4 3375{
e1fc3b14 3376 struct net *net = sock_net(sk);
1da177e4 3377 struct sctp_sock *sp;
1da177e4
LT
3378 struct sctp_association *asoc = NULL;
3379 struct sctp_setpeerprim prim;
3380 struct sctp_chunk *chunk;
40a01039 3381 struct sctp_af *af;
1da177e4
LT
3382 int err;
3383
3384 sp = sctp_sk(sk);
1da177e4 3385
e1fc3b14 3386 if (!net->sctp.addip_enable)
1da177e4
LT
3387 return -EPERM;
3388
3389 if (optlen != sizeof(struct sctp_setpeerprim))
3390 return -EINVAL;
3391
3392 if (copy_from_user(&prim, optval, optlen))
3393 return -EFAULT;
3394
3395 asoc = sctp_id2assoc(sk, prim.sspp_assoc_id);
d808ad9a 3396 if (!asoc)
1da177e4
LT
3397 return -EINVAL;
3398
3399 if (!asoc->peer.asconf_capable)
3400 return -EPERM;
3401
3402 if (asoc->peer.addip_disabled_mask & SCTP_PARAM_SET_PRIMARY)
3403 return -EPERM;
3404
3405 if (!sctp_state(asoc, ESTABLISHED))
3406 return -ENOTCONN;
3407
40a01039
WY
3408 af = sctp_get_af_specific(prim.sspp_addr.ss_family);
3409 if (!af)
3410 return -EINVAL;
3411
3412 if (!af->addr_valid((union sctp_addr *)&prim.sspp_addr, sp, NULL))
3413 return -EADDRNOTAVAIL;
3414
1da177e4
LT
3415 if (!sctp_assoc_lookup_laddr(asoc, (union sctp_addr *)&prim.sspp_addr))
3416 return -EADDRNOTAVAIL;
3417
2277c7cd
RH
3418 /* Allow security module to validate address. */
3419 err = security_sctp_bind_connect(sk, SCTP_SET_PEER_PRIMARY_ADDR,
3420 (struct sockaddr *)&prim.sspp_addr,
3421 af->sockaddr_len);
3422 if (err)
3423 return err;
3424
1da177e4
LT
3425 /* Create an ASCONF chunk with SET_PRIMARY parameter */
3426 chunk = sctp_make_asconf_set_prim(asoc,
3427 (union sctp_addr *)&prim.sspp_addr);
3428 if (!chunk)
3429 return -ENOMEM;
3430
3431 err = sctp_send_asconf(asoc, chunk);
3432
bb33381d 3433 pr_debug("%s: we set peer primary addr primitively\n", __func__);
1da177e4
LT
3434
3435 return err;
3436}
3437
0f3fffd8 3438static int sctp_setsockopt_adaptation_layer(struct sock *sk, char __user *optval,
b7058842 3439 unsigned int optlen)
1da177e4 3440{
0f3fffd8 3441 struct sctp_setadaptation adaptation;
1da177e4 3442
0f3fffd8 3443 if (optlen != sizeof(struct sctp_setadaptation))
1da177e4 3444 return -EINVAL;
0f3fffd8 3445 if (copy_from_user(&adaptation, optval, optlen))
1da177e4
LT
3446 return -EFAULT;
3447
0f3fffd8 3448 sctp_sk(sk)->adaptation_ind = adaptation.ssb_adaptation_ind;
1da177e4
LT
3449
3450 return 0;
3451}
3452
6ab792f5
ISJ
3453/*
3454 * 7.1.29. Set or Get the default context (SCTP_CONTEXT)
3455 *
3456 * The context field in the sctp_sndrcvinfo structure is normally only
3457 * used when a failed message is retrieved holding the value that was
3458 * sent down on the actual send call. This option allows the setting of
3459 * a default context on an association basis that will be received on
3460 * reading messages from the peer. This is especially helpful in the
3461 * one-2-many model for an application to keep some reference to an
3462 * internal state machine that is processing messages on the
3463 * association. Note that the setting of this value only effects
3464 * received messages from the peer and does not effect the value that is
3465 * saved with outbound messages.
3466 */
3467static int sctp_setsockopt_context(struct sock *sk, char __user *optval,
b7058842 3468 unsigned int optlen)
6ab792f5
ISJ
3469{
3470 struct sctp_assoc_value params;
3471 struct sctp_sock *sp;
3472 struct sctp_association *asoc;
3473
3474 if (optlen != sizeof(struct sctp_assoc_value))
3475 return -EINVAL;
3476 if (copy_from_user(&params, optval, optlen))
3477 return -EFAULT;
3478
3479 sp = sctp_sk(sk);
3480
3481 if (params.assoc_id != 0) {
3482 asoc = sctp_id2assoc(sk, params.assoc_id);
3483 if (!asoc)
3484 return -EINVAL;
3485 asoc->default_rcv_context = params.assoc_value;
3486 } else {
3487 sp->default_rcv_context = params.assoc_value;
3488 }
3489
3490 return 0;
3491}
3492
b6e1331f
VY
3493/*
3494 * 7.1.24. Get or set fragmented interleave (SCTP_FRAGMENT_INTERLEAVE)
3495 *
3496 * This options will at a minimum specify if the implementation is doing
3497 * fragmented interleave. Fragmented interleave, for a one to many
3498 * socket, is when subsequent calls to receive a message may return
3499 * parts of messages from different associations. Some implementations
3500 * may allow you to turn this value on or off. If so, when turned off,
3501 * no fragment interleave will occur (which will cause a head of line
3502 * blocking amongst multiple associations sharing the same one to many
3503 * socket). When this option is turned on, then each receive call may
3504 * come from a different association (thus the user must receive data
3505 * with the extended calls (e.g. sctp_recvmsg) to keep track of which
3506 * association each receive belongs to.
3507 *
3508 * This option takes a boolean value. A non-zero value indicates that
3509 * fragmented interleave is on. A value of zero indicates that
3510 * fragmented interleave is off.
3511 *
3512 * Note that it is important that an implementation that allows this
3513 * option to be turned on, have it off by default. Otherwise an unaware
3514 * application using the one to many model may become confused and act
3515 * incorrectly.
3516 */
3517static int sctp_setsockopt_fragment_interleave(struct sock *sk,
3518 char __user *optval,
b7058842 3519 unsigned int optlen)
b6e1331f
VY
3520{
3521 int val;
3522
3523 if (optlen != sizeof(int))
3524 return -EINVAL;
3525 if (get_user(val, (int __user *)optval))
3526 return -EFAULT;
3527
772a5869
XL
3528 sctp_sk(sk)->frag_interleave = !!val;
3529
3530 if (!sctp_sk(sk)->frag_interleave)
3531 sctp_sk(sk)->strm_interleave = 0;
b6e1331f
VY
3532
3533 return 0;
3534}
3535
d49d91d7 3536/*
8510b937 3537 * 8.1.21. Set or Get the SCTP Partial Delivery Point
d49d91d7 3538 * (SCTP_PARTIAL_DELIVERY_POINT)
8510b937 3539 *
d49d91d7
VY
3540 * This option will set or get the SCTP partial delivery point. This
3541 * point is the size of a message where the partial delivery API will be
3542 * invoked to help free up rwnd space for the peer. Setting this to a
8510b937 3543 * lower value will cause partial deliveries to happen more often. The
d49d91d7 3544 * calls argument is an integer that sets or gets the partial delivery
8510b937
WY
3545 * point. Note also that the call will fail if the user attempts to set
3546 * this value larger than the socket receive buffer size.
3547 *
3548 * Note that any single message having a length smaller than or equal to
3549 * the SCTP partial delivery point will be delivered in one single read
3550 * call as long as the user provided buffer is large enough to hold the
3551 * message.
d49d91d7
VY
3552 */
3553static int sctp_setsockopt_partial_delivery_point(struct sock *sk,
3554 char __user *optval,
b7058842 3555 unsigned int optlen)
d49d91d7
VY
3556{
3557 u32 val;
3558
3559 if (optlen != sizeof(u32))
3560 return -EINVAL;
3561 if (get_user(val, (int __user *)optval))
3562 return -EFAULT;
3563
8510b937
WY
3564 /* Note: We double the receive buffer from what the user sets
3565 * it to be, also initial rwnd is based on rcvbuf/2.
3566 */
3567 if (val > (sk->sk_rcvbuf >> 1))
3568 return -EINVAL;
3569
d49d91d7
VY
3570 sctp_sk(sk)->pd_point = val;
3571
3572 return 0; /* is this the right error code? */
3573}
3574
70331571
VY
3575/*
3576 * 7.1.28. Set or Get the maximum burst (SCTP_MAX_BURST)
3577 *
3578 * This option will allow a user to change the maximum burst of packets
3579 * that can be emitted by this association. Note that the default value
3580 * is 4, and some implementations may restrict this setting so that it
3581 * can only be lowered.
3582 *
3583 * NOTE: This text doesn't seem right. Do this on a socket basis with
3584 * future associations inheriting the socket value.
3585 */
3586static int sctp_setsockopt_maxburst(struct sock *sk,
3587 char __user *optval,
b7058842 3588 unsigned int optlen)
70331571 3589{
219b99a9
NH
3590 struct sctp_assoc_value params;
3591 struct sctp_sock *sp;
3592 struct sctp_association *asoc;
70331571 3593 int val;
219b99a9 3594 int assoc_id = 0;
70331571 3595
219b99a9 3596 if (optlen == sizeof(int)) {
94f65193 3597 pr_warn_ratelimited(DEPRECATED
f916ec96 3598 "%s (pid %d) "
94f65193 3599 "Use of int in max_burst socket option deprecated.\n"
f916ec96
NH
3600 "Use struct sctp_assoc_value instead\n",
3601 current->comm, task_pid_nr(current));
219b99a9
NH
3602 if (copy_from_user(&val, optval, optlen))
3603 return -EFAULT;
3604 } else if (optlen == sizeof(struct sctp_assoc_value)) {
3605 if (copy_from_user(&params, optval, optlen))
3606 return -EFAULT;
3607 val = params.assoc_value;
3608 assoc_id = params.assoc_id;
3609 } else
70331571
VY
3610 return -EINVAL;
3611
219b99a9
NH
3612 sp = sctp_sk(sk);
3613
3614 if (assoc_id != 0) {
3615 asoc = sctp_id2assoc(sk, assoc_id);
3616 if (!asoc)
3617 return -EINVAL;
3618 asoc->max_burst = val;
3619 } else
3620 sp->max_burst = val;
70331571
VY
3621
3622 return 0;
3623}
3624
65b07e5d
VY
3625/*
3626 * 7.1.18. Add a chunk that must be authenticated (SCTP_AUTH_CHUNK)
3627 *
3628 * This set option adds a chunk type that the user is requesting to be
3629 * received only in an authenticated way. Changes to the list of chunks
3630 * will only effect future associations on the socket.
3631 */
3632static int sctp_setsockopt_auth_chunk(struct sock *sk,
b7058842
DM
3633 char __user *optval,
3634 unsigned int optlen)
65b07e5d 3635{
b14878cc 3636 struct sctp_endpoint *ep = sctp_sk(sk)->ep;
65b07e5d
VY
3637 struct sctp_authchunk val;
3638
b14878cc 3639 if (!ep->auth_enable)
5e739d17
VY
3640 return -EACCES;
3641
65b07e5d
VY
3642 if (optlen != sizeof(struct sctp_authchunk))
3643 return -EINVAL;
3644 if (copy_from_user(&val, optval, optlen))
3645 return -EFAULT;
3646
3647 switch (val.sauth_chunk) {
7fd71b1e
JP
3648 case SCTP_CID_INIT:
3649 case SCTP_CID_INIT_ACK:
3650 case SCTP_CID_SHUTDOWN_COMPLETE:
3651 case SCTP_CID_AUTH:
3652 return -EINVAL;
65b07e5d
VY
3653 }
3654
3655 /* add this chunk id to the endpoint */
b14878cc 3656 return sctp_auth_ep_add_chunkid(ep, val.sauth_chunk);
65b07e5d
VY
3657}
3658
3659/*
3660 * 7.1.19. Get or set the list of supported HMAC Identifiers (SCTP_HMAC_IDENT)
3661 *
3662 * This option gets or sets the list of HMAC algorithms that the local
3663 * endpoint requires the peer to use.
3664 */
3665static int sctp_setsockopt_hmac_ident(struct sock *sk,
b7058842
DM
3666 char __user *optval,
3667 unsigned int optlen)
65b07e5d 3668{
b14878cc 3669 struct sctp_endpoint *ep = sctp_sk(sk)->ep;
65b07e5d 3670 struct sctp_hmacalgo *hmacs;
d9724055 3671 u32 idents;
65b07e5d
VY
3672 int err;
3673
b14878cc 3674 if (!ep->auth_enable)
5e739d17
VY
3675 return -EACCES;
3676
65b07e5d
VY
3677 if (optlen < sizeof(struct sctp_hmacalgo))
3678 return -EINVAL;
5960cefa
MRL
3679 optlen = min_t(unsigned int, optlen, sizeof(struct sctp_hmacalgo) +
3680 SCTP_AUTH_NUM_HMACS * sizeof(u16));
65b07e5d 3681
cb3f837b 3682 hmacs = memdup_user(optval, optlen);
934253a7
SW
3683 if (IS_ERR(hmacs))
3684 return PTR_ERR(hmacs);
65b07e5d 3685
d9724055
VY
3686 idents = hmacs->shmac_num_idents;
3687 if (idents == 0 || idents > SCTP_AUTH_NUM_HMACS ||
3688 (idents * sizeof(u16)) > (optlen - sizeof(struct sctp_hmacalgo))) {
65b07e5d
VY
3689 err = -EINVAL;
3690 goto out;
3691 }
3692
b14878cc 3693 err = sctp_auth_ep_set_hmacs(ep, hmacs);
65b07e5d
VY
3694out:
3695 kfree(hmacs);
3696 return err;
3697}
3698
3699/*
3700 * 7.1.20. Set a shared key (SCTP_AUTH_KEY)
3701 *
3702 * This option will set a shared secret key which is used to build an
3703 * association shared key.
3704 */
3705static int sctp_setsockopt_auth_key(struct sock *sk,
3706 char __user *optval,
b7058842 3707 unsigned int optlen)
65b07e5d 3708{
b14878cc 3709 struct sctp_endpoint *ep = sctp_sk(sk)->ep;
65b07e5d
VY
3710 struct sctp_authkey *authkey;
3711 struct sctp_association *asoc;
3712 int ret;
3713
b14878cc 3714 if (!ep->auth_enable)
5e739d17
VY
3715 return -EACCES;
3716
65b07e5d
VY
3717 if (optlen <= sizeof(struct sctp_authkey))
3718 return -EINVAL;
5960cefa
MRL
3719 /* authkey->sca_keylength is u16, so optlen can't be bigger than
3720 * this.
3721 */
3722 optlen = min_t(unsigned int, optlen, USHRT_MAX +
3723 sizeof(struct sctp_authkey));
65b07e5d 3724
cb3f837b 3725 authkey = memdup_user(optval, optlen);
934253a7
SW
3726 if (IS_ERR(authkey))
3727 return PTR_ERR(authkey);
65b07e5d 3728
328fc47e 3729 if (authkey->sca_keylength > optlen - sizeof(struct sctp_authkey)) {
30c2235c
VY
3730 ret = -EINVAL;
3731 goto out;
3732 }
3733
65b07e5d
VY
3734 asoc = sctp_id2assoc(sk, authkey->sca_assoc_id);
3735 if (!asoc && authkey->sca_assoc_id && sctp_style(sk, UDP)) {
3736 ret = -EINVAL;
3737 goto out;
3738 }
3739
b14878cc 3740 ret = sctp_auth_set_key(ep, asoc, authkey);
65b07e5d 3741out:
6ba542a2 3742 kzfree(authkey);
65b07e5d
VY
3743 return ret;
3744}
3745
3746/*
3747 * 7.1.21. Get or set the active shared key (SCTP_AUTH_ACTIVE_KEY)
3748 *
3749 * This option will get or set the active shared key to be used to build
3750 * the association shared key.
3751 */
3752static int sctp_setsockopt_active_key(struct sock *sk,
b7058842
DM
3753 char __user *optval,
3754 unsigned int optlen)
65b07e5d 3755{
b14878cc 3756 struct sctp_endpoint *ep = sctp_sk(sk)->ep;
65b07e5d
VY
3757 struct sctp_authkeyid val;
3758 struct sctp_association *asoc;
3759
b14878cc 3760 if (!ep->auth_enable)
5e739d17
VY
3761 return -EACCES;
3762
65b07e5d
VY
3763 if (optlen != sizeof(struct sctp_authkeyid))
3764 return -EINVAL;
3765 if (copy_from_user(&val, optval, optlen))
3766 return -EFAULT;
3767
3768 asoc = sctp_id2assoc(sk, val.scact_assoc_id);
3769 if (!asoc && val.scact_assoc_id && sctp_style(sk, UDP))
3770 return -EINVAL;
3771
b14878cc 3772 return sctp_auth_set_active_key(ep, asoc, val.scact_keynumber);
65b07e5d
VY
3773}
3774
3775/*
3776 * 7.1.22. Delete a shared key (SCTP_AUTH_DELETE_KEY)
3777 *
3778 * This set option will delete a shared secret key from use.
3779 */
3780static int sctp_setsockopt_del_key(struct sock *sk,
b7058842
DM
3781 char __user *optval,
3782 unsigned int optlen)
65b07e5d 3783{
b14878cc 3784 struct sctp_endpoint *ep = sctp_sk(sk)->ep;
65b07e5d
VY
3785 struct sctp_authkeyid val;
3786 struct sctp_association *asoc;
3787
b14878cc 3788 if (!ep->auth_enable)
5e739d17
VY
3789 return -EACCES;
3790
65b07e5d
VY
3791 if (optlen != sizeof(struct sctp_authkeyid))
3792 return -EINVAL;
3793 if (copy_from_user(&val, optval, optlen))
3794 return -EFAULT;
3795
3796 asoc = sctp_id2assoc(sk, val.scact_assoc_id);
3797 if (!asoc && val.scact_assoc_id && sctp_style(sk, UDP))
3798 return -EINVAL;
3799
b14878cc 3800 return sctp_auth_del_key_id(ep, asoc, val.scact_keynumber);
65b07e5d
VY
3801
3802}
3803
601590ec
XL
3804/*
3805 * 8.3.4 Deactivate a Shared Key (SCTP_AUTH_DEACTIVATE_KEY)
3806 *
3807 * This set option will deactivate a shared secret key.
3808 */
3809static int sctp_setsockopt_deactivate_key(struct sock *sk, char __user *optval,
3810 unsigned int optlen)
3811{
3812 struct sctp_endpoint *ep = sctp_sk(sk)->ep;
3813 struct sctp_authkeyid val;
3814 struct sctp_association *asoc;
3815
3816 if (!ep->auth_enable)
3817 return -EACCES;
3818
3819 if (optlen != sizeof(struct sctp_authkeyid))
3820 return -EINVAL;
3821 if (copy_from_user(&val, optval, optlen))
3822 return -EFAULT;
3823
3824 asoc = sctp_id2assoc(sk, val.scact_assoc_id);
3825 if (!asoc && val.scact_assoc_id && sctp_style(sk, UDP))
3826 return -EINVAL;
3827
3828 return sctp_auth_deact_key_id(ep, asoc, val.scact_keynumber);
3829}
3830
7dc04d71
MH
3831/*
3832 * 8.1.23 SCTP_AUTO_ASCONF
3833 *
3834 * This option will enable or disable the use of the automatic generation of
3835 * ASCONF chunks to add and delete addresses to an existing association. Note
3836 * that this option has two caveats namely: a) it only affects sockets that
3837 * are bound to all addresses available to the SCTP stack, and b) the system
3838 * administrator may have an overriding control that turns the ASCONF feature
3839 * off no matter what setting the socket option may have.
3840 * This option expects an integer boolean flag, where a non-zero value turns on
3841 * the option, and a zero value turns off the option.
3842 * Note. In this implementation, socket operation overrides default parameter
3843 * being set by sysctl as well as FreeBSD implementation
3844 */
3845static int sctp_setsockopt_auto_asconf(struct sock *sk, char __user *optval,
3846 unsigned int optlen)
3847{
3848 int val;
3849 struct sctp_sock *sp = sctp_sk(sk);
3850
3851 if (optlen < sizeof(int))
3852 return -EINVAL;
3853 if (get_user(val, (int __user *)optval))
3854 return -EFAULT;
3855 if (!sctp_is_ep_boundall(sk) && val)
3856 return -EINVAL;
3857 if ((val && sp->do_auto_asconf) || (!val && !sp->do_auto_asconf))
3858 return 0;
3859
2d45a02d 3860 spin_lock_bh(&sock_net(sk)->sctp.addr_wq_lock);
7dc04d71
MH
3861 if (val == 0 && sp->do_auto_asconf) {
3862 list_del(&sp->auto_asconf_list);
3863 sp->do_auto_asconf = 0;
3864 } else if (val && !sp->do_auto_asconf) {
3865 list_add_tail(&sp->auto_asconf_list,
4db67e80 3866 &sock_net(sk)->sctp.auto_asconf_splist);
7dc04d71
MH
3867 sp->do_auto_asconf = 1;
3868 }
2d45a02d 3869 spin_unlock_bh(&sock_net(sk)->sctp.addr_wq_lock);
7dc04d71
MH
3870 return 0;
3871}
3872
5aa93bcf
NH
3873/*
3874 * SCTP_PEER_ADDR_THLDS
3875 *
3876 * This option allows us to alter the partially failed threshold for one or all
3877 * transports in an association. See Section 6.1 of:
3878 * http://www.ietf.org/id/draft-nishida-tsvwg-sctp-failover-05.txt
3879 */
3880static int sctp_setsockopt_paddr_thresholds(struct sock *sk,
3881 char __user *optval,
3882 unsigned int optlen)
3883{
3884 struct sctp_paddrthlds val;
3885 struct sctp_transport *trans;
3886 struct sctp_association *asoc;
3887
3888 if (optlen < sizeof(struct sctp_paddrthlds))
3889 return -EINVAL;
3890 if (copy_from_user(&val, (struct sctp_paddrthlds __user *)optval,
3891 sizeof(struct sctp_paddrthlds)))
3892 return -EFAULT;
3893
3894
3895 if (sctp_is_any(sk, (const union sctp_addr *)&val.spt_address)) {
3896 asoc = sctp_id2assoc(sk, val.spt_assoc_id);
3897 if (!asoc)
3898 return -ENOENT;
3899 list_for_each_entry(trans, &asoc->peer.transport_addr_list,
3900 transports) {
3901 if (val.spt_pathmaxrxt)
3902 trans->pathmaxrxt = val.spt_pathmaxrxt;
3903 trans->pf_retrans = val.spt_pathpfthld;
3904 }
3905
3906 if (val.spt_pathmaxrxt)
3907 asoc->pathmaxrxt = val.spt_pathmaxrxt;
3908 asoc->pf_retrans = val.spt_pathpfthld;
3909 } else {
3910 trans = sctp_addr_id2transport(sk, &val.spt_address,
3911 val.spt_assoc_id);
3912 if (!trans)
3913 return -ENOENT;
3914
3915 if (val.spt_pathmaxrxt)
3916 trans->pathmaxrxt = val.spt_pathmaxrxt;
3917 trans->pf_retrans = val.spt_pathpfthld;
3918 }
3919
3920 return 0;
3921}
3922
0d3a421d
GOV
3923static int sctp_setsockopt_recvrcvinfo(struct sock *sk,
3924 char __user *optval,
3925 unsigned int optlen)
3926{
3927 int val;
3928
3929 if (optlen < sizeof(int))
3930 return -EINVAL;
3931 if (get_user(val, (int __user *) optval))
3932 return -EFAULT;
3933
3934 sctp_sk(sk)->recvrcvinfo = (val == 0) ? 0 : 1;
3935
3936 return 0;
3937}
3938
2347c80f
GOV
3939static int sctp_setsockopt_recvnxtinfo(struct sock *sk,
3940 char __user *optval,
3941 unsigned int optlen)
3942{
3943 int val;
3944
3945 if (optlen < sizeof(int))
3946 return -EINVAL;
3947 if (get_user(val, (int __user *) optval))
3948 return -EFAULT;
3949
3950 sctp_sk(sk)->recvnxtinfo = (val == 0) ? 0 : 1;
3951
3952 return 0;
3953}
3954
28aa4c26
XL
3955static int sctp_setsockopt_pr_supported(struct sock *sk,
3956 char __user *optval,
3957 unsigned int optlen)
3958{
3959 struct sctp_assoc_value params;
3960 struct sctp_association *asoc;
3961 int retval = -EINVAL;
3962
3963 if (optlen != sizeof(params))
3964 goto out;
3965
3966 if (copy_from_user(&params, optval, optlen)) {
3967 retval = -EFAULT;
3968 goto out;
3969 }
3970
3971 asoc = sctp_id2assoc(sk, params.assoc_id);
3972 if (asoc) {
3973 asoc->prsctp_enable = !!params.assoc_value;
3974 } else if (!params.assoc_id) {
3975 struct sctp_sock *sp = sctp_sk(sk);
3976
3977 sp->ep->prsctp_enable = !!params.assoc_value;
3978 } else {
3979 goto out;
3980 }
3981
3982 retval = 0;
3983
3984out:
3985 return retval;
3986}
3987
f959fb44
XL
3988static int sctp_setsockopt_default_prinfo(struct sock *sk,
3989 char __user *optval,
3990 unsigned int optlen)
3991{
3992 struct sctp_default_prinfo info;
3993 struct sctp_association *asoc;
3994 int retval = -EINVAL;
3995
3996 if (optlen != sizeof(info))
3997 goto out;
3998
3999 if (copy_from_user(&info, optval, sizeof(info))) {
4000 retval = -EFAULT;
4001 goto out;
4002 }
4003
4004 if (info.pr_policy & ~SCTP_PR_SCTP_MASK)
4005 goto out;
4006
4007 if (info.pr_policy == SCTP_PR_SCTP_NONE)
4008 info.pr_value = 0;
4009
4010 asoc = sctp_id2assoc(sk, info.pr_assoc_id);
4011 if (asoc) {
4012 SCTP_PR_SET_POLICY(asoc->default_flags, info.pr_policy);
4013 asoc->default_timetolive = info.pr_value;
4014 } else if (!info.pr_assoc_id) {
4015 struct sctp_sock *sp = sctp_sk(sk);
4016
4017 SCTP_PR_SET_POLICY(sp->default_flags, info.pr_policy);
4018 sp->default_timetolive = info.pr_value;
4019 } else {
4020 goto out;
4021 }
4022
4023 retval = 0;
4024
4025out:
4026 return retval;
4027}
4028
c0d8bab6
XL
4029static int sctp_setsockopt_reconfig_supported(struct sock *sk,
4030 char __user *optval,
4031 unsigned int optlen)
4032{
4033 struct sctp_assoc_value params;
4034 struct sctp_association *asoc;
4035 int retval = -EINVAL;
4036
4037 if (optlen != sizeof(params))
4038 goto out;
4039
4040 if (copy_from_user(&params, optval, optlen)) {
4041 retval = -EFAULT;
4042 goto out;
4043 }
4044
4045 asoc = sctp_id2assoc(sk, params.assoc_id);
4046 if (asoc) {
4047 asoc->reconf_enable = !!params.assoc_value;
4048 } else if (!params.assoc_id) {
4049 struct sctp_sock *sp = sctp_sk(sk);
4050
4051 sp->ep->reconf_enable = !!params.assoc_value;
4052 } else {
4053 goto out;
4054 }
4055
4056 retval = 0;
4057
4058out:
4059 return retval;
4060}
4061
9fb657ae
XL
4062static int sctp_setsockopt_enable_strreset(struct sock *sk,
4063 char __user *optval,
4064 unsigned int optlen)
4065{
4066 struct sctp_assoc_value params;
4067 struct sctp_association *asoc;
4068 int retval = -EINVAL;
4069
4070 if (optlen != sizeof(params))
4071 goto out;
4072
4073 if (copy_from_user(&params, optval, optlen)) {
4074 retval = -EFAULT;
4075 goto out;
4076 }
4077
4078 if (params.assoc_value & (~SCTP_ENABLE_STRRESET_MASK))
4079 goto out;
4080
4081 asoc = sctp_id2assoc(sk, params.assoc_id);
4082 if (asoc) {
4083 asoc->strreset_enable = params.assoc_value;
4084 } else if (!params.assoc_id) {
4085 struct sctp_sock *sp = sctp_sk(sk);
4086
4087 sp->ep->strreset_enable = params.assoc_value;
4088 } else {
4089 goto out;
4090 }
4091
4092 retval = 0;
4093
4094out:
4095 return retval;
4096}
4097
7f9d68ac
XL
4098static int sctp_setsockopt_reset_streams(struct sock *sk,
4099 char __user *optval,
4100 unsigned int optlen)
4101{
4102 struct sctp_reset_streams *params;
4103 struct sctp_association *asoc;
4104 int retval = -EINVAL;
4105
2342b8d9 4106 if (optlen < sizeof(*params))
7f9d68ac 4107 return -EINVAL;
5960cefa
MRL
4108 /* srs_number_streams is u16, so optlen can't be bigger than this. */
4109 optlen = min_t(unsigned int, optlen, USHRT_MAX +
4110 sizeof(__u16) * sizeof(*params));
7f9d68ac
XL
4111
4112 params = memdup_user(optval, optlen);
4113 if (IS_ERR(params))
4114 return PTR_ERR(params);
4115
2342b8d9
XL
4116 if (params->srs_number_streams * sizeof(__u16) >
4117 optlen - sizeof(*params))
4118 goto out;
4119
7f9d68ac
XL
4120 asoc = sctp_id2assoc(sk, params->srs_assoc_id);
4121 if (!asoc)
4122 goto out;
4123
4124 retval = sctp_send_reset_streams(asoc, params);
4125
4126out:
4127 kfree(params);
4128 return retval;
4129}
4130
a92ce1a4
XL
4131static int sctp_setsockopt_reset_assoc(struct sock *sk,
4132 char __user *optval,
4133 unsigned int optlen)
4134{
4135 struct sctp_association *asoc;
4136 sctp_assoc_t associd;
4137 int retval = -EINVAL;
4138
4139 if (optlen != sizeof(associd))
4140 goto out;
4141
4142 if (copy_from_user(&associd, optval, optlen)) {
4143 retval = -EFAULT;
4144 goto out;
4145 }
4146
4147 asoc = sctp_id2assoc(sk, associd);
4148 if (!asoc)
4149 goto out;
4150
4151 retval = sctp_send_reset_assoc(asoc);
4152
4153out:
4154 return retval;
4155}
4156
242bd2d5
XL
4157static int sctp_setsockopt_add_streams(struct sock *sk,
4158 char __user *optval,
4159 unsigned int optlen)
4160{
4161 struct sctp_association *asoc;
4162 struct sctp_add_streams params;
4163 int retval = -EINVAL;
4164
4165 if (optlen != sizeof(params))
4166 goto out;
4167
4168 if (copy_from_user(&params, optval, optlen)) {
4169 retval = -EFAULT;
4170 goto out;
4171 }
4172
4173 asoc = sctp_id2assoc(sk, params.sas_assoc_id);
4174 if (!asoc)
4175 goto out;
4176
4177 retval = sctp_send_add_streams(asoc, &params);
4178
4179out:
4180 return retval;
4181}
4182
13aa8770
MRL
4183static int sctp_setsockopt_scheduler(struct sock *sk,
4184 char __user *optval,
4185 unsigned int optlen)
4186{
4187 struct sctp_association *asoc;
4188 struct sctp_assoc_value params;
4189 int retval = -EINVAL;
4190
4191 if (optlen < sizeof(params))
4192 goto out;
4193
4194 optlen = sizeof(params);
4195 if (copy_from_user(&params, optval, optlen)) {
4196 retval = -EFAULT;
4197 goto out;
4198 }
4199
4200 if (params.assoc_value > SCTP_SS_MAX)
4201 goto out;
4202
4203 asoc = sctp_id2assoc(sk, params.assoc_id);
4204 if (!asoc)
4205 goto out;
4206
4207 retval = sctp_sched_set_sched(asoc, params.assoc_value);
4208
4209out:
4210 return retval;
4211}
4212
0ccdf3c7
MRL
4213static int sctp_setsockopt_scheduler_value(struct sock *sk,
4214 char __user *optval,
4215 unsigned int optlen)
4216{
4217 struct sctp_association *asoc;
4218 struct sctp_stream_value params;
4219 int retval = -EINVAL;
4220
4221 if (optlen < sizeof(params))
4222 goto out;
4223
4224 optlen = sizeof(params);
4225 if (copy_from_user(&params, optval, optlen)) {
4226 retval = -EFAULT;
4227 goto out;
4228 }
4229
4230 asoc = sctp_id2assoc(sk, params.assoc_id);
4231 if (!asoc)
4232 goto out;
4233
4234 retval = sctp_sched_set_value(asoc, params.stream_id,
4235 params.stream_value, GFP_KERNEL);
4236
4237out:
4238 return retval;
4239}
4240
772a5869
XL
4241static int sctp_setsockopt_interleaving_supported(struct sock *sk,
4242 char __user *optval,
4243 unsigned int optlen)
4244{
4245 struct sctp_sock *sp = sctp_sk(sk);
4246 struct net *net = sock_net(sk);
4247 struct sctp_assoc_value params;
4248 int retval = -EINVAL;
4249
4250 if (optlen < sizeof(params))
4251 goto out;
4252
4253 optlen = sizeof(params);
4254 if (copy_from_user(&params, optval, optlen)) {
4255 retval = -EFAULT;
4256 goto out;
4257 }
4258
4259 if (params.assoc_id)
4260 goto out;
4261
4262 if (!net->sctp.intl_enable || !sp->frag_interleave) {
4263 retval = -EPERM;
4264 goto out;
4265 }
4266
4267 sp->strm_interleave = !!params.assoc_value;
4268
4269 retval = 0;
4270
4271out:
4272 return retval;
4273}
4274
b0e9a2fe
XL
4275static int sctp_setsockopt_reuse_port(struct sock *sk, char __user *optval,
4276 unsigned int optlen)
4277{
4278 int val;
4279
4280 if (!sctp_style(sk, TCP))
4281 return -EOPNOTSUPP;
4282
4283 if (sctp_sk(sk)->ep->base.bind_addr.port)
4284 return -EFAULT;
4285
4286 if (optlen < sizeof(int))
4287 return -EINVAL;
4288
4289 if (get_user(val, (int __user *)optval))
4290 return -EFAULT;
4291
4292 sctp_sk(sk)->reuse = !!val;
4293
4294 return 0;
4295}
4296
1da177e4
LT
4297/* API 6.2 setsockopt(), getsockopt()
4298 *
4299 * Applications use setsockopt() and getsockopt() to set or retrieve
4300 * socket options. Socket options are used to change the default
4301 * behavior of sockets calls. They are described in Section 7.
4302 *
4303 * The syntax is:
4304 *
4305 * ret = getsockopt(int sd, int level, int optname, void __user *optval,
4306 * int __user *optlen);
4307 * ret = setsockopt(int sd, int level, int optname, const void __user *optval,
4308 * int optlen);
4309 *
4310 * sd - the socket descript.
4311 * level - set to IPPROTO_SCTP for all SCTP options.
4312 * optname - the option name.
4313 * optval - the buffer to store the value of the option.
4314 * optlen - the size of the buffer.
4315 */
dda91928
DB
4316static int sctp_setsockopt(struct sock *sk, int level, int optname,
4317 char __user *optval, unsigned int optlen)
1da177e4
LT
4318{
4319 int retval = 0;
4320
bb33381d 4321 pr_debug("%s: sk:%p, optname:%d\n", __func__, sk, optname);
1da177e4
LT
4322
4323 /* I can hardly begin to describe how wrong this is. This is
4324 * so broken as to be worse than useless. The API draft
4325 * REALLY is NOT helpful here... I am not convinced that the
4326 * semantics of setsockopt() with a level OTHER THAN SOL_SCTP
4327 * are at all well-founded.
4328 */
4329 if (level != SOL_SCTP) {
4330 struct sctp_af *af = sctp_sk(sk)->pf->af;
4331 retval = af->setsockopt(sk, level, optname, optval, optlen);
4332 goto out_nounlock;
4333 }
4334
048ed4b6 4335 lock_sock(sk);
1da177e4
LT
4336
4337 switch (optname) {
4338 case SCTP_SOCKOPT_BINDX_ADD:
4339 /* 'optlen' is the size of the addresses buffer. */
4340 retval = sctp_setsockopt_bindx(sk, (struct sockaddr __user *)optval,
4341 optlen, SCTP_BINDX_ADD_ADDR);
4342 break;
4343
4344 case SCTP_SOCKOPT_BINDX_REM:
4345 /* 'optlen' is the size of the addresses buffer. */
4346 retval = sctp_setsockopt_bindx(sk, (struct sockaddr __user *)optval,
4347 optlen, SCTP_BINDX_REM_ADDR);
4348 break;
4349
88a0a948
VY
4350 case SCTP_SOCKOPT_CONNECTX_OLD:
4351 /* 'optlen' is the size of the addresses buffer. */
4352 retval = sctp_setsockopt_connectx_old(sk,
4353 (struct sockaddr __user *)optval,
4354 optlen);
4355 break;
4356
3f7a87d2
FF
4357 case SCTP_SOCKOPT_CONNECTX:
4358 /* 'optlen' is the size of the addresses buffer. */
88a0a948
VY
4359 retval = sctp_setsockopt_connectx(sk,
4360 (struct sockaddr __user *)optval,
4361 optlen);
3f7a87d2
FF
4362 break;
4363
1da177e4
LT
4364 case SCTP_DISABLE_FRAGMENTS:
4365 retval = sctp_setsockopt_disable_fragments(sk, optval, optlen);
4366 break;
4367
4368 case SCTP_EVENTS:
4369 retval = sctp_setsockopt_events(sk, optval, optlen);
4370 break;
4371
4372 case SCTP_AUTOCLOSE:
4373 retval = sctp_setsockopt_autoclose(sk, optval, optlen);
4374 break;
4375
4376 case SCTP_PEER_ADDR_PARAMS:
4377 retval = sctp_setsockopt_peer_addr_params(sk, optval, optlen);
4378 break;
4379
4580ccc0 4380 case SCTP_DELAYED_SACK:
d364d927 4381 retval = sctp_setsockopt_delayed_ack(sk, optval, optlen);
7708610b 4382 break;
d49d91d7
VY
4383 case SCTP_PARTIAL_DELIVERY_POINT:
4384 retval = sctp_setsockopt_partial_delivery_point(sk, optval, optlen);
4385 break;
7708610b 4386
1da177e4
LT
4387 case SCTP_INITMSG:
4388 retval = sctp_setsockopt_initmsg(sk, optval, optlen);
4389 break;
4390 case SCTP_DEFAULT_SEND_PARAM:
4391 retval = sctp_setsockopt_default_send_param(sk, optval,
4392 optlen);
4393 break;
6b3fd5f3
GOV
4394 case SCTP_DEFAULT_SNDINFO:
4395 retval = sctp_setsockopt_default_sndinfo(sk, optval, optlen);
4396 break;
1da177e4
LT
4397 case SCTP_PRIMARY_ADDR:
4398 retval = sctp_setsockopt_primary_addr(sk, optval, optlen);
4399 break;
4400 case SCTP_SET_PEER_PRIMARY_ADDR:
4401 retval = sctp_setsockopt_peer_primary_addr(sk, optval, optlen);
4402 break;
4403 case SCTP_NODELAY:
4404 retval = sctp_setsockopt_nodelay(sk, optval, optlen);
4405 break;
4406 case SCTP_RTOINFO:
4407 retval = sctp_setsockopt_rtoinfo(sk, optval, optlen);
4408 break;
4409 case SCTP_ASSOCINFO:
4410 retval = sctp_setsockopt_associnfo(sk, optval, optlen);
4411 break;
4412 case SCTP_I_WANT_MAPPED_V4_ADDR:
4413 retval = sctp_setsockopt_mappedv4(sk, optval, optlen);
4414 break;
4415 case SCTP_MAXSEG:
4416 retval = sctp_setsockopt_maxseg(sk, optval, optlen);
4417 break;
0f3fffd8
ISJ
4418 case SCTP_ADAPTATION_LAYER:
4419 retval = sctp_setsockopt_adaptation_layer(sk, optval, optlen);
1da177e4 4420 break;
6ab792f5
ISJ
4421 case SCTP_CONTEXT:
4422 retval = sctp_setsockopt_context(sk, optval, optlen);
4423 break;
b6e1331f
VY
4424 case SCTP_FRAGMENT_INTERLEAVE:
4425 retval = sctp_setsockopt_fragment_interleave(sk, optval, optlen);
4426 break;
70331571
VY
4427 case SCTP_MAX_BURST:
4428 retval = sctp_setsockopt_maxburst(sk, optval, optlen);
4429 break;
65b07e5d
VY
4430 case SCTP_AUTH_CHUNK:
4431 retval = sctp_setsockopt_auth_chunk(sk, optval, optlen);
4432 break;
4433 case SCTP_HMAC_IDENT:
4434 retval = sctp_setsockopt_hmac_ident(sk, optval, optlen);
4435 break;
4436 case SCTP_AUTH_KEY:
4437 retval = sctp_setsockopt_auth_key(sk, optval, optlen);
4438 break;
4439 case SCTP_AUTH_ACTIVE_KEY:
4440 retval = sctp_setsockopt_active_key(sk, optval, optlen);
4441 break;
4442 case SCTP_AUTH_DELETE_KEY:
4443 retval = sctp_setsockopt_del_key(sk, optval, optlen);
4444 break;
601590ec
XL
4445 case SCTP_AUTH_DEACTIVATE_KEY:
4446 retval = sctp_setsockopt_deactivate_key(sk, optval, optlen);
4447 break;
7dc04d71
MH
4448 case SCTP_AUTO_ASCONF:
4449 retval = sctp_setsockopt_auto_asconf(sk, optval, optlen);
4450 break;
5aa93bcf
NH
4451 case SCTP_PEER_ADDR_THLDS:
4452 retval = sctp_setsockopt_paddr_thresholds(sk, optval, optlen);
4453 break;
0d3a421d
GOV
4454 case SCTP_RECVRCVINFO:
4455 retval = sctp_setsockopt_recvrcvinfo(sk, optval, optlen);
4456 break;
2347c80f
GOV
4457 case SCTP_RECVNXTINFO:
4458 retval = sctp_setsockopt_recvnxtinfo(sk, optval, optlen);
4459 break;
28aa4c26
XL
4460 case SCTP_PR_SUPPORTED:
4461 retval = sctp_setsockopt_pr_supported(sk, optval, optlen);
4462 break;
f959fb44
XL
4463 case SCTP_DEFAULT_PRINFO:
4464 retval = sctp_setsockopt_default_prinfo(sk, optval, optlen);
4465 break;
c0d8bab6
XL
4466 case SCTP_RECONFIG_SUPPORTED:
4467 retval = sctp_setsockopt_reconfig_supported(sk, optval, optlen);
4468 break;
9fb657ae
XL
4469 case SCTP_ENABLE_STREAM_RESET:
4470 retval = sctp_setsockopt_enable_strreset(sk, optval, optlen);
4471 break;
7f9d68ac
XL
4472 case SCTP_RESET_STREAMS:
4473 retval = sctp_setsockopt_reset_streams(sk, optval, optlen);
4474 break;
a92ce1a4
XL
4475 case SCTP_RESET_ASSOC:
4476 retval = sctp_setsockopt_reset_assoc(sk, optval, optlen);
4477 break;
242bd2d5
XL
4478 case SCTP_ADD_STREAMS:
4479 retval = sctp_setsockopt_add_streams(sk, optval, optlen);
4480 break;
13aa8770
MRL
4481 case SCTP_STREAM_SCHEDULER:
4482 retval = sctp_setsockopt_scheduler(sk, optval, optlen);
4483 break;
0ccdf3c7
MRL
4484 case SCTP_STREAM_SCHEDULER_VALUE:
4485 retval = sctp_setsockopt_scheduler_value(sk, optval, optlen);
4486 break;
772a5869
XL
4487 case SCTP_INTERLEAVING_SUPPORTED:
4488 retval = sctp_setsockopt_interleaving_supported(sk, optval,
4489 optlen);
4490 break;
b0e9a2fe
XL
4491 case SCTP_REUSE_PORT:
4492 retval = sctp_setsockopt_reuse_port(sk, optval, optlen);
4493 break;
1da177e4
LT
4494 default:
4495 retval = -ENOPROTOOPT;
4496 break;
3ff50b79 4497 }
1da177e4 4498
048ed4b6 4499 release_sock(sk);
1da177e4
LT
4500
4501out_nounlock:
4502 return retval;
4503}
4504
4505/* API 3.1.6 connect() - UDP Style Syntax
4506 *
4507 * An application may use the connect() call in the UDP model to initiate an
4508 * association without sending data.
4509 *
4510 * The syntax is:
4511 *
4512 * ret = connect(int sd, const struct sockaddr *nam, socklen_t len);
4513 *
4514 * sd: the socket descriptor to have a new association added to.
4515 *
4516 * nam: the address structure (either struct sockaddr_in or struct
4517 * sockaddr_in6 defined in RFC2553 [7]).
4518 *
4519 * len: the size of the address.
4520 */
dda91928 4521static int sctp_connect(struct sock *sk, struct sockaddr *addr,
644fbdea 4522 int addr_len, int flags)
1da177e4 4523{
644fbdea 4524 struct inet_sock *inet = inet_sk(sk);
3f7a87d2 4525 struct sctp_af *af;
644fbdea 4526 int err = 0;
1da177e4 4527
048ed4b6 4528 lock_sock(sk);
1da177e4 4529
bb33381d
DB
4530 pr_debug("%s: sk:%p, sockaddr:%p, addr_len:%d\n", __func__, sk,
4531 addr, addr_len);
1da177e4 4532
644fbdea
XL
4533 /* We may need to bind the socket. */
4534 if (!inet->inet_num) {
4535 if (sk->sk_prot->get_port(sk, 0)) {
4536 release_sock(sk);
4537 return -EAGAIN;
4538 }
4539 inet->inet_sport = htons(inet->inet_num);
4540 }
4541
3f7a87d2
FF
4542 /* Validate addr_len before calling common connect/connectx routine. */
4543 af = sctp_get_af_specific(addr->sa_family);
4544 if (!af || addr_len < af->sockaddr_len) {
4545 err = -EINVAL;
4546 } else {
4547 /* Pass correct addr len to common routine (so it knows there
4548 * is only one address being passed.
4549 */
644fbdea 4550 err = __sctp_connect(sk, addr, af->sockaddr_len, flags, NULL);
1da177e4
LT
4551 }
4552
048ed4b6 4553 release_sock(sk);
1da177e4
LT
4554 return err;
4555}
4556
644fbdea
XL
4557int sctp_inet_connect(struct socket *sock, struct sockaddr *uaddr,
4558 int addr_len, int flags)
4559{
4560 if (addr_len < sizeof(uaddr->sa_family))
4561 return -EINVAL;
4562
4563 if (uaddr->sa_family == AF_UNSPEC)
4564 return -EOPNOTSUPP;
4565
4566 return sctp_connect(sock->sk, uaddr, addr_len, flags);
4567}
4568
1da177e4 4569/* FIXME: Write comments. */
dda91928 4570static int sctp_disconnect(struct sock *sk, int flags)
1da177e4
LT
4571{
4572 return -EOPNOTSUPP; /* STUB */
4573}
4574
4575/* 4.1.4 accept() - TCP Style Syntax
4576 *
4577 * Applications use accept() call to remove an established SCTP
4578 * association from the accept queue of the endpoint. A new socket
4579 * descriptor will be returned from accept() to represent the newly
4580 * formed association.
4581 */
cdfbabfb 4582static struct sock *sctp_accept(struct sock *sk, int flags, int *err, bool kern)
1da177e4
LT
4583{
4584 struct sctp_sock *sp;
4585 struct sctp_endpoint *ep;
4586 struct sock *newsk = NULL;
4587 struct sctp_association *asoc;
4588 long timeo;
4589 int error = 0;
4590
048ed4b6 4591 lock_sock(sk);
1da177e4
LT
4592
4593 sp = sctp_sk(sk);
4594 ep = sp->ep;
4595
4596 if (!sctp_style(sk, TCP)) {
4597 error = -EOPNOTSUPP;
4598 goto out;
4599 }
4600
4601 if (!sctp_sstate(sk, LISTENING)) {
4602 error = -EINVAL;
4603 goto out;
4604 }
4605
8abfedd8 4606 timeo = sock_rcvtimeo(sk, flags & O_NONBLOCK);
1da177e4
LT
4607
4608 error = sctp_wait_for_accept(sk, timeo);
4609 if (error)
4610 goto out;
4611
4612 /* We treat the list of associations on the endpoint as the accept
4613 * queue and pick the first association on the list.
4614 */
4615 asoc = list_entry(ep->asocs.next, struct sctp_association, asocs);
4616
cdfbabfb 4617 newsk = sp->pf->create_accept_sk(sk, asoc, kern);
1da177e4
LT
4618 if (!newsk) {
4619 error = -ENOMEM;
4620 goto out;
4621 }
4622
4623 /* Populate the fields of the newsk from the oldsk and migrate the
4624 * asoc to the newsk.
4625 */
4626 sctp_sock_migrate(sk, newsk, asoc, SCTP_SOCKET_TCP);
4627
4628out:
048ed4b6 4629 release_sock(sk);
d808ad9a 4630 *err = error;
1da177e4
LT
4631 return newsk;
4632}
4633
4634/* The SCTP ioctl handler. */
dda91928 4635static int sctp_ioctl(struct sock *sk, int cmd, unsigned long arg)
1da177e4 4636{
65040c33
DEFP
4637 int rc = -ENOTCONN;
4638
048ed4b6 4639 lock_sock(sk);
65040c33
DEFP
4640
4641 /*
4642 * SEQPACKET-style sockets in LISTENING state are valid, for
4643 * SCTP, so only discard TCP-style sockets in LISTENING state.
4644 */
4645 if (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING))
4646 goto out;
4647
4648 switch (cmd) {
4649 case SIOCINQ: {
4650 struct sk_buff *skb;
4651 unsigned int amount = 0;
4652
4653 skb = skb_peek(&sk->sk_receive_queue);
4654 if (skb != NULL) {
4655 /*
4656 * We will only return the amount of this packet since
4657 * that is all that will be read.
4658 */
4659 amount = skb->len;
4660 }
4661 rc = put_user(amount, (int __user *)arg);
65040c33 4662 break;
9a7241c2 4663 }
65040c33
DEFP
4664 default:
4665 rc = -ENOIOCTLCMD;
4666 break;
4667 }
4668out:
048ed4b6 4669 release_sock(sk);
65040c33 4670 return rc;
1da177e4
LT
4671}
4672
4673/* This is the function which gets called during socket creation to
4674 * initialized the SCTP-specific portion of the sock.
4675 * The sock structure should already be zero-filled memory.
4676 */
dda91928 4677static int sctp_init_sock(struct sock *sk)
1da177e4 4678{
e1fc3b14 4679 struct net *net = sock_net(sk);
1da177e4
LT
4680 struct sctp_sock *sp;
4681
bb33381d 4682 pr_debug("%s: sk:%p\n", __func__, sk);
1da177e4
LT
4683
4684 sp = sctp_sk(sk);
4685
4686 /* Initialize the SCTP per socket area. */
4687 switch (sk->sk_type) {
4688 case SOCK_SEQPACKET:
4689 sp->type = SCTP_SOCKET_UDP;
4690 break;
4691 case SOCK_STREAM:
4692 sp->type = SCTP_SOCKET_TCP;
4693 break;
4694 default:
4695 return -ESOCKTNOSUPPORT;
4696 }
4697
90017acc
MRL
4698 sk->sk_gso_type = SKB_GSO_SCTP;
4699
1da177e4
LT
4700 /* Initialize default send parameters. These parameters can be
4701 * modified with the SCTP_DEFAULT_SEND_PARAM socket option.
4702 */
4703 sp->default_stream = 0;
4704 sp->default_ppid = 0;
4705 sp->default_flags = 0;
4706 sp->default_context = 0;
4707 sp->default_timetolive = 0;
4708
6ab792f5 4709 sp->default_rcv_context = 0;
e1fc3b14 4710 sp->max_burst = net->sctp.max_burst;
6ab792f5 4711
3c68198e
NH
4712 sp->sctp_hmac_alg = net->sctp.sctp_hmac_alg;
4713
1da177e4
LT
4714 /* Initialize default setup parameters. These parameters
4715 * can be modified with the SCTP_INITMSG socket option or
4716 * overridden by the SCTP_INIT CMSG.
4717 */
4718 sp->initmsg.sinit_num_ostreams = sctp_max_outstreams;
4719 sp->initmsg.sinit_max_instreams = sctp_max_instreams;
e1fc3b14
EB
4720 sp->initmsg.sinit_max_attempts = net->sctp.max_retrans_init;
4721 sp->initmsg.sinit_max_init_timeo = net->sctp.rto_max;
1da177e4
LT
4722
4723 /* Initialize default RTO related parameters. These parameters can
4724 * be modified for with the SCTP_RTOINFO socket option.
4725 */
e1fc3b14
EB
4726 sp->rtoinfo.srto_initial = net->sctp.rto_initial;
4727 sp->rtoinfo.srto_max = net->sctp.rto_max;
4728 sp->rtoinfo.srto_min = net->sctp.rto_min;
1da177e4
LT
4729
4730 /* Initialize default association related parameters. These parameters
4731 * can be modified with the SCTP_ASSOCINFO socket option.
4732 */
e1fc3b14 4733 sp->assocparams.sasoc_asocmaxrxt = net->sctp.max_retrans_association;
1da177e4
LT
4734 sp->assocparams.sasoc_number_peer_destinations = 0;
4735 sp->assocparams.sasoc_peer_rwnd = 0;
4736 sp->assocparams.sasoc_local_rwnd = 0;
e1fc3b14 4737 sp->assocparams.sasoc_cookie_life = net->sctp.valid_cookie_life;
1da177e4
LT
4738
4739 /* Initialize default event subscriptions. By default, all the
d808ad9a 4740 * options are off.
1da177e4
LT
4741 */
4742 memset(&sp->subscribe, 0, sizeof(struct sctp_event_subscribe));
4743
4744 /* Default Peer Address Parameters. These defaults can
4745 * be modified via SCTP_PEER_ADDR_PARAMS
4746 */
e1fc3b14
EB
4747 sp->hbinterval = net->sctp.hb_interval;
4748 sp->pathmaxrxt = net->sctp.max_retrans_path;
4e2d52bf 4749 sp->pathmtu = 0; /* allow default discovery */
e1fc3b14 4750 sp->sackdelay = net->sctp.sack_timeout;
7bfe8bdb 4751 sp->sackfreq = 2;
52ccb8e9 4752 sp->param_flags = SPP_HB_ENABLE |
d808ad9a
YH
4753 SPP_PMTUD_ENABLE |
4754 SPP_SACKDELAY_ENABLE;
1da177e4
LT
4755
4756 /* If enabled no SCTP message fragmentation will be performed.
4757 * Configure through SCTP_DISABLE_FRAGMENTS socket option.
4758 */
4759 sp->disable_fragments = 0;
4760
208edef6
SS
4761 /* Enable Nagle algorithm by default. */
4762 sp->nodelay = 0;
1da177e4 4763
0d3a421d 4764 sp->recvrcvinfo = 0;
2347c80f 4765 sp->recvnxtinfo = 0;
0d3a421d 4766
1da177e4
LT
4767 /* Enable by default. */
4768 sp->v4mapped = 1;
4769
4770 /* Auto-close idle associations after the configured
4771 * number of seconds. A value of 0 disables this
4772 * feature. Configure through the SCTP_AUTOCLOSE socket option,
4773 * for UDP-style sockets only.
4774 */
4775 sp->autoclose = 0;
4776
4777 /* User specified fragmentation limit. */
4778 sp->user_frag = 0;
4779
0f3fffd8 4780 sp->adaptation_ind = 0;
1da177e4
LT
4781
4782 sp->pf = sctp_get_pf_specific(sk->sk_family);
4783
4784 /* Control variables for partial data delivery. */
b6e1331f 4785 atomic_set(&sp->pd_mode, 0);
1da177e4 4786 skb_queue_head_init(&sp->pd_lobby);
b6e1331f 4787 sp->frag_interleave = 0;
1da177e4
LT
4788
4789 /* Create a per socket endpoint structure. Even if we
4790 * change the data structure relationships, this may still
4791 * be useful for storing pre-connect address information.
4792 */
c164b838
DB
4793 sp->ep = sctp_endpoint_new(sk, GFP_KERNEL);
4794 if (!sp->ep)
1da177e4
LT
4795 return -ENOMEM;
4796
1da177e4
LT
4797 sp->hmac = NULL;
4798
0a2fbac1
DB
4799 sk->sk_destruct = sctp_destruct_sock;
4800
1da177e4 4801 SCTP_DBG_OBJCNT_INC(sock);
6f756a8c
DM
4802
4803 local_bh_disable();
8cb38a60 4804 sk_sockets_allocated_inc(sk);
e1fc3b14 4805 sock_prot_inuse_add(net, sk->sk_prot, 1);
2d45a02d
MRL
4806
4807 /* Nothing can fail after this block, otherwise
4808 * sctp_destroy_sock() will be called without addr_wq_lock held
4809 */
e1fc3b14 4810 if (net->sctp.default_auto_asconf) {
2d45a02d 4811 spin_lock(&sock_net(sk)->sctp.addr_wq_lock);
9f7d653b 4812 list_add_tail(&sp->auto_asconf_list,
e1fc3b14 4813 &net->sctp.auto_asconf_splist);
9f7d653b 4814 sp->do_auto_asconf = 1;
2d45a02d
MRL
4815 spin_unlock(&sock_net(sk)->sctp.addr_wq_lock);
4816 } else {
9f7d653b 4817 sp->do_auto_asconf = 0;
2d45a02d
MRL
4818 }
4819
6f756a8c
DM
4820 local_bh_enable();
4821
1da177e4
LT
4822 return 0;
4823}
4824
2d45a02d
MRL
4825/* Cleanup any SCTP per socket resources. Must be called with
4826 * sock_net(sk)->sctp.addr_wq_lock held if sp->do_auto_asconf is true
4827 */
dda91928 4828static void sctp_destroy_sock(struct sock *sk)
1da177e4 4829{
9f7d653b 4830 struct sctp_sock *sp;
1da177e4 4831
bb33381d 4832 pr_debug("%s: sk:%p\n", __func__, sk);
1da177e4
LT
4833
4834 /* Release our hold on the endpoint. */
9f7d653b 4835 sp = sctp_sk(sk);
1abd165e
DB
4836 /* This could happen during socket init, thus we bail out
4837 * early, since the rest of the below is not setup either.
4838 */
4839 if (sp->ep == NULL)
4840 return;
4841
9f7d653b
MH
4842 if (sp->do_auto_asconf) {
4843 sp->do_auto_asconf = 0;
4844 list_del(&sp->auto_asconf_list);
4845 }
4846 sctp_endpoint_free(sp->ep);
5bc0b3bf 4847 local_bh_disable();
8cb38a60 4848 sk_sockets_allocated_dec(sk);
9a57f7fa 4849 sock_prot_inuse_add(sock_net(sk), sk->sk_prot, -1);
5bc0b3bf 4850 local_bh_enable();
1da177e4
LT
4851}
4852
0a2fbac1
DB
4853/* Triggered when there are no references on the socket anymore */
4854static void sctp_destruct_sock(struct sock *sk)
4855{
4856 struct sctp_sock *sp = sctp_sk(sk);
4857
4858 /* Free up the HMAC transform. */
5821c769 4859 crypto_free_shash(sp->hmac);
0a2fbac1
DB
4860
4861 inet_sock_destruct(sk);
4862}
4863
1da177e4
LT
4864/* API 4.1.7 shutdown() - TCP Style Syntax
4865 * int shutdown(int socket, int how);
4866 *
4867 * sd - the socket descriptor of the association to be closed.
4868 * how - Specifies the type of shutdown. The values are
4869 * as follows:
4870 * SHUT_RD
4871 * Disables further receive operations. No SCTP
4872 * protocol action is taken.
4873 * SHUT_WR
4874 * Disables further send operations, and initiates
4875 * the SCTP shutdown sequence.
4876 * SHUT_RDWR
4877 * Disables further send and receive operations
4878 * and initiates the SCTP shutdown sequence.
4879 */
dda91928 4880static void sctp_shutdown(struct sock *sk, int how)
1da177e4 4881{
55e26eb9 4882 struct net *net = sock_net(sk);
1da177e4 4883 struct sctp_endpoint *ep;
1da177e4
LT
4884
4885 if (!sctp_style(sk, TCP))
4886 return;
4887
5bf35ddf
XL
4888 ep = sctp_sk(sk)->ep;
4889 if (how & SEND_SHUTDOWN && !list_empty(&ep->asocs)) {
4890 struct sctp_association *asoc;
4891
cbabf463 4892 inet_sk_set_state(sk, SCTP_SS_CLOSING);
5bf35ddf
XL
4893 asoc = list_entry(ep->asocs.next,
4894 struct sctp_association, asocs);
4895 sctp_primitive_SHUTDOWN(net, asoc, NULL);
1da177e4
LT
4896 }
4897}
4898
52c52a61
XL
4899int sctp_get_sctp_info(struct sock *sk, struct sctp_association *asoc,
4900 struct sctp_info *info)
4901{
4902 struct sctp_transport *prim;
4903 struct list_head *pos;
4904 int mask;
4905
4906 memset(info, 0, sizeof(*info));
4907 if (!asoc) {
4908 struct sctp_sock *sp = sctp_sk(sk);
4909
4910 info->sctpi_s_autoclose = sp->autoclose;
4911 info->sctpi_s_adaptation_ind = sp->adaptation_ind;
4912 info->sctpi_s_pd_point = sp->pd_point;
4913 info->sctpi_s_nodelay = sp->nodelay;
4914 info->sctpi_s_disable_fragments = sp->disable_fragments;
4915 info->sctpi_s_v4mapped = sp->v4mapped;
4916 info->sctpi_s_frag_interleave = sp->frag_interleave;
40eb90e9 4917 info->sctpi_s_type = sp->type;
52c52a61
XL
4918
4919 return 0;
4920 }
4921
4922 info->sctpi_tag = asoc->c.my_vtag;
4923 info->sctpi_state = asoc->state;
4924 info->sctpi_rwnd = asoc->a_rwnd;
4925 info->sctpi_unackdata = asoc->unack_data;
4926 info->sctpi_penddata = sctp_tsnmap_pending(&asoc->peer.tsn_map);
cee360ab
XL
4927 info->sctpi_instrms = asoc->stream.incnt;
4928 info->sctpi_outstrms = asoc->stream.outcnt;
52c52a61
XL
4929 list_for_each(pos, &asoc->base.inqueue.in_chunk_list)
4930 info->sctpi_inqueue++;
4931 list_for_each(pos, &asoc->outqueue.out_chunk_list)
4932 info->sctpi_outqueue++;
4933 info->sctpi_overall_error = asoc->overall_error_count;
4934 info->sctpi_max_burst = asoc->max_burst;
4935 info->sctpi_maxseg = asoc->frag_point;
4936 info->sctpi_peer_rwnd = asoc->peer.rwnd;
4937 info->sctpi_peer_tag = asoc->c.peer_vtag;
4938
4939 mask = asoc->peer.ecn_capable << 1;
4940 mask = (mask | asoc->peer.ipv4_address) << 1;
4941 mask = (mask | asoc->peer.ipv6_address) << 1;
4942 mask = (mask | asoc->peer.hostname_address) << 1;
4943 mask = (mask | asoc->peer.asconf_capable) << 1;
4944 mask = (mask | asoc->peer.prsctp_capable) << 1;
4945 mask = (mask | asoc->peer.auth_capable);
4946 info->sctpi_peer_capable = mask;
4947 mask = asoc->peer.sack_needed << 1;
4948 mask = (mask | asoc->peer.sack_generation) << 1;
4949 mask = (mask | asoc->peer.zero_window_announced);
4950 info->sctpi_peer_sack = mask;
4951
4952 info->sctpi_isacks = asoc->stats.isacks;
4953 info->sctpi_osacks = asoc->stats.osacks;
4954 info->sctpi_opackets = asoc->stats.opackets;
4955 info->sctpi_ipackets = asoc->stats.ipackets;
4956 info->sctpi_rtxchunks = asoc->stats.rtxchunks;
4957 info->sctpi_outofseqtsns = asoc->stats.outofseqtsns;
4958 info->sctpi_idupchunks = asoc->stats.idupchunks;
4959 info->sctpi_gapcnt = asoc->stats.gapcnt;
4960 info->sctpi_ouodchunks = asoc->stats.ouodchunks;
4961 info->sctpi_iuodchunks = asoc->stats.iuodchunks;
4962 info->sctpi_oodchunks = asoc->stats.oodchunks;
4963 info->sctpi_iodchunks = asoc->stats.iodchunks;
4964 info->sctpi_octrlchunks = asoc->stats.octrlchunks;
4965 info->sctpi_ictrlchunks = asoc->stats.ictrlchunks;
4966
4967 prim = asoc->peer.primary_path;
ee6c88bb 4968 memcpy(&info->sctpi_p_address, &prim->ipaddr, sizeof(prim->ipaddr));
52c52a61
XL
4969 info->sctpi_p_state = prim->state;
4970 info->sctpi_p_cwnd = prim->cwnd;
4971 info->sctpi_p_srtt = prim->srtt;
4972 info->sctpi_p_rto = jiffies_to_msecs(prim->rto);
4973 info->sctpi_p_hbinterval = prim->hbinterval;
4974 info->sctpi_p_pathmaxrxt = prim->pathmaxrxt;
4975 info->sctpi_p_sackdelay = jiffies_to_msecs(prim->sackdelay);
4976 info->sctpi_p_ssthresh = prim->ssthresh;
4977 info->sctpi_p_partial_bytes_acked = prim->partial_bytes_acked;
4978 info->sctpi_p_flight_size = prim->flight_size;
4979 info->sctpi_p_error = prim->error_count;
4980
4981 return 0;
4982}
4983EXPORT_SYMBOL_GPL(sctp_get_sctp_info);
4984
626d16f5 4985/* use callback to avoid exporting the core structure */
97a6ec4a 4986void sctp_transport_walk_start(struct rhashtable_iter *iter)
626d16f5 4987{
7fda702f 4988 rhltable_walk_enter(&sctp_transport_hashtable, iter);
626d16f5 4989
97a6ec4a 4990 rhashtable_walk_start(iter);
626d16f5
XL
4991}
4992
4993void sctp_transport_walk_stop(struct rhashtable_iter *iter)
4994{
4995 rhashtable_walk_stop(iter);
4996 rhashtable_walk_exit(iter);
4997}
4998
4999struct sctp_transport *sctp_transport_get_next(struct net *net,
5000 struct rhashtable_iter *iter)
5001{
5002 struct sctp_transport *t;
5003
5004 t = rhashtable_walk_next(iter);
5005 for (; t; t = rhashtable_walk_next(iter)) {
5006 if (IS_ERR(t)) {
5007 if (PTR_ERR(t) == -EAGAIN)
5008 continue;
5009 break;
5010 }
5011
bab1be79
XL
5012 if (!sctp_transport_hold(t))
5013 continue;
5014
626d16f5
XL
5015 if (net_eq(sock_net(t->asoc->base.sk), net) &&
5016 t->asoc->peer.primary_path == t)
5017 break;
bab1be79
XL
5018
5019 sctp_transport_put(t);
626d16f5
XL
5020 }
5021
5022 return t;
5023}
5024
5025struct sctp_transport *sctp_transport_get_idx(struct net *net,
5026 struct rhashtable_iter *iter,
5027 int pos)
5028{
bab1be79 5029 struct sctp_transport *t;
626d16f5 5030
bab1be79
XL
5031 if (!pos)
5032 return SEQ_START_TOKEN;
626d16f5 5033
bab1be79
XL
5034 while ((t = sctp_transport_get_next(net, iter)) && !IS_ERR(t)) {
5035 if (!--pos)
5036 break;
5037 sctp_transport_put(t);
5038 }
5039
5040 return t;
626d16f5
XL
5041}
5042
5043int sctp_for_each_endpoint(int (*cb)(struct sctp_endpoint *, void *),
5044 void *p) {
5045 int err = 0;
5046 int hash = 0;
5047 struct sctp_ep_common *epb;
5048 struct sctp_hashbucket *head;
5049
5050 for (head = sctp_ep_hashtable; hash < sctp_ep_hashsize;
5051 hash++, head++) {
581409da 5052 read_lock_bh(&head->lock);
626d16f5
XL
5053 sctp_for_each_hentry(epb, &head->chain) {
5054 err = cb(sctp_ep(epb), p);
5055 if (err)
5056 break;
5057 }
581409da 5058 read_unlock_bh(&head->lock);
626d16f5
XL
5059 }
5060
5061 return err;
5062}
5063EXPORT_SYMBOL_GPL(sctp_for_each_endpoint);
5064
5065int sctp_transport_lookup_process(int (*cb)(struct sctp_transport *, void *),
5066 struct net *net,
5067 const union sctp_addr *laddr,
5068 const union sctp_addr *paddr, void *p)
5069{
5070 struct sctp_transport *transport;
08abb795 5071 int err;
626d16f5
XL
5072
5073 rcu_read_lock();
5074 transport = sctp_addrs_lookup_transport(net, laddr, paddr);
08abb795 5075 rcu_read_unlock();
7fda702f 5076 if (!transport)
08abb795 5077 return -ENOENT;
1cceda78 5078
1cceda78 5079 err = cb(transport, p);
cd26da4f 5080 sctp_transport_put(transport);
1cceda78 5081
626d16f5
XL
5082 return err;
5083}
5084EXPORT_SYMBOL_GPL(sctp_transport_lookup_process);
5085
5086int sctp_for_each_transport(int (*cb)(struct sctp_transport *, void *),
d25adbeb
XL
5087 int (*cb_done)(struct sctp_transport *, void *),
5088 struct net *net, int *pos, void *p) {
626d16f5 5089 struct rhashtable_iter hti;
d25adbeb
XL
5090 struct sctp_transport *tsp;
5091 int ret;
626d16f5 5092
d25adbeb 5093again:
f53d77e1 5094 ret = 0;
97a6ec4a 5095 sctp_transport_walk_start(&hti);
626d16f5 5096
d25adbeb
XL
5097 tsp = sctp_transport_get_idx(net, &hti, *pos + 1);
5098 for (; !IS_ERR_OR_NULL(tsp); tsp = sctp_transport_get_next(net, &hti)) {
d25adbeb
XL
5099 ret = cb(tsp, p);
5100 if (ret)
626d16f5 5101 break;
d25adbeb
XL
5102 (*pos)++;
5103 sctp_transport_put(tsp);
626d16f5 5104 }
626d16f5 5105 sctp_transport_walk_stop(&hti);
53fa1036 5106
d25adbeb
XL
5107 if (ret) {
5108 if (cb_done && !cb_done(tsp, p)) {
5109 (*pos)++;
5110 sctp_transport_put(tsp);
5111 goto again;
5112 }
5113 sctp_transport_put(tsp);
5114 }
5115
5116 return ret;
626d16f5
XL
5117}
5118EXPORT_SYMBOL_GPL(sctp_for_each_transport);
5119
1da177e4
LT
5120/* 7.2.1 Association Status (SCTP_STATUS)
5121
5122 * Applications can retrieve current status information about an
5123 * association, including association state, peer receiver window size,
5124 * number of unacked data chunks, and number of data chunks pending
5125 * receipt. This information is read-only.
5126 */
5127static int sctp_getsockopt_sctp_status(struct sock *sk, int len,
5128 char __user *optval,
5129 int __user *optlen)
5130{
5131 struct sctp_status status;
5132 struct sctp_association *asoc = NULL;
5133 struct sctp_transport *transport;
5134 sctp_assoc_t associd;
5135 int retval = 0;
5136
408f22e8 5137 if (len < sizeof(status)) {
1da177e4
LT
5138 retval = -EINVAL;
5139 goto out;
5140 }
5141
408f22e8
NH
5142 len = sizeof(status);
5143 if (copy_from_user(&status, optval, len)) {
1da177e4
LT
5144 retval = -EFAULT;
5145 goto out;
5146 }
5147
5148 associd = status.sstat_assoc_id;
5149 asoc = sctp_id2assoc(sk, associd);
5150 if (!asoc) {
5151 retval = -EINVAL;
5152 goto out;
5153 }
5154
5155 transport = asoc->peer.primary_path;
5156
5157 status.sstat_assoc_id = sctp_assoc2id(asoc);
38ab1fa9 5158 status.sstat_state = sctp_assoc_to_state(asoc);
1da177e4
LT
5159 status.sstat_rwnd = asoc->peer.rwnd;
5160 status.sstat_unackdata = asoc->unack_data;
5161
5162 status.sstat_penddata = sctp_tsnmap_pending(&asoc->peer.tsn_map);
cee360ab
XL
5163 status.sstat_instrms = asoc->stream.incnt;
5164 status.sstat_outstrms = asoc->stream.outcnt;
1da177e4
LT
5165 status.sstat_fragmentation_point = asoc->frag_point;
5166 status.sstat_primary.spinfo_assoc_id = sctp_assoc2id(transport->asoc);
8cec6b80
AV
5167 memcpy(&status.sstat_primary.spinfo_address, &transport->ipaddr,
5168 transport->af_specific->sockaddr_len);
1da177e4 5169 /* Map ipv4 address into v4-mapped-on-v6 address. */
299ee123 5170 sctp_get_pf_specific(sk->sk_family)->addr_to_user(sctp_sk(sk),
1da177e4 5171 (union sctp_addr *)&status.sstat_primary.spinfo_address);
3f7a87d2 5172 status.sstat_primary.spinfo_state = transport->state;
1da177e4
LT
5173 status.sstat_primary.spinfo_cwnd = transport->cwnd;
5174 status.sstat_primary.spinfo_srtt = transport->srtt;
5175 status.sstat_primary.spinfo_rto = jiffies_to_msecs(transport->rto);
52ccb8e9 5176 status.sstat_primary.spinfo_mtu = transport->pathmtu;
1da177e4 5177
3f7a87d2
FF
5178 if (status.sstat_primary.spinfo_state == SCTP_UNKNOWN)
5179 status.sstat_primary.spinfo_state = SCTP_ACTIVE;
5180
1da177e4
LT
5181 if (put_user(len, optlen)) {
5182 retval = -EFAULT;
5183 goto out;
5184 }
5185
bb33381d
DB
5186 pr_debug("%s: len:%d, state:%d, rwnd:%d, assoc_id:%d\n",
5187 __func__, len, status.sstat_state, status.sstat_rwnd,
5188 status.sstat_assoc_id);
1da177e4
LT
5189
5190 if (copy_to_user(optval, &status, len)) {
5191 retval = -EFAULT;
5192 goto out;
5193 }
5194
5195out:
a02cec21 5196 return retval;
1da177e4
LT
5197}
5198
5199
5200/* 7.2.2 Peer Address Information (SCTP_GET_PEER_ADDR_INFO)
5201 *
5202 * Applications can retrieve information about a specific peer address
5203 * of an association, including its reachability state, congestion
5204 * window, and retransmission timer values. This information is
5205 * read-only.
5206 */
5207static int sctp_getsockopt_peer_addr_info(struct sock *sk, int len,
5208 char __user *optval,
5209 int __user *optlen)
5210{
5211 struct sctp_paddrinfo pinfo;
5212 struct sctp_transport *transport;
5213 int retval = 0;
5214
408f22e8 5215 if (len < sizeof(pinfo)) {
1da177e4
LT
5216 retval = -EINVAL;
5217 goto out;
5218 }
5219
408f22e8
NH
5220 len = sizeof(pinfo);
5221 if (copy_from_user(&pinfo, optval, len)) {
1da177e4
LT
5222 retval = -EFAULT;
5223 goto out;
5224 }
5225
5226 transport = sctp_addr_id2transport(sk, &pinfo.spinfo_address,
5227 pinfo.spinfo_assoc_id);
5228 if (!transport)
5229 return -EINVAL;
5230
5231 pinfo.spinfo_assoc_id = sctp_assoc2id(transport->asoc);
3f7a87d2 5232 pinfo.spinfo_state = transport->state;
1da177e4
LT
5233 pinfo.spinfo_cwnd = transport->cwnd;
5234 pinfo.spinfo_srtt = transport->srtt;
5235 pinfo.spinfo_rto = jiffies_to_msecs(transport->rto);
52ccb8e9 5236 pinfo.spinfo_mtu = transport->pathmtu;
1da177e4 5237
3f7a87d2
FF
5238 if (pinfo.spinfo_state == SCTP_UNKNOWN)
5239 pinfo.spinfo_state = SCTP_ACTIVE;
5240
1da177e4
LT
5241 if (put_user(len, optlen)) {
5242 retval = -EFAULT;
5243 goto out;
5244 }
5245
5246 if (copy_to_user(optval, &pinfo, len)) {
5247 retval = -EFAULT;
5248 goto out;
5249 }
5250
5251out:
a02cec21 5252 return retval;
1da177e4
LT
5253}
5254
5255/* 7.1.12 Enable/Disable message fragmentation (SCTP_DISABLE_FRAGMENTS)
5256 *
5257 * This option is a on/off flag. If enabled no SCTP message
5258 * fragmentation will be performed. Instead if a message being sent
5259 * exceeds the current PMTU size, the message will NOT be sent and
5260 * instead a error will be indicated to the user.
5261 */
5262static int sctp_getsockopt_disable_fragments(struct sock *sk, int len,
5263 char __user *optval, int __user *optlen)
5264{
5265 int val;
5266
5267 if (len < sizeof(int))
5268 return -EINVAL;
5269
5270 len = sizeof(int);
5271 val = (sctp_sk(sk)->disable_fragments == 1);
5272 if (put_user(len, optlen))
5273 return -EFAULT;
5274 if (copy_to_user(optval, &val, len))
5275 return -EFAULT;
5276 return 0;
5277}
5278
5279/* 7.1.15 Set notification and ancillary events (SCTP_EVENTS)
5280 *
5281 * This socket option is used to specify various notifications and
5282 * ancillary data the user wishes to receive.
5283 */
5284static int sctp_getsockopt_events(struct sock *sk, int len, char __user *optval,
5285 int __user *optlen)
5286{
a4b8e71b 5287 if (len == 0)
1da177e4 5288 return -EINVAL;
acdd5985
TG
5289 if (len > sizeof(struct sctp_event_subscribe))
5290 len = sizeof(struct sctp_event_subscribe);
408f22e8
NH
5291 if (put_user(len, optlen))
5292 return -EFAULT;
1da177e4
LT
5293 if (copy_to_user(optval, &sctp_sk(sk)->subscribe, len))
5294 return -EFAULT;
5295 return 0;
5296}
5297
5298/* 7.1.8 Automatic Close of associations (SCTP_AUTOCLOSE)
5299 *
5300 * This socket option is applicable to the UDP-style socket only. When
5301 * set it will cause associations that are idle for more than the
5302 * specified number of seconds to automatically close. An association
5303 * being idle is defined an association that has NOT sent or received
5304 * user data. The special value of '0' indicates that no automatic
5305 * close of any associations should be performed. The option expects an
5306 * integer defining the number of seconds of idle time before an
5307 * association is closed.
5308 */
5309static int sctp_getsockopt_autoclose(struct sock *sk, int len, char __user *optval, int __user *optlen)
5310{
5311 /* Applicable to UDP-style socket only */
5312 if (sctp_style(sk, TCP))
5313 return -EOPNOTSUPP;
408f22e8 5314 if (len < sizeof(int))
1da177e4 5315 return -EINVAL;
408f22e8
NH
5316 len = sizeof(int);
5317 if (put_user(len, optlen))
5318 return -EFAULT;
b2ce04c2 5319 if (put_user(sctp_sk(sk)->autoclose, (int __user *)optval))
1da177e4
LT
5320 return -EFAULT;
5321 return 0;
5322}
5323
5324/* Helper routine to branch off an association to a new socket. */
0343c554 5325int sctp_do_peeloff(struct sock *sk, sctp_assoc_t id, struct socket **sockp)
1da177e4 5326{
0343c554 5327 struct sctp_association *asoc = sctp_id2assoc(sk, id);
299ee123 5328 struct sctp_sock *sp = sctp_sk(sk);
1da177e4
LT
5329 struct socket *sock;
5330 int err = 0;
5331
df80cd9b
XL
5332 /* Do not peel off from one netns to another one. */
5333 if (!net_eq(current->nsproxy->net_ns, sock_net(sk)))
5334 return -EINVAL;
5335
0343c554
BP
5336 if (!asoc)
5337 return -EINVAL;
5338
1da177e4
LT
5339 /* An association cannot be branched off from an already peeled-off
5340 * socket, nor is this supported for tcp style sockets.
5341 */
5342 if (!sctp_style(sk, UDP))
5343 return -EINVAL;
5344
5345 /* Create a new socket. */
5346 err = sock_create(sk->sk_family, SOCK_SEQPACKET, IPPROTO_SCTP, &sock);
5347 if (err < 0)
5348 return err;
5349
914e1c8b 5350 sctp_copy_sock(sock->sk, sk, asoc);
4f444308
VY
5351
5352 /* Make peeled-off sockets more like 1-1 accepted sockets.
b7e10c25
RH
5353 * Set the daddr and initialize id to something more random and also
5354 * copy over any ip options.
4f444308 5355 */
299ee123 5356 sp->pf->to_sk_daddr(&asoc->peer.primary_addr, sk);
b7e10c25 5357 sp->pf->copy_ip_options(sk, sock->sk);
914e1c8b
VY
5358
5359 /* Populate the fields of the newsk from the oldsk and migrate the
5360 * asoc to the newsk.
5361 */
5362 sctp_sock_migrate(sk, sock->sk, asoc, SCTP_SOCKET_UDP_HIGH_BANDWIDTH);
4f444308 5363
1da177e4
LT
5364 *sockp = sock;
5365
5366 return err;
5367}
0343c554 5368EXPORT_SYMBOL(sctp_do_peeloff);
1da177e4 5369
2cb5c8e3
NH
5370static int sctp_getsockopt_peeloff_common(struct sock *sk, sctp_peeloff_arg_t *peeloff,
5371 struct file **newfile, unsigned flags)
5372{
5373 struct socket *newsock;
5374 int retval;
5375
5376 retval = sctp_do_peeloff(sk, peeloff->associd, &newsock);
5377 if (retval < 0)
5378 goto out;
5379
5380 /* Map the socket to an unused fd that can be returned to the user. */
5381 retval = get_unused_fd_flags(flags & SOCK_CLOEXEC);
5382 if (retval < 0) {
5383 sock_release(newsock);
5384 goto out;
5385 }
5386
5387 *newfile = sock_alloc_file(newsock, 0, NULL);
5388 if (IS_ERR(*newfile)) {
5389 put_unused_fd(retval);
2cb5c8e3
NH
5390 retval = PTR_ERR(*newfile);
5391 *newfile = NULL;
5392 return retval;
5393 }
5394
5395 pr_debug("%s: sk:%p, newsk:%p, sd:%d\n", __func__, sk, newsock->sk,
5396 retval);
5397
5398 peeloff->sd = retval;
5399
5400 if (flags & SOCK_NONBLOCK)
5401 (*newfile)->f_flags |= O_NONBLOCK;
5402out:
5403 return retval;
5404}
5405
1da177e4
LT
5406static int sctp_getsockopt_peeloff(struct sock *sk, int len, char __user *optval, int __user *optlen)
5407{
5408 sctp_peeloff_arg_t peeloff;
2cb5c8e3 5409 struct file *newfile = NULL;
1da177e4 5410 int retval = 0;
1da177e4 5411
408f22e8 5412 if (len < sizeof(sctp_peeloff_arg_t))
1da177e4 5413 return -EINVAL;
408f22e8 5414 len = sizeof(sctp_peeloff_arg_t);
1da177e4
LT
5415 if (copy_from_user(&peeloff, optval, len))
5416 return -EFAULT;
5417
2cb5c8e3 5418 retval = sctp_getsockopt_peeloff_common(sk, &peeloff, &newfile, 0);
1da177e4
LT
5419 if (retval < 0)
5420 goto out;
5421
2cb5c8e3
NH
5422 /* Return the fd mapped to the new socket. */
5423 if (put_user(len, optlen)) {
5424 fput(newfile);
5425 put_unused_fd(retval);
5426 return -EFAULT;
1da177e4
LT
5427 }
5428
2cb5c8e3
NH
5429 if (copy_to_user(optval, &peeloff, len)) {
5430 fput(newfile);
56b31d1c 5431 put_unused_fd(retval);
2cb5c8e3 5432 return -EFAULT;
56b31d1c 5433 }
2cb5c8e3
NH
5434 fd_install(retval, newfile);
5435out:
5436 return retval;
5437}
56b31d1c 5438
2cb5c8e3
NH
5439static int sctp_getsockopt_peeloff_flags(struct sock *sk, int len,
5440 char __user *optval, int __user *optlen)
5441{
5442 sctp_peeloff_flags_arg_t peeloff;
5443 struct file *newfile = NULL;
5444 int retval = 0;
5445
5446 if (len < sizeof(sctp_peeloff_flags_arg_t))
5447 return -EINVAL;
5448 len = sizeof(sctp_peeloff_flags_arg_t);
5449 if (copy_from_user(&peeloff, optval, len))
5450 return -EFAULT;
5451
5452 retval = sctp_getsockopt_peeloff_common(sk, &peeloff.p_arg,
5453 &newfile, peeloff.flags);
5454 if (retval < 0)
5455 goto out;
1da177e4
LT
5456
5457 /* Return the fd mapped to the new socket. */
56b31d1c
AV
5458 if (put_user(len, optlen)) {
5459 fput(newfile);
5460 put_unused_fd(retval);
5461 return -EFAULT;
5462 }
2cb5c8e3 5463
56b31d1c
AV
5464 if (copy_to_user(optval, &peeloff, len)) {
5465 fput(newfile);
5466 put_unused_fd(retval);
408f22e8 5467 return -EFAULT;
56b31d1c
AV
5468 }
5469 fd_install(retval, newfile);
1da177e4
LT
5470out:
5471 return retval;
5472}
5473
5474/* 7.1.13 Peer Address Parameters (SCTP_PEER_ADDR_PARAMS)
5475 *
5476 * Applications can enable or disable heartbeats for any peer address of
5477 * an association, modify an address's heartbeat interval, force a
5478 * heartbeat to be sent immediately, and adjust the address's maximum
5479 * number of retransmissions sent before an address is considered
5480 * unreachable. The following structure is used to access and modify an
5481 * address's parameters:
5482 *
5483 * struct sctp_paddrparams {
52ccb8e9
FF
5484 * sctp_assoc_t spp_assoc_id;
5485 * struct sockaddr_storage spp_address;
5486 * uint32_t spp_hbinterval;
5487 * uint16_t spp_pathmaxrxt;
5488 * uint32_t spp_pathmtu;
5489 * uint32_t spp_sackdelay;
5490 * uint32_t spp_flags;
5491 * };
5492 *
5493 * spp_assoc_id - (one-to-many style socket) This is filled in the
5494 * application, and identifies the association for
5495 * this query.
1da177e4
LT
5496 * spp_address - This specifies which address is of interest.
5497 * spp_hbinterval - This contains the value of the heartbeat interval,
52ccb8e9
FF
5498 * in milliseconds. If a value of zero
5499 * is present in this field then no changes are to
5500 * be made to this parameter.
1da177e4
LT
5501 * spp_pathmaxrxt - This contains the maximum number of
5502 * retransmissions before this address shall be
52ccb8e9
FF
5503 * considered unreachable. If a value of zero
5504 * is present in this field then no changes are to
5505 * be made to this parameter.
5506 * spp_pathmtu - When Path MTU discovery is disabled the value
5507 * specified here will be the "fixed" path mtu.
5508 * Note that if the spp_address field is empty
5509 * then all associations on this address will
5510 * have this fixed path mtu set upon them.
5511 *
5512 * spp_sackdelay - When delayed sack is enabled, this value specifies
5513 * the number of milliseconds that sacks will be delayed
5514 * for. This value will apply to all addresses of an
5515 * association if the spp_address field is empty. Note
5516 * also, that if delayed sack is enabled and this
5517 * value is set to 0, no change is made to the last
5518 * recorded delayed sack timer value.
5519 *
5520 * spp_flags - These flags are used to control various features
5521 * on an association. The flag field may contain
5522 * zero or more of the following options.
5523 *
5524 * SPP_HB_ENABLE - Enable heartbeats on the
5525 * specified address. Note that if the address
5526 * field is empty all addresses for the association
5527 * have heartbeats enabled upon them.
5528 *
5529 * SPP_HB_DISABLE - Disable heartbeats on the
5530 * speicifed address. Note that if the address
5531 * field is empty all addresses for the association
5532 * will have their heartbeats disabled. Note also
5533 * that SPP_HB_ENABLE and SPP_HB_DISABLE are
5534 * mutually exclusive, only one of these two should
5535 * be specified. Enabling both fields will have
5536 * undetermined results.
5537 *
5538 * SPP_HB_DEMAND - Request a user initiated heartbeat
5539 * to be made immediately.
5540 *
5541 * SPP_PMTUD_ENABLE - This field will enable PMTU
5542 * discovery upon the specified address. Note that
5543 * if the address feild is empty then all addresses
5544 * on the association are effected.
5545 *
5546 * SPP_PMTUD_DISABLE - This field will disable PMTU
5547 * discovery upon the specified address. Note that
5548 * if the address feild is empty then all addresses
5549 * on the association are effected. Not also that
5550 * SPP_PMTUD_ENABLE and SPP_PMTUD_DISABLE are mutually
5551 * exclusive. Enabling both will have undetermined
5552 * results.
5553 *
5554 * SPP_SACKDELAY_ENABLE - Setting this flag turns
5555 * on delayed sack. The time specified in spp_sackdelay
5556 * is used to specify the sack delay for this address. Note
5557 * that if spp_address is empty then all addresses will
5558 * enable delayed sack and take on the sack delay
5559 * value specified in spp_sackdelay.
5560 * SPP_SACKDELAY_DISABLE - Setting this flag turns
5561 * off delayed sack. If the spp_address field is blank then
5562 * delayed sack is disabled for the entire association. Note
5563 * also that this field is mutually exclusive to
5564 * SPP_SACKDELAY_ENABLE, setting both will have undefined
5565 * results.
0b0dce7a
XL
5566 *
5567 * SPP_IPV6_FLOWLABEL: Setting this flag enables the
5568 * setting of the IPV6 flow label value. The value is
5569 * contained in the spp_ipv6_flowlabel field.
5570 * Upon retrieval, this flag will be set to indicate that
5571 * the spp_ipv6_flowlabel field has a valid value returned.
5572 * If a specific destination address is set (in the
5573 * spp_address field), then the value returned is that of
5574 * the address. If just an association is specified (and
5575 * no address), then the association's default flow label
5576 * is returned. If neither an association nor a destination
5577 * is specified, then the socket's default flow label is
5578 * returned. For non-IPv6 sockets, this flag will be left
5579 * cleared.
5580 *
5581 * SPP_DSCP: Setting this flag enables the setting of the
5582 * Differentiated Services Code Point (DSCP) value
5583 * associated with either the association or a specific
5584 * address. The value is obtained in the spp_dscp field.
5585 * Upon retrieval, this flag will be set to indicate that
5586 * the spp_dscp field has a valid value returned. If a
5587 * specific destination address is set when called (in the
5588 * spp_address field), then that specific destination
5589 * address's DSCP value is returned. If just an association
5590 * is specified, then the association's default DSCP is
5591 * returned. If neither an association nor a destination is
5592 * specified, then the socket's default DSCP is returned.
5593 *
5594 * spp_ipv6_flowlabel
5595 * - This field is used in conjunction with the
5596 * SPP_IPV6_FLOWLABEL flag and contains the IPv6 flow label.
5597 * The 20 least significant bits are used for the flow
5598 * label. This setting has precedence over any IPv6-layer
5599 * setting.
5600 *
5601 * spp_dscp - This field is used in conjunction with the SPP_DSCP flag
5602 * and contains the DSCP. The 6 most significant bits are
5603 * used for the DSCP. This setting has precedence over any
5604 * IPv4- or IPv6- layer setting.
1da177e4
LT
5605 */
5606static int sctp_getsockopt_peer_addr_params(struct sock *sk, int len,
52ccb8e9 5607 char __user *optval, int __user *optlen)
1da177e4 5608{
52ccb8e9
FF
5609 struct sctp_paddrparams params;
5610 struct sctp_transport *trans = NULL;
5611 struct sctp_association *asoc = NULL;
5612 struct sctp_sock *sp = sctp_sk(sk);
1da177e4 5613
0b0dce7a
XL
5614 if (len >= sizeof(params))
5615 len = sizeof(params);
5616 else if (len >= ALIGN(offsetof(struct sctp_paddrparams,
5617 spp_ipv6_flowlabel), 4))
5618 len = ALIGN(offsetof(struct sctp_paddrparams,
5619 spp_ipv6_flowlabel), 4);
5620 else
1da177e4 5621 return -EINVAL;
0b0dce7a 5622
1da177e4
LT
5623 if (copy_from_user(&params, optval, len))
5624 return -EFAULT;
5625
52ccb8e9
FF
5626 /* If an address other than INADDR_ANY is specified, and
5627 * no transport is found, then the request is invalid.
1da177e4 5628 */
cb3f837b 5629 if (!sctp_is_any(sk, (union sctp_addr *)&params.spp_address)) {
52ccb8e9
FF
5630 trans = sctp_addr_id2transport(sk, &params.spp_address,
5631 params.spp_assoc_id);
5632 if (!trans) {
bb33381d 5633 pr_debug("%s: failed no transport\n", __func__);
52ccb8e9
FF
5634 return -EINVAL;
5635 }
1da177e4
LT
5636 }
5637
52ccb8e9
FF
5638 /* Get association, if assoc_id != 0 and the socket is a one
5639 * to many style socket, and an association was not found, then
5640 * the id was invalid.
5641 */
5642 asoc = sctp_id2assoc(sk, params.spp_assoc_id);
5643 if (!asoc && params.spp_assoc_id && sctp_style(sk, UDP)) {
bb33381d 5644 pr_debug("%s: failed no association\n", __func__);
1da177e4 5645 return -EINVAL;
52ccb8e9 5646 }
1da177e4 5647
52ccb8e9
FF
5648 if (trans) {
5649 /* Fetch transport values. */
5650 params.spp_hbinterval = jiffies_to_msecs(trans->hbinterval);
5651 params.spp_pathmtu = trans->pathmtu;
5652 params.spp_pathmaxrxt = trans->pathmaxrxt;
5653 params.spp_sackdelay = jiffies_to_msecs(trans->sackdelay);
5654
5655 /*draft-11 doesn't say what to return in spp_flags*/
5656 params.spp_flags = trans->param_flags;
0b0dce7a
XL
5657 if (trans->flowlabel & SCTP_FLOWLABEL_SET_MASK) {
5658 params.spp_ipv6_flowlabel = trans->flowlabel &
5659 SCTP_FLOWLABEL_VAL_MASK;
5660 params.spp_flags |= SPP_IPV6_FLOWLABEL;
5661 }
5662 if (trans->dscp & SCTP_DSCP_SET_MASK) {
5663 params.spp_dscp = trans->dscp & SCTP_DSCP_VAL_MASK;
5664 params.spp_flags |= SPP_DSCP;
5665 }
52ccb8e9
FF
5666 } else if (asoc) {
5667 /* Fetch association values. */
5668 params.spp_hbinterval = jiffies_to_msecs(asoc->hbinterval);
5669 params.spp_pathmtu = asoc->pathmtu;
5670 params.spp_pathmaxrxt = asoc->pathmaxrxt;
5671 params.spp_sackdelay = jiffies_to_msecs(asoc->sackdelay);
5672
5673 /*draft-11 doesn't say what to return in spp_flags*/
5674 params.spp_flags = asoc->param_flags;
0b0dce7a
XL
5675 if (asoc->flowlabel & SCTP_FLOWLABEL_SET_MASK) {
5676 params.spp_ipv6_flowlabel = asoc->flowlabel &
5677 SCTP_FLOWLABEL_VAL_MASK;
5678 params.spp_flags |= SPP_IPV6_FLOWLABEL;
5679 }
5680 if (asoc->dscp & SCTP_DSCP_SET_MASK) {
5681 params.spp_dscp = asoc->dscp & SCTP_DSCP_VAL_MASK;
5682 params.spp_flags |= SPP_DSCP;
5683 }
52ccb8e9
FF
5684 } else {
5685 /* Fetch socket values. */
5686 params.spp_hbinterval = sp->hbinterval;
5687 params.spp_pathmtu = sp->pathmtu;
5688 params.spp_sackdelay = sp->sackdelay;
5689 params.spp_pathmaxrxt = sp->pathmaxrxt;
1da177e4 5690
52ccb8e9
FF
5691 /*draft-11 doesn't say what to return in spp_flags*/
5692 params.spp_flags = sp->param_flags;
0b0dce7a
XL
5693 if (sp->flowlabel & SCTP_FLOWLABEL_SET_MASK) {
5694 params.spp_ipv6_flowlabel = sp->flowlabel &
5695 SCTP_FLOWLABEL_VAL_MASK;
5696 params.spp_flags |= SPP_IPV6_FLOWLABEL;
5697 }
5698 if (sp->dscp & SCTP_DSCP_SET_MASK) {
5699 params.spp_dscp = sp->dscp & SCTP_DSCP_VAL_MASK;
5700 params.spp_flags |= SPP_DSCP;
5701 }
52ccb8e9 5702 }
1da177e4 5703
1da177e4
LT
5704 if (copy_to_user(optval, &params, len))
5705 return -EFAULT;
5706
5707 if (put_user(len, optlen))
5708 return -EFAULT;
5709
5710 return 0;
5711}
5712
d364d927
WY
5713/*
5714 * 7.1.23. Get or set delayed ack timer (SCTP_DELAYED_SACK)
5715 *
5716 * This option will effect the way delayed acks are performed. This
5717 * option allows you to get or set the delayed ack time, in
5718 * milliseconds. It also allows changing the delayed ack frequency.
5719 * Changing the frequency to 1 disables the delayed sack algorithm. If
5720 * the assoc_id is 0, then this sets or gets the endpoints default
5721 * values. If the assoc_id field is non-zero, then the set or get
5722 * effects the specified association for the one to many model (the
5723 * assoc_id field is ignored by the one to one model). Note that if
5724 * sack_delay or sack_freq are 0 when setting this option, then the
5725 * current values will remain unchanged.
5726 *
5727 * struct sctp_sack_info {
5728 * sctp_assoc_t sack_assoc_id;
5729 * uint32_t sack_delay;
5730 * uint32_t sack_freq;
5731 * };
7708610b 5732 *
d364d927
WY
5733 * sack_assoc_id - This parameter, indicates which association the user
5734 * is performing an action upon. Note that if this field's value is
5735 * zero then the endpoints default value is changed (effecting future
5736 * associations only).
7708610b 5737 *
d364d927
WY
5738 * sack_delay - This parameter contains the number of milliseconds that
5739 * the user is requesting the delayed ACK timer be set to. Note that
5740 * this value is defined in the standard to be between 200 and 500
5741 * milliseconds.
7708610b 5742 *
d364d927
WY
5743 * sack_freq - This parameter contains the number of packets that must
5744 * be received before a sack is sent without waiting for the delay
5745 * timer to expire. The default value for this is 2, setting this
5746 * value to 1 will disable the delayed sack algorithm.
7708610b 5747 */
d364d927 5748static int sctp_getsockopt_delayed_ack(struct sock *sk, int len,
7708610b
FF
5749 char __user *optval,
5750 int __user *optlen)
5751{
d364d927 5752 struct sctp_sack_info params;
7708610b
FF
5753 struct sctp_association *asoc = NULL;
5754 struct sctp_sock *sp = sctp_sk(sk);
5755
d364d927
WY
5756 if (len >= sizeof(struct sctp_sack_info)) {
5757 len = sizeof(struct sctp_sack_info);
7708610b 5758
d364d927
WY
5759 if (copy_from_user(&params, optval, len))
5760 return -EFAULT;
5761 } else if (len == sizeof(struct sctp_assoc_value)) {
94f65193 5762 pr_warn_ratelimited(DEPRECATED
f916ec96 5763 "%s (pid %d) "
94f65193 5764 "Use of struct sctp_assoc_value in delayed_ack socket option.\n"
f916ec96
NH
5765 "Use struct sctp_sack_info instead\n",
5766 current->comm, task_pid_nr(current));
d364d927
WY
5767 if (copy_from_user(&params, optval, len))
5768 return -EFAULT;
5769 } else
cb3f837b 5770 return -EINVAL;
7708610b 5771
d364d927 5772 /* Get association, if sack_assoc_id != 0 and the socket is a one
7708610b
FF
5773 * to many style socket, and an association was not found, then
5774 * the id was invalid.
d808ad9a 5775 */
d364d927
WY
5776 asoc = sctp_id2assoc(sk, params.sack_assoc_id);
5777 if (!asoc && params.sack_assoc_id && sctp_style(sk, UDP))
7708610b
FF
5778 return -EINVAL;
5779
5780 if (asoc) {
5781 /* Fetch association values. */
d364d927
WY
5782 if (asoc->param_flags & SPP_SACKDELAY_ENABLE) {
5783 params.sack_delay = jiffies_to_msecs(
7708610b 5784 asoc->sackdelay);
d364d927
WY
5785 params.sack_freq = asoc->sackfreq;
5786
5787 } else {
5788 params.sack_delay = 0;
5789 params.sack_freq = 1;
5790 }
7708610b
FF
5791 } else {
5792 /* Fetch socket values. */
d364d927
WY
5793 if (sp->param_flags & SPP_SACKDELAY_ENABLE) {
5794 params.sack_delay = sp->sackdelay;
5795 params.sack_freq = sp->sackfreq;
5796 } else {
5797 params.sack_delay = 0;
5798 params.sack_freq = 1;
5799 }
7708610b
FF
5800 }
5801
5802 if (copy_to_user(optval, &params, len))
5803 return -EFAULT;
5804
5805 if (put_user(len, optlen))
5806 return -EFAULT;
5807
5808 return 0;
5809}
5810
1da177e4
LT
5811/* 7.1.3 Initialization Parameters (SCTP_INITMSG)
5812 *
5813 * Applications can specify protocol parameters for the default association
5814 * initialization. The option name argument to setsockopt() and getsockopt()
5815 * is SCTP_INITMSG.
5816 *
5817 * Setting initialization parameters is effective only on an unconnected
5818 * socket (for UDP-style sockets only future associations are effected
5819 * by the change). With TCP-style sockets, this option is inherited by
5820 * sockets derived from a listener socket.
5821 */
5822static int sctp_getsockopt_initmsg(struct sock *sk, int len, char __user *optval, int __user *optlen)
5823{
408f22e8 5824 if (len < sizeof(struct sctp_initmsg))
1da177e4 5825 return -EINVAL;
408f22e8
NH
5826 len = sizeof(struct sctp_initmsg);
5827 if (put_user(len, optlen))
5828 return -EFAULT;
1da177e4
LT
5829 if (copy_to_user(optval, &sctp_sk(sk)->initmsg, len))
5830 return -EFAULT;
5831 return 0;
5832}
5833