]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - net/sctp/socket.c
net: sctp: fix bug in sctp_poll for SOCK_SELECT_ERR_QUEUE
[mirror_ubuntu-artful-kernel.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
31 * along with GNU CC; see the file COPYING. If not, write to
32 * the Free Software Foundation, 59 Temple Place - Suite 330,
33 * Boston, MA 02111-1307, USA.
34 *
35 * Please send any bug reports or fixes you make to the
36 * email address(es):
91705c61 37 * lksctp developers <linux-sctp@vger.kernel.org>
1da177e4 38 *
1da177e4
LT
39 * Written or modified by:
40 * La Monte H.P. Yarroll <piggy@acm.org>
41 * Narasimha Budihal <narsi@refcode.org>
42 * Karl Knutson <karl@athena.chicago.il.us>
43 * Jon Grimm <jgrimm@us.ibm.com>
44 * Xingang Guo <xingang.guo@intel.com>
45 * Daisy Chang <daisyc@us.ibm.com>
46 * Sridhar Samudrala <samudrala@us.ibm.com>
47 * Inaky Perez-Gonzalez <inaky.gonzalez@intel.com>
48 * Ardelle Fan <ardelle.fan@intel.com>
49 * Ryan Layer <rmlayer@us.ibm.com>
50 * Anup Pemmaiah <pemmaiah@cc.usu.edu>
51 * Kevin Gao <kevin.gao@intel.com>
1da177e4
LT
52 */
53
145ce502
JP
54#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
55
1da177e4
LT
56#include <linux/types.h>
57#include <linux/kernel.h>
58#include <linux/wait.h>
59#include <linux/time.h>
60#include <linux/ip.h>
4fc268d2 61#include <linux/capability.h>
1da177e4
LT
62#include <linux/fcntl.h>
63#include <linux/poll.h>
64#include <linux/init.h>
65#include <linux/crypto.h>
5a0e3ad6 66#include <linux/slab.h>
56b31d1c 67#include <linux/file.h>
1da177e4
LT
68
69#include <net/ip.h>
70#include <net/icmp.h>
71#include <net/route.h>
72#include <net/ipv6.h>
73#include <net/inet_common.h>
74
75#include <linux/socket.h> /* for sa_family_t */
bc3b2d7f 76#include <linux/export.h>
1da177e4
LT
77#include <net/sock.h>
78#include <net/sctp/sctp.h>
79#include <net/sctp/sm.h>
80
1da177e4
LT
81/* Forward declarations for internal helper functions. */
82static int sctp_writeable(struct sock *sk);
83static void sctp_wfree(struct sk_buff *skb);
84static int sctp_wait_for_sndbuf(struct sctp_association *, long *timeo_p,
85 size_t msg_len);
86static int sctp_wait_for_packet(struct sock * sk, int *err, long *timeo_p);
87static int sctp_wait_for_connect(struct sctp_association *, long *timeo_p);
88static int sctp_wait_for_accept(struct sock *sk, long timeo);
89static void sctp_wait_for_close(struct sock *sk, long timeo);
0a2fbac1 90static void sctp_destruct_sock(struct sock *sk);
1da177e4
LT
91static struct sctp_af *sctp_sockaddr_af(struct sctp_sock *opt,
92 union sctp_addr *addr, int len);
93static int sctp_bindx_add(struct sock *, struct sockaddr *, int);
94static int sctp_bindx_rem(struct sock *, struct sockaddr *, int);
95static int sctp_send_asconf_add_ip(struct sock *, struct sockaddr *, int);
96static int sctp_send_asconf_del_ip(struct sock *, struct sockaddr *, int);
97static int sctp_send_asconf(struct sctp_association *asoc,
98 struct sctp_chunk *chunk);
99static int sctp_do_bind(struct sock *, union sctp_addr *, int);
100static int sctp_autobind(struct sock *sk);
101static void sctp_sock_migrate(struct sock *, struct sock *,
102 struct sctp_association *, sctp_socket_type_t);
1da177e4 103
4d93df0a 104extern struct kmem_cache *sctp_bucket_cachep;
8d987e5c 105extern long sysctl_sctp_mem[3];
4d93df0a
NH
106extern int sysctl_sctp_rmem[3];
107extern int sysctl_sctp_wmem[3];
108
b6fa1a4d 109static int 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
4eb701df
NH
160 skb_set_owner_w(chunk->skb, sk);
161
1da177e4
LT
162 chunk->skb->destructor = sctp_wfree;
163 /* Save the chunk pointer in skb for sctp_wfree to use later. */
164 *((struct sctp_chunk **)(chunk->skb->cb)) = chunk;
165
4eb701df
NH
166 asoc->sndbuf_used += SCTP_DATA_SNDSIZE(chunk) +
167 sizeof(struct sk_buff) +
168 sizeof(struct sctp_chunk);
169
4eb701df 170 atomic_add(sizeof(struct sctp_chunk), &sk->sk_wmem_alloc);
3ab224be
HA
171 sk->sk_wmem_queued += chunk->skb->truesize;
172 sk_mem_charge(sk, chunk->skb->truesize);
1da177e4
LT
173}
174
175/* Verify that this is a valid address. */
176static inline int sctp_verify_addr(struct sock *sk, union sctp_addr *addr,
177 int len)
178{
179 struct sctp_af *af;
180
181 /* Verify basic sockaddr. */
182 af = sctp_sockaddr_af(sctp_sk(sk), addr, len);
183 if (!af)
184 return -EINVAL;
185
186 /* Is this a valid SCTP address? */
5636bef7 187 if (!af->addr_valid(addr, sctp_sk(sk), NULL))
1da177e4
LT
188 return -EINVAL;
189
190 if (!sctp_sk(sk)->pf->send_verify(sctp_sk(sk), (addr)))
191 return -EINVAL;
192
193 return 0;
194}
195
196/* Look up the association by its id. If this is not a UDP-style
197 * socket, the ID field is always ignored.
198 */
199struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id)
200{
201 struct sctp_association *asoc = NULL;
202
203 /* If this is not a UDP-style socket, assoc id should be ignored. */
204 if (!sctp_style(sk, UDP)) {
205 /* Return NULL if the socket state is not ESTABLISHED. It
206 * could be a TCP-style listening socket or a socket which
207 * hasn't yet called connect() to establish an association.
208 */
209 if (!sctp_sstate(sk, ESTABLISHED))
210 return NULL;
211
212 /* Get the first and the only association from the list. */
213 if (!list_empty(&sctp_sk(sk)->ep->asocs))
214 asoc = list_entry(sctp_sk(sk)->ep->asocs.next,
215 struct sctp_association, asocs);
216 return asoc;
217 }
218
219 /* Otherwise this is a UDP-style socket. */
220 if (!id || (id == (sctp_assoc_t)-1))
221 return NULL;
222
223 spin_lock_bh(&sctp_assocs_id_lock);
224 asoc = (struct sctp_association *)idr_find(&sctp_assocs_id, (int)id);
225 spin_unlock_bh(&sctp_assocs_id_lock);
226
227 if (!asoc || (asoc->base.sk != sk) || asoc->base.dead)
228 return NULL;
229
230 return asoc;
231}
232
233/* Look up the transport from an address and an assoc id. If both address and
234 * id are specified, the associations matching the address and the id should be
235 * the same.
236 */
237static struct sctp_transport *sctp_addr_id2transport(struct sock *sk,
238 struct sockaddr_storage *addr,
239 sctp_assoc_t id)
240{
241 struct sctp_association *addr_asoc = NULL, *id_asoc = NULL;
242 struct sctp_transport *transport;
243 union sctp_addr *laddr = (union sctp_addr *)addr;
244
1da177e4 245 addr_asoc = sctp_endpoint_lookup_assoc(sctp_sk(sk)->ep,
cd4ff034 246 laddr,
1da177e4 247 &transport);
1da177e4
LT
248
249 if (!addr_asoc)
250 return NULL;
251
252 id_asoc = sctp_id2assoc(sk, id);
253 if (id_asoc && (id_asoc != addr_asoc))
254 return NULL;
255
256 sctp_get_pf_specific(sk->sk_family)->addr_v4map(sctp_sk(sk),
257 (union sctp_addr *)addr);
258
259 return transport;
260}
261
262/* API 3.1.2 bind() - UDP Style Syntax
263 * The syntax of bind() is,
264 *
265 * ret = bind(int sd, struct sockaddr *addr, int addrlen);
266 *
267 * sd - the socket descriptor returned by socket().
268 * addr - the address structure (struct sockaddr_in or struct
269 * sockaddr_in6 [RFC 2553]),
270 * addr_len - the size of the address structure.
271 */
dda91928 272static int sctp_bind(struct sock *sk, struct sockaddr *addr, int addr_len)
1da177e4
LT
273{
274 int retval = 0;
275
276 sctp_lock_sock(sk);
277
bb33381d
DB
278 pr_debug("%s: sk:%p, addr:%p, addr_len:%d\n", __func__, sk,
279 addr, addr_len);
1da177e4
LT
280
281 /* Disallow binding twice. */
282 if (!sctp_sk(sk)->ep->base.bind_addr.port)
3f7a87d2 283 retval = sctp_do_bind(sk, (union sctp_addr *)addr,
1da177e4
LT
284 addr_len);
285 else
286 retval = -EINVAL;
287
288 sctp_release_sock(sk);
289
290 return retval;
291}
292
293static long sctp_get_port_local(struct sock *, union sctp_addr *);
294
295/* Verify this is a valid sockaddr. */
296static struct sctp_af *sctp_sockaddr_af(struct sctp_sock *opt,
297 union sctp_addr *addr, int len)
298{
299 struct sctp_af *af;
300
301 /* Check minimum size. */
302 if (len < sizeof (struct sockaddr))
303 return NULL;
304
7dab83de
VY
305 /* V4 mapped address are really of AF_INET family */
306 if (addr->sa.sa_family == AF_INET6 &&
307 ipv6_addr_v4mapped(&addr->v6.sin6_addr)) {
308 if (!opt->pf->af_supported(AF_INET, opt))
309 return NULL;
310 } else {
311 /* Does this PF support this AF? */
312 if (!opt->pf->af_supported(addr->sa.sa_family, opt))
313 return NULL;
314 }
1da177e4
LT
315
316 /* If we get this far, af is valid. */
317 af = sctp_get_af_specific(addr->sa.sa_family);
318
319 if (len < af->sockaddr_len)
320 return NULL;
321
322 return af;
323}
324
325/* Bind a local address either to an endpoint or to an association. */
dda91928 326static int sctp_do_bind(struct sock *sk, union sctp_addr *addr, int len)
1da177e4 327{
3594698a 328 struct net *net = sock_net(sk);
1da177e4
LT
329 struct sctp_sock *sp = sctp_sk(sk);
330 struct sctp_endpoint *ep = sp->ep;
331 struct sctp_bind_addr *bp = &ep->base.bind_addr;
332 struct sctp_af *af;
333 unsigned short snum;
334 int ret = 0;
335
1da177e4
LT
336 /* Common sockaddr verification. */
337 af = sctp_sockaddr_af(sp, addr, len);
3f7a87d2 338 if (!af) {
bb33381d
DB
339 pr_debug("%s: sk:%p, newaddr:%p, len:%d EINVAL\n",
340 __func__, sk, addr, len);
1da177e4 341 return -EINVAL;
3f7a87d2
FF
342 }
343
344 snum = ntohs(addr->v4.sin_port);
345
bb33381d
DB
346 pr_debug("%s: sk:%p, new addr:%pISc, port:%d, new port:%d, len:%d\n",
347 __func__, sk, &addr->sa, bp->port, snum, len);
1da177e4
LT
348
349 /* PF specific bind() address verification. */
350 if (!sp->pf->bind_verify(sp, addr))
351 return -EADDRNOTAVAIL;
352
8b358056
VY
353 /* We must either be unbound, or bind to the same port.
354 * It's OK to allow 0 ports if we are already bound.
355 * We'll just inhert an already bound port in this case
356 */
357 if (bp->port) {
358 if (!snum)
359 snum = bp->port;
360 else if (snum != bp->port) {
bb33381d
DB
361 pr_debug("%s: new port %d doesn't match existing port "
362 "%d\n", __func__, snum, bp->port);
8b358056
VY
363 return -EINVAL;
364 }
1da177e4
LT
365 }
366
3594698a
EB
367 if (snum && snum < PROT_SOCK &&
368 !ns_capable(net->user_ns, CAP_NET_BIND_SERVICE))
1da177e4
LT
369 return -EACCES;
370
4e54064e
VY
371 /* See if the address matches any of the addresses we may have
372 * already bound before checking against other endpoints.
373 */
374 if (sctp_bind_addr_match(bp, addr, sp))
375 return -EINVAL;
376
1da177e4
LT
377 /* Make sure we are allowed to bind here.
378 * The function sctp_get_port_local() does duplicate address
379 * detection.
380 */
2772b495 381 addr->v4.sin_port = htons(snum);
1da177e4 382 if ((ret = sctp_get_port_local(sk, addr))) {
4e54064e 383 return -EADDRINUSE;
1da177e4
LT
384 }
385
386 /* Refresh ephemeral port. */
387 if (!bp->port)
c720c7e8 388 bp->port = inet_sk(sk)->inet_num;
1da177e4 389
559cf710
VY
390 /* Add the address to the bind address list.
391 * Use GFP_ATOMIC since BHs will be disabled.
392 */
f57d96b2 393 ret = sctp_add_bind_addr(bp, addr, SCTP_ADDR_SRC, GFP_ATOMIC);
1da177e4
LT
394
395 /* Copy back into socket for getsockname() use. */
396 if (!ret) {
c720c7e8 397 inet_sk(sk)->inet_sport = htons(inet_sk(sk)->inet_num);
1da177e4
LT
398 af->to_sk_saddr(addr, sk);
399 }
400
401 return ret;
402}
403
404 /* ADDIP Section 4.1.1 Congestion Control of ASCONF Chunks
405 *
d808ad9a 406 * R1) One and only one ASCONF Chunk MAY be in transit and unacknowledged
1da177e4 407 * at any one time. If a sender, after sending an ASCONF chunk, decides
d808ad9a 408 * it needs to transfer another ASCONF Chunk, it MUST wait until the
1da177e4 409 * ASCONF-ACK Chunk returns from the previous ASCONF Chunk before sending a
d808ad9a
YH
410 * subsequent ASCONF. Note this restriction binds each side, so at any
411 * time two ASCONF may be in-transit on any given association (one sent
1da177e4
LT
412 * from each endpoint).
413 */
414static int sctp_send_asconf(struct sctp_association *asoc,
415 struct sctp_chunk *chunk)
416{
55e26eb9 417 struct net *net = sock_net(asoc->base.sk);
1da177e4
LT
418 int retval = 0;
419
420 /* If there is an outstanding ASCONF chunk, queue it for later
421 * transmission.
d808ad9a 422 */
1da177e4 423 if (asoc->addip_last_asconf) {
79af02c2 424 list_add_tail(&chunk->list, &asoc->addip_chunk_list);
d808ad9a 425 goto out;
1da177e4
LT
426 }
427
428 /* Hold the chunk until an ASCONF_ACK is received. */
429 sctp_chunk_hold(chunk);
55e26eb9 430 retval = sctp_primitive_ASCONF(net, asoc, chunk);
1da177e4
LT
431 if (retval)
432 sctp_chunk_free(chunk);
433 else
434 asoc->addip_last_asconf = chunk;
435
436out:
437 return retval;
438}
439
440/* Add a list of addresses as bind addresses to local endpoint or
441 * association.
442 *
443 * Basically run through each address specified in the addrs/addrcnt
444 * array/length pair, determine if it is IPv6 or IPv4 and call
445 * sctp_do_bind() on it.
446 *
447 * If any of them fails, then the operation will be reversed and the
448 * ones that were added will be removed.
449 *
450 * Only sctp_setsockopt_bindx() is supposed to call this function.
451 */
04675210 452static int sctp_bindx_add(struct sock *sk, struct sockaddr *addrs, int addrcnt)
1da177e4
LT
453{
454 int cnt;
455 int retval = 0;
456 void *addr_buf;
457 struct sockaddr *sa_addr;
458 struct sctp_af *af;
459
bb33381d
DB
460 pr_debug("%s: sk:%p, addrs:%p, addrcnt:%d\n", __func__, sk,
461 addrs, addrcnt);
1da177e4
LT
462
463 addr_buf = addrs;
464 for (cnt = 0; cnt < addrcnt; cnt++) {
465 /* The list may contain either IPv4 or IPv6 address;
466 * determine the address length for walking thru the list.
467 */
ea110733 468 sa_addr = addr_buf;
1da177e4
LT
469 af = sctp_get_af_specific(sa_addr->sa_family);
470 if (!af) {
471 retval = -EINVAL;
472 goto err_bindx_add;
473 }
474
d808ad9a 475 retval = sctp_do_bind(sk, (union sctp_addr *)sa_addr,
1da177e4
LT
476 af->sockaddr_len);
477
478 addr_buf += af->sockaddr_len;
479
480err_bindx_add:
481 if (retval < 0) {
482 /* Failed. Cleanup the ones that have been added */
483 if (cnt > 0)
484 sctp_bindx_rem(sk, addrs, cnt);
485 return retval;
486 }
487 }
488
489 return retval;
490}
491
492/* Send an ASCONF chunk with Add IP address parameters to all the peers of the
493 * associations that are part of the endpoint indicating that a list of local
494 * addresses are added to the endpoint.
495 *
d808ad9a 496 * If any of the addresses is already in the bind address list of the
1da177e4
LT
497 * association, we do not send the chunk for that association. But it will not
498 * affect other associations.
499 *
500 * Only sctp_setsockopt_bindx() is supposed to call this function.
501 */
d808ad9a 502static int sctp_send_asconf_add_ip(struct sock *sk,
1da177e4
LT
503 struct sockaddr *addrs,
504 int addrcnt)
505{
e1fc3b14 506 struct net *net = sock_net(sk);
1da177e4
LT
507 struct sctp_sock *sp;
508 struct sctp_endpoint *ep;
509 struct sctp_association *asoc;
510 struct sctp_bind_addr *bp;
511 struct sctp_chunk *chunk;
512 struct sctp_sockaddr_entry *laddr;
513 union sctp_addr *addr;
dc022a98 514 union sctp_addr saveaddr;
1da177e4
LT
515 void *addr_buf;
516 struct sctp_af *af;
1da177e4
LT
517 struct list_head *p;
518 int i;
519 int retval = 0;
520
e1fc3b14 521 if (!net->sctp.addip_enable)
1da177e4
LT
522 return retval;
523
524 sp = sctp_sk(sk);
525 ep = sp->ep;
526
bb33381d
DB
527 pr_debug("%s: sk:%p, addrs:%p, addrcnt:%d\n",
528 __func__, sk, addrs, addrcnt);
1da177e4 529
9dbc15f0 530 list_for_each_entry(asoc, &ep->asocs, asocs) {
1da177e4
LT
531 if (!asoc->peer.asconf_capable)
532 continue;
533
534 if (asoc->peer.addip_disabled_mask & SCTP_PARAM_ADD_IP)
535 continue;
536
537 if (!sctp_state(asoc, ESTABLISHED))
538 continue;
539
540 /* Check if any address in the packed array of addresses is
d808ad9a
YH
541 * in the bind address list of the association. If so,
542 * do not send the asconf chunk to its peer, but continue with
1da177e4
LT
543 * other associations.
544 */
545 addr_buf = addrs;
546 for (i = 0; i < addrcnt; i++) {
ea110733 547 addr = addr_buf;
1da177e4
LT
548 af = sctp_get_af_specific(addr->v4.sin_family);
549 if (!af) {
550 retval = -EINVAL;
551 goto out;
552 }
553
554 if (sctp_assoc_lookup_laddr(asoc, addr))
555 break;
556
557 addr_buf += af->sockaddr_len;
558 }
559 if (i < addrcnt)
560 continue;
561
559cf710
VY
562 /* Use the first valid address in bind addr list of
563 * association as Address Parameter of ASCONF CHUNK.
1da177e4 564 */
1da177e4
LT
565 bp = &asoc->base.bind_addr;
566 p = bp->address_list.next;
567 laddr = list_entry(p, struct sctp_sockaddr_entry, list);
5ae955cf 568 chunk = sctp_make_asconf_update_ip(asoc, &laddr->a, addrs,
1da177e4
LT
569 addrcnt, SCTP_PARAM_ADD_IP);
570 if (!chunk) {
571 retval = -ENOMEM;
572 goto out;
573 }
574
dc022a98
SS
575 /* Add the new addresses to the bind address list with
576 * use_as_src set to 0.
1da177e4 577 */
dc022a98
SS
578 addr_buf = addrs;
579 for (i = 0; i < addrcnt; i++) {
ea110733 580 addr = addr_buf;
dc022a98
SS
581 af = sctp_get_af_specific(addr->v4.sin_family);
582 memcpy(&saveaddr, addr, af->sockaddr_len);
f57d96b2
VY
583 retval = sctp_add_bind_addr(bp, &saveaddr,
584 SCTP_ADDR_NEW, GFP_ATOMIC);
dc022a98
SS
585 addr_buf += af->sockaddr_len;
586 }
8a07eb0a
MH
587 if (asoc->src_out_of_asoc_ok) {
588 struct sctp_transport *trans;
589
590 list_for_each_entry(trans,
591 &asoc->peer.transport_addr_list, transports) {
592 /* Clear the source and route cache */
593 dst_release(trans->dst);
594 trans->cwnd = min(4*asoc->pathmtu, max_t(__u32,
595 2*asoc->pathmtu, 4380));
596 trans->ssthresh = asoc->peer.i.a_rwnd;
597 trans->rto = asoc->rto_initial;
196d6759 598 sctp_max_rto(asoc, trans);
8a07eb0a
MH
599 trans->rtt = trans->srtt = trans->rttvar = 0;
600 sctp_transport_route(trans, NULL,
601 sctp_sk(asoc->base.sk));
602 }
603 }
604 retval = sctp_send_asconf(asoc, chunk);
1da177e4
LT
605 }
606
607out:
608 return retval;
609}
610
611/* Remove a list of addresses from bind addresses list. Do not remove the
612 * last address.
613 *
614 * Basically run through each address specified in the addrs/addrcnt
615 * array/length pair, determine if it is IPv6 or IPv4 and call
616 * sctp_del_bind() on it.
617 *
618 * If any of them fails, then the operation will be reversed and the
619 * ones that were removed will be added back.
620 *
621 * At least one address has to be left; if only one address is
622 * available, the operation will return -EBUSY.
623 *
624 * Only sctp_setsockopt_bindx() is supposed to call this function.
625 */
04675210 626static int sctp_bindx_rem(struct sock *sk, struct sockaddr *addrs, int addrcnt)
1da177e4
LT
627{
628 struct sctp_sock *sp = sctp_sk(sk);
629 struct sctp_endpoint *ep = sp->ep;
630 int cnt;
631 struct sctp_bind_addr *bp = &ep->base.bind_addr;
632 int retval = 0;
1da177e4 633 void *addr_buf;
c9a08505 634 union sctp_addr *sa_addr;
1da177e4
LT
635 struct sctp_af *af;
636
bb33381d
DB
637 pr_debug("%s: sk:%p, addrs:%p, addrcnt:%d\n",
638 __func__, sk, addrs, addrcnt);
1da177e4
LT
639
640 addr_buf = addrs;
641 for (cnt = 0; cnt < addrcnt; cnt++) {
642 /* If the bind address list is empty or if there is only one
643 * bind address, there is nothing more to be removed (we need
644 * at least one address here).
645 */
646 if (list_empty(&bp->address_list) ||
647 (sctp_list_single_entry(&bp->address_list))) {
648 retval = -EBUSY;
649 goto err_bindx_rem;
650 }
651
ea110733 652 sa_addr = addr_buf;
c9a08505 653 af = sctp_get_af_specific(sa_addr->sa.sa_family);
1da177e4
LT
654 if (!af) {
655 retval = -EINVAL;
656 goto err_bindx_rem;
657 }
0304ff8a
PG
658
659 if (!af->addr_valid(sa_addr, sp, NULL)) {
660 retval = -EADDRNOTAVAIL;
661 goto err_bindx_rem;
662 }
663
ee9cbaca
VY
664 if (sa_addr->v4.sin_port &&
665 sa_addr->v4.sin_port != htons(bp->port)) {
1da177e4
LT
666 retval = -EINVAL;
667 goto err_bindx_rem;
668 }
669
ee9cbaca
VY
670 if (!sa_addr->v4.sin_port)
671 sa_addr->v4.sin_port = htons(bp->port);
672
1da177e4
LT
673 /* FIXME - There is probably a need to check if sk->sk_saddr and
674 * sk->sk_rcv_addr are currently set to one of the addresses to
675 * be removed. This is something which needs to be looked into
676 * when we are fixing the outstanding issues with multi-homing
677 * socket routing and failover schemes. Refer to comments in
678 * sctp_do_bind(). -daisy
679 */
0ed90fb0 680 retval = sctp_del_bind_addr(bp, sa_addr);
1da177e4
LT
681
682 addr_buf += af->sockaddr_len;
683err_bindx_rem:
684 if (retval < 0) {
685 /* Failed. Add the ones that has been removed back */
686 if (cnt > 0)
687 sctp_bindx_add(sk, addrs, cnt);
688 return retval;
689 }
690 }
691
692 return retval;
693}
694
695/* Send an ASCONF chunk with Delete IP address parameters to all the peers of
696 * the associations that are part of the endpoint indicating that a list of
697 * local addresses are removed from the endpoint.
698 *
d808ad9a 699 * If any of the addresses is already in the bind address list of the
1da177e4
LT
700 * association, we do not send the chunk for that association. But it will not
701 * affect other associations.
702 *
703 * Only sctp_setsockopt_bindx() is supposed to call this function.
704 */
705static int sctp_send_asconf_del_ip(struct sock *sk,
706 struct sockaddr *addrs,
707 int addrcnt)
708{
e1fc3b14 709 struct net *net = sock_net(sk);
1da177e4
LT
710 struct sctp_sock *sp;
711 struct sctp_endpoint *ep;
712 struct sctp_association *asoc;
dc022a98 713 struct sctp_transport *transport;
1da177e4
LT
714 struct sctp_bind_addr *bp;
715 struct sctp_chunk *chunk;
716 union sctp_addr *laddr;
717 void *addr_buf;
718 struct sctp_af *af;
dc022a98 719 struct sctp_sockaddr_entry *saddr;
1da177e4
LT
720 int i;
721 int retval = 0;
8a07eb0a 722 int stored = 0;
1da177e4 723
8a07eb0a 724 chunk = NULL;
e1fc3b14 725 if (!net->sctp.addip_enable)
1da177e4
LT
726 return retval;
727
728 sp = sctp_sk(sk);
729 ep = sp->ep;
730
bb33381d
DB
731 pr_debug("%s: sk:%p, addrs:%p, addrcnt:%d\n",
732 __func__, sk, addrs, addrcnt);
1da177e4 733
9dbc15f0 734 list_for_each_entry(asoc, &ep->asocs, asocs) {
1da177e4
LT
735
736 if (!asoc->peer.asconf_capable)
737 continue;
738
739 if (asoc->peer.addip_disabled_mask & SCTP_PARAM_DEL_IP)
740 continue;
741
742 if (!sctp_state(asoc, ESTABLISHED))
743 continue;
744
745 /* Check if any address in the packed array of addresses is
d808ad9a 746 * not present in the bind address list of the association.
1da177e4
LT
747 * If so, do not send the asconf chunk to its peer, but
748 * continue with other associations.
749 */
750 addr_buf = addrs;
751 for (i = 0; i < addrcnt; i++) {
ea110733 752 laddr = addr_buf;
1da177e4
LT
753 af = sctp_get_af_specific(laddr->v4.sin_family);
754 if (!af) {
755 retval = -EINVAL;
756 goto out;
757 }
758
759 if (!sctp_assoc_lookup_laddr(asoc, laddr))
760 break;
761
762 addr_buf += af->sockaddr_len;
763 }
764 if (i < addrcnt)
765 continue;
766
767 /* Find one address in the association's bind address list
768 * that is not in the packed array of addresses. This is to
769 * make sure that we do not delete all the addresses in the
770 * association.
771 */
1da177e4
LT
772 bp = &asoc->base.bind_addr;
773 laddr = sctp_find_unmatch_addr(bp, (union sctp_addr *)addrs,
774 addrcnt, sp);
8a07eb0a
MH
775 if ((laddr == NULL) && (addrcnt == 1)) {
776 if (asoc->asconf_addr_del_pending)
777 continue;
778 asoc->asconf_addr_del_pending =
779 kzalloc(sizeof(union sctp_addr), GFP_ATOMIC);
6d65e5ee
MH
780 if (asoc->asconf_addr_del_pending == NULL) {
781 retval = -ENOMEM;
782 goto out;
783 }
8a07eb0a
MH
784 asoc->asconf_addr_del_pending->sa.sa_family =
785 addrs->sa_family;
786 asoc->asconf_addr_del_pending->v4.sin_port =
787 htons(bp->port);
788 if (addrs->sa_family == AF_INET) {
789 struct sockaddr_in *sin;
790
791 sin = (struct sockaddr_in *)addrs;
792 asoc->asconf_addr_del_pending->v4.sin_addr.s_addr = sin->sin_addr.s_addr;
793 } else if (addrs->sa_family == AF_INET6) {
794 struct sockaddr_in6 *sin6;
795
796 sin6 = (struct sockaddr_in6 *)addrs;
4e3fd7a0 797 asoc->asconf_addr_del_pending->v6.sin6_addr = sin6->sin6_addr;
8a07eb0a 798 }
bb33381d
DB
799
800 pr_debug("%s: keep the last address asoc:%p %pISc at %p\n",
801 __func__, asoc, &asoc->asconf_addr_del_pending->sa,
802 asoc->asconf_addr_del_pending);
803
8a07eb0a
MH
804 asoc->src_out_of_asoc_ok = 1;
805 stored = 1;
806 goto skip_mkasconf;
807 }
1da177e4 808
559cf710
VY
809 /* We do not need RCU protection throughout this loop
810 * because this is done under a socket lock from the
811 * setsockopt call.
812 */
1da177e4
LT
813 chunk = sctp_make_asconf_update_ip(asoc, laddr, addrs, addrcnt,
814 SCTP_PARAM_DEL_IP);
815 if (!chunk) {
816 retval = -ENOMEM;
817 goto out;
818 }
819
8a07eb0a 820skip_mkasconf:
dc022a98
SS
821 /* Reset use_as_src flag for the addresses in the bind address
822 * list that are to be deleted.
823 */
dc022a98
SS
824 addr_buf = addrs;
825 for (i = 0; i < addrcnt; i++) {
ea110733 826 laddr = addr_buf;
dc022a98 827 af = sctp_get_af_specific(laddr->v4.sin_family);
559cf710 828 list_for_each_entry(saddr, &bp->address_list, list) {
5f242a13 829 if (sctp_cmp_addr_exact(&saddr->a, laddr))
f57d96b2 830 saddr->state = SCTP_ADDR_DEL;
dc022a98
SS
831 }
832 addr_buf += af->sockaddr_len;
833 }
1da177e4 834
dc022a98
SS
835 /* Update the route and saddr entries for all the transports
836 * as some of the addresses in the bind address list are
837 * about to be deleted and cannot be used as source addresses.
1da177e4 838 */
9dbc15f0
RD
839 list_for_each_entry(transport, &asoc->peer.transport_addr_list,
840 transports) {
dc022a98
SS
841 dst_release(transport->dst);
842 sctp_transport_route(transport, NULL,
843 sctp_sk(asoc->base.sk));
844 }
845
8a07eb0a
MH
846 if (stored)
847 /* We don't need to transmit ASCONF */
848 continue;
dc022a98 849 retval = sctp_send_asconf(asoc, chunk);
1da177e4
LT
850 }
851out:
852 return retval;
853}
854
9f7d653b
MH
855/* set addr events to assocs in the endpoint. ep and addr_wq must be locked */
856int sctp_asconf_mgmt(struct sctp_sock *sp, struct sctp_sockaddr_entry *addrw)
857{
858 struct sock *sk = sctp_opt2sk(sp);
859 union sctp_addr *addr;
860 struct sctp_af *af;
861
862 /* It is safe to write port space in caller. */
863 addr = &addrw->a;
864 addr->v4.sin_port = htons(sp->ep->base.bind_addr.port);
865 af = sctp_get_af_specific(addr->sa.sa_family);
866 if (!af)
867 return -EINVAL;
868 if (sctp_verify_addr(sk, addr, af->sockaddr_len))
869 return -EINVAL;
870
871 if (addrw->state == SCTP_ADDR_NEW)
872 return sctp_send_asconf_add_ip(sk, (struct sockaddr *)addr, 1);
873 else
874 return sctp_send_asconf_del_ip(sk, (struct sockaddr *)addr, 1);
875}
876
1da177e4
LT
877/* Helper for tunneling sctp_bindx() requests through sctp_setsockopt()
878 *
879 * API 8.1
880 * int sctp_bindx(int sd, struct sockaddr *addrs, int addrcnt,
881 * int flags);
882 *
883 * If sd is an IPv4 socket, the addresses passed must be IPv4 addresses.
884 * If the sd is an IPv6 socket, the addresses passed can either be IPv4
885 * or IPv6 addresses.
886 *
887 * A single address may be specified as INADDR_ANY or IN6ADDR_ANY, see
888 * Section 3.1.2 for this usage.
889 *
890 * addrs is a pointer to an array of one or more socket addresses. Each
891 * address is contained in its appropriate structure (i.e. struct
892 * sockaddr_in or struct sockaddr_in6) the family of the address type
23c435f7 893 * must be used to distinguish the address length (note that this
1da177e4
LT
894 * representation is termed a "packed array" of addresses). The caller
895 * specifies the number of addresses in the array with addrcnt.
896 *
897 * On success, sctp_bindx() returns 0. On failure, sctp_bindx() returns
898 * -1, and sets errno to the appropriate error code.
899 *
900 * For SCTP, the port given in each socket address must be the same, or
901 * sctp_bindx() will fail, setting errno to EINVAL.
902 *
903 * The flags parameter is formed from the bitwise OR of zero or more of
904 * the following currently defined flags:
905 *
906 * SCTP_BINDX_ADD_ADDR
907 *
908 * SCTP_BINDX_REM_ADDR
909 *
910 * SCTP_BINDX_ADD_ADDR directs SCTP to add the given addresses to the
911 * association, and SCTP_BINDX_REM_ADDR directs SCTP to remove the given
912 * addresses from the association. The two flags are mutually exclusive;
913 * if both are given, sctp_bindx() will fail with EINVAL. A caller may
914 * not remove all addresses from an association; sctp_bindx() will
915 * reject such an attempt with EINVAL.
916 *
917 * An application can use sctp_bindx(SCTP_BINDX_ADD_ADDR) to associate
918 * additional addresses with an endpoint after calling bind(). Or use
919 * sctp_bindx(SCTP_BINDX_REM_ADDR) to remove some addresses a listening
920 * socket is associated with so that no new association accepted will be
921 * associated with those addresses. If the endpoint supports dynamic
922 * address a SCTP_BINDX_REM_ADDR or SCTP_BINDX_ADD_ADDR may cause a
923 * endpoint to send the appropriate message to the peer to change the
924 * peers address lists.
925 *
926 * Adding and removing addresses from a connected association is
927 * optional functionality. Implementations that do not support this
928 * functionality should return EOPNOTSUPP.
929 *
930 * Basically do nothing but copying the addresses from user to kernel
931 * land and invoking either sctp_bindx_add() or sctp_bindx_rem() on the sk.
3f7a87d2
FF
932 * This is used for tunneling the sctp_bindx() request through sctp_setsockopt()
933 * from userspace.
1da177e4
LT
934 *
935 * We don't use copy_from_user() for optimization: we first do the
936 * sanity checks (buffer size -fast- and access check-healthy
937 * pointer); if all of those succeed, then we can alloc the memory
938 * (expensive operation) needed to copy the data to kernel. Then we do
939 * the copying without checking the user space area
940 * (__copy_from_user()).
941 *
942 * On exit there is no need to do sockfd_put(), sys_setsockopt() does
943 * it.
944 *
945 * sk The sk of the socket
946 * addrs The pointer to the addresses in user land
947 * addrssize Size of the addrs buffer
948 * op Operation to perform (add or remove, see the flags of
949 * sctp_bindx)
950 *
951 * Returns 0 if ok, <0 errno code on error.
952 */
dda91928
DB
953static int sctp_setsockopt_bindx(struct sock* sk,
954 struct sockaddr __user *addrs,
955 int addrs_size, int op)
1da177e4
LT
956{
957 struct sockaddr *kaddrs;
958 int err;
959 int addrcnt = 0;
960 int walk_size = 0;
961 struct sockaddr *sa_addr;
962 void *addr_buf;
963 struct sctp_af *af;
964
bb33381d
DB
965 pr_debug("%s: sk:%p addrs:%p addrs_size:%d opt:%d\n",
966 __func__, sk, addrs, addrs_size, op);
1da177e4
LT
967
968 if (unlikely(addrs_size <= 0))
969 return -EINVAL;
970
971 /* Check the user passed a healthy pointer. */
972 if (unlikely(!access_ok(VERIFY_READ, addrs, addrs_size)))
973 return -EFAULT;
974
975 /* Alloc space for the address array in kernel memory. */
8b3a7005 976 kaddrs = kmalloc(addrs_size, GFP_KERNEL);
1da177e4
LT
977 if (unlikely(!kaddrs))
978 return -ENOMEM;
979
980 if (__copy_from_user(kaddrs, addrs, addrs_size)) {
981 kfree(kaddrs);
982 return -EFAULT;
983 }
984
d808ad9a 985 /* Walk through the addrs buffer and count the number of addresses. */
1da177e4
LT
986 addr_buf = kaddrs;
987 while (walk_size < addrs_size) {
d7e0d19a
DR
988 if (walk_size + sizeof(sa_family_t) > addrs_size) {
989 kfree(kaddrs);
990 return -EINVAL;
991 }
992
ea110733 993 sa_addr = addr_buf;
1da177e4
LT
994 af = sctp_get_af_specific(sa_addr->sa_family);
995
996 /* If the address family is not supported or if this address
997 * causes the address buffer to overflow return EINVAL.
d808ad9a 998 */
1da177e4
LT
999 if (!af || (walk_size + af->sockaddr_len) > addrs_size) {
1000 kfree(kaddrs);
1001 return -EINVAL;
1002 }
1003 addrcnt++;
1004 addr_buf += af->sockaddr_len;
1005 walk_size += af->sockaddr_len;
1006 }
1007
1008 /* Do the work. */
1009 switch (op) {
1010 case SCTP_BINDX_ADD_ADDR:
1011 err = sctp_bindx_add(sk, kaddrs, addrcnt);
1012 if (err)
1013 goto out;
1014 err = sctp_send_asconf_add_ip(sk, kaddrs, addrcnt);
1015 break;
1016
1017 case SCTP_BINDX_REM_ADDR:
1018 err = sctp_bindx_rem(sk, kaddrs, addrcnt);
1019 if (err)
1020 goto out;
1021 err = sctp_send_asconf_del_ip(sk, kaddrs, addrcnt);
1022 break;
1023
1024 default:
1025 err = -EINVAL;
1026 break;
3ff50b79 1027 }
1da177e4
LT
1028
1029out:
1030 kfree(kaddrs);
1031
1032 return err;
1033}
1034
3f7a87d2
FF
1035/* __sctp_connect(struct sock* sk, struct sockaddr *kaddrs, int addrs_size)
1036 *
1037 * Common routine for handling connect() and sctp_connectx().
1038 * Connect will come in with just a single address.
1039 */
1040static int __sctp_connect(struct sock* sk,
1041 struct sockaddr *kaddrs,
88a0a948
VY
1042 int addrs_size,
1043 sctp_assoc_t *assoc_id)
3f7a87d2 1044{
55e26eb9 1045 struct net *net = sock_net(sk);
3f7a87d2
FF
1046 struct sctp_sock *sp;
1047 struct sctp_endpoint *ep;
1048 struct sctp_association *asoc = NULL;
1049 struct sctp_association *asoc2;
1050 struct sctp_transport *transport;
1051 union sctp_addr to;
1052 struct sctp_af *af;
1053 sctp_scope_t scope;
1054 long timeo;
1055 int err = 0;
1056 int addrcnt = 0;
1057 int walk_size = 0;
e4d1feab 1058 union sctp_addr *sa_addr = NULL;
3f7a87d2 1059 void *addr_buf;
16d00fb7 1060 unsigned short port;
f50f95ca 1061 unsigned int f_flags = 0;
3f7a87d2
FF
1062
1063 sp = sctp_sk(sk);
1064 ep = sp->ep;
1065
1066 /* connect() cannot be done on a socket that is already in ESTABLISHED
1067 * state - UDP-style peeled off socket or a TCP-style socket that
1068 * is already connected.
1069 * It cannot be done even on a TCP-style listening socket.
1070 */
1071 if (sctp_sstate(sk, ESTABLISHED) ||
1072 (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING))) {
1073 err = -EISCONN;
1074 goto out_free;
1075 }
1076
1077 /* Walk through the addrs buffer and count the number of addresses. */
1078 addr_buf = kaddrs;
1079 while (walk_size < addrs_size) {
d7e0d19a
DR
1080 if (walk_size + sizeof(sa_family_t) > addrs_size) {
1081 err = -EINVAL;
1082 goto out_free;
1083 }
1084
ea110733 1085 sa_addr = addr_buf;
4bdf4b5f 1086 af = sctp_get_af_specific(sa_addr->sa.sa_family);
3f7a87d2
FF
1087
1088 /* If the address family is not supported or if this address
1089 * causes the address buffer to overflow return EINVAL.
1090 */
1091 if (!af || (walk_size + af->sockaddr_len) > addrs_size) {
1092 err = -EINVAL;
1093 goto out_free;
1094 }
1095
d7e0d19a
DR
1096 port = ntohs(sa_addr->v4.sin_port);
1097
e4d1feab
VY
1098 /* Save current address so we can work with it */
1099 memcpy(&to, sa_addr, af->sockaddr_len);
1100
1101 err = sctp_verify_addr(sk, &to, af->sockaddr_len);
3f7a87d2
FF
1102 if (err)
1103 goto out_free;
1104
16d00fb7
VY
1105 /* Make sure the destination port is correctly set
1106 * in all addresses.
1107 */
524fba6c
WY
1108 if (asoc && asoc->peer.port && asoc->peer.port != port) {
1109 err = -EINVAL;
16d00fb7 1110 goto out_free;
524fba6c 1111 }
3f7a87d2
FF
1112
1113 /* Check if there already is a matching association on the
1114 * endpoint (other than the one created here).
1115 */
e4d1feab 1116 asoc2 = sctp_endpoint_lookup_assoc(ep, &to, &transport);
3f7a87d2
FF
1117 if (asoc2 && asoc2 != asoc) {
1118 if (asoc2->state >= SCTP_STATE_ESTABLISHED)
1119 err = -EISCONN;
1120 else
1121 err = -EALREADY;
1122 goto out_free;
1123 }
1124
1125 /* If we could not find a matching association on the endpoint,
1126 * make sure that there is no peeled-off association matching
1127 * the peer address even on another socket.
1128 */
e4d1feab 1129 if (sctp_endpoint_is_peeled_off(ep, &to)) {
3f7a87d2
FF
1130 err = -EADDRNOTAVAIL;
1131 goto out_free;
1132 }
1133
1134 if (!asoc) {
1135 /* If a bind() or sctp_bindx() is not called prior to
1136 * an sctp_connectx() call, the system picks an
1137 * ephemeral port and will choose an address set
1138 * equivalent to binding with a wildcard address.
1139 */
1140 if (!ep->base.bind_addr.port) {
1141 if (sctp_autobind(sk)) {
1142 err = -EAGAIN;
1143 goto out_free;
1144 }
64a0c1c8
ISJ
1145 } else {
1146 /*
d808ad9a
YH
1147 * If an unprivileged user inherits a 1-many
1148 * style socket with open associations on a
1149 * privileged port, it MAY be permitted to
1150 * accept new associations, but it SHOULD NOT
64a0c1c8
ISJ
1151 * be permitted to open new associations.
1152 */
1153 if (ep->base.bind_addr.port < PROT_SOCK &&
3594698a 1154 !ns_capable(net->user_ns, CAP_NET_BIND_SERVICE)) {
64a0c1c8
ISJ
1155 err = -EACCES;
1156 goto out_free;
1157 }
3f7a87d2
FF
1158 }
1159
e4d1feab 1160 scope = sctp_scope(&to);
3f7a87d2
FF
1161 asoc = sctp_association_new(ep, sk, scope, GFP_KERNEL);
1162 if (!asoc) {
1163 err = -ENOMEM;
1164 goto out_free;
1165 }
409b95af
VY
1166
1167 err = sctp_assoc_set_bind_addr_from_ep(asoc, scope,
1168 GFP_KERNEL);
1169 if (err < 0) {
1170 goto out_free;
1171 }
1172
3f7a87d2
FF
1173 }
1174
1175 /* Prime the peer's transport structures. */
e4d1feab 1176 transport = sctp_assoc_add_peer(asoc, &to, GFP_KERNEL,
3f7a87d2
FF
1177 SCTP_UNKNOWN);
1178 if (!transport) {
1179 err = -ENOMEM;
1180 goto out_free;
1181 }
1182
1183 addrcnt++;
1184 addr_buf += af->sockaddr_len;
1185 walk_size += af->sockaddr_len;
1186 }
1187
c6ba68a2
VY
1188 /* In case the user of sctp_connectx() wants an association
1189 * id back, assign one now.
1190 */
1191 if (assoc_id) {
1192 err = sctp_assoc_set_id(asoc, GFP_KERNEL);
1193 if (err < 0)
1194 goto out_free;
1195 }
1196
55e26eb9 1197 err = sctp_primitive_ASSOCIATE(net, asoc, NULL);
3f7a87d2
FF
1198 if (err < 0) {
1199 goto out_free;
1200 }
1201
1202 /* Initialize sk's dport and daddr for getpeername() */
c720c7e8 1203 inet_sk(sk)->inet_dport = htons(asoc->peer.port);
e4d1feab
VY
1204 af = sctp_get_af_specific(sa_addr->sa.sa_family);
1205 af->to_sk_daddr(sa_addr, sk);
8de8c873 1206 sk->sk_err = 0;
3f7a87d2 1207
f50f95ca
VY
1208 /* in-kernel sockets don't generally have a file allocated to them
1209 * if all they do is call sock_create_kern().
1210 */
1211 if (sk->sk_socket->file)
1212 f_flags = sk->sk_socket->file->f_flags;
1213
1214 timeo = sock_sndtimeo(sk, f_flags & O_NONBLOCK);
1215
3f7a87d2 1216 err = sctp_wait_for_connect(asoc, &timeo);
c6ba68a2 1217 if ((err == 0 || err == -EINPROGRESS) && assoc_id)
88a0a948 1218 *assoc_id = asoc->assoc_id;
3f7a87d2
FF
1219
1220 /* Don't free association on exit. */
1221 asoc = NULL;
1222
1223out_free:
bb33381d
DB
1224 pr_debug("%s: took out_free path with asoc:%p kaddrs:%p err:%d\n",
1225 __func__, asoc, kaddrs, err);
3f7a87d2 1226
2eebc1e1
NH
1227 if (asoc) {
1228 /* sctp_primitive_ASSOCIATE may have added this association
1229 * To the hash table, try to unhash it, just in case, its a noop
1230 * if it wasn't hashed so we're safe
1231 */
1232 sctp_unhash_established(asoc);
3f7a87d2 1233 sctp_association_free(asoc);
2eebc1e1 1234 }
3f7a87d2
FF
1235 return err;
1236}
1237
1238/* Helper for tunneling sctp_connectx() requests through sctp_setsockopt()
1239 *
1240 * API 8.9
88a0a948
VY
1241 * int sctp_connectx(int sd, struct sockaddr *addrs, int addrcnt,
1242 * sctp_assoc_t *asoc);
3f7a87d2
FF
1243 *
1244 * If sd is an IPv4 socket, the addresses passed must be IPv4 addresses.
1245 * If the sd is an IPv6 socket, the addresses passed can either be IPv4
1246 * or IPv6 addresses.
1247 *
1248 * A single address may be specified as INADDR_ANY or IN6ADDR_ANY, see
1249 * Section 3.1.2 for this usage.
1250 *
1251 * addrs is a pointer to an array of one or more socket addresses. Each
1252 * address is contained in its appropriate structure (i.e. struct
1253 * sockaddr_in or struct sockaddr_in6) the family of the address type
1254 * must be used to distengish the address length (note that this
1255 * representation is termed a "packed array" of addresses). The caller
1256 * specifies the number of addresses in the array with addrcnt.
1257 *
88a0a948
VY
1258 * On success, sctp_connectx() returns 0. It also sets the assoc_id to
1259 * the association id of the new association. On failure, sctp_connectx()
1260 * returns -1, and sets errno to the appropriate error code. The assoc_id
1261 * is not touched by the kernel.
3f7a87d2
FF
1262 *
1263 * For SCTP, the port given in each socket address must be the same, or
1264 * sctp_connectx() will fail, setting errno to EINVAL.
1265 *
1266 * An application can use sctp_connectx to initiate an association with
1267 * an endpoint that is multi-homed. Much like sctp_bindx() this call
1268 * allows a caller to specify multiple addresses at which a peer can be
1269 * reached. The way the SCTP stack uses the list of addresses to set up
25985edc 1270 * the association is implementation dependent. This function only
3f7a87d2
FF
1271 * specifies that the stack will try to make use of all the addresses in
1272 * the list when needed.
1273 *
1274 * Note that the list of addresses passed in is only used for setting up
1275 * the association. It does not necessarily equal the set of addresses
1276 * the peer uses for the resulting association. If the caller wants to
1277 * find out the set of peer addresses, it must use sctp_getpaddrs() to
1278 * retrieve them after the association has been set up.
1279 *
1280 * Basically do nothing but copying the addresses from user to kernel
1281 * land and invoking either sctp_connectx(). This is used for tunneling
1282 * the sctp_connectx() request through sctp_setsockopt() from userspace.
1283 *
1284 * We don't use copy_from_user() for optimization: we first do the
1285 * sanity checks (buffer size -fast- and access check-healthy
1286 * pointer); if all of those succeed, then we can alloc the memory
1287 * (expensive operation) needed to copy the data to kernel. Then we do
1288 * the copying without checking the user space area
1289 * (__copy_from_user()).
1290 *
1291 * On exit there is no need to do sockfd_put(), sys_setsockopt() does
1292 * it.
1293 *
1294 * sk The sk of the socket
1295 * addrs The pointer to the addresses in user land
1296 * addrssize Size of the addrs buffer
1297 *
88a0a948 1298 * Returns >=0 if ok, <0 errno code on error.
3f7a87d2 1299 */
dda91928 1300static int __sctp_setsockopt_connectx(struct sock* sk,
3f7a87d2 1301 struct sockaddr __user *addrs,
88a0a948
VY
1302 int addrs_size,
1303 sctp_assoc_t *assoc_id)
3f7a87d2
FF
1304{
1305 int err = 0;
1306 struct sockaddr *kaddrs;
1307
bb33381d
DB
1308 pr_debug("%s: sk:%p addrs:%p addrs_size:%d\n",
1309 __func__, sk, addrs, addrs_size);
3f7a87d2
FF
1310
1311 if (unlikely(addrs_size <= 0))
1312 return -EINVAL;
1313
1314 /* Check the user passed a healthy pointer. */
1315 if (unlikely(!access_ok(VERIFY_READ, addrs, addrs_size)))
1316 return -EFAULT;
1317
1318 /* Alloc space for the address array in kernel memory. */
8b3a7005 1319 kaddrs = kmalloc(addrs_size, GFP_KERNEL);
3f7a87d2
FF
1320 if (unlikely(!kaddrs))
1321 return -ENOMEM;
1322
1323 if (__copy_from_user(kaddrs, addrs, addrs_size)) {
1324 err = -EFAULT;
1325 } else {
88a0a948 1326 err = __sctp_connect(sk, kaddrs, addrs_size, assoc_id);
3f7a87d2
FF
1327 }
1328
1329 kfree(kaddrs);
88a0a948 1330
3f7a87d2
FF
1331 return err;
1332}
1333
88a0a948
VY
1334/*
1335 * This is an older interface. It's kept for backward compatibility
1336 * to the option that doesn't provide association id.
1337 */
dda91928
DB
1338static int sctp_setsockopt_connectx_old(struct sock* sk,
1339 struct sockaddr __user *addrs,
1340 int addrs_size)
88a0a948
VY
1341{
1342 return __sctp_setsockopt_connectx(sk, addrs, addrs_size, NULL);
1343}
1344
1345/*
1346 * New interface for the API. The since the API is done with a socket
1347 * option, to make it simple we feed back the association id is as a return
1348 * indication to the call. Error is always negative and association id is
1349 * always positive.
1350 */
dda91928
DB
1351static int sctp_setsockopt_connectx(struct sock* sk,
1352 struct sockaddr __user *addrs,
1353 int addrs_size)
88a0a948
VY
1354{
1355 sctp_assoc_t assoc_id = 0;
1356 int err = 0;
1357
1358 err = __sctp_setsockopt_connectx(sk, addrs, addrs_size, &assoc_id);
1359
1360 if (err)
1361 return err;
1362 else
1363 return assoc_id;
1364}
1365
c6ba68a2 1366/*
f9c67811
VY
1367 * New (hopefully final) interface for the API.
1368 * We use the sctp_getaddrs_old structure so that use-space library
1369 * can avoid any unnecessary allocations. The only defferent part
1370 * is that we store the actual length of the address buffer into the
1371 * addrs_num structure member. That way we can re-use the existing
1372 * code.
c6ba68a2 1373 */
dda91928
DB
1374static int sctp_getsockopt_connectx3(struct sock* sk, int len,
1375 char __user *optval,
1376 int __user *optlen)
c6ba68a2 1377{
f9c67811 1378 struct sctp_getaddrs_old param;
c6ba68a2
VY
1379 sctp_assoc_t assoc_id = 0;
1380 int err = 0;
1381
f9c67811 1382 if (len < sizeof(param))
c6ba68a2
VY
1383 return -EINVAL;
1384
f9c67811
VY
1385 if (copy_from_user(&param, optval, sizeof(param)))
1386 return -EFAULT;
1387
c6ba68a2 1388 err = __sctp_setsockopt_connectx(sk,
f9c67811
VY
1389 (struct sockaddr __user *)param.addrs,
1390 param.addr_num, &assoc_id);
c6ba68a2
VY
1391
1392 if (err == 0 || err == -EINPROGRESS) {
1393 if (copy_to_user(optval, &assoc_id, sizeof(assoc_id)))
1394 return -EFAULT;
1395 if (put_user(sizeof(assoc_id), optlen))
1396 return -EFAULT;
1397 }
1398
1399 return err;
1400}
1401
1da177e4
LT
1402/* API 3.1.4 close() - UDP Style Syntax
1403 * Applications use close() to perform graceful shutdown (as described in
1404 * Section 10.1 of [SCTP]) on ALL the associations currently represented
1405 * by a UDP-style socket.
1406 *
1407 * The syntax is
1408 *
1409 * ret = close(int sd);
1410 *
1411 * sd - the socket descriptor of the associations to be closed.
1412 *
1413 * To gracefully shutdown a specific association represented by the
1414 * UDP-style socket, an application should use the sendmsg() call,
1415 * passing no user data, but including the appropriate flag in the
1416 * ancillary data (see Section xxxx).
1417 *
1418 * If sd in the close() call is a branched-off socket representing only
1419 * one association, the shutdown is performed on that association only.
1420 *
1421 * 4.1.6 close() - TCP Style Syntax
1422 *
1423 * Applications use close() to gracefully close down an association.
1424 *
1425 * The syntax is:
1426 *
1427 * int close(int sd);
1428 *
1429 * sd - the socket descriptor of the association to be closed.
1430 *
1431 * After an application calls close() on a socket descriptor, no further
1432 * socket operations will succeed on that descriptor.
1433 *
1434 * API 7.1.4 SO_LINGER
1435 *
1436 * An application using the TCP-style socket can use this option to
1437 * perform the SCTP ABORT primitive. The linger option structure is:
1438 *
1439 * struct linger {
1440 * int l_onoff; // option on/off
1441 * int l_linger; // linger time
1442 * };
1443 *
1444 * To enable the option, set l_onoff to 1. If the l_linger value is set
1445 * to 0, calling close() is the same as the ABORT primitive. If the
1446 * value is set to a negative value, the setsockopt() call will return
1447 * an error. If the value is set to a positive value linger_time, the
1448 * close() can be blocked for at most linger_time ms. If the graceful
1449 * shutdown phase does not finish during this period, close() will
1450 * return but the graceful shutdown phase continues in the system.
1451 */
dda91928 1452static void sctp_close(struct sock *sk, long timeout)
1da177e4 1453{
55e26eb9 1454 struct net *net = sock_net(sk);
1da177e4
LT
1455 struct sctp_endpoint *ep;
1456 struct sctp_association *asoc;
1457 struct list_head *pos, *temp;
cd4fcc70 1458 unsigned int data_was_unread;
1da177e4 1459
bb33381d 1460 pr_debug("%s: sk:%p, timeout:%ld\n", __func__, sk, timeout);
1da177e4
LT
1461
1462 sctp_lock_sock(sk);
1463 sk->sk_shutdown = SHUTDOWN_MASK;
bec9640b 1464 sk->sk_state = SCTP_SS_CLOSING;
1da177e4
LT
1465
1466 ep = sctp_sk(sk)->ep;
1467
cd4fcc70
TG
1468 /* Clean up any skbs sitting on the receive queue. */
1469 data_was_unread = sctp_queue_purge_ulpevents(&sk->sk_receive_queue);
1470 data_was_unread += sctp_queue_purge_ulpevents(&sctp_sk(sk)->pd_lobby);
1471
61c9fed4 1472 /* Walk all associations on an endpoint. */
1da177e4
LT
1473 list_for_each_safe(pos, temp, &ep->asocs) {
1474 asoc = list_entry(pos, struct sctp_association, asocs);
1475
1476 if (sctp_style(sk, TCP)) {
1477 /* A closed association can still be in the list if
1478 * it belongs to a TCP-style listening socket that is
1479 * not yet accepted. If so, free it. If not, send an
1480 * ABORT or SHUTDOWN based on the linger options.
1481 */
1482 if (sctp_state(asoc, CLOSED)) {
1483 sctp_unhash_established(asoc);
1484 sctp_association_free(asoc);
b89498a1
VY
1485 continue;
1486 }
1487 }
1da177e4 1488
cd4fcc70
TG
1489 if (data_was_unread || !skb_queue_empty(&asoc->ulpq.lobby) ||
1490 !skb_queue_empty(&asoc->ulpq.reasm) ||
1491 (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime)) {
b9ac8672
SS
1492 struct sctp_chunk *chunk;
1493
1494 chunk = sctp_make_abort_user(asoc, NULL, 0);
1495 if (chunk)
55e26eb9 1496 sctp_primitive_ABORT(net, asoc, chunk);
b9ac8672 1497 } else
55e26eb9 1498 sctp_primitive_SHUTDOWN(net, asoc, NULL);
1da177e4
LT
1499 }
1500
1da177e4
LT
1501 /* On a TCP-style socket, block for at most linger_time if set. */
1502 if (sctp_style(sk, TCP) && timeout)
1503 sctp_wait_for_close(sk, timeout);
1504
1505 /* This will run the backlog queue. */
1506 sctp_release_sock(sk);
1507
1508 /* Supposedly, no process has access to the socket, but
1509 * the net layers still may.
1510 */
1511 sctp_local_bh_disable();
1512 sctp_bh_lock_sock(sk);
1513
1514 /* Hold the sock, since sk_common_release() will put sock_put()
1515 * and we have just a little more cleanup.
1516 */
1517 sock_hold(sk);
1518 sk_common_release(sk);
1519
1520 sctp_bh_unlock_sock(sk);
1521 sctp_local_bh_enable();
1522
1523 sock_put(sk);
1524
1525 SCTP_DBG_OBJCNT_DEC(sock);
1526}
1527
1528/* Handle EPIPE error. */
1529static int sctp_error(struct sock *sk, int flags, int err)
1530{
1531 if (err == -EPIPE)
1532 err = sock_error(sk) ? : -EPIPE;
1533 if (err == -EPIPE && !(flags & MSG_NOSIGNAL))
1534 send_sig(SIGPIPE, current, 0);
1535 return err;
1536}
1537
1538/* API 3.1.3 sendmsg() - UDP Style Syntax
1539 *
1540 * An application uses sendmsg() and recvmsg() calls to transmit data to
1541 * and receive data from its peer.
1542 *
1543 * ssize_t sendmsg(int socket, const struct msghdr *message,
1544 * int flags);
1545 *
1546 * socket - the socket descriptor of the endpoint.
1547 * message - pointer to the msghdr structure which contains a single
1548 * user message and possibly some ancillary data.
1549 *
1550 * See Section 5 for complete description of the data
1551 * structures.
1552 *
1553 * flags - flags sent or received with the user message, see Section
1554 * 5 for complete description of the flags.
1555 *
1556 * Note: This function could use a rewrite especially when explicit
1557 * connect support comes in.
1558 */
1559/* BUG: We do not implement the equivalent of sk_stream_wait_memory(). */
1560
dda91928 1561static int sctp_msghdr_parse(const struct msghdr *, sctp_cmsgs_t *);
1da177e4 1562
dda91928
DB
1563static int sctp_sendmsg(struct kiocb *iocb, struct sock *sk,
1564 struct msghdr *msg, size_t msg_len)
1da177e4 1565{
55e26eb9 1566 struct net *net = sock_net(sk);
1da177e4
LT
1567 struct sctp_sock *sp;
1568 struct sctp_endpoint *ep;
1569 struct sctp_association *new_asoc=NULL, *asoc=NULL;
1570 struct sctp_transport *transport, *chunk_tp;
1571 struct sctp_chunk *chunk;
dce116ae 1572 union sctp_addr to;
1da177e4 1573 struct sockaddr *msg_name = NULL;
517aa0bc 1574 struct sctp_sndrcvinfo default_sinfo;
1da177e4
LT
1575 struct sctp_sndrcvinfo *sinfo;
1576 struct sctp_initmsg *sinit;
1577 sctp_assoc_t associd = 0;
1578 sctp_cmsgs_t cmsgs = { NULL };
1579 int err;
1580 sctp_scope_t scope;
1581 long timeo;
1582 __u16 sinfo_flags = 0;
1583 struct sctp_datamsg *datamsg;
1da177e4
LT
1584 int msg_flags = msg->msg_flags;
1585
1da177e4
LT
1586 err = 0;
1587 sp = sctp_sk(sk);
1588 ep = sp->ep;
1589
bb33381d
DB
1590 pr_debug("%s: sk:%p, msg:%p, msg_len:%zu ep:%p\n", __func__, sk,
1591 msg, msg_len, ep);
1da177e4
LT
1592
1593 /* We cannot send a message over a TCP-style listening socket. */
1594 if (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING)) {
1595 err = -EPIPE;
1596 goto out_nounlock;
1597 }
1598
1599 /* Parse out the SCTP CMSGs. */
1600 err = sctp_msghdr_parse(msg, &cmsgs);
1da177e4 1601 if (err) {
bb33381d 1602 pr_debug("%s: msghdr parse err:%x\n", __func__, err);
1da177e4
LT
1603 goto out_nounlock;
1604 }
1605
1606 /* Fetch the destination address for this packet. This
1607 * address only selects the association--it is not necessarily
1608 * the address we will send to.
1609 * For a peeled-off socket, msg_name is ignored.
1610 */
1611 if (!sctp_style(sk, UDP_HIGH_BANDWIDTH) && msg->msg_name) {
1612 int msg_namelen = msg->msg_namelen;
1613
1614 err = sctp_verify_addr(sk, (union sctp_addr *)msg->msg_name,
1615 msg_namelen);
1616 if (err)
1617 return err;
1618
1619 if (msg_namelen > sizeof(to))
1620 msg_namelen = sizeof(to);
1621 memcpy(&to, msg->msg_name, msg_namelen);
1da177e4
LT
1622 msg_name = msg->msg_name;
1623 }
1624
1625 sinfo = cmsgs.info;
1626 sinit = cmsgs.init;
1627
1628 /* Did the user specify SNDRCVINFO? */
1629 if (sinfo) {
1630 sinfo_flags = sinfo->sinfo_flags;
1631 associd = sinfo->sinfo_assoc_id;
1632 }
1633
bb33381d
DB
1634 pr_debug("%s: msg_len:%zu, sinfo_flags:0x%x\n", __func__,
1635 msg_len, sinfo_flags);
1da177e4 1636
eaa5c54d
ISJ
1637 /* SCTP_EOF or SCTP_ABORT cannot be set on a TCP-style socket. */
1638 if (sctp_style(sk, TCP) && (sinfo_flags & (SCTP_EOF | SCTP_ABORT))) {
1da177e4
LT
1639 err = -EINVAL;
1640 goto out_nounlock;
1641 }
1642
eaa5c54d
ISJ
1643 /* If SCTP_EOF is set, no data can be sent. Disallow sending zero
1644 * length messages when SCTP_EOF|SCTP_ABORT is not set.
1645 * If SCTP_ABORT is set, the message length could be non zero with
1da177e4 1646 * the msg_iov set to the user abort reason.
d808ad9a 1647 */
eaa5c54d
ISJ
1648 if (((sinfo_flags & SCTP_EOF) && (msg_len > 0)) ||
1649 (!(sinfo_flags & (SCTP_EOF|SCTP_ABORT)) && (msg_len == 0))) {
1da177e4
LT
1650 err = -EINVAL;
1651 goto out_nounlock;
1652 }
1653
eaa5c54d 1654 /* If SCTP_ADDR_OVER is set, there must be an address
1da177e4
LT
1655 * specified in msg_name.
1656 */
eaa5c54d 1657 if ((sinfo_flags & SCTP_ADDR_OVER) && (!msg->msg_name)) {
1da177e4
LT
1658 err = -EINVAL;
1659 goto out_nounlock;
1660 }
1661
1662 transport = NULL;
1663
bb33381d 1664 pr_debug("%s: about to look up association\n", __func__);
1da177e4
LT
1665
1666 sctp_lock_sock(sk);
1667
1668 /* If a msg_name has been specified, assume this is to be used. */
1669 if (msg_name) {
1670 /* Look for a matching association on the endpoint. */
dce116ae 1671 asoc = sctp_endpoint_lookup_assoc(ep, &to, &transport);
1da177e4
LT
1672 if (!asoc) {
1673 /* If we could not find a matching association on the
1674 * endpoint, make sure that it is not a TCP-style
1675 * socket that already has an association or there is
1676 * no peeled-off association on another socket.
1677 */
1678 if ((sctp_style(sk, TCP) &&
1679 sctp_sstate(sk, ESTABLISHED)) ||
dce116ae 1680 sctp_endpoint_is_peeled_off(ep, &to)) {
1da177e4
LT
1681 err = -EADDRNOTAVAIL;
1682 goto out_unlock;
1683 }
1684 }
1685 } else {
1686 asoc = sctp_id2assoc(sk, associd);
1687 if (!asoc) {
1688 err = -EPIPE;
1689 goto out_unlock;
1690 }
1691 }
1692
1693 if (asoc) {
bb33381d 1694 pr_debug("%s: just looked up association:%p\n", __func__, asoc);
1da177e4
LT
1695
1696 /* We cannot send a message on a TCP-style SCTP_SS_ESTABLISHED
1697 * socket that has an association in CLOSED state. This can
1698 * happen when an accepted socket has an association that is
1699 * already CLOSED.
1700 */
1701 if (sctp_state(asoc, CLOSED) && sctp_style(sk, TCP)) {
1702 err = -EPIPE;
1703 goto out_unlock;
1704 }
1705
eaa5c54d 1706 if (sinfo_flags & SCTP_EOF) {
bb33381d
DB
1707 pr_debug("%s: shutting down association:%p\n",
1708 __func__, asoc);
1709
55e26eb9 1710 sctp_primitive_SHUTDOWN(net, asoc, NULL);
1da177e4
LT
1711 err = 0;
1712 goto out_unlock;
1713 }
eaa5c54d 1714 if (sinfo_flags & SCTP_ABORT) {
c164a9ba
SS
1715
1716 chunk = sctp_make_abort_user(asoc, msg, msg_len);
1717 if (!chunk) {
1718 err = -ENOMEM;
1719 goto out_unlock;
1720 }
1721
bb33381d
DB
1722 pr_debug("%s: aborting association:%p\n",
1723 __func__, asoc);
1724
55e26eb9 1725 sctp_primitive_ABORT(net, asoc, chunk);
1da177e4
LT
1726 err = 0;
1727 goto out_unlock;
1728 }
1729 }
1730
1731 /* Do we need to create the association? */
1732 if (!asoc) {
bb33381d 1733 pr_debug("%s: there is no association yet\n", __func__);
1da177e4 1734
eaa5c54d 1735 if (sinfo_flags & (SCTP_EOF | SCTP_ABORT)) {
1da177e4
LT
1736 err = -EINVAL;
1737 goto out_unlock;
1738 }
1739
1740 /* Check for invalid stream against the stream counts,
1741 * either the default or the user specified stream counts.
1742 */
1743 if (sinfo) {
1744 if (!sinit || (sinit && !sinit->sinit_num_ostreams)) {
1745 /* Check against the defaults. */
1746 if (sinfo->sinfo_stream >=
1747 sp->initmsg.sinit_num_ostreams) {
1748 err = -EINVAL;
1749 goto out_unlock;
1750 }
1751 } else {
1752 /* Check against the requested. */
1753 if (sinfo->sinfo_stream >=
1754 sinit->sinit_num_ostreams) {
1755 err = -EINVAL;
1756 goto out_unlock;
1757 }
1758 }
1759 }
1760
1761 /*
1762 * API 3.1.2 bind() - UDP Style Syntax
1763 * If a bind() or sctp_bindx() is not called prior to a
1764 * sendmsg() call that initiates a new association, the
1765 * system picks an ephemeral port and will choose an address
1766 * set equivalent to binding with a wildcard address.
1767 */
1768 if (!ep->base.bind_addr.port) {
1769 if (sctp_autobind(sk)) {
1770 err = -EAGAIN;
1771 goto out_unlock;
1772 }
64a0c1c8
ISJ
1773 } else {
1774 /*
1775 * If an unprivileged user inherits a one-to-many
1776 * style socket with open associations on a privileged
1777 * port, it MAY be permitted to accept new associations,
1778 * but it SHOULD NOT be permitted to open new
1779 * associations.
1780 */
1781 if (ep->base.bind_addr.port < PROT_SOCK &&
3594698a 1782 !ns_capable(net->user_ns, CAP_NET_BIND_SERVICE)) {
64a0c1c8
ISJ
1783 err = -EACCES;
1784 goto out_unlock;
1785 }
1da177e4
LT
1786 }
1787
1788 scope = sctp_scope(&to);
1789 new_asoc = sctp_association_new(ep, sk, scope, GFP_KERNEL);
1790 if (!new_asoc) {
1791 err = -ENOMEM;
1792 goto out_unlock;
1793 }
1794 asoc = new_asoc;
409b95af
VY
1795 err = sctp_assoc_set_bind_addr_from_ep(asoc, scope, GFP_KERNEL);
1796 if (err < 0) {
1797 err = -ENOMEM;
1798 goto out_free;
1799 }
1da177e4
LT
1800
1801 /* If the SCTP_INIT ancillary data is specified, set all
1802 * the association init values accordingly.
1803 */
1804 if (sinit) {
1805 if (sinit->sinit_num_ostreams) {
1806 asoc->c.sinit_num_ostreams =
1807 sinit->sinit_num_ostreams;
1808 }
1809 if (sinit->sinit_max_instreams) {
1810 asoc->c.sinit_max_instreams =
1811 sinit->sinit_max_instreams;
1812 }
1813 if (sinit->sinit_max_attempts) {
1814 asoc->max_init_attempts
1815 = sinit->sinit_max_attempts;
1816 }
1817 if (sinit->sinit_max_init_timeo) {
d808ad9a 1818 asoc->max_init_timeo =
1da177e4
LT
1819 msecs_to_jiffies(sinit->sinit_max_init_timeo);
1820 }
1821 }
1822
1823 /* Prime the peer's transport structures. */
dce116ae 1824 transport = sctp_assoc_add_peer(asoc, &to, GFP_KERNEL, SCTP_UNKNOWN);
1da177e4
LT
1825 if (!transport) {
1826 err = -ENOMEM;
1827 goto out_free;
1828 }
1da177e4
LT
1829 }
1830
1831 /* ASSERT: we have a valid association at this point. */
bb33381d 1832 pr_debug("%s: we have a valid association\n", __func__);
1da177e4
LT
1833
1834 if (!sinfo) {
1835 /* If the user didn't specify SNDRCVINFO, make up one with
1836 * some defaults.
1837 */
517aa0bc 1838 memset(&default_sinfo, 0, sizeof(default_sinfo));
1da177e4
LT
1839 default_sinfo.sinfo_stream = asoc->default_stream;
1840 default_sinfo.sinfo_flags = asoc->default_flags;
1841 default_sinfo.sinfo_ppid = asoc->default_ppid;
1842 default_sinfo.sinfo_context = asoc->default_context;
1843 default_sinfo.sinfo_timetolive = asoc->default_timetolive;
1844 default_sinfo.sinfo_assoc_id = sctp_assoc2id(asoc);
1845 sinfo = &default_sinfo;
1846 }
1847
1848 /* API 7.1.7, the sndbuf size per association bounds the
1849 * maximum size of data that can be sent in a single send call.
1850 */
1851 if (msg_len > sk->sk_sndbuf) {
1852 err = -EMSGSIZE;
1853 goto out_free;
1854 }
1855
8a479491 1856 if (asoc->pmtu_pending)
02f3d4ce 1857 sctp_assoc_pending_pmtu(sk, asoc);
8a479491 1858
1da177e4
LT
1859 /* If fragmentation is disabled and the message length exceeds the
1860 * association fragmentation point, return EMSGSIZE. The I-D
1861 * does not specify what this error is, but this looks like
1862 * a great fit.
1863 */
1864 if (sctp_sk(sk)->disable_fragments && (msg_len > asoc->frag_point)) {
1865 err = -EMSGSIZE;
1866 goto out_free;
1867 }
1868
afd7614c
JP
1869 /* Check for invalid stream. */
1870 if (sinfo->sinfo_stream >= asoc->c.sinit_num_ostreams) {
1871 err = -EINVAL;
1872 goto out_free;
1da177e4
LT
1873 }
1874
1875 timeo = sock_sndtimeo(sk, msg->msg_flags & MSG_DONTWAIT);
1876 if (!sctp_wspace(asoc)) {
1877 err = sctp_wait_for_sndbuf(asoc, &timeo, msg_len);
1878 if (err)
1879 goto out_free;
1880 }
1881
1882 /* If an address is passed with the sendto/sendmsg call, it is used
1883 * to override the primary destination address in the TCP model, or
eaa5c54d 1884 * when SCTP_ADDR_OVER flag is set in the UDP model.
1da177e4
LT
1885 */
1886 if ((sctp_style(sk, TCP) && msg_name) ||
eaa5c54d 1887 (sinfo_flags & SCTP_ADDR_OVER)) {
dce116ae 1888 chunk_tp = sctp_assoc_lookup_paddr(asoc, &to);
1da177e4
LT
1889 if (!chunk_tp) {
1890 err = -EINVAL;
1891 goto out_free;
1892 }
1893 } else
1894 chunk_tp = NULL;
1895
1896 /* Auto-connect, if we aren't connected already. */
1897 if (sctp_state(asoc, CLOSED)) {
55e26eb9 1898 err = sctp_primitive_ASSOCIATE(net, asoc, NULL);
1da177e4
LT
1899 if (err < 0)
1900 goto out_free;
bb33381d
DB
1901
1902 pr_debug("%s: we associated primitively\n", __func__);
1da177e4
LT
1903 }
1904
1905 /* Break the message into multiple chunks of maximum size. */
1906 datamsg = sctp_datamsg_from_user(asoc, sinfo, msg, msg_len);
6e51fe75
TR
1907 if (IS_ERR(datamsg)) {
1908 err = PTR_ERR(datamsg);
1da177e4
LT
1909 goto out_free;
1910 }
1911
1912 /* Now send the (possibly) fragmented message. */
9dbc15f0 1913 list_for_each_entry(chunk, &datamsg->chunks, frag_list) {
80445cfb 1914 sctp_chunk_hold(chunk);
1da177e4
LT
1915
1916 /* Do accounting for the write space. */
1917 sctp_set_owner_w(chunk);
1918
1919 chunk->transport = chunk_tp;
1da177e4
LT
1920 }
1921
9c5c62be
VY
1922 /* Send it to the lower layers. Note: all chunks
1923 * must either fail or succeed. The lower layer
1924 * works that way today. Keep it that way or this
1925 * breaks.
1926 */
55e26eb9 1927 err = sctp_primitive_SEND(net, asoc, datamsg);
9c5c62be 1928 /* Did the lower layer accept the chunk? */
bb33381d 1929 if (err) {
9c5c62be 1930 sctp_datamsg_free(datamsg);
bb33381d
DB
1931 goto out_free;
1932 }
9c5c62be 1933
bb33381d 1934 pr_debug("%s: we sent primitively\n", __func__);
9c5c62be 1935
bb33381d
DB
1936 sctp_datamsg_put(datamsg);
1937 err = msg_len;
1da177e4
LT
1938
1939 /* If we are already past ASSOCIATE, the lower
1940 * layers are responsible for association cleanup.
1941 */
1942 goto out_unlock;
1943
1944out_free:
2eebc1e1
NH
1945 if (new_asoc) {
1946 sctp_unhash_established(asoc);
1da177e4 1947 sctp_association_free(asoc);
2eebc1e1 1948 }
1da177e4
LT
1949out_unlock:
1950 sctp_release_sock(sk);
1951
1952out_nounlock:
1953 return sctp_error(sk, msg_flags, err);
1954
1955#if 0
1956do_sock_err:
1957 if (msg_len)
1958 err = msg_len;
1959 else
1960 err = sock_error(sk);
1961 goto out;
1962
1963do_interrupted:
1964 if (msg_len)
1965 err = msg_len;
1966 goto out;
1967#endif /* 0 */
1968}
1969
1970/* This is an extended version of skb_pull() that removes the data from the
1971 * start of a skb even when data is spread across the list of skb's in the
1972 * frag_list. len specifies the total amount of data that needs to be removed.
1973 * when 'len' bytes could be removed from the skb, it returns 0.
1974 * If 'len' exceeds the total skb length, it returns the no. of bytes that
1975 * could not be removed.
1976 */
1977static int sctp_skb_pull(struct sk_buff *skb, int len)
1978{
1979 struct sk_buff *list;
1980 int skb_len = skb_headlen(skb);
1981 int rlen;
1982
1983 if (len <= skb_len) {
1984 __skb_pull(skb, len);
1985 return 0;
1986 }
1987 len -= skb_len;
1988 __skb_pull(skb, skb_len);
1989
1b003be3 1990 skb_walk_frags(skb, list) {
1da177e4
LT
1991 rlen = sctp_skb_pull(list, len);
1992 skb->len -= (len-rlen);
1993 skb->data_len -= (len-rlen);
1994
1995 if (!rlen)
1996 return 0;
1997
1998 len = rlen;
1999 }
2000
2001 return len;
2002}
2003
2004/* API 3.1.3 recvmsg() - UDP Style Syntax
2005 *
2006 * ssize_t recvmsg(int socket, struct msghdr *message,
2007 * int flags);
2008 *
2009 * socket - the socket descriptor of the endpoint.
2010 * message - pointer to the msghdr structure which contains a single
2011 * user message and possibly some ancillary data.
2012 *
2013 * See Section 5 for complete description of the data
2014 * structures.
2015 *
2016 * flags - flags sent or received with the user message, see Section
2017 * 5 for complete description of the flags.
2018 */
2019static struct sk_buff *sctp_skb_recv_datagram(struct sock *, int, int, int *);
2020
dda91928
DB
2021static int sctp_recvmsg(struct kiocb *iocb, struct sock *sk,
2022 struct msghdr *msg, size_t len, int noblock,
2023 int flags, int *addr_len)
1da177e4
LT
2024{
2025 struct sctp_ulpevent *event = NULL;
2026 struct sctp_sock *sp = sctp_sk(sk);
2027 struct sk_buff *skb;
2028 int copied;
2029 int err = 0;
2030 int skb_len;
2031
bb33381d
DB
2032 pr_debug("%s: sk:%p, msghdr:%p, len:%zd, noblock:%d, flags:0x%x, "
2033 "addr_len:%p)\n", __func__, sk, msg, len, noblock, flags,
2034 addr_len);
1da177e4
LT
2035
2036 sctp_lock_sock(sk);
2037
2038 if (sctp_style(sk, TCP) && !sctp_sstate(sk, ESTABLISHED)) {
2039 err = -ENOTCONN;
2040 goto out;
2041 }
2042
2043 skb = sctp_skb_recv_datagram(sk, flags, noblock, &err);
2044 if (!skb)
2045 goto out;
2046
2047 /* Get the total length of the skb including any skb's in the
2048 * frag_list.
2049 */
2050 skb_len = skb->len;
2051
2052 copied = skb_len;
2053 if (copied > len)
2054 copied = len;
2055
2056 err = skb_copy_datagram_iovec(skb, 0, msg->msg_iov, copied);
2057
2058 event = sctp_skb2event(skb);
2059
2060 if (err)
2061 goto out_free;
2062
3b885787 2063 sock_recv_ts_and_drops(msg, sk, skb);
1da177e4
LT
2064 if (sctp_ulpevent_is_notification(event)) {
2065 msg->msg_flags |= MSG_NOTIFICATION;
2066 sp->pf->event_msgname(event, msg->msg_name, addr_len);
2067 } else {
2068 sp->pf->skb_msgname(skb, msg->msg_name, addr_len);
2069 }
2070
2071 /* Check if we allow SCTP_SNDRCVINFO. */
2072 if (sp->subscribe.sctp_data_io_event)
2073 sctp_ulpevent_read_sndrcvinfo(event, msg);
2074#if 0
2075 /* FIXME: we should be calling IP/IPv6 layers. */
2076 if (sk->sk_protinfo.af_inet.cmsg_flags)
2077 ip_cmsg_recv(msg, skb);
2078#endif
2079
2080 err = copied;
2081
2082 /* If skb's length exceeds the user's buffer, update the skb and
2083 * push it back to the receive_queue so that the next call to
2084 * recvmsg() will return the remaining data. Don't set MSG_EOR.
2085 */
2086 if (skb_len > copied) {
2087 msg->msg_flags &= ~MSG_EOR;
2088 if (flags & MSG_PEEK)
2089 goto out_free;
2090 sctp_skb_pull(skb, copied);
2091 skb_queue_head(&sk->sk_receive_queue, skb);
2092
2093 /* When only partial message is copied to the user, increase
2094 * rwnd by that amount. If all the data in the skb is read,
2095 * rwnd is updated when the event is freed.
2096 */
0eca8fee
VY
2097 if (!sctp_ulpevent_is_notification(event))
2098 sctp_assoc_rwnd_increase(event->asoc, copied);
1da177e4
LT
2099 goto out;
2100 } else if ((event->msg_flags & MSG_NOTIFICATION) ||
2101 (event->msg_flags & MSG_EOR))
2102 msg->msg_flags |= MSG_EOR;
2103 else
2104 msg->msg_flags &= ~MSG_EOR;
2105
2106out_free:
2107 if (flags & MSG_PEEK) {
2108 /* Release the skb reference acquired after peeking the skb in
2109 * sctp_skb_recv_datagram().
2110 */
2111 kfree_skb(skb);
2112 } else {
2113 /* Free the event which includes releasing the reference to
2114 * the owner of the skb, freeing the skb and updating the
2115 * rwnd.
2116 */
2117 sctp_ulpevent_free(event);
2118 }
2119out:
2120 sctp_release_sock(sk);
2121 return err;
2122}
2123
2124/* 7.1.12 Enable/Disable message fragmentation (SCTP_DISABLE_FRAGMENTS)
2125 *
2126 * This option is a on/off flag. If enabled no SCTP message
2127 * fragmentation will be performed. Instead if a message being sent
2128 * exceeds the current PMTU size, the message will NOT be sent and
2129 * instead a error will be indicated to the user.
2130 */
2131static int sctp_setsockopt_disable_fragments(struct sock *sk,
b7058842
DM
2132 char __user *optval,
2133 unsigned int optlen)
1da177e4
LT
2134{
2135 int val;
2136
2137 if (optlen < sizeof(int))
2138 return -EINVAL;
2139
2140 if (get_user(val, (int __user *)optval))
2141 return -EFAULT;
2142
2143 sctp_sk(sk)->disable_fragments = (val == 0) ? 0 : 1;
2144
2145 return 0;
2146}
2147
2148static int sctp_setsockopt_events(struct sock *sk, char __user *optval,
b7058842 2149 unsigned int optlen)
1da177e4 2150{
94912301
WY
2151 struct sctp_association *asoc;
2152 struct sctp_ulpevent *event;
2153
7e8616d8 2154 if (optlen > sizeof(struct sctp_event_subscribe))
1da177e4
LT
2155 return -EINVAL;
2156 if (copy_from_user(&sctp_sk(sk)->subscribe, optval, optlen))
2157 return -EFAULT;
94912301
WY
2158
2159 /*
2160 * At the time when a user app subscribes to SCTP_SENDER_DRY_EVENT,
2161 * if there is no data to be sent or retransmit, the stack will
2162 * immediately send up this notification.
2163 */
2164 if (sctp_ulpevent_type_enabled(SCTP_SENDER_DRY_EVENT,
2165 &sctp_sk(sk)->subscribe)) {
2166 asoc = sctp_id2assoc(sk, 0);
2167
2168 if (asoc && sctp_outq_is_empty(&asoc->outqueue)) {
2169 event = sctp_ulpevent_make_sender_dry_event(asoc,
2170 GFP_ATOMIC);
2171 if (!event)
2172 return -ENOMEM;
2173
2174 sctp_ulpq_tail_event(&asoc->ulpq, event);
2175 }
2176 }
2177
1da177e4
LT
2178 return 0;
2179}
2180
2181/* 7.1.8 Automatic Close of associations (SCTP_AUTOCLOSE)
2182 *
2183 * This socket option is applicable to the UDP-style socket only. When
2184 * set it will cause associations that are idle for more than the
2185 * specified number of seconds to automatically close. An association
2186 * being idle is defined an association that has NOT sent or received
2187 * user data. The special value of '0' indicates that no automatic
2188 * close of any associations should be performed. The option expects an
2189 * integer defining the number of seconds of idle time before an
2190 * association is closed.
2191 */
2192static int sctp_setsockopt_autoclose(struct sock *sk, char __user *optval,
b7058842 2193 unsigned int optlen)
1da177e4
LT
2194{
2195 struct sctp_sock *sp = sctp_sk(sk);
2196
2197 /* Applicable to UDP-style socket only */
2198 if (sctp_style(sk, TCP))
2199 return -EOPNOTSUPP;
2200 if (optlen != sizeof(int))
2201 return -EINVAL;
2202 if (copy_from_user(&sp->autoclose, optval, optlen))
2203 return -EFAULT;
2204
1da177e4
LT
2205 return 0;
2206}
2207
2208/* 7.1.13 Peer Address Parameters (SCTP_PEER_ADDR_PARAMS)
2209 *
2210 * Applications can enable or disable heartbeats for any peer address of
2211 * an association, modify an address's heartbeat interval, force a
2212 * heartbeat to be sent immediately, and adjust the address's maximum
2213 * number of retransmissions sent before an address is considered
2214 * unreachable. The following structure is used to access and modify an
2215 * address's parameters:
2216 *
2217 * struct sctp_paddrparams {
52ccb8e9
FF
2218 * sctp_assoc_t spp_assoc_id;
2219 * struct sockaddr_storage spp_address;
2220 * uint32_t spp_hbinterval;
2221 * uint16_t spp_pathmaxrxt;
2222 * uint32_t spp_pathmtu;
2223 * uint32_t spp_sackdelay;
2224 * uint32_t spp_flags;
2225 * };
2226 *
2227 * spp_assoc_id - (one-to-many style socket) This is filled in the
2228 * application, and identifies the association for
2229 * this query.
1da177e4
LT
2230 * spp_address - This specifies which address is of interest.
2231 * spp_hbinterval - This contains the value of the heartbeat interval,
52ccb8e9
FF
2232 * in milliseconds. If a value of zero
2233 * is present in this field then no changes are to
2234 * be made to this parameter.
1da177e4
LT
2235 * spp_pathmaxrxt - This contains the maximum number of
2236 * retransmissions before this address shall be
52ccb8e9
FF
2237 * considered unreachable. If a value of zero
2238 * is present in this field then no changes are to
2239 * be made to this parameter.
2240 * spp_pathmtu - When Path MTU discovery is disabled the value
2241 * specified here will be the "fixed" path mtu.
2242 * Note that if the spp_address field is empty
2243 * then all associations on this address will
2244 * have this fixed path mtu set upon them.
2245 *
2246 * spp_sackdelay - When delayed sack is enabled, this value specifies
2247 * the number of milliseconds that sacks will be delayed
2248 * for. This value will apply to all addresses of an
2249 * association if the spp_address field is empty. Note
2250 * also, that if delayed sack is enabled and this
2251 * value is set to 0, no change is made to the last
2252 * recorded delayed sack timer value.
2253 *
2254 * spp_flags - These flags are used to control various features
2255 * on an association. The flag field may contain
2256 * zero or more of the following options.
2257 *
2258 * SPP_HB_ENABLE - Enable heartbeats on the
2259 * specified address. Note that if the address
2260 * field is empty all addresses for the association
2261 * have heartbeats enabled upon them.
2262 *
2263 * SPP_HB_DISABLE - Disable heartbeats on the
2264 * speicifed address. Note that if the address
2265 * field is empty all addresses for the association
2266 * will have their heartbeats disabled. Note also
2267 * that SPP_HB_ENABLE and SPP_HB_DISABLE are
2268 * mutually exclusive, only one of these two should
2269 * be specified. Enabling both fields will have
2270 * undetermined results.
2271 *
2272 * SPP_HB_DEMAND - Request a user initiated heartbeat
2273 * to be made immediately.
2274 *
bdf3092a
VY
2275 * SPP_HB_TIME_IS_ZERO - Specify's that the time for
2276 * heartbeat delayis to be set to the value of 0
2277 * milliseconds.
2278 *
52ccb8e9
FF
2279 * SPP_PMTUD_ENABLE - This field will enable PMTU
2280 * discovery upon the specified address. Note that
2281 * if the address feild is empty then all addresses
2282 * on the association are effected.
2283 *
2284 * SPP_PMTUD_DISABLE - This field will disable PMTU
2285 * discovery upon the specified address. Note that
2286 * if the address feild is empty then all addresses
2287 * on the association are effected. Not also that
2288 * SPP_PMTUD_ENABLE and SPP_PMTUD_DISABLE are mutually
2289 * exclusive. Enabling both will have undetermined
2290 * results.
2291 *
2292 * SPP_SACKDELAY_ENABLE - Setting this flag turns
2293 * on delayed sack. The time specified in spp_sackdelay
2294 * is used to specify the sack delay for this address. Note
2295 * that if spp_address is empty then all addresses will
2296 * enable delayed sack and take on the sack delay
2297 * value specified in spp_sackdelay.
2298 * SPP_SACKDELAY_DISABLE - Setting this flag turns
2299 * off delayed sack. If the spp_address field is blank then
2300 * delayed sack is disabled for the entire association. Note
2301 * also that this field is mutually exclusive to
2302 * SPP_SACKDELAY_ENABLE, setting both will have undefined
2303 * results.
1da177e4 2304 */
16164366
AB
2305static int sctp_apply_peer_addr_params(struct sctp_paddrparams *params,
2306 struct sctp_transport *trans,
2307 struct sctp_association *asoc,
2308 struct sctp_sock *sp,
2309 int hb_change,
2310 int pmtud_change,
2311 int sackdelay_change)
52ccb8e9
FF
2312{
2313 int error;
2314
2315 if (params->spp_flags & SPP_HB_DEMAND && trans) {
55e26eb9
EB
2316 struct net *net = sock_net(trans->asoc->base.sk);
2317
2318 error = sctp_primitive_REQUESTHEARTBEAT(net, trans->asoc, trans);
52ccb8e9
FF
2319 if (error)
2320 return error;
2321 }
2322
bdf3092a
VY
2323 /* Note that unless the spp_flag is set to SPP_HB_ENABLE the value of
2324 * this field is ignored. Note also that a value of zero indicates
2325 * the current setting should be left unchanged.
2326 */
2327 if (params->spp_flags & SPP_HB_ENABLE) {
2328
2329 /* Re-zero the interval if the SPP_HB_TIME_IS_ZERO is
2330 * set. This lets us use 0 value when this flag
2331 * is set.
2332 */
2333 if (params->spp_flags & SPP_HB_TIME_IS_ZERO)
2334 params->spp_hbinterval = 0;
2335
2336 if (params->spp_hbinterval ||
2337 (params->spp_flags & SPP_HB_TIME_IS_ZERO)) {
2338 if (trans) {
2339 trans->hbinterval =
2340 msecs_to_jiffies(params->spp_hbinterval);
2341 } else if (asoc) {
2342 asoc->hbinterval =
2343 msecs_to_jiffies(params->spp_hbinterval);
2344 } else {
2345 sp->hbinterval = params->spp_hbinterval;
2346 }
52ccb8e9
FF
2347 }
2348 }
2349
2350 if (hb_change) {
2351 if (trans) {
2352 trans->param_flags =
2353 (trans->param_flags & ~SPP_HB) | hb_change;
2354 } else if (asoc) {
2355 asoc->param_flags =
2356 (asoc->param_flags & ~SPP_HB) | hb_change;
2357 } else {
2358 sp->param_flags =
2359 (sp->param_flags & ~SPP_HB) | hb_change;
2360 }
2361 }
2362
bdf3092a
VY
2363 /* When Path MTU discovery is disabled the value specified here will
2364 * be the "fixed" path mtu (i.e. the value of the spp_flags field must
2365 * include the flag SPP_PMTUD_DISABLE for this field to have any
2366 * effect).
2367 */
2368 if ((params->spp_flags & SPP_PMTUD_DISABLE) && params->spp_pathmtu) {
52ccb8e9
FF
2369 if (trans) {
2370 trans->pathmtu = params->spp_pathmtu;
02f3d4ce 2371 sctp_assoc_sync_pmtu(sctp_opt2sk(sp), asoc);
52ccb8e9
FF
2372 } else if (asoc) {
2373 asoc->pathmtu = params->spp_pathmtu;
f68b2e05 2374 sctp_frag_point(asoc, params->spp_pathmtu);
52ccb8e9
FF
2375 } else {
2376 sp->pathmtu = params->spp_pathmtu;
2377 }
2378 }
2379
2380 if (pmtud_change) {
2381 if (trans) {
2382 int update = (trans->param_flags & SPP_PMTUD_DISABLE) &&
2383 (params->spp_flags & SPP_PMTUD_ENABLE);
2384 trans->param_flags =
2385 (trans->param_flags & ~SPP_PMTUD) | pmtud_change;
2386 if (update) {
9914ae3c 2387 sctp_transport_pmtu(trans, sctp_opt2sk(sp));
02f3d4ce 2388 sctp_assoc_sync_pmtu(sctp_opt2sk(sp), asoc);
52ccb8e9
FF
2389 }
2390 } else if (asoc) {
2391 asoc->param_flags =
2392 (asoc->param_flags & ~SPP_PMTUD) | pmtud_change;
2393 } else {
2394 sp->param_flags =
2395 (sp->param_flags & ~SPP_PMTUD) | pmtud_change;
2396 }
2397 }
2398
bdf3092a
VY
2399 /* Note that unless the spp_flag is set to SPP_SACKDELAY_ENABLE the
2400 * value of this field is ignored. Note also that a value of zero
2401 * indicates the current setting should be left unchanged.
2402 */
2403 if ((params->spp_flags & SPP_SACKDELAY_ENABLE) && params->spp_sackdelay) {
52ccb8e9
FF
2404 if (trans) {
2405 trans->sackdelay =
2406 msecs_to_jiffies(params->spp_sackdelay);
2407 } else if (asoc) {
2408 asoc->sackdelay =
2409 msecs_to_jiffies(params->spp_sackdelay);
2410 } else {
2411 sp->sackdelay = params->spp_sackdelay;
2412 }
2413 }
2414
2415 if (sackdelay_change) {
2416 if (trans) {
2417 trans->param_flags =
2418 (trans->param_flags & ~SPP_SACKDELAY) |
2419 sackdelay_change;
2420 } else if (asoc) {
2421 asoc->param_flags =
2422 (asoc->param_flags & ~SPP_SACKDELAY) |
2423 sackdelay_change;
2424 } else {
2425 sp->param_flags =
2426 (sp->param_flags & ~SPP_SACKDELAY) |
2427 sackdelay_change;
2428 }
2429 }
2430
37051f73
APO
2431 /* Note that a value of zero indicates the current setting should be
2432 left unchanged.
bdf3092a 2433 */
37051f73 2434 if (params->spp_pathmaxrxt) {
52ccb8e9
FF
2435 if (trans) {
2436 trans->pathmaxrxt = params->spp_pathmaxrxt;
2437 } else if (asoc) {
2438 asoc->pathmaxrxt = params->spp_pathmaxrxt;
2439 } else {
2440 sp->pathmaxrxt = params->spp_pathmaxrxt;
2441 }
2442 }
2443
2444 return 0;
2445}
2446
1da177e4 2447static int sctp_setsockopt_peer_addr_params(struct sock *sk,
b7058842
DM
2448 char __user *optval,
2449 unsigned int optlen)
1da177e4 2450{
52ccb8e9
FF
2451 struct sctp_paddrparams params;
2452 struct sctp_transport *trans = NULL;
2453 struct sctp_association *asoc = NULL;
2454 struct sctp_sock *sp = sctp_sk(sk);
1da177e4 2455 int error;
52ccb8e9 2456 int hb_change, pmtud_change, sackdelay_change;
1da177e4
LT
2457
2458 if (optlen != sizeof(struct sctp_paddrparams))
52ccb8e9
FF
2459 return - EINVAL;
2460
1da177e4
LT
2461 if (copy_from_user(&params, optval, optlen))
2462 return -EFAULT;
2463
52ccb8e9
FF
2464 /* Validate flags and value parameters. */
2465 hb_change = params.spp_flags & SPP_HB;
2466 pmtud_change = params.spp_flags & SPP_PMTUD;
2467 sackdelay_change = params.spp_flags & SPP_SACKDELAY;
2468
2469 if (hb_change == SPP_HB ||
2470 pmtud_change == SPP_PMTUD ||
2471 sackdelay_change == SPP_SACKDELAY ||
2472 params.spp_sackdelay > 500 ||
f64f9e71
JP
2473 (params.spp_pathmtu &&
2474 params.spp_pathmtu < SCTP_DEFAULT_MINSEGMENT))
52ccb8e9 2475 return -EINVAL;
1da177e4 2476
52ccb8e9
FF
2477 /* If an address other than INADDR_ANY is specified, and
2478 * no transport is found, then the request is invalid.
2479 */
52cae8f0 2480 if (!sctp_is_any(sk, ( union sctp_addr *)&params.spp_address)) {
52ccb8e9
FF
2481 trans = sctp_addr_id2transport(sk, &params.spp_address,
2482 params.spp_assoc_id);
2483 if (!trans)
1da177e4 2484 return -EINVAL;
1da177e4
LT
2485 }
2486
52ccb8e9
FF
2487 /* Get association, if assoc_id != 0 and the socket is a one
2488 * to many style socket, and an association was not found, then
2489 * the id was invalid.
2490 */
2491 asoc = sctp_id2assoc(sk, params.spp_assoc_id);
2492 if (!asoc && params.spp_assoc_id && sctp_style(sk, UDP))
1da177e4
LT
2493 return -EINVAL;
2494
52ccb8e9
FF
2495 /* Heartbeat demand can only be sent on a transport or
2496 * association, but not a socket.
1da177e4 2497 */
52ccb8e9
FF
2498 if (params.spp_flags & SPP_HB_DEMAND && !trans && !asoc)
2499 return -EINVAL;
2500
2501 /* Process parameters. */
2502 error = sctp_apply_peer_addr_params(&params, trans, asoc, sp,
2503 hb_change, pmtud_change,
2504 sackdelay_change);
1da177e4 2505
52ccb8e9
FF
2506 if (error)
2507 return error;
2508
2509 /* If changes are for association, also apply parameters to each
2510 * transport.
1da177e4 2511 */
52ccb8e9 2512 if (!trans && asoc) {
9dbc15f0
RD
2513 list_for_each_entry(trans, &asoc->peer.transport_addr_list,
2514 transports) {
52ccb8e9
FF
2515 sctp_apply_peer_addr_params(&params, trans, asoc, sp,
2516 hb_change, pmtud_change,
2517 sackdelay_change);
2518 }
2519 }
1da177e4
LT
2520
2521 return 0;
2522}
2523
d364d927
WY
2524/*
2525 * 7.1.23. Get or set delayed ack timer (SCTP_DELAYED_SACK)
2526 *
2527 * This option will effect the way delayed acks are performed. This
2528 * option allows you to get or set the delayed ack time, in
2529 * milliseconds. It also allows changing the delayed ack frequency.
2530 * Changing the frequency to 1 disables the delayed sack algorithm. If
2531 * the assoc_id is 0, then this sets or gets the endpoints default
2532 * values. If the assoc_id field is non-zero, then the set or get
2533 * effects the specified association for the one to many model (the
2534 * assoc_id field is ignored by the one to one model). Note that if
2535 * sack_delay or sack_freq are 0 when setting this option, then the
2536 * current values will remain unchanged.
2537 *
2538 * struct sctp_sack_info {
2539 * sctp_assoc_t sack_assoc_id;
2540 * uint32_t sack_delay;
2541 * uint32_t sack_freq;
2542 * };
2543 *
2544 * sack_assoc_id - This parameter, indicates which association the user
2545 * is performing an action upon. Note that if this field's value is
2546 * zero then the endpoints default value is changed (effecting future
2547 * associations only).
2548 *
2549 * sack_delay - This parameter contains the number of milliseconds that
2550 * the user is requesting the delayed ACK timer be set to. Note that
2551 * this value is defined in the standard to be between 200 and 500
2552 * milliseconds.
2553 *
2554 * sack_freq - This parameter contains the number of packets that must
2555 * be received before a sack is sent without waiting for the delay
2556 * timer to expire. The default value for this is 2, setting this
2557 * value to 1 will disable the delayed sack algorithm.
7708610b
FF
2558 */
2559
d364d927 2560static int sctp_setsockopt_delayed_ack(struct sock *sk,
b7058842 2561 char __user *optval, unsigned int optlen)
7708610b 2562{
d364d927 2563 struct sctp_sack_info params;
7708610b
FF
2564 struct sctp_transport *trans = NULL;
2565 struct sctp_association *asoc = NULL;
2566 struct sctp_sock *sp = sctp_sk(sk);
2567
d364d927
WY
2568 if (optlen == sizeof(struct sctp_sack_info)) {
2569 if (copy_from_user(&params, optval, optlen))
2570 return -EFAULT;
7708610b 2571
d364d927
WY
2572 if (params.sack_delay == 0 && params.sack_freq == 0)
2573 return 0;
2574 } else if (optlen == sizeof(struct sctp_assoc_value)) {
145ce502
JP
2575 pr_warn("Use of struct sctp_assoc_value in delayed_ack socket option deprecated\n");
2576 pr_warn("Use struct sctp_sack_info instead\n");
d364d927
WY
2577 if (copy_from_user(&params, optval, optlen))
2578 return -EFAULT;
2579
2580 if (params.sack_delay == 0)
2581 params.sack_freq = 1;
2582 else
2583 params.sack_freq = 0;
2584 } else
2585 return - EINVAL;
7708610b
FF
2586
2587 /* Validate value parameter. */
d364d927 2588 if (params.sack_delay > 500)
7708610b
FF
2589 return -EINVAL;
2590
d364d927 2591 /* Get association, if sack_assoc_id != 0 and the socket is a one
7708610b
FF
2592 * to many style socket, and an association was not found, then
2593 * the id was invalid.
d808ad9a 2594 */
d364d927
WY
2595 asoc = sctp_id2assoc(sk, params.sack_assoc_id);
2596 if (!asoc && params.sack_assoc_id && sctp_style(sk, UDP))
7708610b
FF
2597 return -EINVAL;
2598
d364d927 2599 if (params.sack_delay) {
7708610b
FF
2600 if (asoc) {
2601 asoc->sackdelay =
d364d927 2602 msecs_to_jiffies(params.sack_delay);
d808ad9a 2603 asoc->param_flags =
7708610b
FF
2604 (asoc->param_flags & ~SPP_SACKDELAY) |
2605 SPP_SACKDELAY_ENABLE;
2606 } else {
d364d927 2607 sp->sackdelay = params.sack_delay;
d808ad9a 2608 sp->param_flags =
7708610b
FF
2609 (sp->param_flags & ~SPP_SACKDELAY) |
2610 SPP_SACKDELAY_ENABLE;
2611 }
d364d927
WY
2612 }
2613
2614 if (params.sack_freq == 1) {
7708610b 2615 if (asoc) {
d808ad9a 2616 asoc->param_flags =
7708610b
FF
2617 (asoc->param_flags & ~SPP_SACKDELAY) |
2618 SPP_SACKDELAY_DISABLE;
2619 } else {
d808ad9a 2620 sp->param_flags =
7708610b
FF
2621 (sp->param_flags & ~SPP_SACKDELAY) |
2622 SPP_SACKDELAY_DISABLE;
2623 }
d364d927
WY
2624 } else if (params.sack_freq > 1) {
2625 if (asoc) {
2626 asoc->sackfreq = params.sack_freq;
2627 asoc->param_flags =
2628 (asoc->param_flags & ~SPP_SACKDELAY) |
2629 SPP_SACKDELAY_ENABLE;
2630 } else {
2631 sp->sackfreq = params.sack_freq;
2632 sp->param_flags =
2633 (sp->param_flags & ~SPP_SACKDELAY) |
2634 SPP_SACKDELAY_ENABLE;
2635 }
7708610b
FF
2636 }
2637
2638 /* If change is for association, also apply to each transport. */
2639 if (asoc) {
9dbc15f0
RD
2640 list_for_each_entry(trans, &asoc->peer.transport_addr_list,
2641 transports) {
d364d927 2642 if (params.sack_delay) {
7708610b 2643 trans->sackdelay =
d364d927 2644 msecs_to_jiffies(params.sack_delay);
d808ad9a 2645 trans->param_flags =
7708610b
FF
2646 (trans->param_flags & ~SPP_SACKDELAY) |
2647 SPP_SACKDELAY_ENABLE;
d364d927 2648 }
7bfe8bdb 2649 if (params.sack_freq == 1) {
d808ad9a 2650 trans->param_flags =
7708610b
FF
2651 (trans->param_flags & ~SPP_SACKDELAY) |
2652 SPP_SACKDELAY_DISABLE;
d364d927
WY
2653 } else if (params.sack_freq > 1) {
2654 trans->sackfreq = params.sack_freq;
2655 trans->param_flags =
2656 (trans->param_flags & ~SPP_SACKDELAY) |
2657 SPP_SACKDELAY_ENABLE;
7708610b
FF
2658 }
2659 }
2660 }
d808ad9a 2661
7708610b
FF
2662 return 0;
2663}
2664
1da177e4
LT
2665/* 7.1.3 Initialization Parameters (SCTP_INITMSG)
2666 *
2667 * Applications can specify protocol parameters for the default association
2668 * initialization. The option name argument to setsockopt() and getsockopt()
2669 * is SCTP_INITMSG.
2670 *
2671 * Setting initialization parameters is effective only on an unconnected
2672 * socket (for UDP-style sockets only future associations are effected
2673 * by the change). With TCP-style sockets, this option is inherited by
2674 * sockets derived from a listener socket.
2675 */
b7058842 2676static int sctp_setsockopt_initmsg(struct sock *sk, char __user *optval, unsigned int optlen)
1da177e4
LT
2677{
2678 struct sctp_initmsg sinit;
2679 struct sctp_sock *sp = sctp_sk(sk);
2680
2681 if (optlen != sizeof(struct sctp_initmsg))
2682 return -EINVAL;
2683 if (copy_from_user(&sinit, optval, optlen))
2684 return -EFAULT;
2685
2686 if (sinit.sinit_num_ostreams)
d808ad9a 2687 sp->initmsg.sinit_num_ostreams = sinit.sinit_num_ostreams;
1da177e4 2688 if (sinit.sinit_max_instreams)
d808ad9a 2689 sp->initmsg.sinit_max_instreams = sinit.sinit_max_instreams;
1da177e4 2690 if (sinit.sinit_max_attempts)
d808ad9a 2691 sp->initmsg.sinit_max_attempts = sinit.sinit_max_attempts;
1da177e4 2692 if (sinit.sinit_max_init_timeo)
d808ad9a 2693 sp->initmsg.sinit_max_init_timeo = sinit.sinit_max_init_timeo;
1da177e4
LT
2694
2695 return 0;
2696}
2697
2698/*
2699 * 7.1.14 Set default send parameters (SCTP_DEFAULT_SEND_PARAM)
2700 *
2701 * Applications that wish to use the sendto() system call may wish to
2702 * specify a default set of parameters that would normally be supplied
2703 * through the inclusion of ancillary data. This socket option allows
2704 * such an application to set the default sctp_sndrcvinfo structure.
2705 * The application that wishes to use this socket option simply passes
2706 * in to this call the sctp_sndrcvinfo structure defined in Section
2707 * 5.2.2) The input parameters accepted by this call include
2708 * sinfo_stream, sinfo_flags, sinfo_ppid, sinfo_context,
2709 * sinfo_timetolive. The user must provide the sinfo_assoc_id field in
2710 * to this call if the caller is using the UDP model.
2711 */
2712static int sctp_setsockopt_default_send_param(struct sock *sk,
b7058842
DM
2713 char __user *optval,
2714 unsigned int optlen)
1da177e4
LT
2715{
2716 struct sctp_sndrcvinfo info;
2717 struct sctp_association *asoc;
2718 struct sctp_sock *sp = sctp_sk(sk);
2719
2720 if (optlen != sizeof(struct sctp_sndrcvinfo))
2721 return -EINVAL;
2722 if (copy_from_user(&info, optval, optlen))
2723 return -EFAULT;
2724
2725 asoc = sctp_id2assoc(sk, info.sinfo_assoc_id);
2726 if (!asoc && info.sinfo_assoc_id && sctp_style(sk, UDP))
2727 return -EINVAL;
2728
2729 if (asoc) {
2730 asoc->default_stream = info.sinfo_stream;
2731 asoc->default_flags = info.sinfo_flags;
2732 asoc->default_ppid = info.sinfo_ppid;
2733 asoc->default_context = info.sinfo_context;
2734 asoc->default_timetolive = info.sinfo_timetolive;
2735 } else {
2736 sp->default_stream = info.sinfo_stream;
2737 sp->default_flags = info.sinfo_flags;
2738 sp->default_ppid = info.sinfo_ppid;
2739 sp->default_context = info.sinfo_context;
2740 sp->default_timetolive = info.sinfo_timetolive;
2741 }
2742
2743 return 0;
2744}
2745
2746/* 7.1.10 Set Primary Address (SCTP_PRIMARY_ADDR)
2747 *
2748 * Requests that the local SCTP stack use the enclosed peer address as
2749 * the association primary. The enclosed address must be one of the
2750 * association peer's addresses.
2751 */
2752static int sctp_setsockopt_primary_addr(struct sock *sk, char __user *optval,
b7058842 2753 unsigned int optlen)
1da177e4
LT
2754{
2755 struct sctp_prim prim;
2756 struct sctp_transport *trans;
2757
2758 if (optlen != sizeof(struct sctp_prim))
2759 return -EINVAL;
2760
2761 if (copy_from_user(&prim, optval, sizeof(struct sctp_prim)))
2762 return -EFAULT;
2763
2764 trans = sctp_addr_id2transport(sk, &prim.ssp_addr, prim.ssp_assoc_id);
2765 if (!trans)
2766 return -EINVAL;
2767
2768 sctp_assoc_set_primary(trans->asoc, trans);
2769
2770 return 0;
2771}
2772
2773/*
2774 * 7.1.5 SCTP_NODELAY
2775 *
2776 * Turn on/off any Nagle-like algorithm. This means that packets are
2777 * generally sent as soon as possible and no unnecessary delays are
2778 * introduced, at the cost of more packets in the network. Expects an
2779 * integer boolean flag.
2780 */
2781static int sctp_setsockopt_nodelay(struct sock *sk, char __user *optval,
b7058842 2782 unsigned int optlen)
1da177e4
LT
2783{
2784 int val;
2785
2786 if (optlen < sizeof(int))
2787 return -EINVAL;
2788 if (get_user(val, (int __user *)optval))
2789 return -EFAULT;
2790
2791 sctp_sk(sk)->nodelay = (val == 0) ? 0 : 1;
2792 return 0;
2793}
2794
2795/*
2796 *
2797 * 7.1.1 SCTP_RTOINFO
2798 *
2799 * The protocol parameters used to initialize and bound retransmission
2800 * timeout (RTO) are tunable. sctp_rtoinfo structure is used to access
2801 * and modify these parameters.
2802 * All parameters are time values, in milliseconds. A value of 0, when
2803 * modifying the parameters, indicates that the current value should not
2804 * be changed.
2805 *
2806 */
b7058842
DM
2807static int sctp_setsockopt_rtoinfo(struct sock *sk, char __user *optval, unsigned int optlen)
2808{
1da177e4
LT
2809 struct sctp_rtoinfo rtoinfo;
2810 struct sctp_association *asoc;
2811
2812 if (optlen != sizeof (struct sctp_rtoinfo))
2813 return -EINVAL;
2814
2815 if (copy_from_user(&rtoinfo, optval, optlen))
2816 return -EFAULT;
2817
2818 asoc = sctp_id2assoc(sk, rtoinfo.srto_assoc_id);
2819
2820 /* Set the values to the specific association */
2821 if (!asoc && rtoinfo.srto_assoc_id && sctp_style(sk, UDP))
2822 return -EINVAL;
2823
2824 if (asoc) {
2825 if (rtoinfo.srto_initial != 0)
d808ad9a 2826 asoc->rto_initial =
1da177e4
LT
2827 msecs_to_jiffies(rtoinfo.srto_initial);
2828 if (rtoinfo.srto_max != 0)
2829 asoc->rto_max = msecs_to_jiffies(rtoinfo.srto_max);
2830 if (rtoinfo.srto_min != 0)
2831 asoc->rto_min = msecs_to_jiffies(rtoinfo.srto_min);
2832 } else {
2833 /* If there is no association or the association-id = 0
2834 * set the values to the endpoint.
2835 */
2836 struct sctp_sock *sp = sctp_sk(sk);
2837
2838 if (rtoinfo.srto_initial != 0)
2839 sp->rtoinfo.srto_initial = rtoinfo.srto_initial;
2840 if (rtoinfo.srto_max != 0)
2841 sp->rtoinfo.srto_max = rtoinfo.srto_max;
2842 if (rtoinfo.srto_min != 0)
2843 sp->rtoinfo.srto_min = rtoinfo.srto_min;
2844 }
2845
2846 return 0;
2847}
2848
2849/*
2850 *
2851 * 7.1.2 SCTP_ASSOCINFO
2852 *
59c51591 2853 * This option is used to tune the maximum retransmission attempts
1da177e4
LT
2854 * of the association.
2855 * Returns an error if the new association retransmission value is
2856 * greater than the sum of the retransmission value of the peer.
2857 * See [SCTP] for more information.
2858 *
2859 */
b7058842 2860static int sctp_setsockopt_associnfo(struct sock *sk, char __user *optval, unsigned int optlen)
1da177e4
LT
2861{
2862
2863 struct sctp_assocparams assocparams;
2864 struct sctp_association *asoc;
2865
2866 if (optlen != sizeof(struct sctp_assocparams))
2867 return -EINVAL;
2868 if (copy_from_user(&assocparams, optval, optlen))
2869 return -EFAULT;
2870
2871 asoc = sctp_id2assoc(sk, assocparams.sasoc_assoc_id);
2872
2873 if (!asoc && assocparams.sasoc_assoc_id && sctp_style(sk, UDP))
2874 return -EINVAL;
2875
2876 /* Set the values to the specific association */
2877 if (asoc) {
402d68c4
VY
2878 if (assocparams.sasoc_asocmaxrxt != 0) {
2879 __u32 path_sum = 0;
2880 int paths = 0;
402d68c4
VY
2881 struct sctp_transport *peer_addr;
2882
9dbc15f0
RD
2883 list_for_each_entry(peer_addr, &asoc->peer.transport_addr_list,
2884 transports) {
402d68c4
VY
2885 path_sum += peer_addr->pathmaxrxt;
2886 paths++;
2887 }
2888
025dfdaf 2889 /* Only validate asocmaxrxt if we have more than
402d68c4
VY
2890 * one path/transport. We do this because path
2891 * retransmissions are only counted when we have more
2892 * then one path.
2893 */
2894 if (paths > 1 &&
2895 assocparams.sasoc_asocmaxrxt > path_sum)
2896 return -EINVAL;
2897
1da177e4 2898 asoc->max_retrans = assocparams.sasoc_asocmaxrxt;
402d68c4
VY
2899 }
2900
52db882f
DB
2901 if (assocparams.sasoc_cookie_life != 0)
2902 asoc->cookie_life = ms_to_ktime(assocparams.sasoc_cookie_life);
1da177e4
LT
2903 } else {
2904 /* Set the values to the endpoint */
2905 struct sctp_sock *sp = sctp_sk(sk);
2906
2907 if (assocparams.sasoc_asocmaxrxt != 0)
2908 sp->assocparams.sasoc_asocmaxrxt =
2909 assocparams.sasoc_asocmaxrxt;
2910 if (assocparams.sasoc_cookie_life != 0)
2911 sp->assocparams.sasoc_cookie_life =
2912 assocparams.sasoc_cookie_life;
2913 }
2914 return 0;
2915}
2916
2917/*
2918 * 7.1.16 Set/clear IPv4 mapped addresses (SCTP_I_WANT_MAPPED_V4_ADDR)
2919 *
2920 * This socket option is a boolean flag which turns on or off mapped V4
2921 * addresses. If this option is turned on and the socket is type
2922 * PF_INET6, then IPv4 addresses will be mapped to V6 representation.
2923 * If this option is turned off, then no mapping will be done of V4
2924 * addresses and a user will receive both PF_INET6 and PF_INET type
2925 * addresses on the socket.
2926 */
b7058842 2927static int sctp_setsockopt_mappedv4(struct sock *sk, char __user *optval, unsigned int optlen)
1da177e4
LT
2928{
2929 int val;
2930 struct sctp_sock *sp = sctp_sk(sk);
2931
2932 if (optlen < sizeof(int))
2933 return -EINVAL;
2934 if (get_user(val, (int __user *)optval))
2935 return -EFAULT;
2936 if (val)
2937 sp->v4mapped = 1;
2938 else
2939 sp->v4mapped = 0;
2940
2941 return 0;
2942}
2943
2944/*
e89c2095
WY
2945 * 8.1.16. Get or Set the Maximum Fragmentation Size (SCTP_MAXSEG)
2946 * This option will get or set the maximum size to put in any outgoing
2947 * SCTP DATA chunk. If a message is larger than this size it will be
1da177e4
LT
2948 * fragmented by SCTP into the specified size. Note that the underlying
2949 * SCTP implementation may fragment into smaller sized chunks when the
2950 * PMTU of the underlying association is smaller than the value set by
e89c2095
WY
2951 * the user. The default value for this option is '0' which indicates
2952 * the user is NOT limiting fragmentation and only the PMTU will effect
2953 * SCTP's choice of DATA chunk size. Note also that values set larger
2954 * than the maximum size of an IP datagram will effectively let SCTP
2955 * control fragmentation (i.e. the same as setting this option to 0).
2956 *
2957 * The following structure is used to access and modify this parameter:
2958 *
2959 * struct sctp_assoc_value {
2960 * sctp_assoc_t assoc_id;
2961 * uint32_t assoc_value;
2962 * };
2963 *
2964 * assoc_id: This parameter is ignored for one-to-one style sockets.
2965 * For one-to-many style sockets this parameter indicates which
2966 * association the user is performing an action upon. Note that if
2967 * this field's value is zero then the endpoints default value is
2968 * changed (effecting future associations only).
2969 * assoc_value: This parameter specifies the maximum size in bytes.
1da177e4 2970 */
b7058842 2971static int sctp_setsockopt_maxseg(struct sock *sk, char __user *optval, unsigned int optlen)
1da177e4 2972{
e89c2095 2973 struct sctp_assoc_value params;
1da177e4 2974 struct sctp_association *asoc;
1da177e4
LT
2975 struct sctp_sock *sp = sctp_sk(sk);
2976 int val;
2977
e89c2095 2978 if (optlen == sizeof(int)) {
145ce502
JP
2979 pr_warn("Use of int in maxseg socket option deprecated\n");
2980 pr_warn("Use struct sctp_assoc_value instead\n");
e89c2095
WY
2981 if (copy_from_user(&val, optval, optlen))
2982 return -EFAULT;
2983 params.assoc_id = 0;
2984 } else if (optlen == sizeof(struct sctp_assoc_value)) {
2985 if (copy_from_user(&params, optval, optlen))
2986 return -EFAULT;
2987 val = params.assoc_value;
2988 } else
1da177e4 2989 return -EINVAL;
e89c2095 2990
96a33998 2991 if ((val != 0) && ((val < 8) || (val > SCTP_MAX_CHUNK_LEN)))
1da177e4 2992 return -EINVAL;
1da177e4 2993
e89c2095
WY
2994 asoc = sctp_id2assoc(sk, params.assoc_id);
2995 if (!asoc && params.assoc_id && sctp_style(sk, UDP))
2996 return -EINVAL;
2997
2998 if (asoc) {
2999 if (val == 0) {
3000 val = asoc->pathmtu;
3001 val -= sp->pf->af->net_header_len;
3002 val -= sizeof(struct sctphdr) +
3003 sizeof(struct sctp_data_chunk);
3004 }
f68b2e05
VY
3005 asoc->user_frag = val;
3006 asoc->frag_point = sctp_frag_point(asoc, asoc->pathmtu);
e89c2095
WY
3007 } else {
3008 sp->user_frag = val;
1da177e4
LT
3009 }
3010
3011 return 0;
3012}
3013
3014
3015/*
3016 * 7.1.9 Set Peer Primary Address (SCTP_SET_PEER_PRIMARY_ADDR)
3017 *
3018 * Requests that the peer mark the enclosed address as the association
3019 * primary. The enclosed address must be one of the association's
3020 * locally bound addresses. The following structure is used to make a
3021 * set primary request:
3022 */
3023static int sctp_setsockopt_peer_primary_addr(struct sock *sk, char __user *optval,
b7058842 3024 unsigned int optlen)
1da177e4 3025{
e1fc3b14 3026 struct net *net = sock_net(sk);
1da177e4 3027 struct sctp_sock *sp;
1da177e4
LT
3028 struct sctp_association *asoc = NULL;
3029 struct sctp_setpeerprim prim;
3030 struct sctp_chunk *chunk;
40a01039 3031 struct sctp_af *af;
1da177e4
LT
3032 int err;
3033
3034 sp = sctp_sk(sk);
1da177e4 3035
e1fc3b14 3036 if (!net->sctp.addip_enable)
1da177e4
LT
3037 return -EPERM;
3038
3039 if (optlen != sizeof(struct sctp_setpeerprim))
3040 return -EINVAL;
3041
3042 if (copy_from_user(&prim, optval, optlen))
3043 return -EFAULT;
3044
3045 asoc = sctp_id2assoc(sk, prim.sspp_assoc_id);
d808ad9a 3046 if (!asoc)
1da177e4
LT
3047 return -EINVAL;
3048
3049 if (!asoc->peer.asconf_capable)
3050 return -EPERM;
3051
3052 if (asoc->peer.addip_disabled_mask & SCTP_PARAM_SET_PRIMARY)
3053 return -EPERM;
3054
3055 if (!sctp_state(asoc, ESTABLISHED))
3056 return -ENOTCONN;
3057
40a01039
WY
3058 af = sctp_get_af_specific(prim.sspp_addr.ss_family);
3059 if (!af)
3060 return -EINVAL;
3061
3062 if (!af->addr_valid((union sctp_addr *)&prim.sspp_addr, sp, NULL))
3063 return -EADDRNOTAVAIL;
3064
1da177e4
LT
3065 if (!sctp_assoc_lookup_laddr(asoc, (union sctp_addr *)&prim.sspp_addr))
3066 return -EADDRNOTAVAIL;
3067
3068 /* Create an ASCONF chunk with SET_PRIMARY parameter */
3069 chunk = sctp_make_asconf_set_prim(asoc,
3070 (union sctp_addr *)&prim.sspp_addr);
3071 if (!chunk)
3072 return -ENOMEM;
3073
3074 err = sctp_send_asconf(asoc, chunk);
3075
bb33381d 3076 pr_debug("%s: we set peer primary addr primitively\n", __func__);
1da177e4
LT
3077
3078 return err;
3079}
3080
0f3fffd8 3081static int sctp_setsockopt_adaptation_layer(struct sock *sk, char __user *optval,
b7058842 3082 unsigned int optlen)
1da177e4 3083{
0f3fffd8 3084 struct sctp_setadaptation adaptation;
1da177e4 3085
0f3fffd8 3086 if (optlen != sizeof(struct sctp_setadaptation))
1da177e4 3087 return -EINVAL;
0f3fffd8 3088 if (copy_from_user(&adaptation, optval, optlen))
1da177e4
LT
3089 return -EFAULT;
3090
0f3fffd8 3091 sctp_sk(sk)->adaptation_ind = adaptation.ssb_adaptation_ind;
1da177e4
LT
3092
3093 return 0;
3094}
3095
6ab792f5
ISJ
3096/*
3097 * 7.1.29. Set or Get the default context (SCTP_CONTEXT)
3098 *
3099 * The context field in the sctp_sndrcvinfo structure is normally only
3100 * used when a failed message is retrieved holding the value that was
3101 * sent down on the actual send call. This option allows the setting of
3102 * a default context on an association basis that will be received on
3103 * reading messages from the peer. This is especially helpful in the
3104 * one-2-many model for an application to keep some reference to an
3105 * internal state machine that is processing messages on the
3106 * association. Note that the setting of this value only effects
3107 * received messages from the peer and does not effect the value that is
3108 * saved with outbound messages.
3109 */
3110static int sctp_setsockopt_context(struct sock *sk, char __user *optval,
b7058842 3111 unsigned int optlen)
6ab792f5
ISJ
3112{
3113 struct sctp_assoc_value params;
3114 struct sctp_sock *sp;
3115 struct sctp_association *asoc;
3116
3117 if (optlen != sizeof(struct sctp_assoc_value))
3118 return -EINVAL;
3119 if (copy_from_user(&params, optval, optlen))
3120 return -EFAULT;
3121
3122 sp = sctp_sk(sk);
3123
3124 if (params.assoc_id != 0) {
3125 asoc = sctp_id2assoc(sk, params.assoc_id);
3126 if (!asoc)
3127 return -EINVAL;
3128 asoc->default_rcv_context = params.assoc_value;
3129 } else {
3130 sp->default_rcv_context = params.assoc_value;
3131 }
3132
3133 return 0;
3134}
3135
b6e1331f
VY
3136/*
3137 * 7.1.24. Get or set fragmented interleave (SCTP_FRAGMENT_INTERLEAVE)
3138 *
3139 * This options will at a minimum specify if the implementation is doing
3140 * fragmented interleave. Fragmented interleave, for a one to many
3141 * socket, is when subsequent calls to receive a message may return
3142 * parts of messages from different associations. Some implementations
3143 * may allow you to turn this value on or off. If so, when turned off,
3144 * no fragment interleave will occur (which will cause a head of line
3145 * blocking amongst multiple associations sharing the same one to many
3146 * socket). When this option is turned on, then each receive call may
3147 * come from a different association (thus the user must receive data
3148 * with the extended calls (e.g. sctp_recvmsg) to keep track of which
3149 * association each receive belongs to.
3150 *
3151 * This option takes a boolean value. A non-zero value indicates that
3152 * fragmented interleave is on. A value of zero indicates that
3153 * fragmented interleave is off.
3154 *
3155 * Note that it is important that an implementation that allows this
3156 * option to be turned on, have it off by default. Otherwise an unaware
3157 * application using the one to many model may become confused and act
3158 * incorrectly.
3159 */
3160static int sctp_setsockopt_fragment_interleave(struct sock *sk,
3161 char __user *optval,
b7058842 3162 unsigned int optlen)
b6e1331f
VY
3163{
3164 int val;
3165
3166 if (optlen != sizeof(int))
3167 return -EINVAL;
3168 if (get_user(val, (int __user *)optval))
3169 return -EFAULT;
3170
3171 sctp_sk(sk)->frag_interleave = (val == 0) ? 0 : 1;
3172
3173 return 0;
3174}
3175
d49d91d7 3176/*
8510b937 3177 * 8.1.21. Set or Get the SCTP Partial Delivery Point
d49d91d7 3178 * (SCTP_PARTIAL_DELIVERY_POINT)
8510b937 3179 *
d49d91d7
VY
3180 * This option will set or get the SCTP partial delivery point. This
3181 * point is the size of a message where the partial delivery API will be
3182 * invoked to help free up rwnd space for the peer. Setting this to a
8510b937 3183 * lower value will cause partial deliveries to happen more often. The
d49d91d7 3184 * calls argument is an integer that sets or gets the partial delivery
8510b937
WY
3185 * point. Note also that the call will fail if the user attempts to set
3186 * this value larger than the socket receive buffer size.
3187 *
3188 * Note that any single message having a length smaller than or equal to
3189 * the SCTP partial delivery point will be delivered in one single read
3190 * call as long as the user provided buffer is large enough to hold the
3191 * message.
d49d91d7
VY
3192 */
3193static int sctp_setsockopt_partial_delivery_point(struct sock *sk,
3194 char __user *optval,
b7058842 3195 unsigned int optlen)
d49d91d7
VY
3196{
3197 u32 val;
3198
3199 if (optlen != sizeof(u32))
3200 return -EINVAL;
3201 if (get_user(val, (int __user *)optval))
3202 return -EFAULT;
3203
8510b937
WY
3204 /* Note: We double the receive buffer from what the user sets
3205 * it to be, also initial rwnd is based on rcvbuf/2.
3206 */
3207 if (val > (sk->sk_rcvbuf >> 1))
3208 return -EINVAL;
3209
d49d91d7
VY
3210 sctp_sk(sk)->pd_point = val;
3211
3212 return 0; /* is this the right error code? */
3213}
3214
70331571
VY
3215/*
3216 * 7.1.28. Set or Get the maximum burst (SCTP_MAX_BURST)
3217 *
3218 * This option will allow a user to change the maximum burst of packets
3219 * that can be emitted by this association. Note that the default value
3220 * is 4, and some implementations may restrict this setting so that it
3221 * can only be lowered.
3222 *
3223 * NOTE: This text doesn't seem right. Do this on a socket basis with
3224 * future associations inheriting the socket value.
3225 */
3226static int sctp_setsockopt_maxburst(struct sock *sk,
3227 char __user *optval,
b7058842 3228 unsigned int optlen)
70331571 3229{
219b99a9
NH
3230 struct sctp_assoc_value params;
3231 struct sctp_sock *sp;
3232 struct sctp_association *asoc;
70331571 3233 int val;
219b99a9 3234 int assoc_id = 0;
70331571 3235
219b99a9 3236 if (optlen == sizeof(int)) {
145ce502
JP
3237 pr_warn("Use of int in max_burst socket option deprecated\n");
3238 pr_warn("Use struct sctp_assoc_value instead\n");
219b99a9
NH
3239 if (copy_from_user(&val, optval, optlen))
3240 return -EFAULT;
3241 } else if (optlen == sizeof(struct sctp_assoc_value)) {
3242 if (copy_from_user(&params, optval, optlen))
3243 return -EFAULT;
3244 val = params.assoc_value;
3245 assoc_id = params.assoc_id;
3246 } else
70331571
VY
3247 return -EINVAL;
3248
219b99a9
NH
3249 sp = sctp_sk(sk);
3250
3251 if (assoc_id != 0) {
3252 asoc = sctp_id2assoc(sk, assoc_id);
3253 if (!asoc)
3254 return -EINVAL;
3255 asoc->max_burst = val;
3256 } else
3257 sp->max_burst = val;
70331571
VY
3258
3259 return 0;
3260}
3261
65b07e5d
VY
3262/*
3263 * 7.1.18. Add a chunk that must be authenticated (SCTP_AUTH_CHUNK)
3264 *
3265 * This set option adds a chunk type that the user is requesting to be
3266 * received only in an authenticated way. Changes to the list of chunks
3267 * will only effect future associations on the socket.
3268 */
3269static int sctp_setsockopt_auth_chunk(struct sock *sk,
b7058842
DM
3270 char __user *optval,
3271 unsigned int optlen)
65b07e5d 3272{
e1fc3b14 3273 struct net *net = sock_net(sk);
65b07e5d
VY
3274 struct sctp_authchunk val;
3275
e1fc3b14 3276 if (!net->sctp.auth_enable)
5e739d17
VY
3277 return -EACCES;
3278
65b07e5d
VY
3279 if (optlen != sizeof(struct sctp_authchunk))
3280 return -EINVAL;
3281 if (copy_from_user(&val, optval, optlen))
3282 return -EFAULT;
3283
3284 switch (val.sauth_chunk) {
7fd71b1e
JP
3285 case SCTP_CID_INIT:
3286 case SCTP_CID_INIT_ACK:
3287 case SCTP_CID_SHUTDOWN_COMPLETE:
3288 case SCTP_CID_AUTH:
3289 return -EINVAL;
65b07e5d
VY
3290 }
3291
3292 /* add this chunk id to the endpoint */
3293 return sctp_auth_ep_add_chunkid(sctp_sk(sk)->ep, val.sauth_chunk);
3294}
3295
3296/*
3297 * 7.1.19. Get or set the list of supported HMAC Identifiers (SCTP_HMAC_IDENT)
3298 *
3299 * This option gets or sets the list of HMAC algorithms that the local
3300 * endpoint requires the peer to use.
3301 */
3302static int sctp_setsockopt_hmac_ident(struct sock *sk,
b7058842
DM
3303 char __user *optval,
3304 unsigned int optlen)
65b07e5d 3305{
e1fc3b14 3306 struct net *net = sock_net(sk);
65b07e5d 3307 struct sctp_hmacalgo *hmacs;
d9724055 3308 u32 idents;
65b07e5d
VY
3309 int err;
3310
e1fc3b14 3311 if (!net->sctp.auth_enable)
5e739d17
VY
3312 return -EACCES;
3313
65b07e5d
VY
3314 if (optlen < sizeof(struct sctp_hmacalgo))
3315 return -EINVAL;
3316
934253a7
SW
3317 hmacs= memdup_user(optval, optlen);
3318 if (IS_ERR(hmacs))
3319 return PTR_ERR(hmacs);
65b07e5d 3320
d9724055
VY
3321 idents = hmacs->shmac_num_idents;
3322 if (idents == 0 || idents > SCTP_AUTH_NUM_HMACS ||
3323 (idents * sizeof(u16)) > (optlen - sizeof(struct sctp_hmacalgo))) {
65b07e5d
VY
3324 err = -EINVAL;
3325 goto out;
3326 }
3327
3328 err = sctp_auth_ep_set_hmacs(sctp_sk(sk)->ep, hmacs);
3329out:
3330 kfree(hmacs);
3331 return err;
3332}
3333
3334/*
3335 * 7.1.20. Set a shared key (SCTP_AUTH_KEY)
3336 *
3337 * This option will set a shared secret key which is used to build an
3338 * association shared key.
3339 */
3340static int sctp_setsockopt_auth_key(struct sock *sk,
3341 char __user *optval,
b7058842 3342 unsigned int optlen)
65b07e5d 3343{
e1fc3b14 3344 struct net *net = sock_net(sk);
65b07e5d
VY
3345 struct sctp_authkey *authkey;
3346 struct sctp_association *asoc;
3347 int ret;
3348
e1fc3b14 3349 if (!net->sctp.auth_enable)
5e739d17
VY
3350 return -EACCES;
3351
65b07e5d
VY
3352 if (optlen <= sizeof(struct sctp_authkey))
3353 return -EINVAL;
3354
934253a7
SW
3355 authkey= memdup_user(optval, optlen);
3356 if (IS_ERR(authkey))
3357 return PTR_ERR(authkey);
65b07e5d 3358
328fc47e 3359 if (authkey->sca_keylength > optlen - sizeof(struct sctp_authkey)) {
30c2235c
VY
3360 ret = -EINVAL;
3361 goto out;
3362 }
3363
65b07e5d
VY
3364 asoc = sctp_id2assoc(sk, authkey->sca_assoc_id);
3365 if (!asoc && authkey->sca_assoc_id && sctp_style(sk, UDP)) {
3366 ret = -EINVAL;
3367 goto out;
3368 }
3369
3370 ret = sctp_auth_set_key(sctp_sk(sk)->ep, asoc, authkey);
3371out:
6ba542a2 3372 kzfree(authkey);
65b07e5d
VY
3373 return ret;
3374}
3375
3376/*
3377 * 7.1.21. Get or set the active shared key (SCTP_AUTH_ACTIVE_KEY)
3378 *
3379 * This option will get or set the active shared key to be used to build
3380 * the association shared key.
3381 */
3382static int sctp_setsockopt_active_key(struct sock *sk,
b7058842
DM
3383 char __user *optval,
3384 unsigned int optlen)
65b07e5d 3385{
e1fc3b14 3386 struct net *net = sock_net(sk);
65b07e5d
VY
3387 struct sctp_authkeyid val;
3388 struct sctp_association *asoc;
3389
e1fc3b14 3390 if (!net->sctp.auth_enable)
5e739d17
VY
3391 return -EACCES;
3392
65b07e5d
VY
3393 if (optlen != sizeof(struct sctp_authkeyid))
3394 return -EINVAL;
3395 if (copy_from_user(&val, optval, optlen))
3396 return -EFAULT;
3397
3398 asoc = sctp_id2assoc(sk, val.scact_assoc_id);
3399 if (!asoc && val.scact_assoc_id && sctp_style(sk, UDP))
3400 return -EINVAL;
3401
3402 return sctp_auth_set_active_key(sctp_sk(sk)->ep, asoc,
3403 val.scact_keynumber);
3404}
3405
3406/*
3407 * 7.1.22. Delete a shared key (SCTP_AUTH_DELETE_KEY)
3408 *
3409 * This set option will delete a shared secret key from use.
3410 */
3411static int sctp_setsockopt_del_key(struct sock *sk,
b7058842
DM
3412 char __user *optval,
3413 unsigned int optlen)
65b07e5d 3414{
e1fc3b14 3415 struct net *net = sock_net(sk);
65b07e5d
VY
3416 struct sctp_authkeyid val;
3417 struct sctp_association *asoc;
3418
e1fc3b14 3419 if (!net->sctp.auth_enable)
5e739d17
VY
3420 return -EACCES;
3421
65b07e5d
VY
3422 if (optlen != sizeof(struct sctp_authkeyid))
3423 return -EINVAL;
3424 if (copy_from_user(&val, optval, optlen))
3425 return -EFAULT;
3426
3427 asoc = sctp_id2assoc(sk, val.scact_assoc_id);
3428 if (!asoc && val.scact_assoc_id && sctp_style(sk, UDP))
3429 return -EINVAL;
3430
3431 return sctp_auth_del_key_id(sctp_sk(sk)->ep, asoc,
3432 val.scact_keynumber);
3433
3434}
3435
7dc04d71
MH
3436/*
3437 * 8.1.23 SCTP_AUTO_ASCONF
3438 *
3439 * This option will enable or disable the use of the automatic generation of
3440 * ASCONF chunks to add and delete addresses to an existing association. Note
3441 * that this option has two caveats namely: a) it only affects sockets that
3442 * are bound to all addresses available to the SCTP stack, and b) the system
3443 * administrator may have an overriding control that turns the ASCONF feature
3444 * off no matter what setting the socket option may have.
3445 * This option expects an integer boolean flag, where a non-zero value turns on
3446 * the option, and a zero value turns off the option.
3447 * Note. In this implementation, socket operation overrides default parameter
3448 * being set by sysctl as well as FreeBSD implementation
3449 */
3450static int sctp_setsockopt_auto_asconf(struct sock *sk, char __user *optval,
3451 unsigned int optlen)
3452{
3453 int val;
3454 struct sctp_sock *sp = sctp_sk(sk);
3455
3456 if (optlen < sizeof(int))
3457 return -EINVAL;
3458 if (get_user(val, (int __user *)optval))
3459 return -EFAULT;
3460 if (!sctp_is_ep_boundall(sk) && val)
3461 return -EINVAL;
3462 if ((val && sp->do_auto_asconf) || (!val && !sp->do_auto_asconf))
3463 return 0;
3464
3465 if (val == 0 && sp->do_auto_asconf) {
3466 list_del(&sp->auto_asconf_list);
3467 sp->do_auto_asconf = 0;
3468 } else if (val && !sp->do_auto_asconf) {
3469 list_add_tail(&sp->auto_asconf_list,
4db67e80 3470 &sock_net(sk)->sctp.auto_asconf_splist);
7dc04d71
MH
3471 sp->do_auto_asconf = 1;
3472 }
3473 return 0;
3474}
3475
65b07e5d 3476
5aa93bcf
NH
3477/*
3478 * SCTP_PEER_ADDR_THLDS
3479 *
3480 * This option allows us to alter the partially failed threshold for one or all
3481 * transports in an association. See Section 6.1 of:
3482 * http://www.ietf.org/id/draft-nishida-tsvwg-sctp-failover-05.txt
3483 */
3484static int sctp_setsockopt_paddr_thresholds(struct sock *sk,
3485 char __user *optval,
3486 unsigned int optlen)
3487{
3488 struct sctp_paddrthlds val;
3489 struct sctp_transport *trans;
3490 struct sctp_association *asoc;
3491
3492 if (optlen < sizeof(struct sctp_paddrthlds))
3493 return -EINVAL;
3494 if (copy_from_user(&val, (struct sctp_paddrthlds __user *)optval,
3495 sizeof(struct sctp_paddrthlds)))
3496 return -EFAULT;
3497
3498
3499 if (sctp_is_any(sk, (const union sctp_addr *)&val.spt_address)) {
3500 asoc = sctp_id2assoc(sk, val.spt_assoc_id);
3501 if (!asoc)
3502 return -ENOENT;
3503 list_for_each_entry(trans, &asoc->peer.transport_addr_list,
3504 transports) {
3505 if (val.spt_pathmaxrxt)
3506 trans->pathmaxrxt = val.spt_pathmaxrxt;
3507 trans->pf_retrans = val.spt_pathpfthld;
3508 }
3509
3510 if (val.spt_pathmaxrxt)
3511 asoc->pathmaxrxt = val.spt_pathmaxrxt;
3512 asoc->pf_retrans = val.spt_pathpfthld;
3513 } else {
3514 trans = sctp_addr_id2transport(sk, &val.spt_address,
3515 val.spt_assoc_id);
3516 if (!trans)
3517 return -ENOENT;
3518
3519 if (val.spt_pathmaxrxt)
3520 trans->pathmaxrxt = val.spt_pathmaxrxt;
3521 trans->pf_retrans = val.spt_pathpfthld;
3522 }
3523
3524 return 0;
3525}
3526
1da177e4
LT
3527/* API 6.2 setsockopt(), getsockopt()
3528 *
3529 * Applications use setsockopt() and getsockopt() to set or retrieve
3530 * socket options. Socket options are used to change the default
3531 * behavior of sockets calls. They are described in Section 7.
3532 *
3533 * The syntax is:
3534 *
3535 * ret = getsockopt(int sd, int level, int optname, void __user *optval,
3536 * int __user *optlen);
3537 * ret = setsockopt(int sd, int level, int optname, const void __user *optval,
3538 * int optlen);
3539 *
3540 * sd - the socket descript.
3541 * level - set to IPPROTO_SCTP for all SCTP options.
3542 * optname - the option name.
3543 * optval - the buffer to store the value of the option.
3544 * optlen - the size of the buffer.
3545 */
dda91928
DB
3546static int sctp_setsockopt(struct sock *sk, int level, int optname,
3547 char __user *optval, unsigned int optlen)
1da177e4
LT
3548{
3549 int retval = 0;
3550
bb33381d 3551 pr_debug("%s: sk:%p, optname:%d\n", __func__, sk, optname);
1da177e4
LT
3552
3553 /* I can hardly begin to describe how wrong this is. This is
3554 * so broken as to be worse than useless. The API draft
3555 * REALLY is NOT helpful here... I am not convinced that the
3556 * semantics of setsockopt() with a level OTHER THAN SOL_SCTP
3557 * are at all well-founded.
3558 */
3559 if (level != SOL_SCTP) {
3560 struct sctp_af *af = sctp_sk(sk)->pf->af;
3561 retval = af->setsockopt(sk, level, optname, optval, optlen);
3562 goto out_nounlock;
3563 }
3564
3565 sctp_lock_sock(sk);
3566
3567 switch (optname) {
3568 case SCTP_SOCKOPT_BINDX_ADD:
3569 /* 'optlen' is the size of the addresses buffer. */
3570 retval = sctp_setsockopt_bindx(sk, (struct sockaddr __user *)optval,
3571 optlen, SCTP_BINDX_ADD_ADDR);
3572 break;
3573
3574 case SCTP_SOCKOPT_BINDX_REM:
3575 /* 'optlen' is the size of the addresses buffer. */
3576 retval = sctp_setsockopt_bindx(sk, (struct sockaddr __user *)optval,
3577 optlen, SCTP_BINDX_REM_ADDR);
3578 break;
3579
88a0a948
VY
3580 case SCTP_SOCKOPT_CONNECTX_OLD:
3581 /* 'optlen' is the size of the addresses buffer. */
3582 retval = sctp_setsockopt_connectx_old(sk,
3583 (struct sockaddr __user *)optval,
3584 optlen);
3585 break;
3586
3f7a87d2
FF
3587 case SCTP_SOCKOPT_CONNECTX:
3588 /* 'optlen' is the size of the addresses buffer. */
88a0a948
VY
3589 retval = sctp_setsockopt_connectx(sk,
3590 (struct sockaddr __user *)optval,
3591 optlen);
3f7a87d2
FF
3592 break;
3593
1da177e4
LT
3594 case SCTP_DISABLE_FRAGMENTS:
3595 retval = sctp_setsockopt_disable_fragments(sk, optval, optlen);
3596 break;
3597
3598 case SCTP_EVENTS:
3599 retval = sctp_setsockopt_events(sk, optval, optlen);
3600 break;
3601
3602 case SCTP_AUTOCLOSE:
3603 retval = sctp_setsockopt_autoclose(sk, optval, optlen);
3604 break;
3605
3606 case SCTP_PEER_ADDR_PARAMS:
3607 retval = sctp_setsockopt_peer_addr_params(sk, optval, optlen);
3608 break;
3609
4580ccc0 3610 case SCTP_DELAYED_SACK:
d364d927 3611 retval = sctp_setsockopt_delayed_ack(sk, optval, optlen);
7708610b 3612 break;
d49d91d7
VY
3613 case SCTP_PARTIAL_DELIVERY_POINT:
3614 retval = sctp_setsockopt_partial_delivery_point(sk, optval, optlen);
3615 break;
7708610b 3616
1da177e4
LT
3617 case SCTP_INITMSG:
3618 retval = sctp_setsockopt_initmsg(sk, optval, optlen);
3619 break;
3620 case SCTP_DEFAULT_SEND_PARAM:
3621 retval = sctp_setsockopt_default_send_param(sk, optval,
3622 optlen);
3623 break;
3624 case SCTP_PRIMARY_ADDR:
3625 retval = sctp_setsockopt_primary_addr(sk, optval, optlen);
3626 break;
3627 case SCTP_SET_PEER_PRIMARY_ADDR:
3628 retval = sctp_setsockopt_peer_primary_addr(sk, optval, optlen);
3629 break;
3630 case SCTP_NODELAY:
3631 retval = sctp_setsockopt_nodelay(sk, optval, optlen);
3632 break;
3633 case SCTP_RTOINFO:
3634 retval = sctp_setsockopt_rtoinfo(sk, optval, optlen);
3635 break;
3636 case SCTP_ASSOCINFO:
3637 retval = sctp_setsockopt_associnfo(sk, optval, optlen);
3638 break;
3639 case SCTP_I_WANT_MAPPED_V4_ADDR:
3640 retval = sctp_setsockopt_mappedv4(sk, optval, optlen);
3641 break;
3642 case SCTP_MAXSEG:
3643 retval = sctp_setsockopt_maxseg(sk, optval, optlen);
3644 break;
0f3fffd8
ISJ
3645 case SCTP_ADAPTATION_LAYER:
3646 retval = sctp_setsockopt_adaptation_layer(sk, optval, optlen);
1da177e4 3647 break;
6ab792f5
ISJ
3648 case SCTP_CONTEXT:
3649 retval = sctp_setsockopt_context(sk, optval, optlen);
3650 break;
b6e1331f
VY
3651 case SCTP_FRAGMENT_INTERLEAVE:
3652 retval = sctp_setsockopt_fragment_interleave(sk, optval, optlen);
3653 break;
70331571
VY
3654 case SCTP_MAX_BURST:
3655 retval = sctp_setsockopt_maxburst(sk, optval, optlen);
3656 break;
65b07e5d
VY
3657 case SCTP_AUTH_CHUNK:
3658 retval = sctp_setsockopt_auth_chunk(sk, optval, optlen);
3659 break;
3660 case SCTP_HMAC_IDENT:
3661 retval = sctp_setsockopt_hmac_ident(sk, optval, optlen);
3662 break;
3663 case SCTP_AUTH_KEY:
3664 retval = sctp_setsockopt_auth_key(sk, optval, optlen);
3665 break;
3666 case SCTP_AUTH_ACTIVE_KEY:
3667 retval = sctp_setsockopt_active_key(sk, optval, optlen);
3668 break;
3669 case SCTP_AUTH_DELETE_KEY:
3670 retval = sctp_setsockopt_del_key(sk, optval, optlen);
3671 break;
7dc04d71
MH
3672 case SCTP_AUTO_ASCONF:
3673 retval = sctp_setsockopt_auto_asconf(sk, optval, optlen);
3674 break;
5aa93bcf
NH
3675 case SCTP_PEER_ADDR_THLDS:
3676 retval = sctp_setsockopt_paddr_thresholds(sk, optval, optlen);
3677 break;
1da177e4
LT
3678 default:
3679 retval = -ENOPROTOOPT;
3680 break;
3ff50b79 3681 }
1da177e4
LT
3682
3683 sctp_release_sock(sk);
3684
3685out_nounlock:
3686 return retval;
3687}
3688
3689/* API 3.1.6 connect() - UDP Style Syntax
3690 *
3691 * An application may use the connect() call in the UDP model to initiate an
3692 * association without sending data.
3693 *
3694 * The syntax is:
3695 *
3696 * ret = connect(int sd, const struct sockaddr *nam, socklen_t len);
3697 *
3698 * sd: the socket descriptor to have a new association added to.
3699 *
3700 * nam: the address structure (either struct sockaddr_in or struct
3701 * sockaddr_in6 defined in RFC2553 [7]).
3702 *
3703 * len: the size of the address.
3704 */
dda91928
DB
3705static int sctp_connect(struct sock *sk, struct sockaddr *addr,
3706 int addr_len)
1da177e4 3707{
1da177e4 3708 int err = 0;
3f7a87d2 3709 struct sctp_af *af;
1da177e4
LT
3710
3711 sctp_lock_sock(sk);
3712
bb33381d
DB
3713 pr_debug("%s: sk:%p, sockaddr:%p, addr_len:%d\n", __func__, sk,
3714 addr, addr_len);
1da177e4 3715
3f7a87d2
FF
3716 /* Validate addr_len before calling common connect/connectx routine. */
3717 af = sctp_get_af_specific(addr->sa_family);
3718 if (!af || addr_len < af->sockaddr_len) {
3719 err = -EINVAL;
3720 } else {
3721 /* Pass correct addr len to common routine (so it knows there
3722 * is only one address being passed.
3723 */
88a0a948 3724 err = __sctp_connect(sk, addr, af->sockaddr_len, NULL);
1da177e4
LT
3725 }
3726
1da177e4 3727 sctp_release_sock(sk);
1da177e4
LT
3728 return err;
3729}
3730
3731/* FIXME: Write comments. */
dda91928 3732static int sctp_disconnect(struct sock *sk, int flags)
1da177e4
LT
3733{
3734 return -EOPNOTSUPP; /* STUB */
3735}
3736
3737/* 4.1.4 accept() - TCP Style Syntax
3738 *
3739 * Applications use accept() call to remove an established SCTP
3740 * association from the accept queue of the endpoint. A new socket
3741 * descriptor will be returned from accept() to represent the newly
3742 * formed association.
3743 */
dda91928 3744static struct sock *sctp_accept(struct sock *sk, int flags, int *err)
1da177e4
LT
3745{
3746 struct sctp_sock *sp;
3747 struct sctp_endpoint *ep;
3748 struct sock *newsk = NULL;
3749 struct sctp_association *asoc;
3750 long timeo;
3751 int error = 0;
3752
3753 sctp_lock_sock(sk);
3754
3755 sp = sctp_sk(sk);
3756 ep = sp->ep;
3757
3758 if (!sctp_style(sk, TCP)) {
3759 error = -EOPNOTSUPP;
3760 goto out;
3761 }
3762
3763 if (!sctp_sstate(sk, LISTENING)) {
3764 error = -EINVAL;
3765 goto out;
3766 }
3767
8abfedd8 3768 timeo = sock_rcvtimeo(sk, flags & O_NONBLOCK);
1da177e4
LT
3769
3770 error = sctp_wait_for_accept(sk, timeo);
3771 if (error)
3772 goto out;
3773
3774 /* We treat the list of associations on the endpoint as the accept
3775 * queue and pick the first association on the list.
3776 */
3777 asoc = list_entry(ep->asocs.next, struct sctp_association, asocs);
3778
3779 newsk = sp->pf->create_accept_sk(sk, asoc);
3780 if (!newsk) {
3781 error = -ENOMEM;
3782 goto out;
3783 }
3784
3785 /* Populate the fields of the newsk from the oldsk and migrate the
3786 * asoc to the newsk.
3787 */
3788 sctp_sock_migrate(sk, newsk, asoc, SCTP_SOCKET_TCP);
3789
3790out:
3791 sctp_release_sock(sk);
d808ad9a 3792 *err = error;
1da177e4
LT
3793 return newsk;
3794}
3795
3796/* The SCTP ioctl handler. */
dda91928 3797static int sctp_ioctl(struct sock *sk, int cmd, unsigned long arg)
1da177e4 3798{
65040c33
DEFP
3799 int rc = -ENOTCONN;
3800
3801 sctp_lock_sock(sk);
3802
3803 /*
3804 * SEQPACKET-style sockets in LISTENING state are valid, for
3805 * SCTP, so only discard TCP-style sockets in LISTENING state.
3806 */
3807 if (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING))
3808 goto out;
3809
3810 switch (cmd) {
3811 case SIOCINQ: {
3812 struct sk_buff *skb;
3813 unsigned int amount = 0;
3814
3815 skb = skb_peek(&sk->sk_receive_queue);
3816 if (skb != NULL) {
3817 /*
3818 * We will only return the amount of this packet since
3819 * that is all that will be read.
3820 */
3821 amount = skb->len;
3822 }
3823 rc = put_user(amount, (int __user *)arg);
65040c33 3824 break;
9a7241c2 3825 }
65040c33
DEFP
3826 default:
3827 rc = -ENOIOCTLCMD;
3828 break;
3829 }
3830out:
3831 sctp_release_sock(sk);
3832 return rc;
1da177e4
LT
3833}
3834
3835/* This is the function which gets called during socket creation to
3836 * initialized the SCTP-specific portion of the sock.
3837 * The sock structure should already be zero-filled memory.
3838 */
dda91928 3839static int sctp_init_sock(struct sock *sk)
1da177e4 3840{
e1fc3b14 3841 struct net *net = sock_net(sk);
1da177e4
LT
3842 struct sctp_sock *sp;
3843
bb33381d 3844 pr_debug("%s: sk:%p\n", __func__, sk);
1da177e4
LT
3845
3846 sp = sctp_sk(sk);
3847
3848 /* Initialize the SCTP per socket area. */
3849 switch (sk->sk_type) {
3850 case SOCK_SEQPACKET:
3851 sp->type = SCTP_SOCKET_UDP;
3852 break;
3853 case SOCK_STREAM:
3854 sp->type = SCTP_SOCKET_TCP;
3855 break;
3856 default:
3857 return -ESOCKTNOSUPPORT;
3858 }
3859
3860 /* Initialize default send parameters. These parameters can be
3861 * modified with the SCTP_DEFAULT_SEND_PARAM socket option.
3862 */
3863 sp->default_stream = 0;
3864 sp->default_ppid = 0;
3865 sp->default_flags = 0;
3866 sp->default_context = 0;
3867 sp->default_timetolive = 0;
3868
6ab792f5 3869 sp->default_rcv_context = 0;
e1fc3b14 3870 sp->max_burst = net->sctp.max_burst;
6ab792f5 3871
3c68198e
NH
3872 sp->sctp_hmac_alg = net->sctp.sctp_hmac_alg;
3873
1da177e4
LT
3874 /* Initialize default setup parameters. These parameters
3875 * can be modified with the SCTP_INITMSG socket option or
3876 * overridden by the SCTP_INIT CMSG.
3877 */
3878 sp->initmsg.sinit_num_ostreams = sctp_max_outstreams;
3879 sp->initmsg.sinit_max_instreams = sctp_max_instreams;
e1fc3b14
EB
3880 sp->initmsg.sinit_max_attempts = net->sctp.max_retrans_init;
3881 sp->initmsg.sinit_max_init_timeo = net->sctp.rto_max;
1da177e4
LT
3882
3883 /* Initialize default RTO related parameters. These parameters can
3884 * be modified for with the SCTP_RTOINFO socket option.
3885 */
e1fc3b14
EB
3886 sp->rtoinfo.srto_initial = net->sctp.rto_initial;
3887 sp->rtoinfo.srto_max = net->sctp.rto_max;
3888 sp->rtoinfo.srto_min = net->sctp.rto_min;
1da177e4
LT
3889
3890 /* Initialize default association related parameters. These parameters
3891 * can be modified with the SCTP_ASSOCINFO socket option.
3892 */
e1fc3b14 3893 sp->assocparams.sasoc_asocmaxrxt = net->sctp.max_retrans_association;
1da177e4
LT
3894 sp->assocparams.sasoc_number_peer_destinations = 0;
3895 sp->assocparams.sasoc_peer_rwnd = 0;
3896 sp->assocparams.sasoc_local_rwnd = 0;
e1fc3b14 3897 sp->assocparams.sasoc_cookie_life = net->sctp.valid_cookie_life;
1da177e4
LT
3898
3899 /* Initialize default event subscriptions. By default, all the
d808ad9a 3900 * options are off.
1da177e4
LT
3901 */
3902 memset(&sp->subscribe, 0, sizeof(struct sctp_event_subscribe));
3903
3904 /* Default Peer Address Parameters. These defaults can
3905 * be modified via SCTP_PEER_ADDR_PARAMS
3906 */
e1fc3b14
EB
3907 sp->hbinterval = net->sctp.hb_interval;
3908 sp->pathmaxrxt = net->sctp.max_retrans_path;
52ccb8e9 3909 sp->pathmtu = 0; // allow default discovery
e1fc3b14 3910 sp->sackdelay = net->sctp.sack_timeout;
7bfe8bdb 3911 sp->sackfreq = 2;
52ccb8e9 3912 sp->param_flags = SPP_HB_ENABLE |
d808ad9a
YH
3913 SPP_PMTUD_ENABLE |
3914 SPP_SACKDELAY_ENABLE;
1da177e4
LT
3915
3916 /* If enabled no SCTP message fragmentation will be performed.
3917 * Configure through SCTP_DISABLE_FRAGMENTS socket option.
3918 */
3919 sp->disable_fragments = 0;
3920
208edef6
SS
3921 /* Enable Nagle algorithm by default. */
3922 sp->nodelay = 0;
1da177e4
LT
3923
3924 /* Enable by default. */
3925 sp->v4mapped = 1;
3926
3927 /* Auto-close idle associations after the configured
3928 * number of seconds. A value of 0 disables this
3929 * feature. Configure through the SCTP_AUTOCLOSE socket option,
3930 * for UDP-style sockets only.
3931 */
3932 sp->autoclose = 0;
3933
3934 /* User specified fragmentation limit. */
3935 sp->user_frag = 0;
3936
0f3fffd8 3937 sp->adaptation_ind = 0;
1da177e4
LT
3938
3939 sp->pf = sctp_get_pf_specific(sk->sk_family);
3940
3941 /* Control variables for partial data delivery. */
b6e1331f 3942 atomic_set(&sp->pd_mode, 0);
1da177e4 3943 skb_queue_head_init(&sp->pd_lobby);
b6e1331f 3944 sp->frag_interleave = 0;
1da177e4
LT
3945
3946 /* Create a per socket endpoint structure. Even if we
3947 * change the data structure relationships, this may still
3948 * be useful for storing pre-connect address information.
3949 */
c164b838
DB
3950 sp->ep = sctp_endpoint_new(sk, GFP_KERNEL);
3951 if (!sp->ep)
1da177e4
LT
3952 return -ENOMEM;
3953
1da177e4
LT
3954 sp->hmac = NULL;
3955
0a2fbac1
DB
3956 sk->sk_destruct = sctp_destruct_sock;
3957
1da177e4 3958 SCTP_DBG_OBJCNT_INC(sock);
6f756a8c
DM
3959
3960 local_bh_disable();
81419d86 3961 percpu_counter_inc(&sctp_sockets_allocated);
e1fc3b14
EB
3962 sock_prot_inuse_add(net, sk->sk_prot, 1);
3963 if (net->sctp.default_auto_asconf) {
9f7d653b 3964 list_add_tail(&sp->auto_asconf_list,
e1fc3b14 3965 &net->sctp.auto_asconf_splist);
9f7d653b
MH
3966 sp->do_auto_asconf = 1;
3967 } else
3968 sp->do_auto_asconf = 0;
6f756a8c
DM
3969 local_bh_enable();
3970
1da177e4
LT
3971 return 0;
3972}
3973
3974/* Cleanup any SCTP per socket resources. */
dda91928 3975static void sctp_destroy_sock(struct sock *sk)
1da177e4 3976{
9f7d653b 3977 struct sctp_sock *sp;
1da177e4 3978
bb33381d 3979 pr_debug("%s: sk:%p\n", __func__, sk);
1da177e4
LT
3980
3981 /* Release our hold on the endpoint. */
9f7d653b 3982 sp = sctp_sk(sk);
1abd165e
DB
3983 /* This could happen during socket init, thus we bail out
3984 * early, since the rest of the below is not setup either.
3985 */
3986 if (sp->ep == NULL)
3987 return;
3988
9f7d653b
MH
3989 if (sp->do_auto_asconf) {
3990 sp->do_auto_asconf = 0;
3991 list_del(&sp->auto_asconf_list);
3992 }
3993 sctp_endpoint_free(sp->ep);
5bc0b3bf 3994 local_bh_disable();
81419d86 3995 percpu_counter_dec(&sctp_sockets_allocated);
9a57f7fa 3996 sock_prot_inuse_add(sock_net(sk), sk->sk_prot, -1);
5bc0b3bf 3997 local_bh_enable();
1da177e4
LT
3998}
3999
0a2fbac1
DB
4000/* Triggered when there are no references on the socket anymore */
4001static void sctp_destruct_sock(struct sock *sk)
4002{
4003 struct sctp_sock *sp = sctp_sk(sk);
4004
4005 /* Free up the HMAC transform. */
4006 crypto_free_hash(sp->hmac);
4007
4008 inet_sock_destruct(sk);
4009}
4010
1da177e4
LT
4011/* API 4.1.7 shutdown() - TCP Style Syntax
4012 * int shutdown(int socket, int how);
4013 *
4014 * sd - the socket descriptor of the association to be closed.
4015 * how - Specifies the type of shutdown. The values are
4016 * as follows:
4017 * SHUT_RD
4018 * Disables further receive operations. No SCTP
4019 * protocol action is taken.
4020 * SHUT_WR
4021 * Disables further send operations, and initiates
4022 * the SCTP shutdown sequence.
4023 * SHUT_RDWR
4024 * Disables further send and receive operations
4025 * and initiates the SCTP shutdown sequence.
4026 */
dda91928 4027static void sctp_shutdown(struct sock *sk, int how)
1da177e4 4028{
55e26eb9 4029 struct net *net = sock_net(sk);
1da177e4
LT
4030 struct sctp_endpoint *ep;
4031 struct sctp_association *asoc;
4032
4033 if (!sctp_style(sk, TCP))
4034 return;
4035
4036 if (how & SEND_SHUTDOWN) {
4037 ep = sctp_sk(sk)->ep;
4038 if (!list_empty(&ep->asocs)) {
4039 asoc = list_entry(ep->asocs.next,
4040 struct sctp_association, asocs);
55e26eb9 4041 sctp_primitive_SHUTDOWN(net, asoc, NULL);
1da177e4
LT
4042 }
4043 }
4044}
4045
4046/* 7.2.1 Association Status (SCTP_STATUS)
4047
4048 * Applications can retrieve current status information about an
4049 * association, including association state, peer receiver window size,
4050 * number of unacked data chunks, and number of data chunks pending
4051 * receipt. This information is read-only.
4052 */
4053static int sctp_getsockopt_sctp_status(struct sock *sk, int len,
4054 char __user *optval,
4055 int __user *optlen)
4056{
4057 struct sctp_status status;
4058 struct sctp_association *asoc = NULL;
4059 struct sctp_transport *transport;
4060 sctp_assoc_t associd;
4061 int retval = 0;
4062
408f22e8 4063 if (len < sizeof(status)) {
1da177e4
LT
4064 retval = -EINVAL;
4065 goto out;
4066 }
4067
408f22e8
NH
4068 len = sizeof(status);
4069 if (copy_from_user(&status, optval, len)) {
1da177e4
LT
4070 retval = -EFAULT;
4071 goto out;
4072 }
4073
4074 associd = status.sstat_assoc_id;
4075 asoc = sctp_id2assoc(sk, associd);
4076 if (!asoc) {
4077 retval = -EINVAL;
4078 goto out;
4079 }
4080
4081 transport = asoc->peer.primary_path;
4082
4083 status.sstat_assoc_id = sctp_assoc2id(asoc);
4084 status.sstat_state = asoc->state;
4085 status.sstat_rwnd = asoc->peer.rwnd;
4086 status.sstat_unackdata = asoc->unack_data;
4087
4088 status.sstat_penddata = sctp_tsnmap_pending(&asoc->peer.tsn_map);
4089 status.sstat_instrms = asoc->c.sinit_max_instreams;
4090 status.sstat_outstrms = asoc->c.sinit_num_ostreams;
4091 status.sstat_fragmentation_point = asoc->frag_point;
4092 status.sstat_primary.spinfo_assoc_id = sctp_assoc2id(transport->asoc);
8cec6b80
AV
4093 memcpy(&status.sstat_primary.spinfo_address, &transport->ipaddr,
4094 transport->af_specific->sockaddr_len);
1da177e4
LT
4095 /* Map ipv4 address into v4-mapped-on-v6 address. */
4096 sctp_get_pf_specific(sk->sk_family)->addr_v4map(sctp_sk(sk),
4097 (union sctp_addr *)&status.sstat_primary.spinfo_address);
3f7a87d2 4098 status.sstat_primary.spinfo_state = transport->state;
1da177e4
LT
4099 status.sstat_primary.spinfo_cwnd = transport->cwnd;
4100 status.sstat_primary.spinfo_srtt = transport->srtt;
4101 status.sstat_primary.spinfo_rto = jiffies_to_msecs(transport->rto);
52ccb8e9 4102 status.sstat_primary.spinfo_mtu = transport->pathmtu;
1da177e4 4103
3f7a87d2
FF
4104 if (status.sstat_primary.spinfo_state == SCTP_UNKNOWN)
4105 status.sstat_primary.spinfo_state = SCTP_ACTIVE;
4106
1da177e4
LT
4107 if (put_user(len, optlen)) {
4108 retval = -EFAULT;
4109 goto out;
4110 }
4111
bb33381d
DB
4112 pr_debug("%s: len:%d, state:%d, rwnd:%d, assoc_id:%d\n",
4113 __func__, len, status.sstat_state, status.sstat_rwnd,
4114 status.sstat_assoc_id);
1da177e4
LT
4115
4116 if (copy_to_user(optval, &status, len)) {
4117 retval = -EFAULT;
4118 goto out;
4119 }
4120
4121out:
a02cec21 4122 return retval;
1da177e4
LT
4123}
4124
4125
4126/* 7.2.2 Peer Address Information (SCTP_GET_PEER_ADDR_INFO)
4127 *
4128 * Applications can retrieve information about a specific peer address
4129 * of an association, including its reachability state, congestion
4130 * window, and retransmission timer values. This information is
4131 * read-only.
4132 */
4133static int sctp_getsockopt_peer_addr_info(struct sock *sk, int len,
4134 char __user *optval,
4135 int __user *optlen)
4136{
4137 struct sctp_paddrinfo pinfo;
4138 struct sctp_transport *transport;
4139 int retval = 0;
4140
408f22e8 4141 if (len < sizeof(pinfo)) {
1da177e4
LT
4142 retval = -EINVAL;
4143 goto out;
4144 }
4145
408f22e8
NH
4146 len = sizeof(pinfo);
4147 if (copy_from_user(&pinfo, optval, len)) {
1da177e4
LT
4148 retval = -EFAULT;
4149 goto out;
4150 }
4151
4152 transport = sctp_addr_id2transport(sk, &pinfo.spinfo_address,
4153 pinfo.spinfo_assoc_id);
4154 if (!transport)
4155 return -EINVAL;
4156
4157 pinfo.spinfo_assoc_id = sctp_assoc2id(transport->asoc);
3f7a87d2 4158 pinfo.spinfo_state = transport->state;
1da177e4
LT
4159 pinfo.spinfo_cwnd = transport->cwnd;
4160 pinfo.spinfo_srtt = transport->srtt;
4161 pinfo.spinfo_rto = jiffies_to_msecs(transport->rto);
52ccb8e9 4162 pinfo.spinfo_mtu = transport->pathmtu;
1da177e4 4163
3f7a87d2
FF
4164 if (pinfo.spinfo_state == SCTP_UNKNOWN)
4165 pinfo.spinfo_state = SCTP_ACTIVE;
4166
1da177e4
LT
4167 if (put_user(len, optlen)) {
4168 retval = -EFAULT;
4169 goto out;
4170 }
4171
4172 if (copy_to_user(optval, &pinfo, len)) {
4173 retval = -EFAULT;
4174 goto out;
4175 }
4176
4177out:
a02cec21 4178 return retval;
1da177e4
LT
4179}
4180
4181/* 7.1.12 Enable/Disable message fragmentation (SCTP_DISABLE_FRAGMENTS)
4182 *
4183 * This option is a on/off flag. If enabled no SCTP message
4184 * fragmentation will be performed. Instead if a message being sent
4185 * exceeds the current PMTU size, the message will NOT be sent and
4186 * instead a error will be indicated to the user.
4187 */
4188static int sctp_getsockopt_disable_fragments(struct sock *sk, int len,
4189 char __user *optval, int __user *optlen)
4190{
4191 int val;
4192
4193 if (len < sizeof(int))
4194 return -EINVAL;
4195
4196 len = sizeof(int);
4197 val = (sctp_sk(sk)->disable_fragments == 1);
4198 if (put_user(len, optlen))
4199 return -EFAULT;
4200 if (copy_to_user(optval, &val, len))
4201 return -EFAULT;
4202 return 0;
4203}
4204
4205/* 7.1.15 Set notification and ancillary events (SCTP_EVENTS)
4206 *
4207 * This socket option is used to specify various notifications and
4208 * ancillary data the user wishes to receive.
4209 */
4210static int sctp_getsockopt_events(struct sock *sk, int len, char __user *optval,
4211 int __user *optlen)
4212{
acdd5985 4213 if (len <= 0)
1da177e4 4214 return -EINVAL;
acdd5985
TG
4215 if (len > sizeof(struct sctp_event_subscribe))
4216 len = sizeof(struct sctp_event_subscribe);
408f22e8
NH
4217 if (put_user(len, optlen))
4218 return -EFAULT;
1da177e4
LT
4219 if (copy_to_user(optval, &sctp_sk(sk)->subscribe, len))
4220 return -EFAULT;
4221 return 0;
4222}
4223
4224/* 7.1.8 Automatic Close of associations (SCTP_AUTOCLOSE)
4225 *
4226 * This socket option is applicable to the UDP-style socket only. When
4227 * set it will cause associations that are idle for more than the
4228 * specified number of seconds to automatically close. An association
4229 * being idle is defined an association that has NOT sent or received
4230 * user data. The special value of '0' indicates that no automatic
4231 * close of any associations should be performed. The option expects an
4232 * integer defining the number of seconds of idle time before an
4233 * association is closed.
4234 */
4235static int sctp_getsockopt_autoclose(struct sock *sk, int len, char __user *optval, int __user *optlen)
4236{
4237 /* Applicable to UDP-style socket only */
4238 if (sctp_style(sk, TCP))
4239 return -EOPNOTSUPP;
408f22e8 4240 if (len < sizeof(int))
1da177e4 4241 return -EINVAL;
408f22e8
NH
4242 len = sizeof(int);
4243 if (put_user(len, optlen))
4244 return -EFAULT;
4245 if (copy_to_user(optval, &sctp_sk(sk)->autoclose, sizeof(int)))
1da177e4
LT
4246 return -EFAULT;
4247 return 0;
4248}
4249
4250/* Helper routine to branch off an association to a new socket. */
0343c554 4251int sctp_do_peeloff(struct sock *sk, sctp_assoc_t id, struct socket **sockp)
1da177e4 4252{
0343c554 4253 struct sctp_association *asoc = sctp_id2assoc(sk, id);
1da177e4 4254 struct socket *sock;
d570ee49 4255 struct sctp_af *af;
1da177e4
LT
4256 int err = 0;
4257
0343c554
BP
4258 if (!asoc)
4259 return -EINVAL;
4260
1da177e4
LT
4261 /* An association cannot be branched off from an already peeled-off
4262 * socket, nor is this supported for tcp style sockets.
4263 */
4264 if (!sctp_style(sk, UDP))
4265 return -EINVAL;
4266
4267 /* Create a new socket. */
4268 err = sock_create(sk->sk_family, SOCK_SEQPACKET, IPPROTO_SCTP, &sock);
4269 if (err < 0)
4270 return err;
4271
914e1c8b 4272 sctp_copy_sock(sock->sk, sk, asoc);
4f444308
VY
4273
4274 /* Make peeled-off sockets more like 1-1 accepted sockets.
4275 * Set the daddr and initialize id to something more random
4276 */
d570ee49
VY
4277 af = sctp_get_af_specific(asoc->peer.primary_addr.sa.sa_family);
4278 af->to_sk_daddr(&asoc->peer.primary_addr, sk);
914e1c8b
VY
4279
4280 /* Populate the fields of the newsk from the oldsk and migrate the
4281 * asoc to the newsk.
4282 */
4283 sctp_sock_migrate(sk, sock->sk, asoc, SCTP_SOCKET_UDP_HIGH_BANDWIDTH);
4f444308 4284
1da177e4
LT
4285 *sockp = sock;
4286
4287 return err;
4288}
0343c554 4289EXPORT_SYMBOL(sctp_do_peeloff);
1da177e4
LT
4290
4291static int sctp_getsockopt_peeloff(struct sock *sk, int len, char __user *optval, int __user *optlen)
4292{
4293 sctp_peeloff_arg_t peeloff;
4294 struct socket *newsock;
56b31d1c 4295 struct file *newfile;
1da177e4 4296 int retval = 0;
1da177e4 4297
408f22e8 4298 if (len < sizeof(sctp_peeloff_arg_t))
1da177e4 4299 return -EINVAL;
408f22e8 4300 len = sizeof(sctp_peeloff_arg_t);
1da177e4
LT
4301 if (copy_from_user(&peeloff, optval, len))
4302 return -EFAULT;
4303
0343c554 4304 retval = sctp_do_peeloff(sk, peeloff.associd, &newsock);
1da177e4
LT
4305 if (retval < 0)
4306 goto out;
4307
4308 /* Map the socket to an unused fd that can be returned to the user. */
8a59bd3e 4309 retval = get_unused_fd_flags(0);
1da177e4
LT
4310 if (retval < 0) {
4311 sock_release(newsock);
4312 goto out;
4313 }
4314
aab174f0 4315 newfile = sock_alloc_file(newsock, 0, NULL);
56b31d1c
AV
4316 if (unlikely(IS_ERR(newfile))) {
4317 put_unused_fd(retval);
4318 sock_release(newsock);
4319 return PTR_ERR(newfile);
4320 }
4321
bb33381d
DB
4322 pr_debug("%s: sk:%p, newsk:%p, sd:%d\n", __func__, sk, newsock->sk,
4323 retval);
1da177e4
LT
4324
4325 /* Return the fd mapped to the new socket. */
56b31d1c
AV
4326 if (put_user(len, optlen)) {
4327 fput(newfile);
4328 put_unused_fd(retval);
4329 return -EFAULT;
4330 }
1da177e4 4331 peeloff.sd = retval;
56b31d1c
AV
4332 if (copy_to_user(optval, &peeloff, len)) {
4333 fput(newfile);
4334 put_unused_fd(retval);
408f22e8 4335 return -EFAULT;
56b31d1c
AV
4336 }
4337 fd_install(retval, newfile);
1da177e4
LT
4338out:
4339 return retval;
4340}
4341
4342/* 7.1.13 Peer Address Parameters (SCTP_PEER_ADDR_PARAMS)
4343 *
4344 * Applications can enable or disable heartbeats for any peer address of
4345 * an association, modify an address's heartbeat interval, force a
4346 * heartbeat to be sent immediately, and adjust the address's maximum
4347 * number of retransmissions sent before an address is considered
4348 * unreachable. The following structure is used to access and modify an
4349 * address's parameters:
4350 *
4351 * struct sctp_paddrparams {
52ccb8e9
FF
4352 * sctp_assoc_t spp_assoc_id;
4353 * struct sockaddr_storage spp_address;
4354 * uint32_t spp_hbinterval;
4355 * uint16_t spp_pathmaxrxt;
4356 * uint32_t spp_pathmtu;
4357 * uint32_t spp_sackdelay;
4358 * uint32_t spp_flags;
4359 * };
4360 *
4361 * spp_assoc_id - (one-to-many style socket) This is filled in the
4362 * application, and identifies the association for
4363 * this query.
1da177e4
LT
4364 * spp_address - This specifies which address is of interest.
4365 * spp_hbinterval - This contains the value of the heartbeat interval,
52ccb8e9
FF
4366 * in milliseconds. If a value of zero
4367 * is present in this field then no changes are to
4368 * be made to this parameter.
1da177e4
LT
4369 * spp_pathmaxrxt - This contains the maximum number of
4370 * retransmissions before this address shall be
52ccb8e9
FF
4371 * considered unreachable. If a value of zero
4372 * is present in this field then no changes are to
4373 * be made to this parameter.
4374 * spp_pathmtu - When Path MTU discovery is disabled the value
4375 * specified here will be the "fixed" path mtu.
4376 * Note that if the spp_address field is empty
4377 * then all associations on this address will
4378 * have this fixed path mtu set upon them.
4379 *
4380 * spp_sackdelay - When delayed sack is enabled, this value specifies
4381 * the number of milliseconds that sacks will be delayed
4382 * for. This value will apply to all addresses of an
4383 * association if the spp_address field is empty. Note
4384 * also, that if delayed sack is enabled and this
4385 * value is set to 0, no change is made to the last
4386 * recorded delayed sack timer value.
4387 *
4388 * spp_flags - These flags are used to control various features
4389 * on an association. The flag field may contain
4390 * zero or more of the following options.
4391 *
4392 * SPP_HB_ENABLE - Enable heartbeats on the
4393 * specified address. Note that if the address
4394 * field is empty all addresses for the association
4395 * have heartbeats enabled upon them.
4396 *
4397 * SPP_HB_DISABLE - Disable heartbeats on the
4398 * speicifed address. Note that if the address
4399 * field is empty all addresses for the association
4400 * will have their heartbeats disabled. Note also
4401 * that SPP_HB_ENABLE and SPP_HB_DISABLE are
4402 * mutually exclusive, only one of these two should
4403 * be specified. Enabling both fields will have
4404 * undetermined results.
4405 *
4406 * SPP_HB_DEMAND - Request a user initiated heartbeat
4407 * to be made immediately.
4408 *
4409 * SPP_PMTUD_ENABLE - This field will enable PMTU
4410 * discovery upon the specified address. Note that
4411 * if the address feild is empty then all addresses
4412 * on the association are effected.
4413 *
4414 * SPP_PMTUD_DISABLE - This field will disable PMTU
4415 * discovery upon the specified address. Note that
4416 * if the address feild is empty then all addresses
4417 * on the association are effected. Not also that
4418 * SPP_PMTUD_ENABLE and SPP_PMTUD_DISABLE are mutually
4419 * exclusive. Enabling both will have undetermined
4420 * results.
4421 *
4422 * SPP_SACKDELAY_ENABLE - Setting this flag turns
4423 * on delayed sack. The time specified in spp_sackdelay
4424 * is used to specify the sack delay for this address. Note
4425 * that if spp_address is empty then all addresses will
4426 * enable delayed sack and take on the sack delay
4427 * value specified in spp_sackdelay.
4428 * SPP_SACKDELAY_DISABLE - Setting this flag turns
4429 * off delayed sack. If the spp_address field is blank then
4430 * delayed sack is disabled for the entire association. Note
4431 * also that this field is mutually exclusive to
4432 * SPP_SACKDELAY_ENABLE, setting both will have undefined
4433 * results.
1da177e4
LT
4434 */
4435static int sctp_getsockopt_peer_addr_params(struct sock *sk, int len,
52ccb8e9 4436 char __user *optval, int __user *optlen)
1da177e4 4437{
52ccb8e9
FF
4438 struct sctp_paddrparams params;
4439 struct sctp_transport *trans = NULL;
4440 struct sctp_association *asoc = NULL;
4441 struct sctp_sock *sp = sctp_sk(sk);
1da177e4 4442
408f22e8 4443 if (len < sizeof(struct sctp_paddrparams))
1da177e4 4444 return -EINVAL;
408f22e8 4445 len = sizeof(struct sctp_paddrparams);
1da177e4
LT
4446 if (copy_from_user(&params, optval, len))
4447 return -EFAULT;
4448
52ccb8e9
FF
4449 /* If an address other than INADDR_ANY is specified, and
4450 * no transport is found, then the request is invalid.
1da177e4 4451 */
52cae8f0 4452 if (!sctp_is_any(sk, ( union sctp_addr *)&params.spp_address)) {
52ccb8e9
FF
4453 trans = sctp_addr_id2transport(sk, &params.spp_address,
4454 params.spp_assoc_id);
4455 if (!trans) {
bb33381d 4456 pr_debug("%s: failed no transport\n", __func__);
52ccb8e9
FF
4457 return -EINVAL;
4458 }
1da177e4
LT
4459 }
4460
52ccb8e9
FF
4461 /* Get association, if assoc_id != 0 and the socket is a one
4462 * to many style socket, and an association was not found, then
4463 * the id was invalid.
4464 */
4465 asoc = sctp_id2assoc(sk, params.spp_assoc_id);
4466 if (!asoc && params.spp_assoc_id && sctp_style(sk, UDP)) {
bb33381d 4467 pr_debug("%s: failed no association\n", __func__);
1da177e4 4468 return -EINVAL;
52ccb8e9 4469 }
1da177e4 4470
52ccb8e9
FF
4471 if (trans) {
4472 /* Fetch transport values. */
4473 params.spp_hbinterval = jiffies_to_msecs(trans->hbinterval);
4474 params.spp_pathmtu = trans->pathmtu;
4475 params.spp_pathmaxrxt = trans->pathmaxrxt;
4476 params.spp_sackdelay = jiffies_to_msecs(trans->sackdelay);
4477
4478 /*draft-11 doesn't say what to return in spp_flags*/
4479 params.spp_flags = trans->param_flags;
4480 } else if (asoc) {
4481 /* Fetch association values. */
4482 params.spp_hbinterval = jiffies_to_msecs(asoc->hbinterval);
4483 params.spp_pathmtu = asoc->pathmtu;
4484 params.spp_pathmaxrxt = asoc->pathmaxrxt;
4485 params.spp_sackdelay = jiffies_to_msecs(asoc->sackdelay);
4486
4487 /*draft-11 doesn't say what to return in spp_flags*/
4488 params.spp_flags = asoc->param_flags;
4489 } else {
4490 /* Fetch socket values. */
4491 params.spp_hbinterval = sp->hbinterval;
4492 params.spp_pathmtu = sp->pathmtu;
4493 params.spp_sackdelay = sp->sackdelay;
4494 params.spp_pathmaxrxt = sp->pathmaxrxt;
1da177e4 4495
52ccb8e9
FF
4496 /*draft-11 doesn't say what to return in spp_flags*/
4497 params.spp_flags = sp->param_flags;
4498 }
1da177e4 4499
1da177e4
LT
4500 if (copy_to_user(optval, &params, len))
4501 return -EFAULT;
4502
4503 if (put_user(len, optlen))
4504 return -EFAULT;
4505
4506 return 0;
4507}
4508
d364d927
WY
4509/*
4510 * 7.1.23. Get or set delayed ack timer (SCTP_DELAYED_SACK)
4511 *
4512 * This option will effect the way delayed acks are performed. This
4513 * option allows you to get or set the delayed ack time, in
4514 * milliseconds. It also allows changing the delayed ack frequency.
4515 * Changing the frequency to 1 disables the delayed sack algorithm. If
4516 * the assoc_id is 0, then this sets or gets the endpoints default
4517 * values. If the assoc_id field is non-zero, then the set or get
4518 * effects the specified association for the one to many model (the
4519 * assoc_id field is ignored by the one to one model). Note that if
4520 * sack_delay or sack_freq are 0 when setting this option, then the
4521 * current values will remain unchanged.
4522 *
4523 * struct sctp_sack_info {
4524 * sctp_assoc_t sack_assoc_id;
4525 * uint32_t sack_delay;
4526 * uint32_t sack_freq;
4527 * };
7708610b 4528 *
d364d927
WY
4529 * sack_assoc_id - This parameter, indicates which association the user
4530 * is performing an action upon. Note that if this field's value is
4531 * zero then the endpoints default value is changed (effecting future
4532 * associations only).
7708610b 4533 *
d364d927
WY
4534 * sack_delay - This parameter contains the number of milliseconds that
4535 * the user is requesting the delayed ACK timer be set to. Note that
4536 * this value is defined in the standard to be between 200 and 500
4537 * milliseconds.
7708610b 4538 *
d364d927
WY
4539 * sack_freq - This parameter contains the number of packets that must
4540 * be received before a sack is sent without waiting for the delay
4541 * timer to expire. The default value for this is 2, setting this
4542 * value to 1 will disable the delayed sack algorithm.
7708610b 4543 */
d364d927 4544static int sctp_getsockopt_delayed_ack(struct sock *sk, int len,
7708610b
FF
4545 char __user *optval,
4546 int __user *optlen)
4547{
d364d927 4548 struct sctp_sack_info params;
7708610b
FF
4549 struct sctp_association *asoc = NULL;
4550 struct sctp_sock *sp = sctp_sk(sk);
4551
d364d927
WY
4552 if (len >= sizeof(struct sctp_sack_info)) {
4553 len = sizeof(struct sctp_sack_info);
7708610b 4554
d364d927
WY
4555 if (copy_from_user(&params, optval, len))
4556 return -EFAULT;
4557 } else if (len == sizeof(struct sctp_assoc_value)) {
145ce502
JP
4558 pr_warn("Use of struct sctp_assoc_value in delayed_ack socket option deprecated\n");
4559 pr_warn("Use struct sctp_sack_info instead\n");
d364d927
WY
4560 if (copy_from_user(&params, optval, len))
4561 return -EFAULT;
4562 } else
4563 return - EINVAL;
7708610b 4564
d364d927 4565 /* Get association, if sack_assoc_id != 0 and the socket is a one
7708610b
FF
4566 * to many style socket, and an association was not found, then
4567 * the id was invalid.
d808ad9a 4568 */
d364d927
WY
4569 asoc = sctp_id2assoc(sk, params.sack_assoc_id);
4570 if (!asoc && params.sack_assoc_id && sctp_style(sk, UDP))
7708610b
FF
4571 return -EINVAL;
4572
4573 if (asoc) {
4574 /* Fetch association values. */
d364d927
WY
4575 if (asoc->param_flags & SPP_SACKDELAY_ENABLE) {
4576 params.sack_delay = jiffies_to_msecs(
7708610b 4577 asoc->sackdelay);
d364d927
WY
4578 params.sack_freq = asoc->sackfreq;
4579
4580 } else {
4581 params.sack_delay = 0;
4582 params.sack_freq = 1;
4583 }
7708610b
FF
4584 } else {
4585 /* Fetch socket values. */
d364d927
WY
4586 if (sp->param_flags & SPP_SACKDELAY_ENABLE) {
4587 params.sack_delay = sp->sackdelay;
4588 params.sack_freq = sp->sackfreq;
4589 } else {
4590 params.sack_delay = 0;
4591 params.sack_freq = 1;
4592 }
7708610b
FF
4593 }
4594
4595 if (copy_to_user(optval, &params, len))
4596 return -EFAULT;
4597
4598 if (put_user(len, optlen))
4599 return -EFAULT;
4600
4601 return 0;
4602}
4603
1da177e4
LT
4604/* 7.1.3 Initialization Parameters (SCTP_INITMSG)
4605 *
4606 * Applications can specify protocol parameters for the default association
4607 * initialization. The option name argument to setsockopt() and getsockopt()
4608 * is SCTP_INITMSG.
4609 *
4610 * Setting initialization parameters is effective only on an unconnected
4611 * socket (for UDP-style sockets only future associations are effected
4612 * by the change). With TCP-style sockets, this option is inherited by
4613 * sockets derived from a listener socket.
4614 */
4615static int sctp_getsockopt_initmsg(struct sock *sk, int len, char __user *optval, int __user *optlen)
4616{
408f22e8 4617 if (len < sizeof(struct sctp_initmsg))
1da177e4 4618 return -EINVAL;
408f22e8
NH
4619 len = sizeof(struct sctp_initmsg);
4620 if (put_user(len, optlen))
4621 return -EFAULT;
1da177e4
LT
4622 if (copy_to_user(optval, &sctp_sk(sk)->initmsg, len))
4623 return -EFAULT;
4624 return 0;
4625}
4626