sctp: Fixup v4mapped behaviour to comply with Sock API
[pandora-kernel.git] / net / sctp / socket.c
1 /* SCTP kernel implementation
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  *
9  * This file is part of the SCTP kernel implementation
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  *
18  * This SCTP implementation is free software;
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  *
24  * This SCTP implementation is distributed in the hope that it
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):
37  *    lksctp developers <lksctp-developers@lists.sourceforge.net>
38  *
39  * Or submit a bug report through the following website:
40  *    http://www.sf.net/projects/lksctp
41  *
42  * Written or modified by:
43  *    La Monte H.P. Yarroll <piggy@acm.org>
44  *    Narasimha Budihal     <narsi@refcode.org>
45  *    Karl Knutson          <karl@athena.chicago.il.us>
46  *    Jon Grimm             <jgrimm@us.ibm.com>
47  *    Xingang Guo           <xingang.guo@intel.com>
48  *    Daisy Chang           <daisyc@us.ibm.com>
49  *    Sridhar Samudrala     <samudrala@us.ibm.com>
50  *    Inaky Perez-Gonzalez  <inaky.gonzalez@intel.com>
51  *    Ardelle Fan           <ardelle.fan@intel.com>
52  *    Ryan Layer            <rmlayer@us.ibm.com>
53  *    Anup Pemmaiah         <pemmaiah@cc.usu.edu>
54  *    Kevin Gao             <kevin.gao@intel.com>
55  *
56  * Any bugs reported given to us we will try to fix... any fixes shared will
57  * be incorporated into the next SCTP release.
58  */
59
60 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
61
62 #include <linux/types.h>
63 #include <linux/kernel.h>
64 #include <linux/wait.h>
65 #include <linux/time.h>
66 #include <linux/ip.h>
67 #include <linux/capability.h>
68 #include <linux/fcntl.h>
69 #include <linux/poll.h>
70 #include <linux/init.h>
71 #include <linux/crypto.h>
72 #include <linux/slab.h>
73 #include <linux/compat.h>
74 #include <linux/nsproxy.h>
75
76 #include <net/ip.h>
77 #include <net/icmp.h>
78 #include <net/route.h>
79 #include <net/ipv6.h>
80 #include <net/inet_common.h>
81
82 #include <linux/socket.h> /* for sa_family_t */
83 #include <linux/export.h>
84 #include <net/sock.h>
85 #include <net/sctp/sctp.h>
86 #include <net/sctp/sm.h>
87
88 /* WARNING:  Please do not remove the SCTP_STATIC attribute to
89  * any of the functions below as they are used to export functions
90  * used by a project regression testsuite.
91  */
92
93 /* Forward declarations for internal helper functions. */
94 static int sctp_writeable(struct sock *sk);
95 static void sctp_wfree(struct sk_buff *skb);
96 static int sctp_wait_for_sndbuf(struct sctp_association *, long *timeo_p,
97                                 size_t msg_len);
98 static int sctp_wait_for_packet(struct sock * sk, int *err, long *timeo_p);
99 static int sctp_wait_for_connect(struct sctp_association *, long *timeo_p);
100 static int sctp_wait_for_accept(struct sock *sk, long timeo);
101 static void sctp_wait_for_close(struct sock *sk, long timeo);
102 static struct sctp_af *sctp_sockaddr_af(struct sctp_sock *opt,
103                                         union sctp_addr *addr, int len);
104 static int sctp_bindx_add(struct sock *, struct sockaddr *, int);
105 static int sctp_bindx_rem(struct sock *, struct sockaddr *, int);
106 static int sctp_send_asconf_add_ip(struct sock *, struct sockaddr *, int);
107 static int sctp_send_asconf_del_ip(struct sock *, struct sockaddr *, int);
108 static int sctp_send_asconf(struct sctp_association *asoc,
109                             struct sctp_chunk *chunk);
110 static int sctp_do_bind(struct sock *, union sctp_addr *, int);
111 static int sctp_autobind(struct sock *sk);
112 static void sctp_sock_migrate(struct sock *, struct sock *,
113                               struct sctp_association *, sctp_socket_type_t);
114 static char *sctp_hmac_alg = SCTP_COOKIE_HMAC_ALG;
115
116 extern struct kmem_cache *sctp_bucket_cachep;
117 extern long sysctl_sctp_mem[3];
118 extern int sysctl_sctp_rmem[3];
119 extern int sysctl_sctp_wmem[3];
120
121 static int sctp_memory_pressure;
122 static atomic_long_t sctp_memory_allocated;
123 struct percpu_counter sctp_sockets_allocated;
124
125 static void sctp_enter_memory_pressure(struct sock *sk)
126 {
127         sctp_memory_pressure = 1;
128 }
129
130
131 /* Get the sndbuf space available at the time on the association.  */
132 static inline int sctp_wspace(struct sctp_association *asoc)
133 {
134         int amt;
135
136         if (asoc->ep->sndbuf_policy)
137                 amt = asoc->sndbuf_used;
138         else
139                 amt = sk_wmem_alloc_get(asoc->base.sk);
140
141         if (amt >= asoc->base.sk->sk_sndbuf) {
142                 if (asoc->base.sk->sk_userlocks & SOCK_SNDBUF_LOCK)
143                         amt = 0;
144                 else {
145                         amt = sk_stream_wspace(asoc->base.sk);
146                         if (amt < 0)
147                                 amt = 0;
148                 }
149         } else {
150                 amt = asoc->base.sk->sk_sndbuf - amt;
151         }
152         return amt;
153 }
154
155 /* Increment the used sndbuf space count of the corresponding association by
156  * the size of the outgoing data chunk.
157  * Also, set the skb destructor for sndbuf accounting later.
158  *
159  * Since it is always 1-1 between chunk and skb, and also a new skb is always
160  * allocated for chunk bundling in sctp_packet_transmit(), we can use the
161  * destructor in the data chunk skb for the purpose of the sndbuf space
162  * tracking.
163  */
164 static inline void sctp_set_owner_w(struct sctp_chunk *chunk)
165 {
166         struct sctp_association *asoc = chunk->asoc;
167         struct sock *sk = asoc->base.sk;
168
169         /* The sndbuf space is tracked per association.  */
170         sctp_association_hold(asoc);
171
172         skb_set_owner_w(chunk->skb, sk);
173
174         chunk->skb->destructor = sctp_wfree;
175         /* Save the chunk pointer in skb for sctp_wfree to use later.  */
176         *((struct sctp_chunk **)(chunk->skb->cb)) = chunk;
177
178         asoc->sndbuf_used += SCTP_DATA_SNDSIZE(chunk) +
179                                 sizeof(struct sk_buff) +
180                                 sizeof(struct sctp_chunk);
181
182         atomic_add(sizeof(struct sctp_chunk), &sk->sk_wmem_alloc);
183         sk->sk_wmem_queued += chunk->skb->truesize;
184         sk_mem_charge(sk, chunk->skb->truesize);
185 }
186
187 /* Verify that this is a valid address. */
188 static inline int sctp_verify_addr(struct sock *sk, union sctp_addr *addr,
189                                    int len)
190 {
191         struct sctp_af *af;
192
193         /* Verify basic sockaddr. */
194         af = sctp_sockaddr_af(sctp_sk(sk), addr, len);
195         if (!af)
196                 return -EINVAL;
197
198         /* Is this a valid SCTP address?  */
199         if (!af->addr_valid(addr, sctp_sk(sk), NULL))
200                 return -EINVAL;
201
202         if (!sctp_sk(sk)->pf->send_verify(sctp_sk(sk), (addr)))
203                 return -EINVAL;
204
205         return 0;
206 }
207
208 /* Look up the association by its id.  If this is not a UDP-style
209  * socket, the ID field is always ignored.
210  */
211 struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id)
212 {
213         struct sctp_association *asoc = NULL;
214
215         /* If this is not a UDP-style socket, assoc id should be ignored. */
216         if (!sctp_style(sk, UDP)) {
217                 /* Return NULL if the socket state is not ESTABLISHED. It
218                  * could be a TCP-style listening socket or a socket which
219                  * hasn't yet called connect() to establish an association.
220                  */
221                 if (!sctp_sstate(sk, ESTABLISHED))
222                         return NULL;
223
224                 /* Get the first and the only association from the list. */
225                 if (!list_empty(&sctp_sk(sk)->ep->asocs))
226                         asoc = list_entry(sctp_sk(sk)->ep->asocs.next,
227                                           struct sctp_association, asocs);
228                 return asoc;
229         }
230
231         /* Otherwise this is a UDP-style socket. */
232         if (!id || (id == (sctp_assoc_t)-1))
233                 return NULL;
234
235         spin_lock_bh(&sctp_assocs_id_lock);
236         asoc = (struct sctp_association *)idr_find(&sctp_assocs_id, (int)id);
237         spin_unlock_bh(&sctp_assocs_id_lock);
238
239         if (!asoc || (asoc->base.sk != sk) || asoc->base.dead)
240                 return NULL;
241
242         return asoc;
243 }
244
245 /* Look up the transport from an address and an assoc id. If both address and
246  * id are specified, the associations matching the address and the id should be
247  * the same.
248  */
249 static struct sctp_transport *sctp_addr_id2transport(struct sock *sk,
250                                               struct sockaddr_storage *addr,
251                                               sctp_assoc_t id)
252 {
253         struct sctp_association *addr_asoc = NULL, *id_asoc = NULL;
254         struct sctp_transport *transport;
255         union sctp_addr *laddr = (union sctp_addr *)addr;
256
257         addr_asoc = sctp_endpoint_lookup_assoc(sctp_sk(sk)->ep,
258                                                laddr,
259                                                &transport);
260
261         if (!addr_asoc)
262                 return NULL;
263
264         id_asoc = sctp_id2assoc(sk, id);
265         if (id_asoc && (id_asoc != addr_asoc))
266                 return NULL;
267
268         sctp_get_pf_specific(sk->sk_family)->addr_to_user(sctp_sk(sk),
269                                                 (union sctp_addr *)addr);
270
271         return transport;
272 }
273
274 /* API 3.1.2 bind() - UDP Style Syntax
275  * The syntax of bind() is,
276  *
277  *   ret = bind(int sd, struct sockaddr *addr, int addrlen);
278  *
279  *   sd      - the socket descriptor returned by socket().
280  *   addr    - the address structure (struct sockaddr_in or struct
281  *             sockaddr_in6 [RFC 2553]),
282  *   addr_len - the size of the address structure.
283  */
284 SCTP_STATIC int sctp_bind(struct sock *sk, struct sockaddr *addr, int addr_len)
285 {
286         int retval = 0;
287
288         sctp_lock_sock(sk);
289
290         SCTP_DEBUG_PRINTK("sctp_bind(sk: %p, addr: %p, addr_len: %d)\n",
291                           sk, addr, addr_len);
292
293         /* Disallow binding twice. */
294         if (!sctp_sk(sk)->ep->base.bind_addr.port)
295                 retval = sctp_do_bind(sk, (union sctp_addr *)addr,
296                                       addr_len);
297         else
298                 retval = -EINVAL;
299
300         sctp_release_sock(sk);
301
302         return retval;
303 }
304
305 static long sctp_get_port_local(struct sock *, union sctp_addr *);
306
307 /* Verify this is a valid sockaddr. */
308 static struct sctp_af *sctp_sockaddr_af(struct sctp_sock *opt,
309                                         union sctp_addr *addr, int len)
310 {
311         struct sctp_af *af;
312
313         /* Check minimum size.  */
314         if (len < sizeof (struct sockaddr))
315                 return NULL;
316
317         /* V4 mapped address are really of AF_INET family */
318         if (addr->sa.sa_family == AF_INET6 &&
319             ipv6_addr_v4mapped(&addr->v6.sin6_addr)) {
320                 if (!opt->pf->af_supported(AF_INET, opt))
321                         return NULL;
322         } else {
323                 /* Does this PF support this AF? */
324                 if (!opt->pf->af_supported(addr->sa.sa_family, opt))
325                         return NULL;
326         }
327
328         /* If we get this far, af is valid. */
329         af = sctp_get_af_specific(addr->sa.sa_family);
330
331         if (len < af->sockaddr_len)
332                 return NULL;
333
334         return af;
335 }
336
337 /* Bind a local address either to an endpoint or to an association.  */
338 SCTP_STATIC int sctp_do_bind(struct sock *sk, union sctp_addr *addr, int len)
339 {
340         struct sctp_sock *sp = sctp_sk(sk);
341         struct sctp_endpoint *ep = sp->ep;
342         struct sctp_bind_addr *bp = &ep->base.bind_addr;
343         struct sctp_af *af;
344         unsigned short snum;
345         int ret = 0;
346
347         /* Common sockaddr verification. */
348         af = sctp_sockaddr_af(sp, addr, len);
349         if (!af) {
350                 SCTP_DEBUG_PRINTK("sctp_do_bind(sk: %p, newaddr: %p, len: %d) EINVAL\n",
351                                   sk, addr, len);
352                 return -EINVAL;
353         }
354
355         snum = ntohs(addr->v4.sin_port);
356
357         SCTP_DEBUG_PRINTK_IPADDR("sctp_do_bind(sk: %p, new addr: ",
358                                  ", port: %d, new port: %d, len: %d)\n",
359                                  sk,
360                                  addr,
361                                  bp->port, snum,
362                                  len);
363
364         /* PF specific bind() address verification. */
365         if (!sp->pf->bind_verify(sp, addr))
366                 return -EADDRNOTAVAIL;
367
368         /* We must either be unbound, or bind to the same port.
369          * It's OK to allow 0 ports if we are already bound.
370          * We'll just inhert an already bound port in this case
371          */
372         if (bp->port) {
373                 if (!snum)
374                         snum = bp->port;
375                 else if (snum != bp->port) {
376                         SCTP_DEBUG_PRINTK("sctp_do_bind:"
377                                   " New port %d does not match existing port "
378                                   "%d.\n", snum, bp->port);
379                         return -EINVAL;
380                 }
381         }
382
383         if (snum && snum < PROT_SOCK && !capable(CAP_NET_BIND_SERVICE))
384                 return -EACCES;
385
386         /* See if the address matches any of the addresses we may have
387          * already bound before checking against other endpoints.
388          */
389         if (sctp_bind_addr_match(bp, addr, sp))
390                 return -EINVAL;
391
392         /* Make sure we are allowed to bind here.
393          * The function sctp_get_port_local() does duplicate address
394          * detection.
395          */
396         addr->v4.sin_port = htons(snum);
397         if ((ret = sctp_get_port_local(sk, addr))) {
398                 return -EADDRINUSE;
399         }
400
401         /* Refresh ephemeral port.  */
402         if (!bp->port)
403                 bp->port = inet_sk(sk)->inet_num;
404
405         /* Add the address to the bind address list.
406          * Use GFP_ATOMIC since BHs will be disabled.
407          */
408         ret = sctp_add_bind_addr(bp, addr, SCTP_ADDR_SRC, GFP_ATOMIC);
409
410         /* Copy back into socket for getsockname() use. */
411         if (!ret) {
412                 inet_sk(sk)->inet_sport = htons(inet_sk(sk)->inet_num);
413                 sp->pf->to_sk_saddr(addr, sk);
414         }
415
416         return ret;
417 }
418
419  /* ADDIP Section 4.1.1 Congestion Control of ASCONF Chunks
420  *
421  * R1) One and only one ASCONF Chunk MAY be in transit and unacknowledged
422  * at any one time.  If a sender, after sending an ASCONF chunk, decides
423  * it needs to transfer another ASCONF Chunk, it MUST wait until the
424  * ASCONF-ACK Chunk returns from the previous ASCONF Chunk before sending a
425  * subsequent ASCONF. Note this restriction binds each side, so at any
426  * time two ASCONF may be in-transit on any given association (one sent
427  * from each endpoint).
428  */
429 static int sctp_send_asconf(struct sctp_association *asoc,
430                             struct sctp_chunk *chunk)
431 {
432         int             retval = 0;
433
434         /* If there is an outstanding ASCONF chunk, queue it for later
435          * transmission.
436          */
437         if (asoc->addip_last_asconf) {
438                 list_add_tail(&chunk->list, &asoc->addip_chunk_list);
439                 goto out;
440         }
441
442         /* Hold the chunk until an ASCONF_ACK is received. */
443         sctp_chunk_hold(chunk);
444         retval = sctp_primitive_ASCONF(asoc, chunk);
445         if (retval)
446                 sctp_chunk_free(chunk);
447         else
448                 asoc->addip_last_asconf = chunk;
449
450 out:
451         return retval;
452 }
453
454 /* Add a list of addresses as bind addresses to local endpoint or
455  * association.
456  *
457  * Basically run through each address specified in the addrs/addrcnt
458  * array/length pair, determine if it is IPv6 or IPv4 and call
459  * sctp_do_bind() on it.
460  *
461  * If any of them fails, then the operation will be reversed and the
462  * ones that were added will be removed.
463  *
464  * Only sctp_setsockopt_bindx() is supposed to call this function.
465  */
466 static int sctp_bindx_add(struct sock *sk, struct sockaddr *addrs, int addrcnt)
467 {
468         int cnt;
469         int retval = 0;
470         void *addr_buf;
471         struct sockaddr *sa_addr;
472         struct sctp_af *af;
473
474         SCTP_DEBUG_PRINTK("sctp_bindx_add (sk: %p, addrs: %p, addrcnt: %d)\n",
475                           sk, addrs, addrcnt);
476
477         addr_buf = addrs;
478         for (cnt = 0; cnt < addrcnt; cnt++) {
479                 /* The list may contain either IPv4 or IPv6 address;
480                  * determine the address length for walking thru the list.
481                  */
482                 sa_addr = addr_buf;
483                 af = sctp_get_af_specific(sa_addr->sa_family);
484                 if (!af) {
485                         retval = -EINVAL;
486                         goto err_bindx_add;
487                 }
488
489                 retval = sctp_do_bind(sk, (union sctp_addr *)sa_addr,
490                                       af->sockaddr_len);
491
492                 addr_buf += af->sockaddr_len;
493
494 err_bindx_add:
495                 if (retval < 0) {
496                         /* Failed. Cleanup the ones that have been added */
497                         if (cnt > 0)
498                                 sctp_bindx_rem(sk, addrs, cnt);
499                         return retval;
500                 }
501         }
502
503         return retval;
504 }
505
506 /* Send an ASCONF chunk with Add IP address parameters to all the peers of the
507  * associations that are part of the endpoint indicating that a list of local
508  * addresses are added to the endpoint.
509  *
510  * If any of the addresses is already in the bind address list of the
511  * association, we do not send the chunk for that association.  But it will not
512  * affect other associations.
513  *
514  * Only sctp_setsockopt_bindx() is supposed to call this function.
515  */
516 static int sctp_send_asconf_add_ip(struct sock          *sk,
517                                    struct sockaddr      *addrs,
518                                    int                  addrcnt)
519 {
520         struct sctp_sock                *sp;
521         struct sctp_endpoint            *ep;
522         struct sctp_association         *asoc;
523         struct sctp_bind_addr           *bp;
524         struct sctp_chunk               *chunk;
525         struct sctp_sockaddr_entry      *laddr;
526         union sctp_addr                 *addr;
527         union sctp_addr                 saveaddr;
528         void                            *addr_buf;
529         struct sctp_af                  *af;
530         struct list_head                *p;
531         int                             i;
532         int                             retval = 0;
533
534         if (!sctp_addip_enable)
535                 return retval;
536
537         sp = sctp_sk(sk);
538         ep = sp->ep;
539
540         SCTP_DEBUG_PRINTK("%s: (sk: %p, addrs: %p, addrcnt: %d)\n",
541                           __func__, sk, addrs, addrcnt);
542
543         list_for_each_entry(asoc, &ep->asocs, asocs) {
544
545                 if (!asoc->peer.asconf_capable)
546                         continue;
547
548                 if (asoc->peer.addip_disabled_mask & SCTP_PARAM_ADD_IP)
549                         continue;
550
551                 if (!sctp_state(asoc, ESTABLISHED))
552                         continue;
553
554                 /* Check if any address in the packed array of addresses is
555                  * in the bind address list of the association. If so,
556                  * do not send the asconf chunk to its peer, but continue with
557                  * other associations.
558                  */
559                 addr_buf = addrs;
560                 for (i = 0; i < addrcnt; i++) {
561                         addr = addr_buf;
562                         af = sctp_get_af_specific(addr->v4.sin_family);
563                         if (!af) {
564                                 retval = -EINVAL;
565                                 goto out;
566                         }
567
568                         if (sctp_assoc_lookup_laddr(asoc, addr))
569                                 break;
570
571                         addr_buf += af->sockaddr_len;
572                 }
573                 if (i < addrcnt)
574                         continue;
575
576                 /* Use the first valid address in bind addr list of
577                  * association as Address Parameter of ASCONF CHUNK.
578                  */
579                 bp = &asoc->base.bind_addr;
580                 p = bp->address_list.next;
581                 laddr = list_entry(p, struct sctp_sockaddr_entry, list);
582                 chunk = sctp_make_asconf_update_ip(asoc, &laddr->a, addrs,
583                                                    addrcnt, SCTP_PARAM_ADD_IP);
584                 if (!chunk) {
585                         retval = -ENOMEM;
586                         goto out;
587                 }
588
589                 /* Add the new addresses to the bind address list with
590                  * use_as_src set to 0.
591                  */
592                 addr_buf = addrs;
593                 for (i = 0; i < addrcnt; i++) {
594                         addr = addr_buf;
595                         af = sctp_get_af_specific(addr->v4.sin_family);
596                         memcpy(&saveaddr, addr, af->sockaddr_len);
597                         retval = sctp_add_bind_addr(bp, &saveaddr,
598                                                     SCTP_ADDR_NEW, GFP_ATOMIC);
599                         addr_buf += af->sockaddr_len;
600                 }
601                 if (asoc->src_out_of_asoc_ok) {
602                         struct sctp_transport *trans;
603
604                         list_for_each_entry(trans,
605                             &asoc->peer.transport_addr_list, transports) {
606                                 /* Clear the source and route cache */
607                                 dst_release(trans->dst);
608                                 trans->cwnd = min(4*asoc->pathmtu, max_t(__u32,
609                                     2*asoc->pathmtu, 4380));
610                                 trans->ssthresh = asoc->peer.i.a_rwnd;
611                                 trans->rto = asoc->rto_initial;
612                                 trans->rtt = trans->srtt = trans->rttvar = 0;
613                                 sctp_transport_route(trans, NULL,
614                                     sctp_sk(asoc->base.sk));
615                         }
616                 }
617                 retval = sctp_send_asconf(asoc, chunk);
618         }
619
620 out:
621         return retval;
622 }
623
624 /* Remove a list of addresses from bind addresses list.  Do not remove the
625  * last address.
626  *
627  * Basically run through each address specified in the addrs/addrcnt
628  * array/length pair, determine if it is IPv6 or IPv4 and call
629  * sctp_del_bind() on it.
630  *
631  * If any of them fails, then the operation will be reversed and the
632  * ones that were removed will be added back.
633  *
634  * At least one address has to be left; if only one address is
635  * available, the operation will return -EBUSY.
636  *
637  * Only sctp_setsockopt_bindx() is supposed to call this function.
638  */
639 static int sctp_bindx_rem(struct sock *sk, struct sockaddr *addrs, int addrcnt)
640 {
641         struct sctp_sock *sp = sctp_sk(sk);
642         struct sctp_endpoint *ep = sp->ep;
643         int cnt;
644         struct sctp_bind_addr *bp = &ep->base.bind_addr;
645         int retval = 0;
646         void *addr_buf;
647         union sctp_addr *sa_addr;
648         struct sctp_af *af;
649
650         SCTP_DEBUG_PRINTK("sctp_bindx_rem (sk: %p, addrs: %p, addrcnt: %d)\n",
651                           sk, addrs, addrcnt);
652
653         addr_buf = addrs;
654         for (cnt = 0; cnt < addrcnt; cnt++) {
655                 /* If the bind address list is empty or if there is only one
656                  * bind address, there is nothing more to be removed (we need
657                  * at least one address here).
658                  */
659                 if (list_empty(&bp->address_list) ||
660                     (sctp_list_single_entry(&bp->address_list))) {
661                         retval = -EBUSY;
662                         goto err_bindx_rem;
663                 }
664
665                 sa_addr = addr_buf;
666                 af = sctp_get_af_specific(sa_addr->sa.sa_family);
667                 if (!af) {
668                         retval = -EINVAL;
669                         goto err_bindx_rem;
670                 }
671
672                 if (!af->addr_valid(sa_addr, sp, NULL)) {
673                         retval = -EADDRNOTAVAIL;
674                         goto err_bindx_rem;
675                 }
676
677                 if (sa_addr->v4.sin_port &&
678                     sa_addr->v4.sin_port != htons(bp->port)) {
679                         retval = -EINVAL;
680                         goto err_bindx_rem;
681                 }
682
683                 if (!sa_addr->v4.sin_port)
684                         sa_addr->v4.sin_port = htons(bp->port);
685
686                 /* FIXME - There is probably a need to check if sk->sk_saddr and
687                  * sk->sk_rcv_addr are currently set to one of the addresses to
688                  * be removed. This is something which needs to be looked into
689                  * when we are fixing the outstanding issues with multi-homing
690                  * socket routing and failover schemes. Refer to comments in
691                  * sctp_do_bind(). -daisy
692                  */
693                 retval = sctp_del_bind_addr(bp, sa_addr);
694
695                 addr_buf += af->sockaddr_len;
696 err_bindx_rem:
697                 if (retval < 0) {
698                         /* Failed. Add the ones that has been removed back */
699                         if (cnt > 0)
700                                 sctp_bindx_add(sk, addrs, cnt);
701                         return retval;
702                 }
703         }
704
705         return retval;
706 }
707
708 /* Send an ASCONF chunk with Delete IP address parameters to all the peers of
709  * the associations that are part of the endpoint indicating that a list of
710  * local addresses are removed from the endpoint.
711  *
712  * If any of the addresses is already in the bind address list of the
713  * association, we do not send the chunk for that association.  But it will not
714  * affect other associations.
715  *
716  * Only sctp_setsockopt_bindx() is supposed to call this function.
717  */
718 static int sctp_send_asconf_del_ip(struct sock          *sk,
719                                    struct sockaddr      *addrs,
720                                    int                  addrcnt)
721 {
722         struct sctp_sock        *sp;
723         struct sctp_endpoint    *ep;
724         struct sctp_association *asoc;
725         struct sctp_transport   *transport;
726         struct sctp_bind_addr   *bp;
727         struct sctp_chunk       *chunk;
728         union sctp_addr         *laddr;
729         void                    *addr_buf;
730         struct sctp_af          *af;
731         struct sctp_sockaddr_entry *saddr;
732         int                     i;
733         int                     retval = 0;
734         int                     stored = 0;
735
736         chunk = NULL;
737         if (!sctp_addip_enable)
738                 return retval;
739
740         sp = sctp_sk(sk);
741         ep = sp->ep;
742
743         SCTP_DEBUG_PRINTK("%s: (sk: %p, addrs: %p, addrcnt: %d)\n",
744                           __func__, sk, addrs, addrcnt);
745
746         list_for_each_entry(asoc, &ep->asocs, asocs) {
747
748                 if (!asoc->peer.asconf_capable)
749                         continue;
750
751                 if (asoc->peer.addip_disabled_mask & SCTP_PARAM_DEL_IP)
752                         continue;
753
754                 if (!sctp_state(asoc, ESTABLISHED))
755                         continue;
756
757                 /* Check if any address in the packed array of addresses is
758                  * not present in the bind address list of the association.
759                  * If so, do not send the asconf chunk to its peer, but
760                  * continue with other associations.
761                  */
762                 addr_buf = addrs;
763                 for (i = 0; i < addrcnt; i++) {
764                         laddr = addr_buf;
765                         af = sctp_get_af_specific(laddr->v4.sin_family);
766                         if (!af) {
767                                 retval = -EINVAL;
768                                 goto out;
769                         }
770
771                         if (!sctp_assoc_lookup_laddr(asoc, laddr))
772                                 break;
773
774                         addr_buf += af->sockaddr_len;
775                 }
776                 if (i < addrcnt)
777                         continue;
778
779                 /* Find one address in the association's bind address list
780                  * that is not in the packed array of addresses. This is to
781                  * make sure that we do not delete all the addresses in the
782                  * association.
783                  */
784                 bp = &asoc->base.bind_addr;
785                 laddr = sctp_find_unmatch_addr(bp, (union sctp_addr *)addrs,
786                                                addrcnt, sp);
787                 if ((laddr == NULL) && (addrcnt == 1)) {
788                         if (asoc->asconf_addr_del_pending)
789                                 continue;
790                         asoc->asconf_addr_del_pending =
791                             kzalloc(sizeof(union sctp_addr), GFP_ATOMIC);
792                         if (asoc->asconf_addr_del_pending == NULL) {
793                                 retval = -ENOMEM;
794                                 goto out;
795                         }
796                         asoc->asconf_addr_del_pending->sa.sa_family =
797                                     addrs->sa_family;
798                         asoc->asconf_addr_del_pending->v4.sin_port =
799                                     htons(bp->port);
800                         if (addrs->sa_family == AF_INET) {
801                                 struct sockaddr_in *sin;
802
803                                 sin = (struct sockaddr_in *)addrs;
804                                 asoc->asconf_addr_del_pending->v4.sin_addr.s_addr = sin->sin_addr.s_addr;
805                         } else if (addrs->sa_family == AF_INET6) {
806                                 struct sockaddr_in6 *sin6;
807
808                                 sin6 = (struct sockaddr_in6 *)addrs;
809                                 ipv6_addr_copy(&asoc->asconf_addr_del_pending->v6.sin6_addr, &sin6->sin6_addr);
810                         }
811                         SCTP_DEBUG_PRINTK_IPADDR("send_asconf_del_ip: keep the last address asoc: %p ",
812                             " at %p\n", asoc, asoc->asconf_addr_del_pending,
813                             asoc->asconf_addr_del_pending);
814                         asoc->src_out_of_asoc_ok = 1;
815                         stored = 1;
816                         goto skip_mkasconf;
817                 }
818
819                 if (laddr == NULL)
820                         return -EINVAL;
821
822                 /* We do not need RCU protection throughout this loop
823                  * because this is done under a socket lock from the
824                  * setsockopt call.
825                  */
826                 chunk = sctp_make_asconf_update_ip(asoc, laddr, addrs, addrcnt,
827                                                    SCTP_PARAM_DEL_IP);
828                 if (!chunk) {
829                         retval = -ENOMEM;
830                         goto out;
831                 }
832
833 skip_mkasconf:
834                 /* Reset use_as_src flag for the addresses in the bind address
835                  * list that are to be deleted.
836                  */
837                 addr_buf = addrs;
838                 for (i = 0; i < addrcnt; i++) {
839                         laddr = addr_buf;
840                         af = sctp_get_af_specific(laddr->v4.sin_family);
841                         list_for_each_entry(saddr, &bp->address_list, list) {
842                                 if (sctp_cmp_addr_exact(&saddr->a, laddr))
843                                         saddr->state = SCTP_ADDR_DEL;
844                         }
845                         addr_buf += af->sockaddr_len;
846                 }
847
848                 /* Update the route and saddr entries for all the transports
849                  * as some of the addresses in the bind address list are
850                  * about to be deleted and cannot be used as source addresses.
851                  */
852                 list_for_each_entry(transport, &asoc->peer.transport_addr_list,
853                                         transports) {
854                         dst_release(transport->dst);
855                         sctp_transport_route(transport, NULL,
856                                              sctp_sk(asoc->base.sk));
857                 }
858
859                 if (stored)
860                         /* We don't need to transmit ASCONF */
861                         continue;
862                 retval = sctp_send_asconf(asoc, chunk);
863         }
864 out:
865         return retval;
866 }
867
868 /* set addr events to assocs in the endpoint.  ep and addr_wq must be locked */
869 int sctp_asconf_mgmt(struct sctp_sock *sp, struct sctp_sockaddr_entry *addrw)
870 {
871         struct sock *sk = sctp_opt2sk(sp);
872         union sctp_addr *addr;
873         struct sctp_af *af;
874
875         /* It is safe to write port space in caller. */
876         addr = &addrw->a;
877         addr->v4.sin_port = htons(sp->ep->base.bind_addr.port);
878         af = sctp_get_af_specific(addr->sa.sa_family);
879         if (!af)
880                 return -EINVAL;
881         if (sctp_verify_addr(sk, addr, af->sockaddr_len))
882                 return -EINVAL;
883
884         if (addrw->state == SCTP_ADDR_NEW)
885                 return sctp_send_asconf_add_ip(sk, (struct sockaddr *)addr, 1);
886         else
887                 return sctp_send_asconf_del_ip(sk, (struct sockaddr *)addr, 1);
888 }
889
890 /* Helper for tunneling sctp_bindx() requests through sctp_setsockopt()
891  *
892  * API 8.1
893  * int sctp_bindx(int sd, struct sockaddr *addrs, int addrcnt,
894  *                int flags);
895  *
896  * If sd is an IPv4 socket, the addresses passed must be IPv4 addresses.
897  * If the sd is an IPv6 socket, the addresses passed can either be IPv4
898  * or IPv6 addresses.
899  *
900  * A single address may be specified as INADDR_ANY or IN6ADDR_ANY, see
901  * Section 3.1.2 for this usage.
902  *
903  * addrs is a pointer to an array of one or more socket addresses. Each
904  * address is contained in its appropriate structure (i.e. struct
905  * sockaddr_in or struct sockaddr_in6) the family of the address type
906  * must be used to distinguish the address length (note that this
907  * representation is termed a "packed array" of addresses). The caller
908  * specifies the number of addresses in the array with addrcnt.
909  *
910  * On success, sctp_bindx() returns 0. On failure, sctp_bindx() returns
911  * -1, and sets errno to the appropriate error code.
912  *
913  * For SCTP, the port given in each socket address must be the same, or
914  * sctp_bindx() will fail, setting errno to EINVAL.
915  *
916  * The flags parameter is formed from the bitwise OR of zero or more of
917  * the following currently defined flags:
918  *
919  * SCTP_BINDX_ADD_ADDR
920  *
921  * SCTP_BINDX_REM_ADDR
922  *
923  * SCTP_BINDX_ADD_ADDR directs SCTP to add the given addresses to the
924  * association, and SCTP_BINDX_REM_ADDR directs SCTP to remove the given
925  * addresses from the association. The two flags are mutually exclusive;
926  * if both are given, sctp_bindx() will fail with EINVAL. A caller may
927  * not remove all addresses from an association; sctp_bindx() will
928  * reject such an attempt with EINVAL.
929  *
930  * An application can use sctp_bindx(SCTP_BINDX_ADD_ADDR) to associate
931  * additional addresses with an endpoint after calling bind().  Or use
932  * sctp_bindx(SCTP_BINDX_REM_ADDR) to remove some addresses a listening
933  * socket is associated with so that no new association accepted will be
934  * associated with those addresses. If the endpoint supports dynamic
935  * address a SCTP_BINDX_REM_ADDR or SCTP_BINDX_ADD_ADDR may cause a
936  * endpoint to send the appropriate message to the peer to change the
937  * peers address lists.
938  *
939  * Adding and removing addresses from a connected association is
940  * optional functionality. Implementations that do not support this
941  * functionality should return EOPNOTSUPP.
942  *
943  * Basically do nothing but copying the addresses from user to kernel
944  * land and invoking either sctp_bindx_add() or sctp_bindx_rem() on the sk.
945  * This is used for tunneling the sctp_bindx() request through sctp_setsockopt()
946  * from userspace.
947  *
948  * We don't use copy_from_user() for optimization: we first do the
949  * sanity checks (buffer size -fast- and access check-healthy
950  * pointer); if all of those succeed, then we can alloc the memory
951  * (expensive operation) needed to copy the data to kernel. Then we do
952  * the copying without checking the user space area
953  * (__copy_from_user()).
954  *
955  * On exit there is no need to do sockfd_put(), sys_setsockopt() does
956  * it.
957  *
958  * sk        The sk of the socket
959  * addrs     The pointer to the addresses in user land
960  * addrssize Size of the addrs buffer
961  * op        Operation to perform (add or remove, see the flags of
962  *           sctp_bindx)
963  *
964  * Returns 0 if ok, <0 errno code on error.
965  */
966 SCTP_STATIC int sctp_setsockopt_bindx(struct sock* sk,
967                                       struct sockaddr __user *addrs,
968                                       int addrs_size, int op)
969 {
970         struct sockaddr *kaddrs;
971         int err;
972         int addrcnt = 0;
973         int walk_size = 0;
974         struct sockaddr *sa_addr;
975         void *addr_buf;
976         struct sctp_af *af;
977
978         SCTP_DEBUG_PRINTK("sctp_setsocktopt_bindx: sk %p addrs %p"
979                           " addrs_size %d opt %d\n", sk, addrs, addrs_size, op);
980
981         if (unlikely(addrs_size <= 0))
982                 return -EINVAL;
983
984         /* Check the user passed a healthy pointer.  */
985         if (unlikely(!access_ok(VERIFY_READ, addrs, addrs_size)))
986                 return -EFAULT;
987
988         /* Alloc space for the address array in kernel memory.  */
989         kaddrs = kmalloc(addrs_size, GFP_KERNEL);
990         if (unlikely(!kaddrs))
991                 return -ENOMEM;
992
993         if (__copy_from_user(kaddrs, addrs, addrs_size)) {
994                 kfree(kaddrs);
995                 return -EFAULT;
996         }
997
998         /* Walk through the addrs buffer and count the number of addresses. */
999         addr_buf = kaddrs;
1000         while (walk_size < addrs_size) {
1001                 if (walk_size + sizeof(sa_family_t) > addrs_size) {
1002                         kfree(kaddrs);
1003                         return -EINVAL;
1004                 }
1005
1006                 sa_addr = addr_buf;
1007                 af = sctp_get_af_specific(sa_addr->sa_family);
1008
1009                 /* If the address family is not supported or if this address
1010                  * causes the address buffer to overflow return EINVAL.
1011                  */
1012                 if (!af || (walk_size + af->sockaddr_len) > addrs_size) {
1013                         kfree(kaddrs);
1014                         return -EINVAL;
1015                 }
1016                 addrcnt++;
1017                 addr_buf += af->sockaddr_len;
1018                 walk_size += af->sockaddr_len;
1019         }
1020
1021         /* Do the work. */
1022         switch (op) {
1023         case SCTP_BINDX_ADD_ADDR:
1024                 err = sctp_bindx_add(sk, kaddrs, addrcnt);
1025                 if (err)
1026                         goto out;
1027                 err = sctp_send_asconf_add_ip(sk, kaddrs, addrcnt);
1028                 break;
1029
1030         case SCTP_BINDX_REM_ADDR:
1031                 err = sctp_bindx_rem(sk, kaddrs, addrcnt);
1032                 if (err)
1033                         goto out;
1034                 err = sctp_send_asconf_del_ip(sk, kaddrs, addrcnt);
1035                 break;
1036
1037         default:
1038                 err = -EINVAL;
1039                 break;
1040         }
1041
1042 out:
1043         kfree(kaddrs);
1044
1045         return err;
1046 }
1047
1048 /* __sctp_connect(struct sock* sk, struct sockaddr *kaddrs, int addrs_size)
1049  *
1050  * Common routine for handling connect() and sctp_connectx().
1051  * Connect will come in with just a single address.
1052  */
1053 static int __sctp_connect(struct sock* sk,
1054                           struct sockaddr *kaddrs,
1055                           int addrs_size,
1056                           sctp_assoc_t *assoc_id)
1057 {
1058         struct sctp_sock *sp;
1059         struct sctp_endpoint *ep;
1060         struct sctp_association *asoc = NULL;
1061         struct sctp_association *asoc2;
1062         struct sctp_transport *transport;
1063         union sctp_addr to;
1064         sctp_scope_t scope;
1065         long timeo;
1066         int err = 0;
1067         int addrcnt = 0;
1068         int walk_size = 0;
1069         union sctp_addr *sa_addr = NULL;
1070         void *addr_buf;
1071         unsigned short port;
1072         unsigned int f_flags = 0;
1073
1074         sp = sctp_sk(sk);
1075         ep = sp->ep;
1076
1077         /* connect() cannot be done on a socket that is already in ESTABLISHED
1078          * state - UDP-style peeled off socket or a TCP-style socket that
1079          * is already connected.
1080          * It cannot be done even on a TCP-style listening socket.
1081          */
1082         if (sctp_sstate(sk, ESTABLISHED) ||
1083             (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING))) {
1084                 err = -EISCONN;
1085                 goto out_free;
1086         }
1087
1088         /* Walk through the addrs buffer and count the number of addresses. */
1089         addr_buf = kaddrs;
1090         while (walk_size < addrs_size) {
1091                 struct sctp_af *af;
1092
1093                 if (walk_size + sizeof(sa_family_t) > addrs_size) {
1094                         err = -EINVAL;
1095                         goto out_free;
1096                 }
1097
1098                 sa_addr = addr_buf;
1099                 af = sctp_get_af_specific(sa_addr->sa.sa_family);
1100
1101                 /* If the address family is not supported or if this address
1102                  * causes the address buffer to overflow return EINVAL.
1103                  */
1104                 if (!af || (walk_size + af->sockaddr_len) > addrs_size) {
1105                         err = -EINVAL;
1106                         goto out_free;
1107                 }
1108
1109                 port = ntohs(sa_addr->v4.sin_port);
1110
1111                 /* Save current address so we can work with it */
1112                 memcpy(&to, sa_addr, af->sockaddr_len);
1113
1114                 err = sctp_verify_addr(sk, &to, af->sockaddr_len);
1115                 if (err)
1116                         goto out_free;
1117
1118                 /* Make sure the destination port is correctly set
1119                  * in all addresses.
1120                  */
1121                 if (asoc && asoc->peer.port && asoc->peer.port != port)
1122                         goto out_free;
1123
1124
1125                 /* Check if there already is a matching association on the
1126                  * endpoint (other than the one created here).
1127                  */
1128                 asoc2 = sctp_endpoint_lookup_assoc(ep, &to, &transport);
1129                 if (asoc2 && asoc2 != asoc) {
1130                         if (asoc2->state >= SCTP_STATE_ESTABLISHED)
1131                                 err = -EISCONN;
1132                         else
1133                                 err = -EALREADY;
1134                         goto out_free;
1135                 }
1136
1137                 /* If we could not find a matching association on the endpoint,
1138                  * make sure that there is no peeled-off association matching
1139                  * the peer address even on another socket.
1140                  */
1141                 if (sctp_endpoint_is_peeled_off(ep, &to)) {
1142                         err = -EADDRNOTAVAIL;
1143                         goto out_free;
1144                 }
1145
1146                 if (!asoc) {
1147                         /* If a bind() or sctp_bindx() is not called prior to
1148                          * an sctp_connectx() call, the system picks an
1149                          * ephemeral port and will choose an address set
1150                          * equivalent to binding with a wildcard address.
1151                          */
1152                         if (!ep->base.bind_addr.port) {
1153                                 if (sctp_autobind(sk)) {
1154                                         err = -EAGAIN;
1155                                         goto out_free;
1156                                 }
1157                         } else {
1158                                 /*
1159                                  * If an unprivileged user inherits a 1-many
1160                                  * style socket with open associations on a
1161                                  * privileged port, it MAY be permitted to
1162                                  * accept new associations, but it SHOULD NOT
1163                                  * be permitted to open new associations.
1164                                  */
1165                                 if (ep->base.bind_addr.port < PROT_SOCK &&
1166                                     !capable(CAP_NET_BIND_SERVICE)) {
1167                                         err = -EACCES;
1168                                         goto out_free;
1169                                 }
1170                         }
1171
1172                         scope = sctp_scope(&to);
1173                         asoc = sctp_association_new(ep, sk, scope, GFP_KERNEL);
1174                         if (!asoc) {
1175                                 err = -ENOMEM;
1176                                 goto out_free;
1177                         }
1178
1179                         err = sctp_assoc_set_bind_addr_from_ep(asoc, scope,
1180                                                               GFP_KERNEL);
1181                         if (err < 0) {
1182                                 goto out_free;
1183                         }
1184
1185                 }
1186
1187                 /* Prime the peer's transport structures.  */
1188                 transport = sctp_assoc_add_peer(asoc, &to, GFP_KERNEL,
1189                                                 SCTP_UNKNOWN);
1190                 if (!transport) {
1191                         err = -ENOMEM;
1192                         goto out_free;
1193                 }
1194
1195                 addrcnt++;
1196                 addr_buf += af->sockaddr_len;
1197                 walk_size += af->sockaddr_len;
1198         }
1199
1200         /* In case the user of sctp_connectx() wants an association
1201          * id back, assign one now.
1202          */
1203         if (assoc_id) {
1204                 err = sctp_assoc_set_id(asoc, GFP_KERNEL);
1205                 if (err < 0)
1206                         goto out_free;
1207         }
1208
1209         err = sctp_primitive_ASSOCIATE(asoc, NULL);
1210         if (err < 0) {
1211                 goto out_free;
1212         }
1213
1214         /* Initialize sk's dport and daddr for getpeername() */
1215         inet_sk(sk)->inet_dport = htons(asoc->peer.port);
1216         sp->pf->to_sk_daddr(sa_addr, sk);
1217         sk->sk_err = 0;
1218
1219         /* in-kernel sockets don't generally have a file allocated to them
1220          * if all they do is call sock_create_kern().
1221          */
1222         if (sk->sk_socket->file)
1223                 f_flags = sk->sk_socket->file->f_flags;
1224
1225         timeo = sock_sndtimeo(sk, f_flags & O_NONBLOCK);
1226
1227         if (assoc_id)
1228                 *assoc_id = asoc->assoc_id;
1229         err = sctp_wait_for_connect(asoc, &timeo);
1230         /* Note: the asoc may be freed after the return of
1231          * sctp_wait_for_connect.
1232          */
1233
1234         /* Don't free association on exit. */
1235         asoc = NULL;
1236
1237 out_free:
1238
1239         SCTP_DEBUG_PRINTK("About to exit __sctp_connect() free asoc: %p"
1240                           " kaddrs: %p err: %d\n",
1241                           asoc, kaddrs, err);
1242         if (asoc) {
1243                 /* sctp_primitive_ASSOCIATE may have added this association
1244                  * To the hash table, try to unhash it, just in case, its a noop
1245                  * if it wasn't hashed so we're safe
1246                  */
1247                 sctp_unhash_established(asoc);
1248                 sctp_association_free(asoc);
1249         }
1250         return err;
1251 }
1252
1253 /* Helper for tunneling sctp_connectx() requests through sctp_setsockopt()
1254  *
1255  * API 8.9
1256  * int sctp_connectx(int sd, struct sockaddr *addrs, int addrcnt,
1257  *                      sctp_assoc_t *asoc);
1258  *
1259  * If sd is an IPv4 socket, the addresses passed must be IPv4 addresses.
1260  * If the sd is an IPv6 socket, the addresses passed can either be IPv4
1261  * or IPv6 addresses.
1262  *
1263  * A single address may be specified as INADDR_ANY or IN6ADDR_ANY, see
1264  * Section 3.1.2 for this usage.
1265  *
1266  * addrs is a pointer to an array of one or more socket addresses. Each
1267  * address is contained in its appropriate structure (i.e. struct
1268  * sockaddr_in or struct sockaddr_in6) the family of the address type
1269  * must be used to distengish the address length (note that this
1270  * representation is termed a "packed array" of addresses). The caller
1271  * specifies the number of addresses in the array with addrcnt.
1272  *
1273  * On success, sctp_connectx() returns 0. It also sets the assoc_id to
1274  * the association id of the new association.  On failure, sctp_connectx()
1275  * returns -1, and sets errno to the appropriate error code.  The assoc_id
1276  * is not touched by the kernel.
1277  *
1278  * For SCTP, the port given in each socket address must be the same, or
1279  * sctp_connectx() will fail, setting errno to EINVAL.
1280  *
1281  * An application can use sctp_connectx to initiate an association with
1282  * an endpoint that is multi-homed.  Much like sctp_bindx() this call
1283  * allows a caller to specify multiple addresses at which a peer can be
1284  * reached.  The way the SCTP stack uses the list of addresses to set up
1285  * the association is implementation dependent.  This function only
1286  * specifies that the stack will try to make use of all the addresses in
1287  * the list when needed.
1288  *
1289  * Note that the list of addresses passed in is only used for setting up
1290  * the association.  It does not necessarily equal the set of addresses
1291  * the peer uses for the resulting association.  If the caller wants to
1292  * find out the set of peer addresses, it must use sctp_getpaddrs() to
1293  * retrieve them after the association has been set up.
1294  *
1295  * Basically do nothing but copying the addresses from user to kernel
1296  * land and invoking either sctp_connectx(). This is used for tunneling
1297  * the sctp_connectx() request through sctp_setsockopt() from userspace.
1298  *
1299  * We don't use copy_from_user() for optimization: we first do the
1300  * sanity checks (buffer size -fast- and access check-healthy
1301  * pointer); if all of those succeed, then we can alloc the memory
1302  * (expensive operation) needed to copy the data to kernel. Then we do
1303  * the copying without checking the user space area
1304  * (__copy_from_user()).
1305  *
1306  * On exit there is no need to do sockfd_put(), sys_setsockopt() does
1307  * it.
1308  *
1309  * sk        The sk of the socket
1310  * addrs     The pointer to the addresses in user land
1311  * addrssize Size of the addrs buffer
1312  *
1313  * Returns >=0 if ok, <0 errno code on error.
1314  */
1315 SCTP_STATIC int __sctp_setsockopt_connectx(struct sock* sk,
1316                                       struct sockaddr __user *addrs,
1317                                       int addrs_size,
1318                                       sctp_assoc_t *assoc_id)
1319 {
1320         int err = 0;
1321         struct sockaddr *kaddrs;
1322
1323         SCTP_DEBUG_PRINTK("%s - sk %p addrs %p addrs_size %d\n",
1324                           __func__, sk, addrs, addrs_size);
1325
1326         if (unlikely(addrs_size <= 0))
1327                 return -EINVAL;
1328
1329         /* Check the user passed a healthy pointer.  */
1330         if (unlikely(!access_ok(VERIFY_READ, addrs, addrs_size)))
1331                 return -EFAULT;
1332
1333         /* Alloc space for the address array in kernel memory.  */
1334         kaddrs = kmalloc(addrs_size, GFP_KERNEL);
1335         if (unlikely(!kaddrs))
1336                 return -ENOMEM;
1337
1338         if (__copy_from_user(kaddrs, addrs, addrs_size)) {
1339                 err = -EFAULT;
1340         } else {
1341                 err = __sctp_connect(sk, kaddrs, addrs_size, assoc_id);
1342         }
1343
1344         kfree(kaddrs);
1345
1346         return err;
1347 }
1348
1349 /*
1350  * This is an older interface.  It's kept for backward compatibility
1351  * to the option that doesn't provide association id.
1352  */
1353 SCTP_STATIC int sctp_setsockopt_connectx_old(struct sock* sk,
1354                                       struct sockaddr __user *addrs,
1355                                       int addrs_size)
1356 {
1357         return __sctp_setsockopt_connectx(sk, addrs, addrs_size, NULL);
1358 }
1359
1360 /*
1361  * New interface for the API.  The since the API is done with a socket
1362  * option, to make it simple we feed back the association id is as a return
1363  * indication to the call.  Error is always negative and association id is
1364  * always positive.
1365  */
1366 SCTP_STATIC int sctp_setsockopt_connectx(struct sock* sk,
1367                                       struct sockaddr __user *addrs,
1368                                       int addrs_size)
1369 {
1370         sctp_assoc_t assoc_id = 0;
1371         int err = 0;
1372
1373         err = __sctp_setsockopt_connectx(sk, addrs, addrs_size, &assoc_id);
1374
1375         if (err)
1376                 return err;
1377         else
1378                 return assoc_id;
1379 }
1380
1381 /*
1382  * New (hopefully final) interface for the API.
1383  * We use the sctp_getaddrs_old structure so that use-space library
1384  * can avoid any unnecessary allocations. The only different part
1385  * is that we store the actual length of the address buffer into the
1386  * addrs_num structure member. That way we can re-use the existing
1387  * code.
1388  */
1389 #ifdef CONFIG_COMPAT
1390 struct compat_sctp_getaddrs_old {
1391         sctp_assoc_t    assoc_id;
1392         s32             addr_num;
1393         compat_uptr_t   addrs;          /* struct sockaddr * */
1394 };
1395 #endif
1396
1397 SCTP_STATIC int sctp_getsockopt_connectx3(struct sock* sk, int len,
1398                                         char __user *optval,
1399                                         int __user *optlen)
1400 {
1401         struct sctp_getaddrs_old param;
1402         sctp_assoc_t assoc_id = 0;
1403         int err = 0;
1404
1405 #ifdef CONFIG_COMPAT
1406         if (is_compat_task()) {
1407                 struct compat_sctp_getaddrs_old param32;
1408
1409                 if (len < sizeof(param32))
1410                         return -EINVAL;
1411                 if (copy_from_user(&param32, optval, sizeof(param32)))
1412                         return -EFAULT;
1413
1414                 param.assoc_id = param32.assoc_id;
1415                 param.addr_num = param32.addr_num;
1416                 param.addrs = compat_ptr(param32.addrs);
1417         } else
1418 #endif
1419         {
1420                 if (len < sizeof(param))
1421                         return -EINVAL;
1422                 if (copy_from_user(&param, optval, sizeof(param)))
1423                         return -EFAULT;
1424         }
1425
1426         err = __sctp_setsockopt_connectx(sk, (struct sockaddr __user *)
1427                                          param.addrs, param.addr_num,
1428                                          &assoc_id);
1429         if (err == 0 || err == -EINPROGRESS) {
1430                 if (copy_to_user(optval, &assoc_id, sizeof(assoc_id)))
1431                         return -EFAULT;
1432                 if (put_user(sizeof(assoc_id), optlen))
1433                         return -EFAULT;
1434         }
1435
1436         return err;
1437 }
1438
1439 /* API 3.1.4 close() - UDP Style Syntax
1440  * Applications use close() to perform graceful shutdown (as described in
1441  * Section 10.1 of [SCTP]) on ALL the associations currently represented
1442  * by a UDP-style socket.
1443  *
1444  * The syntax is
1445  *
1446  *   ret = close(int sd);
1447  *
1448  *   sd      - the socket descriptor of the associations to be closed.
1449  *
1450  * To gracefully shutdown a specific association represented by the
1451  * UDP-style socket, an application should use the sendmsg() call,
1452  * passing no user data, but including the appropriate flag in the
1453  * ancillary data (see Section xxxx).
1454  *
1455  * If sd in the close() call is a branched-off socket representing only
1456  * one association, the shutdown is performed on that association only.
1457  *
1458  * 4.1.6 close() - TCP Style Syntax
1459  *
1460  * Applications use close() to gracefully close down an association.
1461  *
1462  * The syntax is:
1463  *
1464  *    int close(int sd);
1465  *
1466  *      sd      - the socket descriptor of the association to be closed.
1467  *
1468  * After an application calls close() on a socket descriptor, no further
1469  * socket operations will succeed on that descriptor.
1470  *
1471  * API 7.1.4 SO_LINGER
1472  *
1473  * An application using the TCP-style socket can use this option to
1474  * perform the SCTP ABORT primitive.  The linger option structure is:
1475  *
1476  *  struct  linger {
1477  *     int     l_onoff;                // option on/off
1478  *     int     l_linger;               // linger time
1479  * };
1480  *
1481  * To enable the option, set l_onoff to 1.  If the l_linger value is set
1482  * to 0, calling close() is the same as the ABORT primitive.  If the
1483  * value is set to a negative value, the setsockopt() call will return
1484  * an error.  If the value is set to a positive value linger_time, the
1485  * close() can be blocked for at most linger_time ms.  If the graceful
1486  * shutdown phase does not finish during this period, close() will
1487  * return but the graceful shutdown phase continues in the system.
1488  */
1489 SCTP_STATIC void sctp_close(struct sock *sk, long timeout)
1490 {
1491         struct sctp_endpoint *ep;
1492         struct sctp_association *asoc;
1493         struct list_head *pos, *temp;
1494         unsigned int data_was_unread;
1495
1496         SCTP_DEBUG_PRINTK("sctp_close(sk: 0x%p, timeout:%ld)\n", sk, timeout);
1497
1498         sctp_lock_sock(sk);
1499         sk->sk_shutdown = SHUTDOWN_MASK;
1500         sk->sk_state = SCTP_SS_CLOSING;
1501
1502         ep = sctp_sk(sk)->ep;
1503
1504         /* Clean up any skbs sitting on the receive queue.  */
1505         data_was_unread = sctp_queue_purge_ulpevents(&sk->sk_receive_queue);
1506         data_was_unread += sctp_queue_purge_ulpevents(&sctp_sk(sk)->pd_lobby);
1507
1508         /* Walk all associations on an endpoint.  */
1509         list_for_each_safe(pos, temp, &ep->asocs) {
1510                 asoc = list_entry(pos, struct sctp_association, asocs);
1511
1512                 if (sctp_style(sk, TCP)) {
1513                         /* A closed association can still be in the list if
1514                          * it belongs to a TCP-style listening socket that is
1515                          * not yet accepted. If so, free it. If not, send an
1516                          * ABORT or SHUTDOWN based on the linger options.
1517                          */
1518                         if (sctp_state(asoc, CLOSED)) {
1519                                 sctp_unhash_established(asoc);
1520                                 sctp_association_free(asoc);
1521                                 continue;
1522                         }
1523                 }
1524
1525                 if (data_was_unread || !skb_queue_empty(&asoc->ulpq.lobby) ||
1526                     !skb_queue_empty(&asoc->ulpq.reasm) ||
1527                     (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime)) {
1528                         struct sctp_chunk *chunk;
1529
1530                         chunk = sctp_make_abort_user(asoc, NULL, 0);
1531                         sctp_primitive_ABORT(asoc, chunk);
1532                 } else
1533                         sctp_primitive_SHUTDOWN(asoc, NULL);
1534         }
1535
1536         /* On a TCP-style socket, block for at most linger_time if set. */
1537         if (sctp_style(sk, TCP) && timeout)
1538                 sctp_wait_for_close(sk, timeout);
1539
1540         /* This will run the backlog queue.  */
1541         sctp_release_sock(sk);
1542
1543         /* Supposedly, no process has access to the socket, but
1544          * the net layers still may.
1545          * Also, sctp_destroy_sock() needs to be called with addr_wq_lock
1546          * held and that should be grabbed before socket lock.
1547          */
1548         spin_lock_bh(&sctp_globals.addr_wq_lock);
1549         sctp_bh_lock_sock(sk);
1550
1551         /* Hold the sock, since sk_common_release() will put sock_put()
1552          * and we have just a little more cleanup.
1553          */
1554         sock_hold(sk);
1555         sk_common_release(sk);
1556
1557         sctp_bh_unlock_sock(sk);
1558         spin_unlock_bh(&sctp_globals.addr_wq_lock);
1559
1560         sock_put(sk);
1561
1562         SCTP_DBG_OBJCNT_DEC(sock);
1563 }
1564
1565 /* Handle EPIPE error. */
1566 static int sctp_error(struct sock *sk, int flags, int err)
1567 {
1568         if (err == -EPIPE)
1569                 err = sock_error(sk) ? : -EPIPE;
1570         if (err == -EPIPE && !(flags & MSG_NOSIGNAL))
1571                 send_sig(SIGPIPE, current, 0);
1572         return err;
1573 }
1574
1575 /* API 3.1.3 sendmsg() - UDP Style Syntax
1576  *
1577  * An application uses sendmsg() and recvmsg() calls to transmit data to
1578  * and receive data from its peer.
1579  *
1580  *  ssize_t sendmsg(int socket, const struct msghdr *message,
1581  *                  int flags);
1582  *
1583  *  socket  - the socket descriptor of the endpoint.
1584  *  message - pointer to the msghdr structure which contains a single
1585  *            user message and possibly some ancillary data.
1586  *
1587  *            See Section 5 for complete description of the data
1588  *            structures.
1589  *
1590  *  flags   - flags sent or received with the user message, see Section
1591  *            5 for complete description of the flags.
1592  *
1593  * Note:  This function could use a rewrite especially when explicit
1594  * connect support comes in.
1595  */
1596 /* BUG:  We do not implement the equivalent of sk_stream_wait_memory(). */
1597
1598 SCTP_STATIC int sctp_msghdr_parse(const struct msghdr *, sctp_cmsgs_t *);
1599
1600 SCTP_STATIC int sctp_sendmsg(struct kiocb *iocb, struct sock *sk,
1601                              struct msghdr *msg, size_t msg_len)
1602 {
1603         struct sctp_sock *sp;
1604         struct sctp_endpoint *ep;
1605         struct sctp_association *new_asoc=NULL, *asoc=NULL;
1606         struct sctp_transport *transport, *chunk_tp;
1607         struct sctp_chunk *chunk;
1608         union sctp_addr to;
1609         struct sockaddr *msg_name = NULL;
1610         struct sctp_sndrcvinfo default_sinfo;
1611         struct sctp_sndrcvinfo *sinfo;
1612         struct sctp_initmsg *sinit;
1613         sctp_assoc_t associd = 0;
1614         sctp_cmsgs_t cmsgs = { NULL };
1615         int err;
1616         sctp_scope_t scope;
1617         long timeo;
1618         __u16 sinfo_flags = 0;
1619         bool wait_connect = false;
1620         struct sctp_datamsg *datamsg;
1621         int msg_flags = msg->msg_flags;
1622
1623         SCTP_DEBUG_PRINTK("sctp_sendmsg(sk: %p, msg: %p, msg_len: %zu)\n",
1624                           sk, msg, msg_len);
1625
1626         err = 0;
1627         sp = sctp_sk(sk);
1628         ep = sp->ep;
1629
1630         SCTP_DEBUG_PRINTK("Using endpoint: %p.\n", ep);
1631
1632         /* We cannot send a message over a TCP-style listening socket. */
1633         if (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING)) {
1634                 err = -EPIPE;
1635                 goto out_nounlock;
1636         }
1637
1638         /* Parse out the SCTP CMSGs.  */
1639         err = sctp_msghdr_parse(msg, &cmsgs);
1640
1641         if (err) {
1642                 SCTP_DEBUG_PRINTK("msghdr parse err = %x\n", err);
1643                 goto out_nounlock;
1644         }
1645
1646         /* Fetch the destination address for this packet.  This
1647          * address only selects the association--it is not necessarily
1648          * the address we will send to.
1649          * For a peeled-off socket, msg_name is ignored.
1650          */
1651         if (!sctp_style(sk, UDP_HIGH_BANDWIDTH) && msg->msg_name) {
1652                 int msg_namelen = msg->msg_namelen;
1653
1654                 err = sctp_verify_addr(sk, (union sctp_addr *)msg->msg_name,
1655                                        msg_namelen);
1656                 if (err)
1657                         return err;
1658
1659                 if (msg_namelen > sizeof(to))
1660                         msg_namelen = sizeof(to);
1661                 memcpy(&to, msg->msg_name, msg_namelen);
1662                 msg_name = msg->msg_name;
1663         }
1664
1665         sinfo = cmsgs.info;
1666         sinit = cmsgs.init;
1667
1668         /* Did the user specify SNDRCVINFO?  */
1669         if (sinfo) {
1670                 sinfo_flags = sinfo->sinfo_flags;
1671                 associd = sinfo->sinfo_assoc_id;
1672         }
1673
1674         SCTP_DEBUG_PRINTK("msg_len: %zu, sinfo_flags: 0x%x\n",
1675                           msg_len, sinfo_flags);
1676
1677         /* SCTP_EOF or SCTP_ABORT cannot be set on a TCP-style socket. */
1678         if (sctp_style(sk, TCP) && (sinfo_flags & (SCTP_EOF | SCTP_ABORT))) {
1679                 err = -EINVAL;
1680                 goto out_nounlock;
1681         }
1682
1683         /* If SCTP_EOF is set, no data can be sent. Disallow sending zero
1684          * length messages when SCTP_EOF|SCTP_ABORT is not set.
1685          * If SCTP_ABORT is set, the message length could be non zero with
1686          * the msg_iov set to the user abort reason.
1687          */
1688         if (((sinfo_flags & SCTP_EOF) && (msg_len > 0)) ||
1689             (!(sinfo_flags & (SCTP_EOF|SCTP_ABORT)) && (msg_len == 0))) {
1690                 err = -EINVAL;
1691                 goto out_nounlock;
1692         }
1693
1694         /* If SCTP_ADDR_OVER is set, there must be an address
1695          * specified in msg_name.
1696          */
1697         if ((sinfo_flags & SCTP_ADDR_OVER) && (!msg->msg_name)) {
1698                 err = -EINVAL;
1699                 goto out_nounlock;
1700         }
1701
1702         transport = NULL;
1703
1704         SCTP_DEBUG_PRINTK("About to look up association.\n");
1705
1706         sctp_lock_sock(sk);
1707
1708         /* If a msg_name has been specified, assume this is to be used.  */
1709         if (msg_name) {
1710                 /* Look for a matching association on the endpoint. */
1711                 asoc = sctp_endpoint_lookup_assoc(ep, &to, &transport);
1712                 if (!asoc) {
1713                         /* If we could not find a matching association on the
1714                          * endpoint, make sure that it is not a TCP-style
1715                          * socket that already has an association or there is
1716                          * no peeled-off association on another socket.
1717                          */
1718                         if ((sctp_style(sk, TCP) &&
1719                              sctp_sstate(sk, ESTABLISHED)) ||
1720                             sctp_endpoint_is_peeled_off(ep, &to)) {
1721                                 err = -EADDRNOTAVAIL;
1722                                 goto out_unlock;
1723                         }
1724                 }
1725         } else {
1726                 asoc = sctp_id2assoc(sk, associd);
1727                 if (!asoc) {
1728                         err = -EPIPE;
1729                         goto out_unlock;
1730                 }
1731         }
1732
1733         if (asoc) {
1734                 SCTP_DEBUG_PRINTK("Just looked up association: %p.\n", asoc);
1735
1736                 /* We cannot send a message on a TCP-style SCTP_SS_ESTABLISHED
1737                  * socket that has an association in CLOSED state. This can
1738                  * happen when an accepted socket has an association that is
1739                  * already CLOSED.
1740                  */
1741                 if (sctp_state(asoc, CLOSED) && sctp_style(sk, TCP)) {
1742                         err = -EPIPE;
1743                         goto out_unlock;
1744                 }
1745
1746                 if (sinfo_flags & SCTP_EOF) {
1747                         SCTP_DEBUG_PRINTK("Shutting down association: %p\n",
1748                                           asoc);
1749                         sctp_primitive_SHUTDOWN(asoc, NULL);
1750                         err = 0;
1751                         goto out_unlock;
1752                 }
1753                 if (sinfo_flags & SCTP_ABORT) {
1754
1755                         chunk = sctp_make_abort_user(asoc, msg, msg_len);
1756                         if (!chunk) {
1757                                 err = -ENOMEM;
1758                                 goto out_unlock;
1759                         }
1760
1761                         SCTP_DEBUG_PRINTK("Aborting association: %p\n", asoc);
1762                         sctp_primitive_ABORT(asoc, chunk);
1763                         err = 0;
1764                         goto out_unlock;
1765                 }
1766         }
1767
1768         /* Do we need to create the association?  */
1769         if (!asoc) {
1770                 SCTP_DEBUG_PRINTK("There is no association yet.\n");
1771
1772                 if (sinfo_flags & (SCTP_EOF | SCTP_ABORT)) {
1773                         err = -EINVAL;
1774                         goto out_unlock;
1775                 }
1776
1777                 /* Check for invalid stream against the stream counts,
1778                  * either the default or the user specified stream counts.
1779                  */
1780                 if (sinfo) {
1781                         if (!sinit || (sinit && !sinit->sinit_num_ostreams)) {
1782                                 /* Check against the defaults. */
1783                                 if (sinfo->sinfo_stream >=
1784                                     sp->initmsg.sinit_num_ostreams) {
1785                                         err = -EINVAL;
1786                                         goto out_unlock;
1787                                 }
1788                         } else {
1789                                 /* Check against the requested.  */
1790                                 if (sinfo->sinfo_stream >=
1791                                     sinit->sinit_num_ostreams) {
1792                                         err = -EINVAL;
1793                                         goto out_unlock;
1794                                 }
1795                         }
1796                 }
1797
1798                 /*
1799                  * API 3.1.2 bind() - UDP Style Syntax
1800                  * If a bind() or sctp_bindx() is not called prior to a
1801                  * sendmsg() call that initiates a new association, the
1802                  * system picks an ephemeral port and will choose an address
1803                  * set equivalent to binding with a wildcard address.
1804                  */
1805                 if (!ep->base.bind_addr.port) {
1806                         if (sctp_autobind(sk)) {
1807                                 err = -EAGAIN;
1808                                 goto out_unlock;
1809                         }
1810                 } else {
1811                         /*
1812                          * If an unprivileged user inherits a one-to-many
1813                          * style socket with open associations on a privileged
1814                          * port, it MAY be permitted to accept new associations,
1815                          * but it SHOULD NOT be permitted to open new
1816                          * associations.
1817                          */
1818                         if (ep->base.bind_addr.port < PROT_SOCK &&
1819                             !capable(CAP_NET_BIND_SERVICE)) {
1820                                 err = -EACCES;
1821                                 goto out_unlock;
1822                         }
1823                 }
1824
1825                 scope = sctp_scope(&to);
1826                 new_asoc = sctp_association_new(ep, sk, scope, GFP_KERNEL);
1827                 if (!new_asoc) {
1828                         err = -ENOMEM;
1829                         goto out_unlock;
1830                 }
1831                 asoc = new_asoc;
1832                 err = sctp_assoc_set_bind_addr_from_ep(asoc, scope, GFP_KERNEL);
1833                 if (err < 0) {
1834                         err = -ENOMEM;
1835                         goto out_free;
1836                 }
1837
1838                 /* If the SCTP_INIT ancillary data is specified, set all
1839                  * the association init values accordingly.
1840                  */
1841                 if (sinit) {
1842                         if (sinit->sinit_num_ostreams) {
1843                                 asoc->c.sinit_num_ostreams =
1844                                         sinit->sinit_num_ostreams;
1845                         }
1846                         if (sinit->sinit_max_instreams) {
1847                                 asoc->c.sinit_max_instreams =
1848                                         sinit->sinit_max_instreams;
1849                         }
1850                         if (sinit->sinit_max_attempts) {
1851                                 asoc->max_init_attempts
1852                                         = sinit->sinit_max_attempts;
1853                         }
1854                         if (sinit->sinit_max_init_timeo) {
1855                                 asoc->max_init_timeo =
1856                                  msecs_to_jiffies(sinit->sinit_max_init_timeo);
1857                         }
1858                 }
1859
1860                 /* Prime the peer's transport structures.  */
1861                 transport = sctp_assoc_add_peer(asoc, &to, GFP_KERNEL, SCTP_UNKNOWN);
1862                 if (!transport) {
1863                         err = -ENOMEM;
1864                         goto out_free;
1865                 }
1866         }
1867
1868         /* ASSERT: we have a valid association at this point.  */
1869         SCTP_DEBUG_PRINTK("We have a valid association.\n");
1870
1871         if (!sinfo) {
1872                 /* If the user didn't specify SNDRCVINFO, make up one with
1873                  * some defaults.
1874                  */
1875                 memset(&default_sinfo, 0, sizeof(default_sinfo));
1876                 default_sinfo.sinfo_stream = asoc->default_stream;
1877                 default_sinfo.sinfo_flags = asoc->default_flags;
1878                 default_sinfo.sinfo_ppid = asoc->default_ppid;
1879                 default_sinfo.sinfo_context = asoc->default_context;
1880                 default_sinfo.sinfo_timetolive = asoc->default_timetolive;
1881                 default_sinfo.sinfo_assoc_id = sctp_assoc2id(asoc);
1882                 sinfo = &default_sinfo;
1883         }
1884
1885         /* API 7.1.7, the sndbuf size per association bounds the
1886          * maximum size of data that can be sent in a single send call.
1887          */
1888         if (msg_len > sk->sk_sndbuf) {
1889                 err = -EMSGSIZE;
1890                 goto out_free;
1891         }
1892
1893         if (asoc->pmtu_pending)
1894                 sctp_assoc_pending_pmtu(asoc);
1895
1896         /* If fragmentation is disabled and the message length exceeds the
1897          * association fragmentation point, return EMSGSIZE.  The I-D
1898          * does not specify what this error is, but this looks like
1899          * a great fit.
1900          */
1901         if (sctp_sk(sk)->disable_fragments && (msg_len > asoc->frag_point)) {
1902                 err = -EMSGSIZE;
1903                 goto out_free;
1904         }
1905
1906         /* Check for invalid stream. */
1907         if (sinfo->sinfo_stream >= asoc->c.sinit_num_ostreams) {
1908                 err = -EINVAL;
1909                 goto out_free;
1910         }
1911
1912         timeo = sock_sndtimeo(sk, msg->msg_flags & MSG_DONTWAIT);
1913         if (!sctp_wspace(asoc)) {
1914                 err = sctp_wait_for_sndbuf(asoc, &timeo, msg_len);
1915                 if (err)
1916                         goto out_free;
1917         }
1918
1919         /* If an address is passed with the sendto/sendmsg call, it is used
1920          * to override the primary destination address in the TCP model, or
1921          * when SCTP_ADDR_OVER flag is set in the UDP model.
1922          */
1923         if ((sctp_style(sk, TCP) && msg_name) ||
1924             (sinfo_flags & SCTP_ADDR_OVER)) {
1925                 chunk_tp = sctp_assoc_lookup_paddr(asoc, &to);
1926                 if (!chunk_tp) {
1927                         err = -EINVAL;
1928                         goto out_free;
1929                 }
1930         } else
1931                 chunk_tp = NULL;
1932
1933         /* Auto-connect, if we aren't connected already. */
1934         if (sctp_state(asoc, CLOSED)) {
1935                 err = sctp_primitive_ASSOCIATE(asoc, NULL);
1936                 if (err < 0)
1937                         goto out_free;
1938                 wait_connect = true;
1939                 SCTP_DEBUG_PRINTK("We associated primitively.\n");
1940         }
1941
1942         /* Break the message into multiple chunks of maximum size. */
1943         datamsg = sctp_datamsg_from_user(asoc, sinfo, msg, msg_len);
1944         if (IS_ERR(datamsg)) {
1945                 err = PTR_ERR(datamsg);
1946                 goto out_free;
1947         }
1948
1949         /* Now send the (possibly) fragmented message. */
1950         list_for_each_entry(chunk, &datamsg->chunks, frag_list) {
1951                 sctp_chunk_hold(chunk);
1952
1953                 /* Do accounting for the write space.  */
1954                 sctp_set_owner_w(chunk);
1955
1956                 chunk->transport = chunk_tp;
1957         }
1958
1959         /* Send it to the lower layers.  Note:  all chunks
1960          * must either fail or succeed.   The lower layer
1961          * works that way today.  Keep it that way or this
1962          * breaks.
1963          */
1964         err = sctp_primitive_SEND(asoc, datamsg);
1965         /* Did the lower layer accept the chunk? */
1966         if (err)
1967                 sctp_datamsg_free(datamsg);
1968         else
1969                 sctp_datamsg_put(datamsg);
1970
1971         SCTP_DEBUG_PRINTK("We sent primitively.\n");
1972
1973         if (err)
1974                 goto out_free;
1975         else
1976                 err = msg_len;
1977
1978         if (unlikely(wait_connect)) {
1979                 timeo = sock_sndtimeo(sk, msg_flags & MSG_DONTWAIT);
1980                 sctp_wait_for_connect(asoc, &timeo);
1981         }
1982
1983         /* If we are already past ASSOCIATE, the lower
1984          * layers are responsible for association cleanup.
1985          */
1986         goto out_unlock;
1987
1988 out_free:
1989         if (new_asoc) {
1990                 sctp_unhash_established(asoc);
1991                 sctp_association_free(asoc);
1992         }
1993 out_unlock:
1994         sctp_release_sock(sk);
1995
1996 out_nounlock:
1997         return sctp_error(sk, msg_flags, err);
1998
1999 #if 0
2000 do_sock_err:
2001         if (msg_len)
2002                 err = msg_len;
2003         else
2004                 err = sock_error(sk);
2005         goto out;
2006
2007 do_interrupted:
2008         if (msg_len)
2009                 err = msg_len;
2010         goto out;
2011 #endif /* 0 */
2012 }
2013
2014 /* This is an extended version of skb_pull() that removes the data from the
2015  * start of a skb even when data is spread across the list of skb's in the
2016  * frag_list. len specifies the total amount of data that needs to be removed.
2017  * when 'len' bytes could be removed from the skb, it returns 0.
2018  * If 'len' exceeds the total skb length,  it returns the no. of bytes that
2019  * could not be removed.
2020  */
2021 static int sctp_skb_pull(struct sk_buff *skb, int len)
2022 {
2023         struct sk_buff *list;
2024         int skb_len = skb_headlen(skb);
2025         int rlen;
2026
2027         if (len <= skb_len) {
2028                 __skb_pull(skb, len);
2029                 return 0;
2030         }
2031         len -= skb_len;
2032         __skb_pull(skb, skb_len);
2033
2034         skb_walk_frags(skb, list) {
2035                 rlen = sctp_skb_pull(list, len);
2036                 skb->len -= (len-rlen);
2037                 skb->data_len -= (len-rlen);
2038
2039                 if (!rlen)
2040                         return 0;
2041
2042                 len = rlen;
2043         }
2044
2045         return len;
2046 }
2047
2048 /* API 3.1.3  recvmsg() - UDP Style Syntax
2049  *
2050  *  ssize_t recvmsg(int socket, struct msghdr *message,
2051  *                    int flags);
2052  *
2053  *  socket  - the socket descriptor of the endpoint.
2054  *  message - pointer to the msghdr structure which contains a single
2055  *            user message and possibly some ancillary data.
2056  *
2057  *            See Section 5 for complete description of the data
2058  *            structures.
2059  *
2060  *  flags   - flags sent or received with the user message, see Section
2061  *            5 for complete description of the flags.
2062  */
2063 static struct sk_buff *sctp_skb_recv_datagram(struct sock *, int, int, int *);
2064
2065 SCTP_STATIC int sctp_recvmsg(struct kiocb *iocb, struct sock *sk,
2066                              struct msghdr *msg, size_t len, int noblock,
2067                              int flags, int *addr_len)
2068 {
2069         struct sctp_ulpevent *event = NULL;
2070         struct sctp_sock *sp = sctp_sk(sk);
2071         struct sk_buff *skb;
2072         int copied;
2073         int err = 0;
2074         int skb_len;
2075
2076         SCTP_DEBUG_PRINTK("sctp_recvmsg(%s: %p, %s: %p, %s: %zd, %s: %d, %s: "
2077                           "0x%x, %s: %p)\n", "sk", sk, "msghdr", msg,
2078                           "len", len, "knoblauch", noblock,
2079                           "flags", flags, "addr_len", addr_len);
2080
2081         sctp_lock_sock(sk);
2082
2083         if (sctp_style(sk, TCP) && !sctp_sstate(sk, ESTABLISHED)) {
2084                 err = -ENOTCONN;
2085                 goto out;
2086         }
2087
2088         skb = sctp_skb_recv_datagram(sk, flags, noblock, &err);
2089         if (!skb)
2090                 goto out;
2091
2092         /* Get the total length of the skb including any skb's in the
2093          * frag_list.
2094          */
2095         skb_len = skb->len;
2096
2097         copied = skb_len;
2098         if (copied > len)
2099                 copied = len;
2100
2101         err = skb_copy_datagram_iovec(skb, 0, msg->msg_iov, copied);
2102
2103         event = sctp_skb2event(skb);
2104
2105         if (err)
2106                 goto out_free;
2107
2108         sock_recv_ts_and_drops(msg, sk, skb);
2109         if (sctp_ulpevent_is_notification(event)) {
2110                 msg->msg_flags |= MSG_NOTIFICATION;
2111                 sp->pf->event_msgname(event, msg->msg_name, addr_len);
2112         } else {
2113                 sp->pf->skb_msgname(skb, msg->msg_name, addr_len);
2114         }
2115
2116         /* Check if we allow SCTP_SNDRCVINFO. */
2117         if (sp->subscribe.sctp_data_io_event)
2118                 sctp_ulpevent_read_sndrcvinfo(event, msg);
2119 #if 0
2120         /* FIXME: we should be calling IP/IPv6 layers.  */
2121         if (sk->sk_protinfo.af_inet.cmsg_flags)
2122                 ip_cmsg_recv(msg, skb);
2123 #endif
2124
2125         err = copied;
2126
2127         /* If skb's length exceeds the user's buffer, update the skb and
2128          * push it back to the receive_queue so that the next call to
2129          * recvmsg() will return the remaining data. Don't set MSG_EOR.
2130          */
2131         if (skb_len > copied) {
2132                 msg->msg_flags &= ~MSG_EOR;
2133                 if (flags & MSG_PEEK)
2134                         goto out_free;
2135                 sctp_skb_pull(skb, copied);
2136                 skb_queue_head(&sk->sk_receive_queue, skb);
2137
2138                 /* When only partial message is copied to the user, increase
2139                  * rwnd by that amount. If all the data in the skb is read,
2140                  * rwnd is updated when the event is freed.
2141                  */
2142                 if (!sctp_ulpevent_is_notification(event))
2143                         sctp_assoc_rwnd_increase(event->asoc, copied);
2144                 goto out;
2145         } else if ((event->msg_flags & MSG_NOTIFICATION) ||
2146                    (event->msg_flags & MSG_EOR))
2147                 msg->msg_flags |= MSG_EOR;
2148         else
2149                 msg->msg_flags &= ~MSG_EOR;
2150
2151 out_free:
2152         if (flags & MSG_PEEK) {
2153                 /* Release the skb reference acquired after peeking the skb in
2154                  * sctp_skb_recv_datagram().
2155                  */
2156                 kfree_skb(skb);
2157         } else {
2158                 /* Free the event which includes releasing the reference to
2159                  * the owner of the skb, freeing the skb and updating the
2160                  * rwnd.
2161                  */
2162                 sctp_ulpevent_free(event);
2163         }
2164 out:
2165         sctp_release_sock(sk);
2166         return err;
2167 }
2168
2169 /* 7.1.12 Enable/Disable message fragmentation (SCTP_DISABLE_FRAGMENTS)
2170  *
2171  * This option is a on/off flag.  If enabled no SCTP message
2172  * fragmentation will be performed.  Instead if a message being sent
2173  * exceeds the current PMTU size, the message will NOT be sent and
2174  * instead a error will be indicated to the user.
2175  */
2176 static int sctp_setsockopt_disable_fragments(struct sock *sk,
2177                                              char __user *optval,
2178                                              unsigned int optlen)
2179 {
2180         int val;
2181
2182         if (optlen < sizeof(int))
2183                 return -EINVAL;
2184
2185         if (get_user(val, (int __user *)optval))
2186                 return -EFAULT;
2187
2188         sctp_sk(sk)->disable_fragments = (val == 0) ? 0 : 1;
2189
2190         return 0;
2191 }
2192
2193 static int sctp_setsockopt_events(struct sock *sk, char __user *optval,
2194                                   unsigned int optlen)
2195 {
2196         struct sctp_association *asoc;
2197         struct sctp_ulpevent *event;
2198
2199         if (optlen > sizeof(struct sctp_event_subscribe))
2200                 return -EINVAL;
2201         if (copy_from_user(&sctp_sk(sk)->subscribe, optval, optlen))
2202                 return -EFAULT;
2203
2204         /*
2205          * At the time when a user app subscribes to SCTP_SENDER_DRY_EVENT,
2206          * if there is no data to be sent or retransmit, the stack will
2207          * immediately send up this notification.
2208          */
2209         if (sctp_ulpevent_type_enabled(SCTP_SENDER_DRY_EVENT,
2210                                        &sctp_sk(sk)->subscribe)) {
2211                 asoc = sctp_id2assoc(sk, 0);
2212
2213                 if (asoc && sctp_outq_is_empty(&asoc->outqueue)) {
2214                         event = sctp_ulpevent_make_sender_dry_event(asoc,
2215                                         GFP_ATOMIC);
2216                         if (!event)
2217                                 return -ENOMEM;
2218
2219                         sctp_ulpq_tail_event(&asoc->ulpq, event);
2220                 }
2221         }
2222
2223         return 0;
2224 }
2225
2226 /* 7.1.8 Automatic Close of associations (SCTP_AUTOCLOSE)
2227  *
2228  * This socket option is applicable to the UDP-style socket only.  When
2229  * set it will cause associations that are idle for more than the
2230  * specified number of seconds to automatically close.  An association
2231  * being idle is defined an association that has NOT sent or received
2232  * user data.  The special value of '0' indicates that no automatic
2233  * close of any associations should be performed.  The option expects an
2234  * integer defining the number of seconds of idle time before an
2235  * association is closed.
2236  */
2237 static int sctp_setsockopt_autoclose(struct sock *sk, char __user *optval,
2238                                      unsigned int optlen)
2239 {
2240         struct sctp_sock *sp = sctp_sk(sk);
2241
2242         /* Applicable to UDP-style socket only */
2243         if (sctp_style(sk, TCP))
2244                 return -EOPNOTSUPP;
2245         if (optlen != sizeof(int))
2246                 return -EINVAL;
2247         if (copy_from_user(&sp->autoclose, optval, optlen))
2248                 return -EFAULT;
2249
2250         return 0;
2251 }
2252
2253 /* 7.1.13 Peer Address Parameters (SCTP_PEER_ADDR_PARAMS)
2254  *
2255  * Applications can enable or disable heartbeats for any peer address of
2256  * an association, modify an address's heartbeat interval, force a
2257  * heartbeat to be sent immediately, and adjust the address's maximum
2258  * number of retransmissions sent before an address is considered
2259  * unreachable.  The following structure is used to access and modify an
2260  * address's parameters:
2261  *
2262  *  struct sctp_paddrparams {
2263  *     sctp_assoc_t            spp_assoc_id;
2264  *     struct sockaddr_storage spp_address;
2265  *     uint32_t                spp_hbinterval;
2266  *     uint16_t                spp_pathmaxrxt;
2267  *     uint32_t                spp_pathmtu;
2268  *     uint32_t                spp_sackdelay;
2269  *     uint32_t                spp_flags;
2270  * };
2271  *
2272  *   spp_assoc_id    - (one-to-many style socket) This is filled in the
2273  *                     application, and identifies the association for
2274  *                     this query.
2275  *   spp_address     - This specifies which address is of interest.
2276  *   spp_hbinterval  - This contains the value of the heartbeat interval,
2277  *                     in milliseconds.  If a  value of zero
2278  *                     is present in this field then no changes are to
2279  *                     be made to this parameter.
2280  *   spp_pathmaxrxt  - This contains the maximum number of
2281  *                     retransmissions before this address shall be
2282  *                     considered unreachable. If a  value of zero
2283  *                     is present in this field then no changes are to
2284  *                     be made to this parameter.
2285  *   spp_pathmtu     - When Path MTU discovery is disabled the value
2286  *                     specified here will be the "fixed" path mtu.
2287  *                     Note that if the spp_address field is empty
2288  *                     then all associations on this address will
2289  *                     have this fixed path mtu set upon them.
2290  *
2291  *   spp_sackdelay   - When delayed sack is enabled, this value specifies
2292  *                     the number of milliseconds that sacks will be delayed
2293  *                     for. This value will apply to all addresses of an
2294  *                     association if the spp_address field is empty. Note
2295  *                     also, that if delayed sack is enabled and this
2296  *                     value is set to 0, no change is made to the last
2297  *                     recorded delayed sack timer value.
2298  *
2299  *   spp_flags       - These flags are used to control various features
2300  *                     on an association. The flag field may contain
2301  *                     zero or more of the following options.
2302  *
2303  *                     SPP_HB_ENABLE  - Enable heartbeats on the
2304  *                     specified address. Note that if the address
2305  *                     field is empty all addresses for the association
2306  *                     have heartbeats enabled upon them.
2307  *
2308  *                     SPP_HB_DISABLE - Disable heartbeats on the
2309  *                     speicifed address. Note that if the address
2310  *                     field is empty all addresses for the association
2311  *                     will have their heartbeats disabled. Note also
2312  *                     that SPP_HB_ENABLE and SPP_HB_DISABLE are
2313  *                     mutually exclusive, only one of these two should
2314  *                     be specified. Enabling both fields will have
2315  *                     undetermined results.
2316  *
2317  *                     SPP_HB_DEMAND - Request a user initiated heartbeat
2318  *                     to be made immediately.
2319  *
2320  *                     SPP_HB_TIME_IS_ZERO - Specify's that the time for
2321  *                     heartbeat delayis to be set to the value of 0
2322  *                     milliseconds.
2323  *
2324  *                     SPP_PMTUD_ENABLE - This field will enable PMTU
2325  *                     discovery upon the specified address. Note that
2326  *                     if the address feild is empty then all addresses
2327  *                     on the association are effected.
2328  *
2329  *                     SPP_PMTUD_DISABLE - This field will disable PMTU
2330  *                     discovery upon the specified address. Note that
2331  *                     if the address feild is empty then all addresses
2332  *                     on the association are effected. Not also that
2333  *                     SPP_PMTUD_ENABLE and SPP_PMTUD_DISABLE are mutually
2334  *                     exclusive. Enabling both will have undetermined
2335  *                     results.
2336  *
2337  *                     SPP_SACKDELAY_ENABLE - Setting this flag turns
2338  *                     on delayed sack. The time specified in spp_sackdelay
2339  *                     is used to specify the sack delay for this address. Note
2340  *                     that if spp_address is empty then all addresses will
2341  *                     enable delayed sack and take on the sack delay
2342  *                     value specified in spp_sackdelay.
2343  *                     SPP_SACKDELAY_DISABLE - Setting this flag turns
2344  *                     off delayed sack. If the spp_address field is blank then
2345  *                     delayed sack is disabled for the entire association. Note
2346  *                     also that this field is mutually exclusive to
2347  *                     SPP_SACKDELAY_ENABLE, setting both will have undefined
2348  *                     results.
2349  */
2350 static int sctp_apply_peer_addr_params(struct sctp_paddrparams *params,
2351                                        struct sctp_transport   *trans,
2352                                        struct sctp_association *asoc,
2353                                        struct sctp_sock        *sp,
2354                                        int                      hb_change,
2355                                        int                      pmtud_change,
2356                                        int                      sackdelay_change)
2357 {
2358         int error;
2359
2360         if (params->spp_flags & SPP_HB_DEMAND && trans) {
2361                 error = sctp_primitive_REQUESTHEARTBEAT (trans->asoc, trans);
2362                 if (error)
2363                         return error;
2364         }
2365
2366         /* Note that unless the spp_flag is set to SPP_HB_ENABLE the value of
2367          * this field is ignored.  Note also that a value of zero indicates
2368          * the current setting should be left unchanged.
2369          */
2370         if (params->spp_flags & SPP_HB_ENABLE) {
2371
2372                 /* Re-zero the interval if the SPP_HB_TIME_IS_ZERO is
2373                  * set.  This lets us use 0 value when this flag
2374                  * is set.
2375                  */
2376                 if (params->spp_flags & SPP_HB_TIME_IS_ZERO)
2377                         params->spp_hbinterval = 0;
2378
2379                 if (params->spp_hbinterval ||
2380                     (params->spp_flags & SPP_HB_TIME_IS_ZERO)) {
2381                         if (trans) {
2382                                 trans->hbinterval =
2383                                     msecs_to_jiffies(params->spp_hbinterval);
2384                         } else if (asoc) {
2385                                 asoc->hbinterval =
2386                                     msecs_to_jiffies(params->spp_hbinterval);
2387                         } else {
2388                                 sp->hbinterval = params->spp_hbinterval;
2389                         }
2390                 }
2391         }
2392
2393         if (hb_change) {
2394                 if (trans) {
2395                         trans->param_flags =
2396                                 (trans->param_flags & ~SPP_HB) | hb_change;
2397                 } else if (asoc) {
2398                         asoc->param_flags =
2399                                 (asoc->param_flags & ~SPP_HB) | hb_change;
2400                 } else {
2401                         sp->param_flags =
2402                                 (sp->param_flags & ~SPP_HB) | hb_change;
2403                 }
2404         }
2405
2406         /* When Path MTU discovery is disabled the value specified here will
2407          * be the "fixed" path mtu (i.e. the value of the spp_flags field must
2408          * include the flag SPP_PMTUD_DISABLE for this field to have any
2409          * effect).
2410          */
2411         if ((params->spp_flags & SPP_PMTUD_DISABLE) && params->spp_pathmtu) {
2412                 if (trans) {
2413                         trans->pathmtu = params->spp_pathmtu;
2414                         sctp_assoc_sync_pmtu(asoc);
2415                 } else if (asoc) {
2416                         asoc->pathmtu = params->spp_pathmtu;
2417                         sctp_frag_point(asoc, params->spp_pathmtu);
2418                 } else {
2419                         sp->pathmtu = params->spp_pathmtu;
2420                 }
2421         }
2422
2423         if (pmtud_change) {
2424                 if (trans) {
2425                         int update = (trans->param_flags & SPP_PMTUD_DISABLE) &&
2426                                 (params->spp_flags & SPP_PMTUD_ENABLE);
2427                         trans->param_flags =
2428                                 (trans->param_flags & ~SPP_PMTUD) | pmtud_change;
2429                         if (update) {
2430                                 sctp_transport_pmtu(trans, sctp_opt2sk(sp));
2431                                 sctp_assoc_sync_pmtu(asoc);
2432                         }
2433                 } else if (asoc) {
2434                         asoc->param_flags =
2435                                 (asoc->param_flags & ~SPP_PMTUD) | pmtud_change;
2436                 } else {
2437                         sp->param_flags =
2438                                 (sp->param_flags & ~SPP_PMTUD) | pmtud_change;
2439                 }
2440         }
2441
2442         /* Note that unless the spp_flag is set to SPP_SACKDELAY_ENABLE the
2443          * value of this field is ignored.  Note also that a value of zero
2444          * indicates the current setting should be left unchanged.
2445          */
2446         if ((params->spp_flags & SPP_SACKDELAY_ENABLE) && params->spp_sackdelay) {
2447                 if (trans) {
2448                         trans->sackdelay =
2449                                 msecs_to_jiffies(params->spp_sackdelay);
2450                 } else if (asoc) {
2451                         asoc->sackdelay =
2452                                 msecs_to_jiffies(params->spp_sackdelay);
2453                 } else {
2454                         sp->sackdelay = params->spp_sackdelay;
2455                 }
2456         }
2457
2458         if (sackdelay_change) {
2459                 if (trans) {
2460                         trans->param_flags =
2461                                 (trans->param_flags & ~SPP_SACKDELAY) |
2462                                 sackdelay_change;
2463                 } else if (asoc) {
2464                         asoc->param_flags =
2465                                 (asoc->param_flags & ~SPP_SACKDELAY) |
2466                                 sackdelay_change;
2467                 } else {
2468                         sp->param_flags =
2469                                 (sp->param_flags & ~SPP_SACKDELAY) |
2470                                 sackdelay_change;
2471                 }
2472         }
2473
2474         /* Note that a value of zero indicates the current setting should be
2475            left unchanged.
2476          */
2477         if (params->spp_pathmaxrxt) {
2478                 if (trans) {
2479                         trans->pathmaxrxt = params->spp_pathmaxrxt;
2480                 } else if (asoc) {
2481                         asoc->pathmaxrxt = params->spp_pathmaxrxt;
2482                 } else {
2483                         sp->pathmaxrxt = params->spp_pathmaxrxt;
2484                 }
2485         }
2486
2487         return 0;
2488 }
2489
2490 static int sctp_setsockopt_peer_addr_params(struct sock *sk,
2491                                             char __user *optval,
2492                                             unsigned int optlen)
2493 {
2494         struct sctp_paddrparams  params;
2495         struct sctp_transport   *trans = NULL;
2496         struct sctp_association *asoc = NULL;
2497         struct sctp_sock        *sp = sctp_sk(sk);
2498         int error;
2499         int hb_change, pmtud_change, sackdelay_change;
2500
2501         if (optlen != sizeof(struct sctp_paddrparams))
2502                 return - EINVAL;
2503
2504         if (copy_from_user(&params, optval, optlen))
2505                 return -EFAULT;
2506
2507         /* Validate flags and value parameters. */
2508         hb_change        = params.spp_flags & SPP_HB;
2509         pmtud_change     = params.spp_flags & SPP_PMTUD;
2510         sackdelay_change = params.spp_flags & SPP_SACKDELAY;
2511
2512         if (hb_change        == SPP_HB ||
2513             pmtud_change     == SPP_PMTUD ||
2514             sackdelay_change == SPP_SACKDELAY ||
2515             params.spp_sackdelay > 500 ||
2516             (params.spp_pathmtu &&
2517              params.spp_pathmtu < SCTP_DEFAULT_MINSEGMENT))
2518                 return -EINVAL;
2519
2520         /* If an address other than INADDR_ANY is specified, and
2521          * no transport is found, then the request is invalid.
2522          */
2523         if (!sctp_is_any(sk, ( union sctp_addr *)&params.spp_address)) {
2524                 trans = sctp_addr_id2transport(sk, &params.spp_address,
2525                                                params.spp_assoc_id);
2526                 if (!trans)
2527                         return -EINVAL;
2528         }
2529
2530         /* Get association, if assoc_id != 0 and the socket is a one
2531          * to many style socket, and an association was not found, then
2532          * the id was invalid.
2533          */
2534         asoc = sctp_id2assoc(sk, params.spp_assoc_id);
2535         if (!asoc && params.spp_assoc_id && sctp_style(sk, UDP))
2536                 return -EINVAL;
2537
2538         /* Heartbeat demand can only be sent on a transport or
2539          * association, but not a socket.
2540          */
2541         if (params.spp_flags & SPP_HB_DEMAND && !trans && !asoc)
2542                 return -EINVAL;
2543
2544         /* Process parameters. */
2545         error = sctp_apply_peer_addr_params(&params, trans, asoc, sp,
2546                                             hb_change, pmtud_change,
2547                                             sackdelay_change);
2548
2549         if (error)
2550                 return error;
2551
2552         /* If changes are for association, also apply parameters to each
2553          * transport.
2554          */
2555         if (!trans && asoc) {
2556                 list_for_each_entry(trans, &asoc->peer.transport_addr_list,
2557                                 transports) {
2558                         sctp_apply_peer_addr_params(&params, trans, asoc, sp,
2559                                                     hb_change, pmtud_change,
2560                                                     sackdelay_change);
2561                 }
2562         }
2563
2564         return 0;
2565 }
2566
2567 /*
2568  * 7.1.23.  Get or set delayed ack timer (SCTP_DELAYED_SACK)
2569  *
2570  * This option will effect the way delayed acks are performed.  This
2571  * option allows you to get or set the delayed ack time, in
2572  * milliseconds.  It also allows changing the delayed ack frequency.
2573  * Changing the frequency to 1 disables the delayed sack algorithm.  If
2574  * the assoc_id is 0, then this sets or gets the endpoints default
2575  * values.  If the assoc_id field is non-zero, then the set or get
2576  * effects the specified association for the one to many model (the
2577  * assoc_id field is ignored by the one to one model).  Note that if
2578  * sack_delay or sack_freq are 0 when setting this option, then the
2579  * current values will remain unchanged.
2580  *
2581  * struct sctp_sack_info {
2582  *     sctp_assoc_t            sack_assoc_id;
2583  *     uint32_t                sack_delay;
2584  *     uint32_t                sack_freq;
2585  * };
2586  *
2587  * sack_assoc_id -  This parameter, indicates which association the user
2588  *    is performing an action upon.  Note that if this field's value is
2589  *    zero then the endpoints default value is changed (effecting future
2590  *    associations only).
2591  *
2592  * sack_delay -  This parameter contains the number of milliseconds that
2593  *    the user is requesting the delayed ACK timer be set to.  Note that
2594  *    this value is defined in the standard to be between 200 and 500
2595  *    milliseconds.
2596  *
2597  * sack_freq -  This parameter contains the number of packets that must
2598  *    be received before a sack is sent without waiting for the delay
2599  *    timer to expire.  The default value for this is 2, setting this
2600  *    value to 1 will disable the delayed sack algorithm.
2601  */
2602
2603 static int sctp_setsockopt_delayed_ack(struct sock *sk,
2604                                        char __user *optval, unsigned int optlen)
2605 {
2606         struct sctp_sack_info    params;
2607         struct sctp_transport   *trans = NULL;
2608         struct sctp_association *asoc = NULL;
2609         struct sctp_sock        *sp = sctp_sk(sk);
2610
2611         if (optlen == sizeof(struct sctp_sack_info)) {
2612                 if (copy_from_user(&params, optval, optlen))
2613                         return -EFAULT;
2614
2615                 if (params.sack_delay == 0 && params.sack_freq == 0)
2616                         return 0;
2617         } else if (optlen == sizeof(struct sctp_assoc_value)) {
2618                 pr_warn("Use of struct sctp_assoc_value in delayed_ack socket option deprecated\n");
2619                 pr_warn("Use struct sctp_sack_info instead\n");
2620                 if (copy_from_user(&params, optval, optlen))
2621                         return -EFAULT;
2622
2623                 if (params.sack_delay == 0)
2624                         params.sack_freq = 1;
2625                 else
2626                         params.sack_freq = 0;
2627         } else
2628                 return - EINVAL;
2629
2630         /* Validate value parameter. */
2631         if (params.sack_delay > 500)
2632                 return -EINVAL;
2633
2634         /* Get association, if sack_assoc_id != 0 and the socket is a one
2635          * to many style socket, and an association was not found, then
2636          * the id was invalid.
2637          */
2638         asoc = sctp_id2assoc(sk, params.sack_assoc_id);
2639         if (!asoc && params.sack_assoc_id && sctp_style(sk, UDP))
2640                 return -EINVAL;
2641
2642         if (params.sack_delay) {
2643                 if (asoc) {
2644                         asoc->sackdelay =
2645                                 msecs_to_jiffies(params.sack_delay);
2646                         asoc->param_flags =
2647                                 (asoc->param_flags & ~SPP_SACKDELAY) |
2648                                 SPP_SACKDELAY_ENABLE;
2649                 } else {
2650                         sp->sackdelay = params.sack_delay;
2651                         sp->param_flags =
2652                                 (sp->param_flags & ~SPP_SACKDELAY) |
2653                                 SPP_SACKDELAY_ENABLE;
2654                 }
2655         }
2656
2657         if (params.sack_freq == 1) {
2658                 if (asoc) {
2659                         asoc->param_flags =
2660                                 (asoc->param_flags & ~SPP_SACKDELAY) |
2661                                 SPP_SACKDELAY_DISABLE;
2662                 } else {
2663                         sp->param_flags =
2664                                 (sp->param_flags & ~SPP_SACKDELAY) |
2665                                 SPP_SACKDELAY_DISABLE;
2666                 }
2667         } else if (params.sack_freq > 1) {
2668                 if (asoc) {
2669                         asoc->sackfreq = params.sack_freq;
2670                         asoc->param_flags =
2671                                 (asoc->param_flags & ~SPP_SACKDELAY) |
2672                                 SPP_SACKDELAY_ENABLE;
2673                 } else {
2674                         sp->sackfreq = params.sack_freq;
2675                         sp->param_flags =
2676                                 (sp->param_flags & ~SPP_SACKDELAY) |
2677                                 SPP_SACKDELAY_ENABLE;
2678                 }
2679         }
2680
2681         /* If change is for association, also apply to each transport. */
2682         if (asoc) {
2683                 list_for_each_entry(trans, &asoc->peer.transport_addr_list,
2684                                 transports) {
2685                         if (params.sack_delay) {
2686                                 trans->sackdelay =
2687                                         msecs_to_jiffies(params.sack_delay);
2688                                 trans->param_flags =
2689                                         (trans->param_flags & ~SPP_SACKDELAY) |
2690                                         SPP_SACKDELAY_ENABLE;
2691                         }
2692                         if (params.sack_freq == 1) {
2693                                 trans->param_flags =
2694                                         (trans->param_flags & ~SPP_SACKDELAY) |
2695                                         SPP_SACKDELAY_DISABLE;
2696                         } else if (params.sack_freq > 1) {
2697                                 trans->sackfreq = params.sack_freq;
2698                                 trans->param_flags =
2699                                         (trans->param_flags & ~SPP_SACKDELAY) |
2700                                         SPP_SACKDELAY_ENABLE;
2701                         }
2702                 }
2703         }
2704
2705         return 0;
2706 }
2707
2708 /* 7.1.3 Initialization Parameters (SCTP_INITMSG)
2709  *
2710  * Applications can specify protocol parameters for the default association
2711  * initialization.  The option name argument to setsockopt() and getsockopt()
2712  * is SCTP_INITMSG.
2713  *
2714  * Setting initialization parameters is effective only on an unconnected
2715  * socket (for UDP-style sockets only future associations are effected
2716  * by the change).  With TCP-style sockets, this option is inherited by
2717  * sockets derived from a listener socket.
2718  */
2719 static int sctp_setsockopt_initmsg(struct sock *sk, char __user *optval, unsigned int optlen)
2720 {
2721         struct sctp_initmsg sinit;
2722         struct sctp_sock *sp = sctp_sk(sk);
2723
2724         if (optlen != sizeof(struct sctp_initmsg))
2725                 return -EINVAL;
2726         if (copy_from_user(&sinit, optval, optlen))
2727                 return -EFAULT;
2728
2729         if (sinit.sinit_num_ostreams)
2730                 sp->initmsg.sinit_num_ostreams = sinit.sinit_num_ostreams;
2731         if (sinit.sinit_max_instreams)
2732                 sp->initmsg.sinit_max_instreams = sinit.sinit_max_instreams;
2733         if (sinit.sinit_max_attempts)
2734                 sp->initmsg.sinit_max_attempts = sinit.sinit_max_attempts;
2735         if (sinit.sinit_max_init_timeo)
2736                 sp->initmsg.sinit_max_init_timeo = sinit.sinit_max_init_timeo;
2737
2738         return 0;
2739 }
2740
2741 /*
2742  * 7.1.14 Set default send parameters (SCTP_DEFAULT_SEND_PARAM)
2743  *
2744  *   Applications that wish to use the sendto() system call may wish to
2745  *   specify a default set of parameters that would normally be supplied
2746  *   through the inclusion of ancillary data.  This socket option allows
2747  *   such an application to set the default sctp_sndrcvinfo structure.
2748  *   The application that wishes to use this socket option simply passes
2749  *   in to this call the sctp_sndrcvinfo structure defined in Section
2750  *   5.2.2) The input parameters accepted by this call include
2751  *   sinfo_stream, sinfo_flags, sinfo_ppid, sinfo_context,
2752  *   sinfo_timetolive.  The user must provide the sinfo_assoc_id field in
2753  *   to this call if the caller is using the UDP model.
2754  */
2755 static int sctp_setsockopt_default_send_param(struct sock *sk,
2756                                               char __user *optval,
2757                                               unsigned int optlen)
2758 {
2759         struct sctp_sndrcvinfo info;
2760         struct sctp_association *asoc;
2761         struct sctp_sock *sp = sctp_sk(sk);
2762
2763         if (optlen != sizeof(struct sctp_sndrcvinfo))
2764                 return -EINVAL;
2765         if (copy_from_user(&info, optval, optlen))
2766                 return -EFAULT;
2767
2768         asoc = sctp_id2assoc(sk, info.sinfo_assoc_id);
2769         if (!asoc && info.sinfo_assoc_id && sctp_style(sk, UDP))
2770                 return -EINVAL;
2771
2772         if (asoc) {
2773                 asoc->default_stream = info.sinfo_stream;
2774                 asoc->default_flags = info.sinfo_flags;
2775                 asoc->default_ppid = info.sinfo_ppid;
2776                 asoc->default_context = info.sinfo_context;
2777                 asoc->default_timetolive = info.sinfo_timetolive;
2778         } else {
2779                 sp->default_stream = info.sinfo_stream;
2780                 sp->default_flags = info.sinfo_flags;
2781                 sp->default_ppid = info.sinfo_ppid;
2782                 sp->default_context = info.sinfo_context;
2783                 sp->default_timetolive = info.sinfo_timetolive;
2784         }
2785
2786         return 0;
2787 }
2788
2789 /* 7.1.10 Set Primary Address (SCTP_PRIMARY_ADDR)
2790  *
2791  * Requests that the local SCTP stack use the enclosed peer address as
2792  * the association primary.  The enclosed address must be one of the
2793  * association peer's addresses.
2794  */
2795 static int sctp_setsockopt_primary_addr(struct sock *sk, char __user *optval,
2796                                         unsigned int optlen)
2797 {
2798         struct sctp_prim prim;
2799         struct sctp_transport *trans;
2800
2801         if (optlen != sizeof(struct sctp_prim))
2802                 return -EINVAL;
2803
2804         if (copy_from_user(&prim, optval, sizeof(struct sctp_prim)))
2805                 return -EFAULT;
2806
2807         trans = sctp_addr_id2transport(sk, &prim.ssp_addr, prim.ssp_assoc_id);
2808         if (!trans)
2809                 return -EINVAL;
2810
2811         sctp_assoc_set_primary(trans->asoc, trans);
2812
2813         return 0;
2814 }
2815
2816 /*
2817  * 7.1.5 SCTP_NODELAY
2818  *
2819  * Turn on/off any Nagle-like algorithm.  This means that packets are
2820  * generally sent as soon as possible and no unnecessary delays are
2821  * introduced, at the cost of more packets in the network.  Expects an
2822  *  integer boolean flag.
2823  */
2824 static int sctp_setsockopt_nodelay(struct sock *sk, char __user *optval,
2825                                    unsigned int optlen)
2826 {
2827         int val;
2828
2829         if (optlen < sizeof(int))
2830                 return -EINVAL;
2831         if (get_user(val, (int __user *)optval))
2832                 return -EFAULT;
2833
2834         sctp_sk(sk)->nodelay = (val == 0) ? 0 : 1;
2835         return 0;
2836 }
2837
2838 /*
2839  *
2840  * 7.1.1 SCTP_RTOINFO
2841  *
2842  * The protocol parameters used to initialize and bound retransmission
2843  * timeout (RTO) are tunable. sctp_rtoinfo structure is used to access
2844  * and modify these parameters.
2845  * All parameters are time values, in milliseconds.  A value of 0, when
2846  * modifying the parameters, indicates that the current value should not
2847  * be changed.
2848  *
2849  */
2850 static int sctp_setsockopt_rtoinfo(struct sock *sk, char __user *optval, unsigned int optlen)
2851 {
2852         struct sctp_rtoinfo rtoinfo;
2853         struct sctp_association *asoc;
2854
2855         if (optlen != sizeof (struct sctp_rtoinfo))
2856                 return -EINVAL;
2857
2858         if (copy_from_user(&rtoinfo, optval, optlen))
2859                 return -EFAULT;
2860
2861         asoc = sctp_id2assoc(sk, rtoinfo.srto_assoc_id);
2862
2863         /* Set the values to the specific association */
2864         if (!asoc && rtoinfo.srto_assoc_id && sctp_style(sk, UDP))
2865                 return -EINVAL;
2866
2867         if (asoc) {
2868                 if (rtoinfo.srto_initial != 0)
2869                         asoc->rto_initial =
2870                                 msecs_to_jiffies(rtoinfo.srto_initial);
2871                 if (rtoinfo.srto_max != 0)
2872                         asoc->rto_max = msecs_to_jiffies(rtoinfo.srto_max);
2873                 if (rtoinfo.srto_min != 0)
2874                         asoc->rto_min = msecs_to_jiffies(rtoinfo.srto_min);
2875         } else {
2876                 /* If there is no association or the association-id = 0
2877                  * set the values to the endpoint.
2878                  */
2879                 struct sctp_sock *sp = sctp_sk(sk);
2880
2881                 if (rtoinfo.srto_initial != 0)
2882                         sp->rtoinfo.srto_initial = rtoinfo.srto_initial;
2883                 if (rtoinfo.srto_max != 0)
2884                         sp->rtoinfo.srto_max = rtoinfo.srto_max;
2885                 if (rtoinfo.srto_min != 0)
2886                         sp->rtoinfo.srto_min = rtoinfo.srto_min;
2887         }
2888
2889         return 0;
2890 }
2891
2892 /*
2893  *
2894  * 7.1.2 SCTP_ASSOCINFO
2895  *
2896  * This option is used to tune the maximum retransmission attempts
2897  * of the association.
2898  * Returns an error if the new association retransmission value is
2899  * greater than the sum of the retransmission value  of the peer.
2900  * See [SCTP] for more information.
2901  *
2902  */
2903 static int sctp_setsockopt_associnfo(struct sock *sk, char __user *optval, unsigned int optlen)
2904 {
2905
2906         struct sctp_assocparams assocparams;
2907         struct sctp_association *asoc;
2908
2909         if (optlen != sizeof(struct sctp_assocparams))
2910                 return -EINVAL;
2911         if (copy_from_user(&assocparams, optval, optlen))
2912                 return -EFAULT;
2913
2914         asoc = sctp_id2assoc(sk, assocparams.sasoc_assoc_id);
2915
2916         if (!asoc && assocparams.sasoc_assoc_id && sctp_style(sk, UDP))
2917                 return -EINVAL;
2918
2919         /* Set the values to the specific association */
2920         if (asoc) {
2921                 if (assocparams.sasoc_asocmaxrxt != 0) {
2922                         __u32 path_sum = 0;
2923                         int   paths = 0;
2924                         struct sctp_transport *peer_addr;
2925
2926                         list_for_each_entry(peer_addr, &asoc->peer.transport_addr_list,
2927                                         transports) {
2928                                 path_sum += peer_addr->pathmaxrxt;
2929                                 paths++;
2930                         }
2931
2932                         /* Only validate asocmaxrxt if we have more than
2933                          * one path/transport.  We do this because path
2934                          * retransmissions are only counted when we have more
2935                          * then one path.
2936                          */
2937                         if (paths > 1 &&
2938                             assocparams.sasoc_asocmaxrxt > path_sum)
2939                                 return -EINVAL;
2940
2941                         asoc->max_retrans = assocparams.sasoc_asocmaxrxt;
2942                 }
2943
2944                 if (assocparams.sasoc_cookie_life != 0) {
2945                         asoc->cookie_life.tv_sec =
2946                                         assocparams.sasoc_cookie_life / 1000;
2947                         asoc->cookie_life.tv_usec =
2948                                         (assocparams.sasoc_cookie_life % 1000)
2949                                         * 1000;
2950                 }
2951         } else {
2952                 /* Set the values to the endpoint */
2953                 struct sctp_sock *sp = sctp_sk(sk);
2954
2955                 if (assocparams.sasoc_asocmaxrxt != 0)
2956                         sp->assocparams.sasoc_asocmaxrxt =
2957                                                 assocparams.sasoc_asocmaxrxt;
2958                 if (assocparams.sasoc_cookie_life != 0)
2959                         sp->assocparams.sasoc_cookie_life =
2960                                                 assocparams.sasoc_cookie_life;
2961         }
2962         return 0;
2963 }
2964
2965 /*
2966  * 7.1.16 Set/clear IPv4 mapped addresses (SCTP_I_WANT_MAPPED_V4_ADDR)
2967  *
2968  * This socket option is a boolean flag which turns on or off mapped V4
2969  * addresses.  If this option is turned on and the socket is type
2970  * PF_INET6, then IPv4 addresses will be mapped to V6 representation.
2971  * If this option is turned off, then no mapping will be done of V4
2972  * addresses and a user will receive both PF_INET6 and PF_INET type
2973  * addresses on the socket.
2974  */
2975 static int sctp_setsockopt_mappedv4(struct sock *sk, char __user *optval, unsigned int optlen)
2976 {
2977         int val;
2978         struct sctp_sock *sp = sctp_sk(sk);
2979
2980         if (optlen < sizeof(int))
2981                 return -EINVAL;
2982         if (get_user(val, (int __user *)optval))
2983                 return -EFAULT;
2984         if (val)
2985                 sp->v4mapped = 1;
2986         else
2987                 sp->v4mapped = 0;
2988
2989         return 0;
2990 }
2991
2992 /*
2993  * 8.1.16.  Get or Set the Maximum Fragmentation Size (SCTP_MAXSEG)
2994  * This option will get or set the maximum size to put in any outgoing
2995  * SCTP DATA chunk.  If a message is larger than this size it will be
2996  * fragmented by SCTP into the specified size.  Note that the underlying
2997  * SCTP implementation may fragment into smaller sized chunks when the
2998  * PMTU of the underlying association is smaller than the value set by
2999  * the user.  The default value for this option is '0' which indicates
3000  * the user is NOT limiting fragmentation and only the PMTU will effect
3001  * SCTP's choice of DATA chunk size.  Note also that values set larger
3002  * than the maximum size of an IP datagram will effectively let SCTP
3003  * control fragmentation (i.e. the same as setting this option to 0).
3004  *
3005  * The following structure is used to access and modify this parameter:
3006  *
3007  * struct sctp_assoc_value {
3008  *   sctp_assoc_t assoc_id;
3009  *   uint32_t assoc_value;
3010  * };
3011  *
3012  * assoc_id:  This parameter is ignored for one-to-one style sockets.
3013  *    For one-to-many style sockets this parameter indicates which
3014  *    association the user is performing an action upon.  Note that if
3015  *    this field's value is zero then the endpoints default value is
3016  *    changed (effecting future associations only).
3017  * assoc_value:  This parameter specifies the maximum size in bytes.
3018  */
3019 static int sctp_setsockopt_maxseg(struct sock *sk, char __user *optval, unsigned int optlen)
3020 {
3021         struct sctp_assoc_value params;
3022         struct sctp_association *asoc;
3023         struct sctp_sock *sp = sctp_sk(sk);
3024         int val;
3025
3026         if (optlen == sizeof(int)) {
3027                 pr_warn("Use of int in maxseg socket option deprecated\n");
3028                 pr_warn("Use struct sctp_assoc_value instead\n");
3029                 if (copy_from_user(&val, optval, optlen))
3030                         return -EFAULT;
3031                 params.assoc_id = 0;
3032         } else if (optlen == sizeof(struct sctp_assoc_value)) {
3033                 if (copy_from_user(&params, optval, optlen))
3034                         return -EFAULT;
3035                 val = params.assoc_value;
3036         } else
3037                 return -EINVAL;
3038
3039         if ((val != 0) && ((val < 8) || (val > SCTP_MAX_CHUNK_LEN)))
3040                 return -EINVAL;
3041
3042         asoc = sctp_id2assoc(sk, params.assoc_id);
3043         if (!asoc && params.assoc_id && sctp_style(sk, UDP))
3044                 return -EINVAL;
3045
3046         if (asoc) {
3047                 if (val == 0) {
3048                         val = asoc->pathmtu;
3049                         val -= sp->pf->af->net_header_len;
3050                         val -= sizeof(struct sctphdr) +
3051                                         sizeof(struct sctp_data_chunk);
3052                 }
3053                 asoc->user_frag = val;
3054                 asoc->frag_point = sctp_frag_point(asoc, asoc->pathmtu);
3055         } else {
3056                 sp->user_frag = val;
3057         }
3058
3059         return 0;
3060 }
3061
3062
3063 /*
3064  *  7.1.9 Set Peer Primary Address (SCTP_SET_PEER_PRIMARY_ADDR)
3065  *
3066  *   Requests that the peer mark the enclosed address as the association
3067  *   primary. The enclosed address must be one of the association's
3068  *   locally bound addresses. The following structure is used to make a
3069  *   set primary request:
3070  */
3071 static int sctp_setsockopt_peer_primary_addr(struct sock *sk, char __user *optval,
3072                                              unsigned int optlen)
3073 {
3074         struct sctp_sock        *sp;
3075         struct sctp_association *asoc = NULL;
3076         struct sctp_setpeerprim prim;
3077         struct sctp_chunk       *chunk;
3078         struct sctp_af          *af;
3079         int                     err;
3080
3081         sp = sctp_sk(sk);
3082
3083         if (!sctp_addip_enable)
3084                 return -EPERM;
3085
3086         if (optlen != sizeof(struct sctp_setpeerprim))
3087                 return -EINVAL;
3088
3089         if (copy_from_user(&prim, optval, optlen))
3090                 return -EFAULT;
3091
3092         asoc = sctp_id2assoc(sk, prim.sspp_assoc_id);
3093         if (!asoc)
3094                 return -EINVAL;
3095
3096         if (!asoc->peer.asconf_capable)
3097                 return -EPERM;
3098
3099         if (asoc->peer.addip_disabled_mask & SCTP_PARAM_SET_PRIMARY)
3100                 return -EPERM;
3101
3102         if (!sctp_state(asoc, ESTABLISHED))
3103                 return -ENOTCONN;
3104
3105         af = sctp_get_af_specific(prim.sspp_addr.ss_family);
3106         if (!af)
3107                 return -EINVAL;
3108
3109         if (!af->addr_valid((union sctp_addr *)&prim.sspp_addr, sp, NULL))
3110                 return -EADDRNOTAVAIL;
3111
3112         if (!sctp_assoc_lookup_laddr(asoc, (union sctp_addr *)&prim.sspp_addr))
3113                 return -EADDRNOTAVAIL;
3114
3115         /* Create an ASCONF chunk with SET_PRIMARY parameter    */
3116         chunk = sctp_make_asconf_set_prim(asoc,
3117                                           (union sctp_addr *)&prim.sspp_addr);
3118         if (!chunk)
3119                 return -ENOMEM;
3120
3121         err = sctp_send_asconf(asoc, chunk);
3122
3123         SCTP_DEBUG_PRINTK("We set peer primary addr primitively.\n");
3124
3125         return err;
3126 }
3127
3128 static int sctp_setsockopt_adaptation_layer(struct sock *sk, char __user *optval,
3129                                             unsigned int optlen)
3130 {
3131         struct sctp_setadaptation adaptation;
3132
3133         if (optlen != sizeof(struct sctp_setadaptation))
3134                 return -EINVAL;
3135         if (copy_from_user(&adaptation, optval, optlen))
3136                 return -EFAULT;
3137
3138         sctp_sk(sk)->adaptation_ind = adaptation.ssb_adaptation_ind;
3139
3140         return 0;
3141 }
3142
3143 /*
3144  * 7.1.29.  Set or Get the default context (SCTP_CONTEXT)
3145  *
3146  * The context field in the sctp_sndrcvinfo structure is normally only
3147  * used when a failed message is retrieved holding the value that was
3148  * sent down on the actual send call.  This option allows the setting of
3149  * a default context on an association basis that will be received on
3150  * reading messages from the peer.  This is especially helpful in the
3151  * one-2-many model for an application to keep some reference to an
3152  * internal state machine that is processing messages on the
3153  * association.  Note that the setting of this value only effects
3154  * received messages from the peer and does not effect the value that is
3155  * saved with outbound messages.
3156  */
3157 static int sctp_setsockopt_context(struct sock *sk, char __user *optval,
3158                                    unsigned int optlen)
3159 {
3160         struct sctp_assoc_value params;
3161         struct sctp_sock *sp;
3162         struct sctp_association *asoc;
3163
3164         if (optlen != sizeof(struct sctp_assoc_value))
3165                 return -EINVAL;
3166         if (copy_from_user(&params, optval, optlen))
3167                 return -EFAULT;
3168
3169         sp = sctp_sk(sk);
3170
3171         if (params.assoc_id != 0) {
3172                 asoc = sctp_id2assoc(sk, params.assoc_id);
3173                 if (!asoc)
3174                         return -EINVAL;
3175                 asoc->default_rcv_context = params.assoc_value;
3176         } else {
3177                 sp->default_rcv_context = params.assoc_value;
3178         }
3179
3180         return 0;
3181 }
3182
3183 /*
3184  * 7.1.24.  Get or set fragmented interleave (SCTP_FRAGMENT_INTERLEAVE)
3185  *
3186  * This options will at a minimum specify if the implementation is doing
3187  * fragmented interleave.  Fragmented interleave, for a one to many
3188  * socket, is when subsequent calls to receive a message may return
3189  * parts of messages from different associations.  Some implementations
3190  * may allow you to turn this value on or off.  If so, when turned off,
3191  * no fragment interleave will occur (which will cause a head of line
3192  * blocking amongst multiple associations sharing the same one to many
3193  * socket).  When this option is turned on, then each receive call may
3194  * come from a different association (thus the user must receive data
3195  * with the extended calls (e.g. sctp_recvmsg) to keep track of which
3196  * association each receive belongs to.
3197  *
3198  * This option takes a boolean value.  A non-zero value indicates that
3199  * fragmented interleave is on.  A value of zero indicates that
3200  * fragmented interleave is off.
3201  *
3202  * Note that it is important that an implementation that allows this
3203  * option to be turned on, have it off by default.  Otherwise an unaware
3204  * application using the one to many model may become confused and act
3205  * incorrectly.
3206  */
3207 static int sctp_setsockopt_fragment_interleave(struct sock *sk,
3208                                                char __user *optval,
3209                                                unsigned int optlen)
3210 {
3211         int val;
3212
3213         if (optlen != sizeof(int))
3214                 return -EINVAL;
3215         if (get_user(val, (int __user *)optval))
3216                 return -EFAULT;
3217
3218         sctp_sk(sk)->frag_interleave = (val == 0) ? 0 : 1;
3219
3220         return 0;
3221 }
3222
3223 /*
3224  * 8.1.21.  Set or Get the SCTP Partial Delivery Point
3225  *       (SCTP_PARTIAL_DELIVERY_POINT)
3226  *
3227  * This option will set or get the SCTP partial delivery point.  This
3228  * point is the size of a message where the partial delivery API will be
3229  * invoked to help free up rwnd space for the peer.  Setting this to a
3230  * lower value will cause partial deliveries to happen more often.  The
3231  * calls argument is an integer that sets or gets the partial delivery
3232  * point.  Note also that the call will fail if the user attempts to set
3233  * this value larger than the socket receive buffer size.
3234  *
3235  * Note that any single message having a length smaller than or equal to
3236  * the SCTP partial delivery point will be delivered in one single read
3237  * call as long as the user provided buffer is large enough to hold the
3238  * message.
3239  */
3240 static int sctp_setsockopt_partial_delivery_point(struct sock *sk,
3241                                                   char __user *optval,
3242                                                   unsigned int optlen)
3243 {
3244         u32 val;
3245
3246         if (optlen != sizeof(u32))
3247                 return -EINVAL;
3248         if (get_user(val, (int __user *)optval))
3249                 return -EFAULT;
3250
3251         /* Note: We double the receive buffer from what the user sets
3252          * it to be, also initial rwnd is based on rcvbuf/2.
3253          */
3254         if (val > (sk->sk_rcvbuf >> 1))
3255                 return -EINVAL;
3256
3257         sctp_sk(sk)->pd_point = val;
3258
3259         return 0; /* is this the right error code? */
3260 }
3261
3262 /*
3263  * 7.1.28.  Set or Get the maximum burst (SCTP_MAX_BURST)
3264  *
3265  * This option will allow a user to change the maximum burst of packets
3266  * that can be emitted by this association.  Note that the default value
3267  * is 4, and some implementations may restrict this setting so that it
3268  * can only be lowered.
3269  *
3270  * NOTE: This text doesn't seem right.  Do this on a socket basis with
3271  * future associations inheriting the socket value.
3272  */
3273 static int sctp_setsockopt_maxburst(struct sock *sk,
3274                                     char __user *optval,
3275                                     unsigned int optlen)
3276 {
3277         struct sctp_assoc_value params;
3278         struct sctp_sock *sp;
3279         struct sctp_association *asoc;
3280         int val;
3281         int assoc_id = 0;
3282
3283         if (optlen == sizeof(int)) {
3284                 pr_warn("Use of int in max_burst socket option deprecated\n");
3285                 pr_warn("Use struct sctp_assoc_value instead\n");
3286                 if (copy_from_user(&val, optval, optlen))
3287                         return -EFAULT;
3288         } else if (optlen == sizeof(struct sctp_assoc_value)) {
3289                 if (copy_from_user(&params, optval, optlen))
3290                         return -EFAULT;
3291                 val = params.assoc_value;
3292                 assoc_id = params.assoc_id;
3293         } else
3294                 return -EINVAL;
3295
3296         sp = sctp_sk(sk);
3297
3298         if (assoc_id != 0) {
3299                 asoc = sctp_id2assoc(sk, assoc_id);
3300                 if (!asoc)
3301                         return -EINVAL;
3302                 asoc->max_burst = val;
3303         } else
3304                 sp->max_burst = val;
3305
3306         return 0;
3307 }
3308
3309 /*
3310  * 7.1.18.  Add a chunk that must be authenticated (SCTP_AUTH_CHUNK)
3311  *
3312  * This set option adds a chunk type that the user is requesting to be
3313  * received only in an authenticated way.  Changes to the list of chunks
3314  * will only effect future associations on the socket.
3315  */
3316 static int sctp_setsockopt_auth_chunk(struct sock *sk,
3317                                       char __user *optval,
3318                                       unsigned int optlen)
3319 {
3320         struct sctp_authchunk val;
3321
3322         if (!sctp_auth_enable)
3323                 return -EACCES;
3324
3325         if (optlen != sizeof(struct sctp_authchunk))
3326                 return -EINVAL;
3327         if (copy_from_user(&val, optval, optlen))
3328                 return -EFAULT;
3329
3330         switch (val.sauth_chunk) {
3331         case SCTP_CID_INIT:
3332         case SCTP_CID_INIT_ACK:
3333         case SCTP_CID_SHUTDOWN_COMPLETE:
3334         case SCTP_CID_AUTH:
3335                 return -EINVAL;
3336         }
3337
3338         /* add this chunk id to the endpoint */
3339         return sctp_auth_ep_add_chunkid(sctp_sk(sk)->ep, val.sauth_chunk);
3340 }
3341
3342 /*
3343  * 7.1.19.  Get or set the list of supported HMAC Identifiers (SCTP_HMAC_IDENT)
3344  *
3345  * This option gets or sets the list of HMAC algorithms that the local
3346  * endpoint requires the peer to use.
3347  */
3348 static int sctp_setsockopt_hmac_ident(struct sock *sk,
3349                                       char __user *optval,
3350                                       unsigned int optlen)
3351 {
3352         struct sctp_hmacalgo *hmacs;
3353         u32 idents;
3354         int err;
3355
3356         if (!sctp_auth_enable)
3357                 return -EACCES;
3358
3359         if (optlen < sizeof(struct sctp_hmacalgo))
3360                 return -EINVAL;
3361
3362         hmacs= memdup_user(optval, optlen);
3363         if (IS_ERR(hmacs))
3364                 return PTR_ERR(hmacs);
3365
3366         idents = hmacs->shmac_num_idents;
3367         if (idents == 0 || idents > SCTP_AUTH_NUM_HMACS ||
3368             (idents * sizeof(u16)) > (optlen - sizeof(struct sctp_hmacalgo))) {
3369                 err = -EINVAL;
3370                 goto out;
3371         }
3372
3373         err = sctp_auth_ep_set_hmacs(sctp_sk(sk)->ep, hmacs);
3374 out:
3375         kfree(hmacs);
3376         return err;
3377 }
3378
3379 /*
3380  * 7.1.20.  Set a shared key (SCTP_AUTH_KEY)
3381  *
3382  * This option will set a shared secret key which is used to build an
3383  * association shared key.
3384  */
3385 static int sctp_setsockopt_auth_key(struct sock *sk,
3386                                     char __user *optval,
3387                                     unsigned int optlen)
3388 {
3389         struct sctp_authkey *authkey;
3390         struct sctp_association *asoc;
3391         int ret;
3392
3393         if (!sctp_auth_enable)
3394                 return -EACCES;
3395
3396         if (optlen <= sizeof(struct sctp_authkey))
3397                 return -EINVAL;
3398
3399         authkey= memdup_user(optval, optlen);
3400         if (IS_ERR(authkey))
3401                 return PTR_ERR(authkey);
3402
3403         if (authkey->sca_keylength > optlen - sizeof(struct sctp_authkey)) {
3404                 ret = -EINVAL;
3405                 goto out;
3406         }
3407
3408         asoc = sctp_id2assoc(sk, authkey->sca_assoc_id);
3409         if (!asoc && authkey->sca_assoc_id && sctp_style(sk, UDP)) {
3410                 ret = -EINVAL;
3411                 goto out;
3412         }
3413
3414         ret = sctp_auth_set_key(sctp_sk(sk)->ep, asoc, authkey);
3415 out:
3416         kzfree(authkey);
3417         return ret;
3418 }
3419
3420 /*
3421  * 7.1.21.  Get or set the active shared key (SCTP_AUTH_ACTIVE_KEY)
3422  *
3423  * This option will get or set the active shared key to be used to build
3424  * the association shared key.
3425  */
3426 static int sctp_setsockopt_active_key(struct sock *sk,
3427                                       char __user *optval,
3428                                       unsigned int optlen)
3429 {
3430         struct sctp_authkeyid val;
3431         struct sctp_association *asoc;
3432
3433         if (!sctp_auth_enable)
3434                 return -EACCES;
3435
3436         if (optlen != sizeof(struct sctp_authkeyid))
3437                 return -EINVAL;
3438         if (copy_from_user(&val, optval, optlen))
3439                 return -EFAULT;
3440
3441         asoc = sctp_id2assoc(sk, val.scact_assoc_id);
3442         if (!asoc && val.scact_assoc_id && sctp_style(sk, UDP))
3443                 return -EINVAL;
3444
3445         return sctp_auth_set_active_key(sctp_sk(sk)->ep, asoc,
3446                                         val.scact_keynumber);
3447 }
3448
3449 /*
3450  * 7.1.22.  Delete a shared key (SCTP_AUTH_DELETE_KEY)
3451  *
3452  * This set option will delete a shared secret key from use.
3453  */
3454 static int sctp_setsockopt_del_key(struct sock *sk,
3455                                    char __user *optval,
3456                                    unsigned int optlen)
3457 {
3458         struct sctp_authkeyid val;
3459         struct sctp_association *asoc;
3460
3461         if (!sctp_auth_enable)
3462                 return -EACCES;
3463
3464         if (optlen != sizeof(struct sctp_authkeyid))
3465                 return -EINVAL;
3466         if (copy_from_user(&val, optval, optlen))
3467                 return -EFAULT;
3468
3469         asoc = sctp_id2assoc(sk, val.scact_assoc_id);
3470         if (!asoc && val.scact_assoc_id && sctp_style(sk, UDP))
3471                 return -EINVAL;
3472
3473         return sctp_auth_del_key_id(sctp_sk(sk)->ep, asoc,
3474                                     val.scact_keynumber);
3475
3476 }
3477
3478 /*
3479  * 8.1.23 SCTP_AUTO_ASCONF
3480  *
3481  * This option will enable or disable the use of the automatic generation of
3482  * ASCONF chunks to add and delete addresses to an existing association.  Note
3483  * that this option has two caveats namely: a) it only affects sockets that
3484  * are bound to all addresses available to the SCTP stack, and b) the system
3485  * administrator may have an overriding control that turns the ASCONF feature
3486  * off no matter what setting the socket option may have.
3487  * This option expects an integer boolean flag, where a non-zero value turns on
3488  * the option, and a zero value turns off the option.
3489  * Note. In this implementation, socket operation overrides default parameter
3490  * being set by sysctl as well as FreeBSD implementation
3491  */
3492 static int sctp_setsockopt_auto_asconf(struct sock *sk, char __user *optval,
3493                                         unsigned int optlen)
3494 {
3495         int val;
3496         struct sctp_sock *sp = sctp_sk(sk);
3497
3498         if (optlen < sizeof(int))
3499                 return -EINVAL;
3500         if (get_user(val, (int __user *)optval))
3501                 return -EFAULT;
3502         if (!sctp_is_ep_boundall(sk) && val)
3503                 return -EINVAL;
3504         if ((val && sp->do_auto_asconf) || (!val && !sp->do_auto_asconf))
3505                 return 0;
3506
3507         spin_lock_bh(&sctp_globals.addr_wq_lock);
3508         if (val == 0 && sp->do_auto_asconf) {
3509                 list_del(&sp->auto_asconf_list);
3510                 sp->do_auto_asconf = 0;
3511         } else if (val && !sp->do_auto_asconf) {
3512                 list_add_tail(&sp->auto_asconf_list,
3513                     &sctp_auto_asconf_splist);
3514                 sp->do_auto_asconf = 1;
3515         }
3516         spin_unlock_bh(&sctp_globals.addr_wq_lock);
3517         return 0;
3518 }
3519
3520
3521 /* API 6.2 setsockopt(), getsockopt()
3522  *
3523  * Applications use setsockopt() and getsockopt() to set or retrieve
3524  * socket options.  Socket options are used to change the default
3525  * behavior of sockets calls.  They are described in Section 7.
3526  *
3527  * The syntax is:
3528  *
3529  *   ret = getsockopt(int sd, int level, int optname, void __user *optval,
3530  *                    int __user *optlen);
3531  *   ret = setsockopt(int sd, int level, int optname, const void __user *optval,
3532  *                    int optlen);
3533  *
3534  *   sd      - the socket descript.
3535  *   level   - set to IPPROTO_SCTP for all SCTP options.
3536  *   optname - the option name.
3537  *   optval  - the buffer to store the value of the option.
3538  *   optlen  - the size of the buffer.
3539  */
3540 SCTP_STATIC int sctp_setsockopt(struct sock *sk, int level, int optname,
3541                                 char __user *optval, unsigned int optlen)
3542 {
3543         int retval = 0;
3544
3545         SCTP_DEBUG_PRINTK("sctp_setsockopt(sk: %p... optname: %d)\n",
3546                           sk, optname);
3547
3548         /* I can hardly begin to describe how wrong this is.  This is
3549          * so broken as to be worse than useless.  The API draft
3550          * REALLY is NOT helpful here...  I am not convinced that the
3551          * semantics of setsockopt() with a level OTHER THAN SOL_SCTP
3552          * are at all well-founded.
3553          */
3554         if (level != SOL_SCTP) {
3555                 struct sctp_af *af = sctp_sk(sk)->pf->af;
3556                 retval = af->setsockopt(sk, level, optname, optval, optlen);
3557                 goto out_nounlock;
3558         }
3559
3560         sctp_lock_sock(sk);
3561
3562         switch (optname) {
3563         case SCTP_SOCKOPT_BINDX_ADD:
3564                 /* 'optlen' is the size of the addresses buffer. */
3565                 retval = sctp_setsockopt_bindx(sk, (struct sockaddr __user *)optval,
3566                                                optlen, SCTP_BINDX_ADD_ADDR);
3567                 break;
3568
3569         case SCTP_SOCKOPT_BINDX_REM:
3570                 /* 'optlen' is the size of the addresses buffer. */
3571                 retval = sctp_setsockopt_bindx(sk, (struct sockaddr __user *)optval,
3572                                                optlen, SCTP_BINDX_REM_ADDR);
3573                 break;
3574
3575         case SCTP_SOCKOPT_CONNECTX_OLD:
3576                 /* 'optlen' is the size of the addresses buffer. */
3577                 retval = sctp_setsockopt_connectx_old(sk,
3578                                             (struct sockaddr __user *)optval,
3579                                             optlen);
3580                 break;
3581
3582         case SCTP_SOCKOPT_CONNECTX:
3583                 /* 'optlen' is the size of the addresses buffer. */
3584                 retval = sctp_setsockopt_connectx(sk,
3585                                             (struct sockaddr __user *)optval,
3586                                             optlen);
3587                 break;
3588
3589         case SCTP_DISABLE_FRAGMENTS:
3590                 retval = sctp_setsockopt_disable_fragments(sk, optval, optlen);
3591                 break;
3592
3593         case SCTP_EVENTS:
3594                 retval = sctp_setsockopt_events(sk, optval, optlen);
3595                 break;
3596
3597         case SCTP_AUTOCLOSE:
3598                 retval = sctp_setsockopt_autoclose(sk, optval, optlen);
3599                 break;
3600
3601         case SCTP_PEER_ADDR_PARAMS:
3602                 retval = sctp_setsockopt_peer_addr_params(sk, optval, optlen);
3603                 break;
3604
3605         case SCTP_DELAYED_SACK:
3606                 retval = sctp_setsockopt_delayed_ack(sk, optval, optlen);
3607                 break;
3608         case SCTP_PARTIAL_DELIVERY_POINT:
3609                 retval = sctp_setsockopt_partial_delivery_point(sk, optval, optlen);
3610                 break;
3611
3612         case SCTP_INITMSG:
3613                 retval = sctp_setsockopt_initmsg(sk, optval, optlen);
3614                 break;
3615         case SCTP_DEFAULT_SEND_PARAM:
3616                 retval = sctp_setsockopt_default_send_param(sk, optval,
3617                                                             optlen);
3618                 break;
3619         case SCTP_PRIMARY_ADDR:
3620                 retval = sctp_setsockopt_primary_addr(sk, optval, optlen);
3621                 break;
3622         case SCTP_SET_PEER_PRIMARY_ADDR:
3623                 retval = sctp_setsockopt_peer_primary_addr(sk, optval, optlen);
3624                 break;
3625         case SCTP_NODELAY:
3626                 retval = sctp_setsockopt_nodelay(sk, optval, optlen);
3627                 break;
3628         case SCTP_RTOINFO:
3629                 retval = sctp_setsockopt_rtoinfo(sk, optval, optlen);
3630                 break;
3631         case SCTP_ASSOCINFO:
3632                 retval = sctp_setsockopt_associnfo(sk, optval, optlen);
3633                 break;
3634         case SCTP_I_WANT_MAPPED_V4_ADDR:
3635                 retval = sctp_setsockopt_mappedv4(sk, optval, optlen);
3636                 break;
3637         case SCTP_MAXSEG:
3638                 retval = sctp_setsockopt_maxseg(sk, optval, optlen);
3639                 break;
3640         case SCTP_ADAPTATION_LAYER:
3641                 retval = sctp_setsockopt_adaptation_layer(sk, optval, optlen);
3642                 break;
3643         case SCTP_CONTEXT:
3644                 retval = sctp_setsockopt_context(sk, optval, optlen);
3645                 break;
3646         case SCTP_FRAGMENT_INTERLEAVE:
3647                 retval = sctp_setsockopt_fragment_interleave(sk, optval, optlen);
3648                 break;
3649         case SCTP_MAX_BURST:
3650                 retval = sctp_setsockopt_maxburst(sk, optval, optlen);
3651                 break;
3652         case SCTP_AUTH_CHUNK:
3653                 retval = sctp_setsockopt_auth_chunk(sk, optval, optlen);
3654                 break;
3655         case SCTP_HMAC_IDENT:
3656                 retval = sctp_setsockopt_hmac_ident(sk, optval, optlen);
3657                 break;
3658         case SCTP_AUTH_KEY:
3659                 retval = sctp_setsockopt_auth_key(sk, optval, optlen);
3660                 break;
3661         case SCTP_AUTH_ACTIVE_KEY:
3662                 retval = sctp_setsockopt_active_key(sk, optval, optlen);
3663                 break;
3664         case SCTP_AUTH_DELETE_KEY:
3665                 retval = sctp_setsockopt_del_key(sk, optval, optlen);
3666                 break;
3667         case SCTP_AUTO_ASCONF:
3668                 retval = sctp_setsockopt_auto_asconf(sk, optval, optlen);
3669                 break;
3670         default:
3671                 retval = -ENOPROTOOPT;
3672                 break;
3673         }
3674
3675         sctp_release_sock(sk);
3676
3677 out_nounlock:
3678         return retval;
3679 }
3680
3681 /* API 3.1.6 connect() - UDP Style Syntax
3682  *
3683  * An application may use the connect() call in the UDP model to initiate an
3684  * association without sending data.
3685  *
3686  * The syntax is:
3687  *
3688  * ret = connect(int sd, const struct sockaddr *nam, socklen_t len);
3689  *
3690  * sd: the socket descriptor to have a new association added to.
3691  *
3692  * nam: the address structure (either struct sockaddr_in or struct
3693  *    sockaddr_in6 defined in RFC2553 [7]).
3694  *
3695  * len: the size of the address.
3696  */
3697 SCTP_STATIC int sctp_connect(struct sock *sk, struct sockaddr *addr,
3698                              int addr_len)
3699 {
3700         int err = 0;
3701         struct sctp_af *af;
3702
3703         sctp_lock_sock(sk);
3704
3705         SCTP_DEBUG_PRINTK("%s - sk: %p, sockaddr: %p, addr_len: %d\n",
3706                           __func__, sk, addr, addr_len);
3707
3708         /* Validate addr_len before calling common connect/connectx routine. */
3709         af = sctp_get_af_specific(addr->sa_family);
3710         if (!af || addr_len < af->sockaddr_len) {
3711                 err = -EINVAL;
3712         } else {
3713                 /* Pass correct addr len to common routine (so it knows there
3714                  * is only one address being passed.
3715                  */
3716                 err = __sctp_connect(sk, addr, af->sockaddr_len, NULL);
3717         }
3718
3719         sctp_release_sock(sk);
3720         return err;
3721 }
3722
3723 /* FIXME: Write comments. */
3724 SCTP_STATIC int sctp_disconnect(struct sock *sk, int flags)
3725 {
3726         return -EOPNOTSUPP; /* STUB */
3727 }
3728
3729 /* 4.1.4 accept() - TCP Style Syntax
3730  *
3731  * Applications use accept() call to remove an established SCTP
3732  * association from the accept queue of the endpoint.  A new socket
3733  * descriptor will be returned from accept() to represent the newly
3734  * formed association.
3735  */
3736 SCTP_STATIC struct sock *sctp_accept(struct sock *sk, int flags, int *err)
3737 {
3738         struct sctp_sock *sp;
3739         struct sctp_endpoint *ep;
3740         struct sock *newsk = NULL;
3741         struct sctp_association *asoc;
3742         long timeo;
3743         int error = 0;
3744
3745         sctp_lock_sock(sk);
3746
3747         sp = sctp_sk(sk);
3748         ep = sp->ep;
3749
3750         if (!sctp_style(sk, TCP)) {
3751                 error = -EOPNOTSUPP;
3752                 goto out;
3753         }
3754
3755         if (!sctp_sstate(sk, LISTENING)) {
3756                 error = -EINVAL;
3757                 goto out;
3758         }
3759
3760         timeo = sock_rcvtimeo(sk, flags & O_NONBLOCK);
3761
3762         error = sctp_wait_for_accept(sk, timeo);
3763         if (error)
3764                 goto out;
3765
3766         /* We treat the list of associations on the endpoint as the accept
3767          * queue and pick the first association on the list.
3768          */
3769         asoc = list_entry(ep->asocs.next, struct sctp_association, asocs);
3770
3771         newsk = sp->pf->create_accept_sk(sk, asoc);
3772         if (!newsk) {
3773                 error = -ENOMEM;
3774                 goto out;
3775         }
3776
3777         /* Populate the fields of the newsk from the oldsk and migrate the
3778          * asoc to the newsk.
3779          */
3780         sctp_sock_migrate(sk, newsk, asoc, SCTP_SOCKET_TCP);
3781
3782 out:
3783         sctp_release_sock(sk);
3784         *err = error;
3785         return newsk;
3786 }
3787
3788 /* The SCTP ioctl handler. */
3789 SCTP_STATIC int sctp_ioctl(struct sock *sk, int cmd, unsigned long arg)
3790 {
3791         int rc = -ENOTCONN;
3792
3793         sctp_lock_sock(sk);
3794
3795         /*
3796          * SEQPACKET-style sockets in LISTENING state are valid, for
3797          * SCTP, so only discard TCP-style sockets in LISTENING state.
3798          */
3799         if (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING))
3800                 goto out;
3801
3802         switch (cmd) {
3803         case SIOCINQ: {
3804                 struct sk_buff *skb;
3805                 unsigned int amount = 0;
3806
3807                 skb = skb_peek(&sk->sk_receive_queue);
3808                 if (skb != NULL) {
3809                         /*
3810                          * We will only return the amount of this packet since
3811                          * that is all that will be read.
3812                          */
3813                         amount = skb->len;
3814                 }
3815                 rc = put_user(amount, (int __user *)arg);
3816                 break;
3817         }
3818         default:
3819                 rc = -ENOIOCTLCMD;
3820                 break;
3821         }
3822 out:
3823         sctp_release_sock(sk);
3824         return rc;
3825 }
3826
3827 /* This is the function which gets called during socket creation to
3828  * initialized the SCTP-specific portion of the sock.
3829  * The sock structure should already be zero-filled memory.
3830  */
3831 SCTP_STATIC int sctp_init_sock(struct sock *sk)
3832 {
3833         struct sctp_endpoint *ep;
3834         struct sctp_sock *sp;
3835
3836         SCTP_DEBUG_PRINTK("sctp_init_sock(sk: %p)\n", sk);
3837
3838         sp = sctp_sk(sk);
3839
3840         /* Initialize the SCTP per socket area.  */
3841         switch (sk->sk_type) {
3842         case SOCK_SEQPACKET:
3843                 sp->type = SCTP_SOCKET_UDP;
3844                 break;
3845         case SOCK_STREAM:
3846                 sp->type = SCTP_SOCKET_TCP;
3847                 break;
3848         default:
3849                 return -ESOCKTNOSUPPORT;
3850         }
3851
3852         /* Initialize default send parameters. These parameters can be
3853          * modified with the SCTP_DEFAULT_SEND_PARAM socket option.
3854          */
3855         sp->default_stream = 0;
3856         sp->default_ppid = 0;
3857         sp->default_flags = 0;
3858         sp->default_context = 0;
3859         sp->default_timetolive = 0;
3860
3861         sp->default_rcv_context = 0;
3862         sp->max_burst = sctp_max_burst;
3863
3864         /* Initialize default setup parameters. These parameters
3865          * can be modified with the SCTP_INITMSG socket option or
3866          * overridden by the SCTP_INIT CMSG.
3867          */
3868         sp->initmsg.sinit_num_ostreams   = sctp_max_outstreams;
3869         sp->initmsg.sinit_max_instreams  = sctp_max_instreams;
3870         sp->initmsg.sinit_max_attempts   = sctp_max_retrans_init;
3871         sp->initmsg.sinit_max_init_timeo = sctp_rto_max;
3872
3873         /* Initialize default RTO related parameters.  These parameters can
3874          * be modified for with the SCTP_RTOINFO socket option.
3875          */
3876         sp->rtoinfo.srto_initial = sctp_rto_initial;
3877         sp->rtoinfo.srto_max     = sctp_rto_max;
3878         sp->rtoinfo.srto_min     = sctp_rto_min;
3879
3880         /* Initialize default association related parameters. These parameters
3881          * can be modified with the SCTP_ASSOCINFO socket option.
3882          */
3883         sp->assocparams.sasoc_asocmaxrxt = sctp_max_retrans_association;
3884         sp->assocparams.sasoc_number_peer_destinations = 0;
3885         sp->assocparams.sasoc_peer_rwnd = 0;
3886         sp->assocparams.sasoc_local_rwnd = 0;
3887         sp->assocparams.sasoc_cookie_life = sctp_valid_cookie_life;
3888
3889         /* Initialize default event subscriptions. By default, all the
3890          * options are off.
3891          */
3892         memset(&sp->subscribe, 0, sizeof(struct sctp_event_subscribe));
3893
3894         /* Default Peer Address Parameters.  These defaults can
3895          * be modified via SCTP_PEER_ADDR_PARAMS
3896          */
3897         sp->hbinterval  = sctp_hb_interval;
3898         sp->pathmaxrxt  = sctp_max_retrans_path;
3899         sp->pathmtu     = 0; // allow default discovery
3900         sp->sackdelay   = sctp_sack_timeout;
3901         sp->sackfreq    = 2;
3902         sp->param_flags = SPP_HB_ENABLE |
3903                           SPP_PMTUD_ENABLE |
3904                           SPP_SACKDELAY_ENABLE;
3905
3906         /* If enabled no SCTP message fragmentation will be performed.
3907          * Configure through SCTP_DISABLE_FRAGMENTS socket option.
3908          */
3909         sp->disable_fragments = 0;
3910
3911         /* Enable Nagle algorithm by default.  */
3912         sp->nodelay           = 0;
3913
3914         /* Enable by default. */
3915         sp->v4mapped          = 1;
3916
3917         /* Auto-close idle associations after the configured
3918          * number of seconds.  A value of 0 disables this
3919          * feature.  Configure through the SCTP_AUTOCLOSE socket option,
3920          * for UDP-style sockets only.
3921          */
3922         sp->autoclose         = 0;
3923
3924         /* User specified fragmentation limit. */
3925         sp->user_frag         = 0;
3926
3927         sp->adaptation_ind = 0;
3928
3929         sp->pf = sctp_get_pf_specific(sk->sk_family);
3930
3931         /* Control variables for partial data delivery. */
3932         atomic_set(&sp->pd_mode, 0);
3933         skb_queue_head_init(&sp->pd_lobby);
3934         sp->frag_interleave = 0;
3935
3936         /* Create a per socket endpoint structure.  Even if we
3937          * change the data structure relationships, this may still
3938          * be useful for storing pre-connect address information.
3939          */
3940         ep = sctp_endpoint_new(sk, GFP_KERNEL);
3941         if (!ep)
3942                 return -ENOMEM;
3943
3944         sp->ep = ep;
3945         sp->hmac = NULL;
3946
3947         SCTP_DBG_OBJCNT_INC(sock);
3948
3949         local_bh_disable();
3950         percpu_counter_inc(&sctp_sockets_allocated);
3951         sock_prot_inuse_add(sock_net(sk), sk->sk_prot, 1);
3952
3953         /* Nothing can fail after this block, otherwise
3954          * sctp_destroy_sock() will be called without addr_wq_lock held
3955          */
3956         if (sctp_default_auto_asconf) {
3957                 spin_lock(&sctp_globals.addr_wq_lock);
3958                 list_add_tail(&sp->auto_asconf_list,
3959                     &sctp_auto_asconf_splist);
3960                 sp->do_auto_asconf = 1;
3961                 spin_unlock(&sctp_globals.addr_wq_lock);
3962         } else {
3963                 sp->do_auto_asconf = 0;
3964         }
3965
3966         local_bh_enable();
3967
3968         return 0;
3969 }
3970
3971 /* Cleanup any SCTP per socket resources. Must be called with
3972  * sctp_globals.addr_wq_lock held if sp->do_auto_asconf is true
3973  */
3974 SCTP_STATIC void sctp_destroy_sock(struct sock *sk)
3975 {
3976         struct sctp_sock *sp;
3977
3978         SCTP_DEBUG_PRINTK("sctp_destroy_sock(sk: %p)\n", sk);
3979
3980         /* Release our hold on the endpoint. */
3981         sp = sctp_sk(sk);
3982         /* This could happen during socket init, thus we bail out
3983          * early, since the rest of the below is not setup either.
3984          */
3985         if (sp->ep == NULL)
3986                 return;
3987
3988         if (sp->do_auto_asconf) {
3989                 sp->do_auto_asconf = 0;
3990                 list_del(&sp->auto_asconf_list);
3991         }
3992         sctp_endpoint_free(sp->ep);
3993         local_bh_disable();
3994         percpu_counter_dec(&sctp_sockets_allocated);
3995         sock_prot_inuse_add(sock_net(sk), sk->sk_prot, -1);
3996         local_bh_enable();
3997 }
3998
3999 /* API 4.1.7 shutdown() - TCP Style Syntax
4000  *     int shutdown(int socket, int how);
4001  *
4002  *     sd      - the socket descriptor of the association to be closed.
4003  *     how     - Specifies the type of shutdown.  The  values  are
4004  *               as follows:
4005  *               SHUT_RD
4006  *                     Disables further receive operations. No SCTP
4007  *                     protocol action is taken.
4008  *               SHUT_WR
4009  *                     Disables further send operations, and initiates
4010  *                     the SCTP shutdown sequence.
4011  *               SHUT_RDWR
4012  *                     Disables further send  and  receive  operations
4013  *                     and initiates the SCTP shutdown sequence.
4014  */
4015 SCTP_STATIC void sctp_shutdown(struct sock *sk, int how)
4016 {
4017         struct sctp_endpoint *ep;
4018         struct sctp_association *asoc;
4019
4020         if (!sctp_style(sk, TCP))
4021                 return;
4022
4023         if (how & SEND_SHUTDOWN) {
4024                 ep = sctp_sk(sk)->ep;
4025                 if (!list_empty(&ep->asocs)) {
4026                         asoc = list_entry(ep->asocs.next,
4027                                           struct sctp_association, asocs);
4028                         sctp_primitive_SHUTDOWN(asoc, NULL);
4029                 }
4030         }
4031 }
4032
4033 /* 7.2.1 Association Status (SCTP_STATUS)
4034
4035  * Applications can retrieve current status information about an
4036  * association, including association state, peer receiver window size,
4037  * number of unacked data chunks, and number of data chunks pending
4038  * receipt.  This information is read-only.
4039  */
4040 static int sctp_getsockopt_sctp_status(struct sock *sk, int len,
4041                                        char __user *optval,
4042                                        int __user *optlen)
4043 {
4044         struct sctp_status status;
4045         struct sctp_association *asoc = NULL;
4046         struct sctp_transport *transport;
4047         sctp_assoc_t associd;
4048         int retval = 0;
4049
4050         if (len < sizeof(status)) {
4051                 retval = -EINVAL;
4052                 goto out;
4053         }
4054
4055         len = sizeof(status);
4056         if (copy_from_user(&status, optval, len)) {
4057                 retval = -EFAULT;
4058                 goto out;
4059         }
4060
4061         associd = status.sstat_assoc_id;
4062         asoc = sctp_id2assoc(sk, associd);
4063         if (!asoc) {
4064                 retval = -EINVAL;
4065                 goto out;
4066         }
4067
4068         transport = asoc->peer.primary_path;
4069
4070         status.sstat_assoc_id = sctp_assoc2id(asoc);
4071         status.sstat_state = asoc->state;
4072         status.sstat_rwnd =  asoc->peer.rwnd;
4073         status.sstat_unackdata = asoc->unack_data;
4074
4075         status.sstat_penddata = sctp_tsnmap_pending(&asoc->peer.tsn_map);
4076         status.sstat_instrms = asoc->c.sinit_max_instreams;
4077         status.sstat_outstrms = asoc->c.sinit_num_ostreams;
4078         status.sstat_fragmentation_point = asoc->frag_point;
4079         status.sstat_primary.spinfo_assoc_id = sctp_assoc2id(transport->asoc);
4080         memcpy(&status.sstat_primary.spinfo_address, &transport->ipaddr,
4081                         transport->af_specific->sockaddr_len);
4082         /* Map ipv4 address into v4-mapped-on-v6 address.  */
4083         sctp_get_pf_specific(sk->sk_family)->addr_to_user(sctp_sk(sk),
4084                 (union sctp_addr *)&status.sstat_primary.spinfo_address);
4085         status.sstat_primary.spinfo_state = transport->state;
4086         status.sstat_primary.spinfo_cwnd = transport->cwnd;
4087         status.sstat_primary.spinfo_srtt = transport->srtt;
4088         status.sstat_primary.spinfo_rto = jiffies_to_msecs(transport->rto);
4089         status.sstat_primary.spinfo_mtu = transport->pathmtu;
4090
4091         if (status.sstat_primary.spinfo_state == SCTP_UNKNOWN)
4092                 status.sstat_primary.spinfo_state = SCTP_ACTIVE;
4093
4094         if (put_user(len, optlen)) {
4095                 retval = -EFAULT;
4096                 goto out;
4097         }
4098
4099         SCTP_DEBUG_PRINTK("sctp_getsockopt_sctp_status(%d): %d %d %d\n",
4100                           len, status.sstat_state, status.sstat_rwnd,
4101                           status.sstat_assoc_id);
4102
4103         if (copy_to_user(optval, &status, len)) {
4104                 retval = -EFAULT;
4105                 goto out;
4106         }
4107
4108 out:
4109         return retval;
4110 }
4111
4112
4113 /* 7.2.2 Peer Address Information (SCTP_GET_PEER_ADDR_INFO)
4114  *
4115  * Applications can retrieve information about a specific peer address
4116  * of an association, including its reachability state, congestion
4117  * window, and retransmission timer values.  This information is
4118  * read-only.
4119  */
4120 static int sctp_getsockopt_peer_addr_info(struct sock *sk, int len,
4121                                           char __user *optval,
4122                                           int __user *optlen)
4123 {
4124         struct sctp_paddrinfo pinfo;
4125         struct sctp_transport *transport;
4126         int retval = 0;
4127
4128         if (len < sizeof(pinfo)) {
4129                 retval = -EINVAL;
4130                 goto out;
4131         }
4132
4133         len = sizeof(pinfo);
4134         if (copy_from_user(&pinfo, optval, len)) {
4135                 retval = -EFAULT;
4136                 goto out;
4137         }
4138
4139         transport = sctp_addr_id2transport(sk, &pinfo.spinfo_address,
4140                                            pinfo.spinfo_assoc_id);
4141         if (!transport)
4142                 return -EINVAL;
4143
4144         pinfo.spinfo_assoc_id = sctp_assoc2id(transport->asoc);
4145         pinfo.spinfo_state = transport->state;
4146         pinfo.spinfo_cwnd = transport->cwnd;
4147         pinfo.spinfo_srtt = transport->srtt;
4148         pinfo.spinfo_rto = jiffies_to_msecs(transport->rto);
4149         pinfo.spinfo_mtu = transport->pathmtu;
4150
4151         if (pinfo.spinfo_state == SCTP_UNKNOWN)
4152                 pinfo.spinfo_state = SCTP_ACTIVE;
4153
4154         if (put_user(len, optlen)) {
4155                 retval = -EFAULT;
4156                 goto out;
4157         }
4158
4159         if (copy_to_user(optval, &pinfo, len)) {
4160                 retval = -EFAULT;
4161                 goto out;
4162         }
4163
4164 out:
4165         return retval;
4166 }
4167
4168 /* 7.1.12 Enable/Disable message fragmentation (SCTP_DISABLE_FRAGMENTS)
4169  *
4170  * This option is a on/off flag.  If enabled no SCTP message
4171  * fragmentation will be performed.  Instead if a message being sent
4172  * exceeds the current PMTU size, the message will NOT be sent and
4173  * instead a error will be indicated to the user.
4174  */
4175 static int sctp_getsockopt_disable_fragments(struct sock *sk, int len,
4176                                         char __user *optval, int __user *optlen)
4177 {
4178         int val;
4179
4180         if (len < sizeof(int))
4181                 return -EINVAL;
4182
4183         len = sizeof(int);
4184         val = (sctp_sk(sk)->disable_fragments == 1);
4185         if (put_user(len, optlen))
4186                 return -EFAULT;
4187         if (copy_to_user(optval, &val, len))
4188                 return -EFAULT;
4189         return 0;
4190 }
4191
4192 /* 7.1.15 Set notification and ancillary events (SCTP_EVENTS)
4193  *
4194  * This socket option is used to specify various notifications and
4195  * ancillary data the user wishes to receive.
4196  */
4197 static int sctp_getsockopt_events(struct sock *sk, int len, char __user *optval,
4198                                   int __user *optlen)
4199 {
4200         if (len == 0)
4201                 return -EINVAL;
4202         if (len > sizeof(struct sctp_event_subscribe))
4203                 len = sizeof(struct sctp_event_subscribe);
4204         if (put_user(len, optlen))
4205                 return -EFAULT;
4206         if (copy_to_user(optval, &sctp_sk(sk)->subscribe, len))
4207                 return -EFAULT;
4208         return 0;
4209 }
4210
4211 /* 7.1.8 Automatic Close of associations (SCTP_AUTOCLOSE)
4212  *
4213  * This socket option is applicable to the UDP-style socket only.  When
4214  * set it will cause associations that are idle for more than the
4215  * specified number of seconds to automatically close.  An association
4216  * being idle is defined an association that has NOT sent or received
4217  * user data.  The special value of '0' indicates that no automatic
4218  * close of any associations should be performed.  The option expects an
4219  * integer defining the number of seconds of idle time before an
4220  * association is closed.
4221  */
4222 static int sctp_getsockopt_autoclose(struct sock *sk, int len, char __user *optval, int __user *optlen)
4223 {
4224         /* Applicable to UDP-style socket only */
4225         if (sctp_style(sk, TCP))
4226                 return -EOPNOTSUPP;
4227         if (len < sizeof(int))
4228                 return -EINVAL;
4229         len = sizeof(int);
4230         if (put_user(len, optlen))
4231                 return -EFAULT;
4232         if (copy_to_user(optval, &sctp_sk(sk)->autoclose, sizeof(int)))
4233                 return -EFAULT;
4234         return 0;
4235 }
4236
4237 /* Helper routine to branch off an association to a new socket.  */
4238 SCTP_STATIC int sctp_do_peeloff(struct sctp_association *asoc,
4239                                 struct socket **sockp)
4240 {
4241         struct sock *sk = asoc->base.sk;
4242         struct sctp_sock *sp = sctp_sk(sk);
4243         struct socket *sock;
4244         int err = 0;
4245
4246         /* Do not peel off from one netns to another one. */
4247         if (!net_eq(current->nsproxy->net_ns, sock_net(sk)))
4248                 return -EINVAL;
4249
4250         /* If there is a thread waiting on more sndbuf space for
4251          * sending on this asoc, it cannot be peeled.
4252          */
4253         if (waitqueue_active(&asoc->wait))
4254                 return -EBUSY;
4255
4256         /* An association cannot be branched off from an already peeled-off
4257          * socket, nor is this supported for tcp style sockets.
4258          */
4259         if (!sctp_style(sk, UDP))
4260                 return -EINVAL;
4261
4262         /* Create a new socket.  */
4263         err = sock_create(sk->sk_family, SOCK_SEQPACKET, IPPROTO_SCTP, &sock);
4264         if (err < 0)
4265                 return err;
4266
4267         sctp_copy_sock(sock->sk, sk, asoc);
4268
4269         /* Make peeled-off sockets more like 1-1 accepted sockets.
4270          * Set the daddr and initialize id to something more random
4271          */
4272         sp->pf->to_sk_daddr(&asoc->peer.primary_addr, sk);
4273
4274         /* Populate the fields of the newsk from the oldsk and migrate the
4275          * asoc to the newsk.
4276          */
4277         sctp_sock_migrate(sk, sock->sk, asoc, SCTP_SOCKET_UDP_HIGH_BANDWIDTH);
4278
4279         *sockp = sock;
4280
4281         return err;
4282 }
4283
4284 static int sctp_getsockopt_peeloff(struct sock *sk, int len, char __user *optval, int __user *optlen)
4285 {
4286         sctp_peeloff_arg_t peeloff;
4287         struct socket *newsock;
4288         int retval = 0;
4289         struct sctp_association *asoc;
4290
4291         if (len < sizeof(sctp_peeloff_arg_t))
4292                 return -EINVAL;
4293         len = sizeof(sctp_peeloff_arg_t);
4294         if (copy_from_user(&peeloff, optval, len))
4295                 return -EFAULT;
4296
4297         asoc = sctp_id2assoc(sk, peeloff.associd);
4298         if (!asoc) {
4299                 retval = -EINVAL;
4300                 goto out;
4301         }
4302
4303         SCTP_DEBUG_PRINTK("%s: sk: %p asoc: %p\n", __func__, sk, asoc);
4304
4305         retval = sctp_do_peeloff(asoc, &newsock);
4306         if (retval < 0)
4307                 goto out;
4308
4309         /* Map the socket to an unused fd that can be returned to the user.  */
4310         retval = sock_map_fd(newsock, 0);
4311         if (retval < 0) {
4312                 sock_release(newsock);
4313                 goto out;
4314         }
4315
4316         SCTP_DEBUG_PRINTK("%s: sk: %p asoc: %p newsk: %p sd: %d\n",
4317                           __func__, sk, asoc, newsock->sk, retval);
4318
4319         /* Return the fd mapped to the new socket.  */
4320         peeloff.sd = retval;
4321         if (put_user(len, optlen))
4322                 return -EFAULT;
4323         if (copy_to_user(optval, &peeloff, len))
4324                 retval = -EFAULT;
4325
4326 out:
4327         return retval;
4328 }
4329
4330 /* 7.1.13 Peer Address Parameters (SCTP_PEER_ADDR_PARAMS)
4331  *
4332  * Applications can enable or disable heartbeats for any peer address of
4333  * an association, modify an address's heartbeat interval, force a
4334  * heartbeat to be sent immediately, and adjust the address's maximum
4335  * number of retransmissions sent before an address is considered
4336  * unreachable.  The following structure is used to access and modify an
4337  * address's parameters:
4338  *
4339  *  struct sctp_paddrparams {
4340  *     sctp_assoc_t            spp_assoc_id;
4341  *     struct sockaddr_storage spp_address;
4342  *     uint32_t                spp_hbinterval;
4343  *     uint16_t                spp_pathmaxrxt;
4344  *     uint32_t                spp_pathmtu;
4345  *     uint32_t                spp_sackdelay;
4346  *     uint32_t                spp_flags;
4347  * };
4348  *
4349  *   spp_assoc_id    - (one-to-many style socket) This is filled in the
4350  *                     application, and identifies the association for
4351  *                     this query.
4352  *   spp_address     - This specifies which address is of interest.
4353  *   spp_hbinterval  - This contains the value of the heartbeat interval,
4354  *                     in milliseconds.  If a  value of zero
4355  *                     is present in this field then no changes are to
4356  *                     be made to this parameter.
4357  *   spp_pathmaxrxt  - This contains the maximum number of
4358  *                     retransmissions before this address shall be
4359  *                     considered unreachable. If a  value of zero
4360  *                     is present in this field then no changes are to
4361  *                     be made to this parameter.
4362  *   spp_pathmtu     - When Path MTU discovery is disabled the value
4363  *                     specified here will be the "fixed" path mtu.
4364  *                     Note that if the spp_address field is empty
4365  *                     then all associations on this address will
4366  *                     have this fixed path mtu set upon them.
4367  *
4368  *   spp_sackdelay   - When delayed sack is enabled, this value specifies
4369  *                     the number of milliseconds that sacks will be delayed
4370  *                     for. This value will apply to all addresses of an
4371  *                     association if the spp_address field is empty. Note
4372  *                     also, that if delayed sack is enabled and this
4373  *                     value is set to 0, no change is made to the last
4374  *                     recorded delayed sack timer value.
4375  *
4376  *   spp_flags       - These flags are used to control various features
4377  *                     on an association. The flag field may contain
4378  *                     zero or more of the following options.
4379  *
4380  *                     SPP_HB_ENABLE  - Enable heartbeats on the
4381  *                     specified address. Note that if the address
4382  *                     field is empty all addresses for the association
4383  *                     have heartbeats enabled upon them.
4384  *
4385  *                     SPP_HB_DISABLE - Disable heartbeats on the
4386  *                     speicifed address. Note that if the address
4387  *                     field is empty all addresses for the association
4388  *                     will have their heartbeats disabled. Note also
4389  *                     that SPP_HB_ENABLE and SPP_HB_DISABLE are
4390  *                     mutually exclusive, only one of these two should
4391  *                     be specified. Enabling both fields will have
4392  *                     undetermined results.
4393  *
4394  *                     SPP_HB_DEMAND - Request a user initiated heartbeat
4395  *                     to be made immediately.
4396  *
4397  *                     SPP_PMTUD_ENABLE - This field will enable PMTU
4398  *                     discovery upon the specified address. Note that
4399  *                     if the address feild is empty then all addresses
4400  *                     on the association are effected.
4401  *
4402  *                     SPP_PMTUD_DISABLE - This field will disable PMTU
4403  *                     discovery upon the specified address. Note that
4404  *                     if the address feild is empty then all addresses
4405  *                     on the association are effected. Not also that
4406  *                     SPP_PMTUD_ENABLE and SPP_PMTUD_DISABLE are mutually
4407  *                     exclusive. Enabling both will have undetermined
4408  *                     results.
4409  *
4410  *                     SPP_SACKDELAY_ENABLE - Setting this flag turns
4411  *                     on delayed sack. The time specified in spp_sackdelay
4412  *                     is used to specify the sack delay for this address. Note
4413  *                     that if spp_address is empty then all addresses will
4414  *                     enable delayed sack and take on the sack delay
4415  *                     value specified in spp_sackdelay.
4416  *                     SPP_SACKDELAY_DISABLE - Setting this flag turns
4417  *                     off delayed sack. If the spp_address field is blank then
4418  *                     delayed sack is disabled for the entire association. Note
4419  *                     also that this field is mutually exclusive to
4420  *                     SPP_SACKDELAY_ENABLE, setting both will have undefined
4421  *                     results.
4422  */
4423 static int sctp_getsockopt_peer_addr_params(struct sock *sk, int len,
4424                                             char __user *optval, int __user *optlen)
4425 {
4426         struct sctp_paddrparams  params;
4427         struct sctp_transport   *trans = NULL;
4428         struct sctp_association *asoc = NULL;
4429         struct sctp_sock        *sp = sctp_sk(sk);
4430
4431         if (len < sizeof(struct sctp_paddrparams))
4432                 return -EINVAL;
4433         len = sizeof(struct sctp_paddrparams);
4434         if (copy_from_user(&params, optval, len))
4435                 return -EFAULT;
4436
4437         /* If an address other than INADDR_ANY is specified, and
4438          * no transport is found, then the request is invalid.
4439          */
4440         if (!sctp_is_any(sk, ( union sctp_addr *)&params.spp_address)) {
4441                 trans = sctp_addr_id2transport(sk, &params.spp_address,
4442                                                params.spp_assoc_id);
4443                 if (!trans) {
4444                         SCTP_DEBUG_PRINTK("Failed no transport\n");
4445                         return -EINVAL;
4446                 }
4447         }
4448
4449         /* Get association, if assoc_id != 0 and the socket is a one
4450          * to many style socket, and an association was not found, then
4451          * the id was invalid.
4452          */
4453         asoc = sctp_id2assoc(sk, params.spp_assoc_id);
4454         if (!asoc && params.spp_assoc_id && sctp_style(sk, UDP)) {
4455                 SCTP_DEBUG_PRINTK("Failed no association\n");
4456                 return -EINVAL;
4457         }
4458
4459         if (trans) {
4460                 /* Fetch transport values. */
4461                 params.spp_hbinterval = jiffies_to_msecs(trans->hbinterval);
4462                 params.spp_pathmtu    = trans->pathmtu;
4463                 params.spp_pathmaxrxt = trans->pathmaxrxt;
4464                 params.spp_sackdelay  = jiffies_to_msecs(trans->sackdelay);
4465
4466                 /*draft-11 doesn't say what to return in spp_flags*/
4467                 params.spp_flags      = trans->param_flags;
4468         } else if (asoc) {
4469                 /* Fetch association values. */
4470                 params.spp_hbinterval = jiffies_to_msecs(asoc->hbinterval);
4471                 params.spp_pathmtu    = asoc->pathmtu;
4472                 params.spp_pathmaxrxt = asoc->pathmaxrxt;
4473                 params.spp_sackdelay  = jiffies_to_msecs(asoc->sackdelay);
4474
4475                 /*draft-11 doesn't say what to return in spp_flags*/
4476                 params.spp_flags      = asoc->param_flags;
4477         } else {
4478                 /* Fetch socket values. */
4479                 params.spp_hbinterval = sp->hbinterval;
4480                 params.spp_pathmtu    = sp->pathmtu;
4481                 params.spp_sackdelay  = sp->sackdelay;
4482                 params.spp_pathmaxrxt = sp->pathmaxrxt;
4483
4484                 /*draft-11 doesn't say what to return in spp_flags*/
4485                 params.spp_flags      = sp->param_flags;
4486         }
4487
4488         if (copy_to_user(optval, &params, len))
4489                 return -EFAULT;
4490
4491         if (put_user(len, optlen))
4492                 return -EFAULT;
4493
4494         return 0;
4495 }
4496
4497 /*
4498  * 7.1.23.  Get or set delayed ack timer (SCTP_DELAYED_SACK)
4499  *
4500  * This option will effect the way delayed acks are performed.  This
4501  * option allows you to get or set the delayed ack time, in
4502  * milliseconds.  It also allows changing the delayed ack frequency.
4503  * Changing the frequency to 1 disables the delayed sack algorithm.  If
4504  * the assoc_id is 0, then this sets or gets the endpoints default
4505  * values.  If the assoc_id field is non-zero, then the set or get
4506  * effects the specified association for the one to many model (the
4507  * assoc_id field is ignored by the one to one model).  Note that if
4508  * sack_delay or sack_freq are 0 when setting this option, then the
4509  * current values will remain unchanged.
4510  *
4511  * struct sctp_sack_info {
4512  *     sctp_assoc_t            sack_assoc_id;
4513  *     uint32_t                sack_delay;
4514  *     uint32_t                sack_freq;
4515  * };
4516  *
4517  * sack_assoc_id -  This parameter, indicates which association the user
4518  *    is performing an action upon.  Note that if this field's value is
4519  *    zero then the endpoints default value is changed (effecting future
4520  *    associations only).
4521  *
4522  * sack_delay -  This parameter contains the number of milliseconds that
4523  *    the user is requesting the delayed ACK timer be set to.  Note that
4524  *    this value is defined in the standard to be between 200 and 500
4525  *    milliseconds.
4526  *
4527  * sack_freq -  This parameter contains the number of packets that must
4528  *    be received before a sack is sent without waiting for the delay
4529  *    timer to expire.  The default value for this is 2, setting this
4530  *    value to 1 will disable the delayed sack algorithm.
4531  */
4532 static int sctp_getsockopt_delayed_ack(struct sock *sk, int len,
4533                                             char __user *optval,
4534                                             int __user *optlen)
4535 {
4536         struct sctp_sack_info    params;
4537         struct sctp_association *asoc = NULL;
4538         struct sctp_sock        *sp = sctp_sk(sk);
4539
4540         if (len >= sizeof(struct sctp_sack_info)) {
4541                 len = sizeof(struct sctp_sack_info);
4542
4543                 if (copy_from_user(&params, optval, len))
4544                         return -EFAULT;
4545         } else if (len == sizeof(struct sctp_assoc_value)) {
4546                 pr_warn("Use of struct sctp_assoc_value in delayed_ack socket option deprecated\n");
4547                 pr_warn("Use struct sctp_sack_info instead\n");
4548                 if (copy_from_user(&params, optval, len))
4549                         return -EFAULT;
4550         } else
4551                 return - EINVAL;
4552
4553         /* Get association, if sack_assoc_id != 0 and the socket is a one
4554          * to many style socket, and an association was not found, then
4555          * the id was invalid.
4556          */
4557         asoc = sctp_id2assoc(sk, params.sack_assoc_id);
4558         if (!asoc && params.sack_assoc_id && sctp_style(sk, UDP))
4559                 return -EINVAL;
4560
4561         if (asoc) {
4562                 /* Fetch association values. */
4563                 if (asoc->param_flags & SPP_SACKDELAY_ENABLE) {
4564                         params.sack_delay = jiffies_to_msecs(
4565                                 asoc->sackdelay);
4566                         params.sack_freq = asoc->sackfreq;
4567
4568                 } else {
4569                         params.sack_delay = 0;
4570                         params.sack_freq = 1;
4571                 }
4572         } else {
4573                 /* Fetch socket values. */
4574                 if (sp->param_flags & SPP_SACKDELAY_ENABLE) {
4575                         params.sack_delay  = sp->sackdelay;
4576                         params.sack_freq = sp->sackfreq;
4577                 } else {
4578                         params.sack_delay  = 0;
4579                         params.sack_freq = 1;
4580                 }
4581         }
4582
4583         if (copy_to_user(optval, &params, len))
4584                 return -EFAULT;
4585
4586         if (put_user(len, optlen))
4587                 return -EFAULT;
4588
4589         return 0;
4590 }
4591
4592 /* 7.1.3 Initialization Parameters (SCTP_INITMSG)
4593  *
4594  * Applications can specify protocol parameters for the default association
4595  * initialization.  The option name argument to setsockopt() and getsockopt()
4596  * is SCTP_INITMSG.
4597  *
4598  * Setting initialization parameters is effective only on an unconnected
4599  * socket (for UDP-style sockets only future associations are effected
4600  * by the change).  With TCP-style sockets, this option is inherited by
4601  * sockets derived from a listener socket.
4602  */
4603 static int sctp_getsockopt_initmsg(struct sock *sk, int len, char __user *optval, int __user *optlen)
4604 {
4605         if (len < sizeof(struct sctp_initmsg))
4606                 return -EINVAL;
4607         len = sizeof(struct sctp_initmsg);
4608         if (put_user(len, optlen))
4609                 return -EFAULT;
4610         if (copy_to_user(optval, &sctp_sk(sk)->initmsg, len))
4611                 return -EFAULT;
4612         return 0;
4613 }
4614
4615
4616 static int sctp_getsockopt_peer_addrs(struct sock *sk, int len,
4617                                       char __user *optval, int __user *optlen)
4618 {
4619         struct sctp_association *asoc;
4620         int cnt = 0;
4621         struct sctp_getaddrs getaddrs;
4622         struct sctp_transport *from;
4623         void __user *to;
4624         union sctp_addr temp;
4625         struct sctp_sock *sp = sctp_sk(sk);
4626         int addrlen;
4627         size_t space_left;
4628         int bytes_copied;
4629
4630         if (len < sizeof(struct sctp_getaddrs))
4631                 return -EINVAL;
4632
4633         if (copy_from_user(&getaddrs, optval, sizeof(struct sctp_getaddrs)))
4634                 return -EFAULT;
4635
4636         /* For UDP-style sockets, id specifies the association to query.  */
4637         asoc = sctp_id2assoc(sk, getaddrs.assoc_id);
4638         if (!asoc)
4639                 return -EINVAL;
4640
4641         to = optval + offsetof(struct sctp_getaddrs,addrs);
4642         space_left = len - offsetof(struct sctp_getaddrs,addrs);
4643
4644         list_for_each_entry(from, &asoc->peer.transport_addr_list,
4645                                 transports) {
4646                 memcpy(&temp, &from->ipaddr, sizeof(temp));
4647                 addrlen = sctp_get_pf_specific(sk->sk_family)
4648                               ->addr_to_user(sp, &temp);
4649                 if (space_left < addrlen)
4650                         return -ENOMEM;
4651                 if (copy_to_user(to, &temp, addrlen))
4652                         return -EFAULT;
4653                 to += addrlen;
4654                 cnt++;
4655                 space_left -= addrlen;
4656         }
4657
4658         if (put_user(cnt, &((struct sctp_getaddrs __user *)optval)->addr_num))
4659                 return -EFAULT;
4660         bytes_copied = ((char __user *)to) - optval;
4661         if (put_user(bytes_copied, optlen))
4662                 return -EFAULT;
4663
4664         return 0;
4665 }
4666
4667 static int sctp_copy_laddrs(struct sock *sk, __u16 port, void *to,
4668                             size_t space_left, int *bytes_copied)
4669 {
4670         struct sctp_sockaddr_entry *addr;
4671         union sctp_addr temp;
4672         int cnt = 0;
4673         int addrlen;
4674
4675         rcu_read_lock();
4676         list_for_each_entry_rcu(addr, &sctp_local_addr_list, list) {
4677                 if (!addr->valid)
4678                         continue;
4679
4680                 if ((PF_INET == sk->sk_family) &&
4681                     (AF_INET6 == addr->a.sa.sa_family))
4682                         continue;
4683                 if ((PF_INET6 == sk->sk_family) &&
4684                     inet_v6_ipv6only(sk) &&
4685                     (AF_INET == addr->a.sa.sa_family))
4686                         continue;
4687                 memcpy(&temp, &addr->a, sizeof(temp));
4688                 if (!temp.v4.sin_port)
4689                         temp.v4.sin_port = htons(port);
4690
4691                 addrlen = sctp_get_pf_specific(sk->sk_family)
4692                               ->addr_to_user(sctp_sk(sk), &temp);
4693
4694                 if (space_left < addrlen) {
4695                         cnt =  -ENOMEM;
4696                         break;
4697                 }
4698                 memcpy(to, &temp, addrlen);
4699
4700                 to += addrlen;
4701                 cnt ++;
4702                 space_left -= addrlen;
4703                 *bytes_copied += addrlen;
4704         }
4705         rcu_read_unlock();
4706
4707         return cnt;
4708 }
4709
4710
4711 static int sctp_getsockopt_local_addrs(struct sock *sk, int len,
4712                                        char __user *optval, int __user *optlen)
4713 {
4714         struct sctp_bind_addr *bp;
4715         struct sctp_association *asoc;
4716         int cnt = 0;
4717         struct sctp_getaddrs getaddrs;
4718         struct sctp_sockaddr_entry *addr;
4719         void __user *to;
4720         union sctp_addr temp;
4721         struct sctp_sock *sp = sctp_sk(sk);
4722         int addrlen;
4723         int err = 0;
4724         size_t space_left;
4725         int bytes_copied = 0;
4726         void *addrs;
4727         void *buf;
4728
4729         if (len < sizeof(struct sctp_getaddrs))
4730                 return -EINVAL;
4731
4732         if (copy_from_user(&getaddrs, optval, sizeof(struct sctp_getaddrs)))
4733                 return -EFAULT;
4734
4735         /*
4736          *  For UDP-style sockets, id specifies the association to query.
4737          *  If the id field is set to the value '0' then the locally bound
4738          *  addresses are returned without regard to any particular
4739          *  association.
4740          */
4741         if (0 == getaddrs.assoc_id) {
4742                 bp = &sctp_sk(sk)->ep->base.bind_addr;
4743         } else {
4744                 asoc = sctp_id2assoc(sk, getaddrs.assoc_id);
4745                 if (!asoc)
4746                         return -EINVAL;
4747                 bp = &asoc->base.bind_addr;
4748         }
4749
4750         to = optval + offsetof(struct sctp_getaddrs,addrs);
4751         space_left = len - offsetof(struct sctp_getaddrs,addrs);
4752
4753         addrs = kmalloc(space_left, GFP_KERNEL);
4754         if (!addrs)
4755                 return -ENOMEM;
4756
4757         /* If the endpoint is bound to 0.0.0.0 or ::0, get the valid
4758          * addresses from the global local address list.
4759          */
4760         if (sctp_list_single_entry(&bp->address_list)) {
4761                 addr = list_entry(bp->address_list.next,
4762                                   struct sctp_sockaddr_entry, list);
4763                 if (sctp_is_any(sk, &addr->a)) {
4764                         cnt = sctp_copy_laddrs(sk, bp->port, addrs,
4765                                                 space_left, &bytes_copied);
4766                         if (cnt < 0) {
4767                                 err = cnt;
4768                                 goto out;
4769                         }
4770                         goto copy_getaddrs;
4771                 }
4772         }
4773
4774         buf = addrs;
4775         /* Protection on the bound address list is not needed since
4776          * in the socket option context we hold a socket lock and
4777          * thus the bound address list can't change.
4778          */
4779         list_for_each_entry(addr, &bp->address_list, list) {
4780                 memcpy(&temp, &addr->a, sizeof(temp));
4781                 addrlen = sctp_get_pf_specific(sk->sk_family)
4782                               ->addr_to_user(sp, &temp);
4783                 if (space_left < addrlen) {
4784                         err =  -ENOMEM; /*fixme: right error?*/
4785                         goto out;
4786                 }
4787                 memcpy(buf, &temp, addrlen);
4788                 buf += addrlen;
4789                 bytes_copied += addrlen;
4790                 cnt ++;
4791                 space_left -= addrlen;
4792         }
4793
4794 copy_getaddrs:
4795         if (copy_to_user(to, addrs, bytes_copied)) {
4796                 err = -EFAULT;
4797                 goto out;
4798         }
4799         if (put_user(cnt, &((struct sctp_getaddrs __user *)optval)->addr_num)) {
4800                 err = -EFAULT;
4801                 goto out;
4802         }
4803         if (put_user(bytes_copied, optlen))
4804                 err = -EFAULT;
4805 out:
4806         kfree(addrs);
4807         return err;
4808 }
4809
4810 /* 7.1.10 Set Primary Address (SCTP_PRIMARY_ADDR)
4811  *
4812  * Requests that the local SCTP stack use the enclosed peer address as
4813  * the association primary.  The enclosed address must be one of the
4814  * association peer's addresses.
4815  */
4816 static int sctp_getsockopt_primary_addr(struct sock *sk, int len,
4817                                         char __user *optval, int __user *optlen)
4818 {
4819         struct sctp_prim prim;
4820         struct sctp_association *asoc;
4821         struct sctp_sock *sp = sctp_sk(sk);
4822
4823         if (len < sizeof(struct sctp_prim))
4824                 return -EINVAL;
4825
4826         len = sizeof(struct sctp_prim);
4827
4828         if (copy_from_user(&prim, optval, len))
4829                 return -EFAULT;
4830
4831         asoc = sctp_id2assoc(sk, prim.ssp_assoc_id);
4832         if (!asoc)
4833                 return -EINVAL;
4834
4835         if (!asoc->peer.primary_path)
4836                 return -ENOTCONN;
4837
4838         memcpy(&prim.ssp_addr, &asoc->peer.primary_path->ipaddr,
4839                 asoc->peer.primary_path->af_specific->sockaddr_len);
4840
4841         sctp_get_pf_specific(sk->sk_family)->addr_to_user(sp,
4842                         (union sctp_addr *)&prim.ssp_addr);
4843
4844         if (put_user(len, optlen))
4845                 return -EFAULT;
4846         if (copy_to_user(optval, &prim, len))
4847                 return -EFAULT;
4848
4849         return 0;
4850 }
4851
4852 /*
4853  * 7.1.11  Set Adaptation Layer Indicator (SCTP_ADAPTATION_LAYER)
4854  *
4855  * Requests that the local endpoint set the specified Adaptation Layer
4856  * Indication parameter for all future INIT and INIT-ACK exchanges.
4857  */
4858 static int sctp_getsockopt_adaptation_layer(struct sock *sk, int len,
4859                                   char __user *optval, int __user *optlen)
4860 {
4861         struct sctp_setadaptation adaptation;
4862
4863         if (len < sizeof(struct sctp_setadaptation))
4864                 return -EINVAL;
4865
4866         len = sizeof(struct sctp_setadaptation);
4867
4868         adaptation.ssb_adaptation_ind = sctp_sk(sk)->adaptation_ind;
4869
4870         if (put_user(len, optlen))
4871                 return -EFAULT;
4872         if (copy_to_user(optval, &adaptation, len))
4873                 return -EFAULT;
4874
4875         return 0;
4876 }
4877
4878 /*
4879  *
4880  * 7.1.14 Set default send parameters (SCTP_DEFAULT_SEND_PARAM)
4881  *
4882  *   Applications that wish to use the sendto() system call may wish to
4883  *   specify a default set of parameters that would normally be supplied
4884  *   through the inclusion of ancillary data.  This socket option allows
4885  *   such an application to set the default sctp_sndrcvinfo structure.
4886
4887
4888  *   The application that wishes to use this socket option simply passes
4889  *   in to this call the sctp_sndrcvinfo structure defined in Section
4890  *   5.2.2) The input parameters accepted by this call include
4891  *   sinfo_stream, sinfo_flags, sinfo_ppid, sinfo_context,
4892  *   sinfo_timetolive.  The user must provide the sinfo_assoc_id field in
4893  *   to this call if the caller is using the UDP model.
4894  *
4895  *   For getsockopt, it get the default sctp_sndrcvinfo structure.
4896  */
4897 static int sctp_getsockopt_default_send_param(struct sock *sk,
4898                                         int len, char __user *optval,
4899                                         int __user *optlen)
4900 {
4901         struct sctp_sndrcvinfo info;
4902         struct sctp_association *asoc;
4903         struct sctp_sock *sp = sctp_sk(sk);
4904
4905         if (len < sizeof(struct sctp_sndrcvinfo))
4906                 return -EINVAL;
4907
4908         len = sizeof(struct sctp_sndrcvinfo);
4909
4910         if (copy_from_user(&info, optval, len))
4911                 return -EFAULT;
4912
4913         asoc = sctp_id2assoc(sk, info.sinfo_assoc_id);
4914         if (!asoc && info.sinfo_assoc_id && sctp_style(sk, UDP))
4915                 return -EINVAL;
4916
4917         if (asoc) {
4918                 info.sinfo_stream = asoc->default_stream;
4919                 info.sinfo_flags = asoc->default_flags;
4920                 info.sinfo_ppid = asoc->default_ppid;
4921                 info.sinfo_context = asoc->default_context;
4922                 info.sinfo_timetolive = asoc->default_timetolive;
4923         } else {
4924                 info.sinfo_stream = sp->default_stream;
4925                 info.sinfo_flags = sp->default_flags;
4926                 info.sinfo_ppid = sp->default_ppid;
4927                 info.sinfo_context = sp->default_context;
4928                 info.sinfo_timetolive = sp->default_timetolive;
4929         }
4930
4931         if (put_user(len, optlen))
4932                 return -EFAULT;
4933         if (copy_to_user(optval, &info, len))
4934                 return -EFAULT;
4935
4936         return 0;
4937 }
4938
4939 /*
4940  *
4941  * 7.1.5 SCTP_NODELAY
4942  *
4943  * Turn on/off any Nagle-like algorithm.  This means that packets are
4944  * generally sent as soon as possible and no unnecessary delays are
4945  * introduced, at the cost of more packets in the network.  Expects an
4946  * integer boolean flag.
4947  */
4948
4949 static int sctp_getsockopt_nodelay(struct sock *sk, int len,
4950                                    char __user *optval, int __user *optlen)
4951 {
4952         int val;
4953
4954         if (len < sizeof(int))
4955                 return -EINVAL;
4956
4957         len = sizeof(int);
4958         val = (sctp_sk(sk)->nodelay == 1);
4959         if (put_user(len, optlen))
4960                 return -EFAULT;
4961         if (copy_to_user(optval, &val, len))
4962                 return -EFAULT;
4963         return 0;
4964 }
4965
4966 /*
4967  *
4968  * 7.1.1 SCTP_RTOINFO
4969  *
4970  * The protocol parameters used to initialize and bound retransmission
4971  * timeout (RTO) are tunable. sctp_rtoinfo structure is used to access
4972  * and modify these parameters.
4973  * All parameters are time values, in milliseconds.  A value of 0, when
4974  * modifying the parameters, indicates that the current value should not
4975  * be changed.
4976  *
4977  */
4978 static int sctp_getsockopt_rtoinfo(struct sock *sk, int len,
4979                                 char __user *optval,
4980                                 int __user *optlen) {
4981         struct sctp_rtoinfo rtoinfo;
4982         struct sctp_association *asoc;
4983
4984         if (len < sizeof (struct sctp_rtoinfo))
4985                 return -EINVAL;
4986
4987         len = sizeof(struct sctp_rtoinfo);
4988
4989         if (copy_from_user(&rtoinfo, optval, len))
4990                 return -EFAULT;
4991
4992         asoc = sctp_id2assoc(sk, rtoinfo.srto_assoc_id);
4993
4994         if (!asoc && rtoinfo.srto_assoc_id && sctp_style(sk, UDP))
4995                 return -EINVAL;
4996
4997         /* Values corresponding to the specific association. */
4998         if (asoc) {
4999                 rtoinfo.srto_initial = jiffies_to_msecs(asoc->rto_initial);
5000                 rtoinfo.srto_max = jiffies_to_msecs(asoc->rto_max);
5001                 rtoinfo.srto_min = jiffies_to_msecs(asoc->rto_min);
5002         } else {
5003                 /* Values corresponding to the endpoint. */
5004                 struct sctp_sock *sp = sctp_sk(sk);
5005
5006                 rtoinfo.srto_initial = sp->rtoinfo.srto_initial;
5007                 rtoinfo.srto_max = sp->rtoinfo.srto_max;
5008                 rtoinfo.srto_min = sp->rtoinfo.srto_min;
5009         }
5010
5011         if (put_user(len, optlen))
5012                 return -EFAULT;
5013
5014         if (copy_to_user(optval, &rtoinfo, len))
5015                 return -EFAULT;
5016
5017         return 0;
5018 }
5019
5020 /*
5021  *
5022  * 7.1.2 SCTP_ASSOCINFO
5023  *
5024  * This option is used to tune the maximum retransmission attempts
5025  * of the association.
5026  * Returns an error if the new association retransmission value is
5027  * greater than the sum of the retransmission value  of the peer.
5028  * See [SCTP] for more information.
5029  *
5030  */
5031 static int sctp_getsockopt_associnfo(struct sock *sk, int len,
5032                                      char __user *optval,
5033                                      int __user *optlen)
5034 {
5035
5036         struct sctp_assocparams assocparams;
5037         struct sctp_association *asoc;
5038         struct list_head *pos;
5039         int cnt = 0;
5040
5041         if (len < sizeof (struct sctp_assocparams))
5042                 return -EINVAL;
5043
5044         len = sizeof(struct sctp_assocparams);
5045
5046         if (copy_from_user(&assocparams, optval, len))
5047                 return -EFAULT;
5048
5049         asoc = sctp_id2assoc(sk, assocparams.sasoc_assoc_id);
5050
5051         if (!asoc && assocparams.sasoc_assoc_id && sctp_style(sk, UDP))
5052                 return -EINVAL;
5053
5054         /* Values correspoinding to the specific association */
5055         if (asoc) {
5056                 assocparams.sasoc_asocmaxrxt = asoc->max_retrans;
5057                 assocparams.sasoc_peer_rwnd = asoc->peer.rwnd;
5058                 assocparams.sasoc_local_rwnd = asoc->a_rwnd;
5059                 assocparams.sasoc_cookie_life = (asoc->cookie_life.tv_sec
5060                                                 * 1000) +
5061                                                 (asoc->cookie_life.tv_usec
5062                                                 / 1000);
5063
5064                 list_for_each(pos, &asoc->peer.transport_addr_list) {
5065                         cnt ++;
5066                 }
5067
5068                 assocparams.sasoc_number_peer_destinations = cnt;
5069         } else {
5070                 /* Values corresponding to the endpoint */
5071                 struct sctp_sock *sp = sctp_sk(sk);
5072
5073                 assocparams.sasoc_asocmaxrxt = sp->assocparams.sasoc_asocmaxrxt;
5074                 assocparams.sasoc_peer_rwnd = sp->assocparams.sasoc_peer_rwnd;
5075                 assocparams.sasoc_local_rwnd = sp->assocparams.sasoc_local_rwnd;
5076                 assocparams.sasoc_cookie_life =
5077                                         sp->assocparams.sasoc_cookie_life;
5078                 assocparams.sasoc_number_peer_destinations =
5079                                         sp->assocparams.
5080                                         sasoc_number_peer_destinations;
5081         }
5082
5083         if (put_user(len, optlen))
5084                 return -EFAULT;
5085
5086         if (copy_to_user(optval, &assocparams, len))
5087                 return -EFAULT;
5088
5089         return 0;
5090 }
5091
5092 /*
5093  * 7.1.16 Set/clear IPv4 mapped addresses (SCTP_I_WANT_MAPPED_V4_ADDR)
5094  *
5095  * This socket option is a boolean flag which turns on or off mapped V4
5096  * addresses.  If this option is turned on and the socket is type
5097  * PF_INET6, then IPv4 addresses will be mapped to V6 representation.
5098  * If this option is turned off, then no mapping will be done of V4
5099  * addresses and a user will receive both PF_INET6 and PF_INET type
5100  * addresses on the socket.
5101  */
5102 static int sctp_getsockopt_mappedv4(struct sock *sk, int len,
5103                                     char __user *optval, int __user *optlen)
5104 {
5105         int val;
5106         struct sctp_sock *sp = sctp_sk(sk);
5107
5108         if (len < sizeof(int))
5109                 return -EINVAL;
5110
5111         len = sizeof(int);
5112         val = sp->v4mapped;
5113         if (put_user(len, optlen))
5114                 return -EFAULT;
5115         if (copy_to_user(optval, &val, len))
5116                 return -EFAULT;
5117
5118         return 0;
5119 }
5120
5121 /*
5122  * 7.1.29.  Set or Get the default context (SCTP_CONTEXT)
5123  * (chapter and verse is quoted at sctp_setsockopt_context())
5124  */
5125 static int sctp_getsockopt_context(struct sock *sk, int len,
5126                                    char __user *optval, int __user *optlen)
5127 {
5128         struct sctp_assoc_value params;
5129         struct sctp_sock *sp;
5130         struct sctp_association *asoc;
5131
5132         if (len < sizeof(struct sctp_assoc_value))
5133                 return -EINVAL;
5134
5135         len = sizeof(struct sctp_assoc_value);
5136
5137         if (copy_from_user(&params, optval, len))
5138                 return -EFAULT;
5139
5140         sp = sctp_sk(sk);
5141
5142         if (params.assoc_id != 0) {
5143                 asoc = sctp_id2assoc(sk, params.assoc_id);
5144                 if (!asoc)
5145                         return -EINVAL;
5146                 params.assoc_value = asoc->default_rcv_context;
5147         } else {
5148                 params.assoc_value = sp->default_rcv_context;
5149         }
5150
5151         if (put_user(len, optlen))
5152                 return -EFAULT;
5153         if (copy_to_user(optval, &params, len))
5154                 return -EFAULT;
5155
5156         return 0;
5157 }
5158
5159 /*
5160  * 8.1.16.  Get or Set the Maximum Fragmentation Size (SCTP_MAXSEG)
5161  * This option will get or set the maximum size to put in any outgoing
5162  * SCTP DATA chunk.  If a message is larger than this size it will be
5163  * fragmented by SCTP into the specified size.  Note that the underlying
5164  * SCTP implementation may fragment into smaller sized chunks when the
5165  * PMTU of the underlying association is smaller than the value set by
5166  * the user.  The default value for this option is '0' which indicates
5167  * the user is NOT limiting fragmentation and only the PMTU will effect
5168  * SCTP's choice of DATA chunk size.  Note also that values set larger
5169  * than the maximum size of an IP datagram will effectively let SCTP
5170  * control fragmentation (i.e. the same as setting this option to 0).
5171  *
5172  * The following structure is used to access and modify this parameter:
5173  *
5174  * struct sctp_assoc_value {
5175  *   sctp_assoc_t assoc_id;
5176  *   uint32_t assoc_value;
5177  * };
5178  *
5179  * assoc_id:  This parameter is ignored for one-to-one style sockets.
5180  *    For one-to-many style sockets this parameter indicates which
5181  *    association the user is performing an action upon.  Note that if
5182  *    this field's value is zero then the endpoints default value is
5183  *    changed (effecting future associations only).
5184  * assoc_value:  This parameter specifies the maximum size in bytes.
5185  */
5186 static int sctp_getsockopt_maxseg(struct sock *sk, int len,
5187                                   char __user *optval, int __user *optlen)
5188 {
5189         struct sctp_assoc_value params;
5190         struct sctp_association *asoc;
5191
5192         if (len == sizeof(int)) {
5193                 pr_warn("Use of int in maxseg socket option deprecated\n");
5194                 pr_warn("Use struct sctp_assoc_value instead\n");
5195                 params.assoc_id = 0;
5196         } else if (len >= sizeof(struct sctp_assoc_value)) {
5197                 len = sizeof(struct sctp_assoc_value);
5198                 if (copy_from_user(&params, optval, sizeof(params)))
5199                         return -EFAULT;
5200         } else
5201                 return -EINVAL;
5202
5203         asoc = sctp_id2assoc(sk, params.assoc_id);
5204         if (!asoc && params.assoc_id && sctp_style(sk, UDP))
5205                 return -EINVAL;
5206
5207         if (asoc)
5208                 params.assoc_value = asoc->frag_point;
5209         else
5210                 params.assoc_value = sctp_sk(sk)->user_frag;
5211
5212         if (put_user(len, optlen))
5213                 return -EFAULT;
5214         if (len == sizeof(int)) {
5215                 if (copy_to_user(optval, &params.assoc_value, len))
5216                         return -EFAULT;
5217         } else {
5218                 if (copy_to_user(optval, &params, len))
5219                         return -EFAULT;
5220         }
5221
5222         return 0;
5223 }
5224
5225 /*
5226  * 7.1.24.  Get or set fragmented interleave (SCTP_FRAGMENT_INTERLEAVE)
5227  * (chapter and verse is quoted at sctp_setsockopt_fragment_interleave())
5228  */
5229 static int sctp_getsockopt_fragment_interleave(struct sock *sk, int len,
5230                                                char __user *optval, int __user *optlen)
5231 {
5232         int val;
5233
5234         if (len < sizeof(int))
5235                 return -EINVAL;
5236
5237         len = sizeof(int);
5238
5239         val = sctp_sk(sk)->frag_interleave;
5240         if (put_user(len, optlen))
5241                 return -EFAULT;
5242         if (copy_to_user(optval, &val, len))
5243                 return -EFAULT;
5244
5245         return 0;
5246 }
5247
5248 /*
5249  * 7.1.25.  Set or Get the sctp partial delivery point
5250  * (chapter and verse is quoted at sctp_setsockopt_partial_delivery_point())
5251  */
5252 static int sctp_getsockopt_partial_delivery_point(struct sock *sk, int len,
5253                                                   char __user *optval,
5254                                                   int __user *optlen)
5255 {
5256         u32 val;
5257
5258         if (len < sizeof(u32))
5259                 return -EINVAL;
5260
5261         len = sizeof(u32);
5262
5263         val = sctp_sk(sk)->pd_point;
5264         if (put_user(len, optlen))
5265                 return -EFAULT;
5266         if (copy_to_user(optval, &val, len))
5267                 return -EFAULT;
5268
5269         return 0;
5270 }
5271
5272 /*
5273  * 7.1.28.  Set or Get the maximum burst (SCTP_MAX_BURST)
5274  * (chapter and verse is quoted at sctp_setsockopt_maxburst())
5275  */
5276 static int sctp_getsockopt_maxburst(struct sock *sk, int len,
5277                                     char __user *optval,
5278                                     int __user *optlen)
5279 {
5280         struct sctp_assoc_value params;
5281         struct sctp_sock *sp;
5282         struct sctp_association *asoc;
5283
5284         if (len == sizeof(int)) {
5285                 pr_warn("Use of int in max_burst socket option deprecated\n");
5286                 pr_warn("Use struct sctp_assoc_value instead\n");
5287                 params.assoc_id = 0;
5288         } else if (len >= sizeof(struct sctp_assoc_value)) {
5289                 len = sizeof(struct sctp_assoc_value);
5290                 if (copy_from_user(&params, optval, len))
5291                         return -EFAULT;
5292         } else
5293                 return -EINVAL;
5294
5295         sp = sctp_sk(sk);
5296
5297         if (params.assoc_id != 0) {
5298                 asoc = sctp_id2assoc(sk, params.assoc_id);
5299                 if (!asoc)
5300                         return -EINVAL;
5301                 params.assoc_value = asoc->max_burst;
5302         } else
5303                 params.assoc_value = sp->max_burst;
5304
5305         if (len == sizeof(int)) {
5306                 if (copy_to_user(optval, &params.assoc_value, len))
5307                         return -EFAULT;
5308         } else {
5309                 if (copy_to_user(optval, &params, len))
5310                         return -EFAULT;
5311         }
5312
5313         return 0;
5314
5315 }
5316
5317 static int sctp_getsockopt_hmac_ident(struct sock *sk, int len,
5318                                     char __user *optval, int __user *optlen)
5319 {
5320         struct sctp_hmacalgo  __user *p = (void __user *)optval;
5321         struct sctp_hmac_algo_param *hmacs;
5322         __u16 data_len = 0;
5323         u32 num_idents;
5324         int i;
5325
5326         if (!sctp_auth_enable)
5327                 return -EACCES;
5328
5329         hmacs = sctp_sk(sk)->ep->auth_hmacs_list;
5330         data_len = ntohs(hmacs->param_hdr.length) - sizeof(sctp_paramhdr_t);
5331
5332         if (len < sizeof(struct sctp_hmacalgo) + data_len)
5333                 return -EINVAL;
5334
5335         len = sizeof(struct sctp_hmacalgo) + data_len;
5336         num_idents = data_len / sizeof(u16);
5337
5338         if (put_user(len, optlen))
5339                 return -EFAULT;
5340         if (put_user(num_idents, &p->shmac_num_idents))
5341                 return -EFAULT;
5342         for (i = 0; i < num_idents; i++) {
5343                 __u16 hmacid = ntohs(hmacs->hmac_ids[i]);
5344
5345                 if (copy_to_user(&p->shmac_idents[i], &hmacid, sizeof(__u16)))
5346                         return -EFAULT;
5347         }
5348         return 0;
5349 }
5350
5351 static int sctp_getsockopt_active_key(struct sock *sk, int len,
5352                                     char __user *optval, int __user *optlen)
5353 {
5354         struct sctp_authkeyid val;
5355         struct sctp_association *asoc;
5356
5357         if (!sctp_auth_enable)
5358                 return -EACCES;
5359
5360         if (len < sizeof(struct sctp_authkeyid))
5361                 return -EINVAL;
5362         if (copy_from_user(&val, optval, sizeof(struct sctp_authkeyid)))
5363                 return -EFAULT;
5364
5365         asoc = sctp_id2assoc(sk, val.scact_assoc_id);
5366         if (!asoc && val.scact_assoc_id && sctp_style(sk, UDP))
5367                 return -EINVAL;
5368
5369         if (asoc)
5370                 val.scact_keynumber = asoc->active_key_id;
5371         else
5372                 val.scact_keynumber = sctp_sk(sk)->ep->active_key_id;
5373
5374         len = sizeof(struct sctp_authkeyid);
5375         if (put_user(len, optlen))
5376                 return -EFAULT;
5377         if (copy_to_user(optval, &val, len))
5378                 return -EFAULT;
5379
5380         return 0;
5381 }
5382
5383 static int sctp_getsockopt_peer_auth_chunks(struct sock *sk, int len,
5384                                     char __user *optval, int __user *optlen)
5385 {
5386         struct sctp_authchunks __user *p = (void __user *)optval;
5387         struct sctp_authchunks val;
5388         struct sctp_association *asoc;
5389         struct sctp_chunks_param *ch;
5390         u32    num_chunks = 0;
5391         char __user *to;
5392
5393         if (!sctp_auth_enable)
5394                 return -EACCES;
5395
5396         if (len < sizeof(struct sctp_authchunks))
5397                 return -EINVAL;
5398
5399         if (copy_from_user(&val, optval, sizeof(struct sctp_authchunks)))
5400                 return -EFAULT;
5401
5402         to = p->gauth_chunks;
5403         asoc = sctp_id2assoc(sk, val.gauth_assoc_id);
5404         if (!asoc)
5405                 return -EINVAL;
5406
5407         ch = asoc->peer.peer_chunks;
5408         if (!ch)
5409                 goto num;
5410
5411         /* See if the user provided enough room for all the data */
5412         num_chunks = ntohs(ch->param_hdr.length) - sizeof(sctp_paramhdr_t);
5413         if (len < num_chunks)
5414                 return -EINVAL;
5415
5416         if (copy_to_user(to, ch->chunks, num_chunks))
5417                 return -EFAULT;
5418 num:
5419         len = sizeof(struct sctp_authchunks) + num_chunks;
5420         if (put_user(len, optlen)) return -EFAULT;
5421         if (put_user(num_chunks, &p->gauth_number_of_chunks))
5422                 return -EFAULT;
5423         return 0;
5424 }
5425
5426 static int sctp_getsockopt_local_auth_chunks(struct sock *sk, int len,
5427                                     char __user *optval, int __user *optlen)
5428 {
5429         struct sctp_authchunks __user *p = (void __user *)optval;
5430         struct sctp_authchunks val;
5431         struct sctp_association *asoc;
5432         struct sctp_chunks_param *ch;
5433         u32    num_chunks = 0;
5434         char __user *to;
5435
5436         if (!sctp_auth_enable)
5437                 return -EACCES;
5438
5439         if (len < sizeof(struct sctp_authchunks))
5440                 return -EINVAL;
5441
5442         if (copy_from_user(&val, optval, sizeof(struct sctp_authchunks)))
5443                 return -EFAULT;
5444
5445         to = p->gauth_chunks;
5446         asoc = sctp_id2assoc(sk, val.gauth_assoc_id);
5447         if (!asoc && val.gauth_assoc_id && sctp_style(sk, UDP))
5448                 return -EINVAL;
5449
5450         if (asoc)
5451                 ch = (struct sctp_chunks_param*)asoc->c.auth_chunks;
5452         else
5453                 ch = sctp_sk(sk)->ep->auth_chunk_list;
5454
5455         if (!ch)
5456                 goto num;
5457
5458         num_chunks = ntohs(ch->param_hdr.length) - sizeof(sctp_paramhdr_t);
5459         if (len < sizeof(struct sctp_authchunks) + num_chunks)
5460                 return -EINVAL;
5461
5462         if (copy_to_user(to, ch->chunks, num_chunks))
5463                 return -EFAULT;
5464 num:
5465         len = sizeof(struct sctp_authchunks) + num_chunks;
5466         if (put_user(len, optlen))
5467                 return -EFAULT;
5468         if (put_user(num_chunks, &p->gauth_number_of_chunks))
5469                 return -EFAULT;
5470
5471         return 0;
5472 }
5473
5474 /*
5475  * 8.2.5.  Get the Current Number of Associations (SCTP_GET_ASSOC_NUMBER)
5476  * This option gets the current number of associations that are attached
5477  * to a one-to-many style socket.  The option value is an uint32_t.
5478  */
5479 static int sctp_getsockopt_assoc_number(struct sock *sk, int len,
5480                                     char __user *optval, int __user *optlen)
5481 {
5482         struct sctp_sock *sp = sctp_sk(sk);
5483         struct sctp_association *asoc;
5484         u32 val = 0;
5485
5486         if (sctp_style(sk, TCP))
5487                 return -EOPNOTSUPP;
5488
5489         if (len < sizeof(u32))
5490                 return -EINVAL;
5491
5492         len = sizeof(u32);
5493
5494         list_for_each_entry(asoc, &(sp->ep->asocs), asocs) {
5495                 val++;
5496         }
5497
5498         if (put_user(len, optlen))
5499                 return -EFAULT;
5500         if (copy_to_user(optval, &val, len))
5501                 return -EFAULT;
5502
5503         return 0;
5504 }
5505
5506 /*
5507  * 8.1.23 SCTP_AUTO_ASCONF
5508  * See the corresponding setsockopt entry as description
5509  */
5510 static int sctp_getsockopt_auto_asconf(struct sock *sk, int len,
5511                                    char __user *optval, int __user *optlen)
5512 {
5513         int val = 0;
5514
5515         if (len < sizeof(int))
5516                 return -EINVAL;
5517
5518         len = sizeof(int);
5519         if (sctp_sk(sk)->do_auto_asconf && sctp_is_ep_boundall(sk))
5520                 val = 1;
5521         if (put_user(len, optlen))
5522                 return -EFAULT;
5523         if (copy_to_user(optval, &val, len))
5524                 return -EFAULT;
5525         return 0;
5526 }
5527
5528 /*
5529  * 8.2.6. Get the Current Identifiers of Associations
5530  *        (SCTP_GET_ASSOC_ID_LIST)
5531  *
5532  * This option gets the current list of SCTP association identifiers of
5533  * the SCTP associations handled by a one-to-many style socket.
5534  */
5535 static int sctp_getsockopt_assoc_ids(struct sock *sk, int len,
5536                                     char __user *optval, int __user *optlen)
5537 {
5538         struct sctp_sock *sp = sctp_sk(sk);
5539         struct sctp_association *asoc;
5540         struct sctp_assoc_ids *ids;
5541         u32 num = 0;
5542
5543         if (sctp_style(sk, TCP))
5544                 return -EOPNOTSUPP;
5545
5546         if (len < sizeof(struct sctp_assoc_ids))
5547                 return -EINVAL;
5548
5549         list_for_each_entry(asoc, &(sp->ep->asocs), asocs) {
5550                 num++;
5551         }
5552
5553         if (len < sizeof(struct sctp_assoc_ids) + sizeof(sctp_assoc_t) * num)
5554                 return -EINVAL;
5555
5556         len = sizeof(struct sctp_assoc_ids) + sizeof(sctp_assoc_t) * num;
5557
5558         ids = kmalloc(len, GFP_KERNEL);
5559         if (unlikely(!ids))
5560                 return -ENOMEM;
5561
5562         ids->gaids_number_of_ids = num;
5563         num = 0;
5564         list_for_each_entry(asoc, &(sp->ep->asocs), asocs) {
5565                 ids->gaids_assoc_id[num++] = asoc->assoc_id;
5566         }
5567
5568         if (put_user(len, optlen) || copy_to_user(optval, ids, len)) {
5569                 kfree(ids);
5570                 return -EFAULT;
5571         }
5572
5573         kfree(ids);
5574         return 0;
5575 }
5576
5577 SCTP_STATIC int sctp_getsockopt(struct sock *sk, int level, int optname,
5578                                 char __user *optval, int __user *optlen)
5579 {
5580         int retval = 0;
5581         int len;
5582
5583         SCTP_DEBUG_PRINTK("sctp_getsockopt(sk: %p... optname: %d)\n",
5584                           sk, optname);
5585
5586         /* I can hardly begin to describe how wrong this is.  This is
5587          * so broken as to be worse than useless.  The API draft
5588          * REALLY is NOT helpful here...  I am not convinced that the
5589          * semantics of getsockopt() with a level OTHER THAN SOL_SCTP
5590          * are at all well-founded.
5591          */
5592         if (level != SOL_SCTP) {
5593                 struct sctp_af *af = sctp_sk(sk)->pf->af;
5594
5595                 retval = af->getsockopt(sk, level, optname, optval, optlen);
5596                 return retval;
5597         }
5598
5599         if (get_user(len, optlen))
5600                 return -EFAULT;
5601
5602         if (len < 0)
5603                 return -EINVAL;
5604
5605         sctp_lock_sock(sk);
5606
5607         switch (optname) {
5608         case SCTP_STATUS:
5609                 retval = sctp_getsockopt_sctp_status(sk, len, optval, optlen);
5610                 break;
5611         case SCTP_DISABLE_FRAGMENTS:
5612                 retval = sctp_getsockopt_disable_fragments(sk, len, optval,
5613                                                            optlen);
5614                 break;
5615         case SCTP_EVENTS:
5616                 retval = sctp_getsockopt_events(sk, len, optval, optlen);
5617                 break;
5618         case SCTP_AUTOCLOSE:
5619                 retval = sctp_getsockopt_autoclose(sk, len, optval, optlen);
5620                 break;
5621         case SCTP_SOCKOPT_PEELOFF:
5622                 retval = sctp_getsockopt_peeloff(sk, len, optval, optlen);
5623                 break;
5624         case SCTP_PEER_ADDR_PARAMS:
5625                 retval = sctp_getsockopt_peer_addr_params(sk, len, optval,
5626                                                           optlen);
5627                 break;
5628         case SCTP_DELAYED_SACK:
5629                 retval = sctp_getsockopt_delayed_ack(sk, len, optval,
5630                                                           optlen);
5631                 break;
5632         case SCTP_INITMSG:
5633                 retval = sctp_getsockopt_initmsg(sk, len, optval, optlen);
5634                 break;
5635         case SCTP_GET_PEER_ADDRS:
5636                 retval = sctp_getsockopt_peer_addrs(sk, len, optval,
5637                                                     optlen);
5638                 break;
5639         case SCTP_GET_LOCAL_ADDRS:
5640                 retval = sctp_getsockopt_local_addrs(sk, len, optval,
5641                                                      optlen);
5642                 break;
5643         case SCTP_SOCKOPT_CONNECTX3:
5644                 retval = sctp_getsockopt_connectx3(sk, len, optval, optlen);
5645                 break;
5646         case SCTP_DEFAULT_SEND_PARAM:
5647                 retval = sctp_getsockopt_default_send_param(sk, len,
5648                                                             optval, optlen);
5649                 break;
5650         case SCTP_PRIMARY_ADDR:
5651                 retval = sctp_getsockopt_primary_addr(sk, len, optval, optlen);
5652                 break;
5653         case SCTP_NODELAY:
5654                 retval = sctp_getsockopt_nodelay(sk, len, optval, optlen);
5655                 break;
5656         case SCTP_RTOINFO:
5657                 retval = sctp_getsockopt_rtoinfo(sk, len, optval, optlen);
5658                 break;
5659         case SCTP_ASSOCINFO:
5660                 retval = sctp_getsockopt_associnfo(sk, len, optval, optlen);
5661                 break;
5662         case SCTP_I_WANT_MAPPED_V4_ADDR:
5663                 retval = sctp_getsockopt_mappedv4(sk, len, optval, optlen);
5664                 break;
5665         case SCTP_MAXSEG:
5666                 retval = sctp_getsockopt_maxseg(sk, len, optval, optlen);
5667                 break;
5668         case SCTP_GET_PEER_ADDR_INFO:
5669                 retval = sctp_getsockopt_peer_addr_info(sk, len, optval,
5670                                                         optlen);
5671                 break;
5672         case SCTP_ADAPTATION_LAYER:
5673                 retval = sctp_getsockopt_adaptation_layer(sk, len, optval,
5674                                                         optlen);
5675                 break;
5676         case SCTP_CONTEXT:
5677                 retval = sctp_getsockopt_context(sk, len, optval, optlen);
5678                 break;
5679         case SCTP_FRAGMENT_INTERLEAVE:
5680                 retval = sctp_getsockopt_fragment_interleave(sk, len, optval,
5681                                                              optlen);
5682                 break;
5683         case SCTP_PARTIAL_DELIVERY_POINT:
5684                 retval = sctp_getsockopt_partial_delivery_point(sk, len, optval,
5685                                                                 optlen);
5686                 break;
5687         case SCTP_MAX_BURST:
5688                 retval = sctp_getsockopt_maxburst(sk, len, optval, optlen);
5689                 break;
5690         case SCTP_AUTH_KEY:
5691         case SCTP_AUTH_CHUNK:
5692         case SCTP_AUTH_DELETE_KEY:
5693                 retval = -EOPNOTSUPP;
5694                 break;
5695         case SCTP_HMAC_IDENT:
5696                 retval = sctp_getsockopt_hmac_ident(sk, len, optval, optlen);
5697                 break;
5698         case SCTP_AUTH_ACTIVE_KEY:
5699                 retval = sctp_getsockopt_active_key(sk, len, optval, optlen);
5700                 break;
5701         case SCTP_PEER_AUTH_CHUNKS:
5702                 retval = sctp_getsockopt_peer_auth_chunks(sk, len, optval,
5703                                                         optlen);
5704                 break;
5705         case SCTP_LOCAL_AUTH_CHUNKS:
5706                 retval = sctp_getsockopt_local_auth_chunks(sk, len, optval,
5707                                                         optlen);
5708                 break;
5709         case SCTP_GET_ASSOC_NUMBER:
5710                 retval = sctp_getsockopt_assoc_number(sk, len, optval, optlen);
5711                 break;
5712         case SCTP_GET_ASSOC_ID_LIST:
5713                 retval = sctp_getsockopt_assoc_ids(sk, len, optval, optlen);
5714                 break;
5715         case SCTP_AUTO_ASCONF:
5716                 retval = sctp_getsockopt_auto_asconf(sk, len, optval, optlen);
5717                 break;
5718         default:
5719                 retval = -ENOPROTOOPT;
5720                 break;
5721         }
5722
5723         sctp_release_sock(sk);
5724         return retval;
5725 }
5726
5727 static void sctp_hash(struct sock *sk)
5728 {
5729         /* STUB */
5730 }
5731
5732 static void sctp_unhash(struct sock *sk)
5733 {
5734         /* STUB */
5735 }
5736
5737 /* Check if port is acceptable.  Possibly find first available port.
5738  *
5739  * The port hash table (contained in the 'global' SCTP protocol storage
5740  * returned by struct sctp_protocol *sctp_get_protocol()). The hash
5741  * table is an array of 4096 lists (sctp_bind_hashbucket). Each
5742  * list (the list number is the port number hashed out, so as you
5743  * would expect from a hash function, all the ports in a given list have
5744  * such a number that hashes out to the same list number; you were
5745  * expecting that, right?); so each list has a set of ports, with a
5746  * link to the socket (struct sock) that uses it, the port number and
5747  * a fastreuse flag (FIXME: NPI ipg).
5748  */
5749 static struct sctp_bind_bucket *sctp_bucket_create(
5750         struct sctp_bind_hashbucket *head, unsigned short snum);
5751
5752 static long sctp_get_port_local(struct sock *sk, union sctp_addr *addr)
5753 {
5754         struct sctp_bind_hashbucket *head; /* hash list */
5755         struct sctp_bind_bucket *pp; /* hash list port iterator */
5756         struct hlist_node *node;
5757         unsigned short snum;
5758         int ret;
5759
5760         snum = ntohs(addr->v4.sin_port);
5761
5762         SCTP_DEBUG_PRINTK("sctp_get_port() begins, snum=%d\n", snum);
5763         sctp_local_bh_disable();
5764
5765         if (snum == 0) {
5766                 /* Search for an available port. */
5767                 int low, high, remaining, index;
5768                 unsigned int rover;
5769
5770                 inet_get_local_port_range(&low, &high);
5771                 remaining = (high - low) + 1;
5772                 rover = net_random() % remaining + low;
5773
5774                 do {
5775                         rover++;
5776                         if ((rover < low) || (rover > high))
5777                                 rover = low;
5778                         if (inet_is_reserved_local_port(rover))
5779                                 continue;
5780                         index = sctp_phashfn(rover);
5781                         head = &sctp_port_hashtable[index];
5782                         sctp_spin_lock(&head->lock);
5783                         sctp_for_each_hentry(pp, node, &head->chain)
5784                                 if (pp->port == rover)
5785                                         goto next;
5786                         break;
5787                 next:
5788                         sctp_spin_unlock(&head->lock);
5789                 } while (--remaining > 0);
5790
5791                 /* Exhausted local port range during search? */
5792                 ret = 1;
5793                 if (remaining <= 0)
5794                         goto fail;
5795
5796                 /* OK, here is the one we will use.  HEAD (the port
5797                  * hash table list entry) is non-NULL and we hold it's
5798                  * mutex.
5799                  */
5800                 snum = rover;
5801         } else {
5802                 /* We are given an specific port number; we verify
5803                  * that it is not being used. If it is used, we will
5804                  * exahust the search in the hash list corresponding
5805                  * to the port number (snum) - we detect that with the
5806                  * port iterator, pp being NULL.
5807                  */
5808                 head = &sctp_port_hashtable[sctp_phashfn(snum)];
5809                 sctp_spin_lock(&head->lock);
5810                 sctp_for_each_hentry(pp, node, &head->chain) {
5811                         if (pp->port == snum)
5812                                 goto pp_found;
5813                 }
5814         }
5815         pp = NULL;
5816         goto pp_not_found;
5817 pp_found:
5818         if (!hlist_empty(&pp->owner)) {
5819                 /* We had a port hash table hit - there is an
5820                  * available port (pp != NULL) and it is being
5821                  * used by other socket (pp->owner not empty); that other
5822                  * socket is going to be sk2.
5823                  */
5824                 int reuse = sk->sk_reuse;
5825                 struct sock *sk2;
5826
5827                 SCTP_DEBUG_PRINTK("sctp_get_port() found a possible match\n");
5828                 if (pp->fastreuse && sk->sk_reuse &&
5829                         sk->sk_state != SCTP_SS_LISTENING)
5830                         goto success;
5831
5832                 /* Run through the list of sockets bound to the port
5833                  * (pp->port) [via the pointers bind_next and
5834                  * bind_pprev in the struct sock *sk2 (pp->sk)]. On each one,
5835                  * we get the endpoint they describe and run through
5836                  * the endpoint's list of IP (v4 or v6) addresses,
5837                  * comparing each of the addresses with the address of
5838                  * the socket sk. If we find a match, then that means
5839                  * that this port/socket (sk) combination are already
5840                  * in an endpoint.
5841                  */
5842                 sk_for_each_bound(sk2, node, &pp->owner) {
5843                         struct sctp_endpoint *ep2;
5844                         ep2 = sctp_sk(sk2)->ep;
5845
5846                         if (sk == sk2 ||
5847                             (reuse && sk2->sk_reuse &&
5848                              sk2->sk_state != SCTP_SS_LISTENING))
5849                                 continue;
5850
5851                         if (sctp_bind_addr_conflict(&ep2->base.bind_addr, addr,
5852                                                  sctp_sk(sk2), sctp_sk(sk))) {
5853                                 ret = (long)sk2;
5854                                 goto fail_unlock;
5855                         }
5856                 }
5857                 SCTP_DEBUG_PRINTK("sctp_get_port(): Found a match\n");
5858         }
5859 pp_not_found:
5860         /* If there was a hash table miss, create a new port.  */
5861         ret = 1;
5862         if (!pp && !(pp = sctp_bucket_create(head, snum)))
5863                 goto fail_unlock;
5864
5865         /* In either case (hit or miss), make sure fastreuse is 1 only
5866          * if sk->sk_reuse is too (that is, if the caller requested
5867          * SO_REUSEADDR on this socket -sk-).
5868          */
5869         if (hlist_empty(&pp->owner)) {
5870                 if (sk->sk_reuse && sk->sk_state != SCTP_SS_LISTENING)
5871                         pp->fastreuse = 1;
5872                 else
5873                         pp->fastreuse = 0;
5874         } else if (pp->fastreuse &&
5875                 (!sk->sk_reuse || sk->sk_state == SCTP_SS_LISTENING))
5876                 pp->fastreuse = 0;
5877
5878         /* We are set, so fill up all the data in the hash table
5879          * entry, tie the socket list information with the rest of the
5880          * sockets FIXME: Blurry, NPI (ipg).
5881          */
5882 success:
5883         if (!sctp_sk(sk)->bind_hash) {
5884                 inet_sk(sk)->inet_num = snum;
5885                 sk_add_bind_node(sk, &pp->owner);
5886                 sctp_sk(sk)->bind_hash = pp;
5887         }
5888         ret = 0;
5889
5890 fail_unlock:
5891         sctp_spin_unlock(&head->lock);
5892
5893 fail:
5894         sctp_local_bh_enable();
5895         return ret;
5896 }
5897
5898 /* Assign a 'snum' port to the socket.  If snum == 0, an ephemeral
5899  * port is requested.
5900  */
5901 static int sctp_get_port(struct sock *sk, unsigned short snum)
5902 {
5903         long ret;
5904         union sctp_addr addr;
5905         struct sctp_af *af = sctp_sk(sk)->pf->af;
5906
5907         /* Set up a dummy address struct from the sk. */
5908         af->from_sk(&addr, sk);
5909         addr.v4.sin_port = htons(snum);
5910
5911         /* Note: sk->sk_num gets filled in if ephemeral port request. */
5912         ret = sctp_get_port_local(sk, &addr);
5913
5914         return ret ? 1 : 0;
5915 }
5916
5917 /*
5918  *  Move a socket to LISTENING state.
5919  */
5920 SCTP_STATIC int sctp_listen_start(struct sock *sk, int backlog)
5921 {
5922         struct sctp_sock *sp = sctp_sk(sk);
5923         struct sctp_endpoint *ep = sp->ep;
5924         struct crypto_hash *tfm = NULL;
5925
5926         /* Allocate HMAC for generating cookie. */
5927         if (!sctp_sk(sk)->hmac && sctp_hmac_alg) {
5928                 tfm = crypto_alloc_hash(sctp_hmac_alg, 0, CRYPTO_ALG_ASYNC);
5929                 if (IS_ERR(tfm)) {
5930                         if (net_ratelimit()) {
5931                                 pr_info("failed to load transform for %s: %ld\n",
5932                                         sctp_hmac_alg, PTR_ERR(tfm));
5933                         }
5934                         return -ENOSYS;
5935                 }
5936                 sctp_sk(sk)->hmac = tfm;
5937         }
5938
5939         /*
5940          * If a bind() or sctp_bindx() is not called prior to a listen()
5941          * call that allows new associations to be accepted, the system
5942          * picks an ephemeral port and will choose an address set equivalent
5943          * to binding with a wildcard address.
5944          *
5945          * This is not currently spelled out in the SCTP sockets
5946          * extensions draft, but follows the practice as seen in TCP
5947          * sockets.
5948          *
5949          */
5950         sk->sk_state = SCTP_SS_LISTENING;
5951         if (!ep->base.bind_addr.port) {
5952                 if (sctp_autobind(sk))
5953                         return -EAGAIN;
5954         } else {
5955                 if (sctp_get_port(sk, inet_sk(sk)->inet_num)) {
5956                         sk->sk_state = SCTP_SS_CLOSED;
5957                         return -EADDRINUSE;
5958                 }
5959         }
5960
5961         sk->sk_max_ack_backlog = backlog;
5962         sctp_hash_endpoint(ep);
5963         return 0;
5964 }
5965
5966 /*
5967  * 4.1.3 / 5.1.3 listen()
5968  *
5969  *   By default, new associations are not accepted for UDP style sockets.
5970  *   An application uses listen() to mark a socket as being able to
5971  *   accept new associations.
5972  *
5973  *   On TCP style sockets, applications use listen() to ready the SCTP
5974  *   endpoint for accepting inbound associations.
5975  *
5976  *   On both types of endpoints a backlog of '0' disables listening.
5977  *
5978  *  Move a socket to LISTENING state.
5979  */
5980 int sctp_inet_listen(struct socket *sock, int backlog)
5981 {
5982         struct sock *sk = sock->sk;
5983         struct sctp_endpoint *ep = sctp_sk(sk)->ep;
5984         int err = -EINVAL;
5985
5986         if (unlikely(backlog < 0))
5987                 return err;
5988
5989         sctp_lock_sock(sk);
5990
5991         /* Peeled-off sockets are not allowed to listen().  */
5992         if (sctp_style(sk, UDP_HIGH_BANDWIDTH))
5993                 goto out;
5994
5995         if (sock->state != SS_UNCONNECTED)
5996                 goto out;
5997
5998         /* If backlog is zero, disable listening. */
5999         if (!backlog) {
6000                 if (sctp_sstate(sk, CLOSED))
6001                         goto out;
6002
6003                 err = 0;
6004                 sctp_unhash_endpoint(ep);
6005                 sk->sk_state = SCTP_SS_CLOSED;
6006                 if (sk->sk_reuse)
6007                         sctp_sk(sk)->bind_hash->fastreuse = 1;
6008                 goto out;
6009         }
6010
6011         /* If we are already listening, just update the backlog */
6012         if (sctp_sstate(sk, LISTENING))
6013                 sk->sk_max_ack_backlog = backlog;
6014         else {
6015                 err = sctp_listen_start(sk, backlog);
6016                 if (err)
6017                         goto out;
6018         }
6019
6020         err = 0;
6021 out:
6022         sctp_release_sock(sk);
6023         return err;
6024 }
6025
6026 /*
6027  * This function is done by modeling the current datagram_poll() and the
6028  * tcp_poll().  Note that, based on these implementations, we don't
6029  * lock the socket in this function, even though it seems that,
6030  * ideally, locking or some other mechanisms can be used to ensure
6031  * the integrity of the counters (sndbuf and wmem_alloc) used
6032  * in this place.  We assume that we don't need locks either until proven
6033  * otherwise.
6034  *
6035  * Another thing to note is that we include the Async I/O support
6036  * here, again, by modeling the current TCP/UDP code.  We don't have
6037  * a good way to test with it yet.
6038  */
6039 unsigned int sctp_poll(struct file *file, struct socket *sock, poll_table *wait)
6040 {
6041         struct sock *sk = sock->sk;
6042         struct sctp_sock *sp = sctp_sk(sk);
6043         unsigned int mask;
6044
6045         poll_wait(file, sk_sleep(sk), wait);
6046
6047         /* A TCP-style listening socket becomes readable when the accept queue
6048          * is not empty.
6049          */
6050         if (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING))
6051                 return (!list_empty(&sp->ep->asocs)) ?
6052                         (POLLIN | POLLRDNORM) : 0;
6053
6054         mask = 0;
6055
6056         /* Is there any exceptional events?  */
6057         if (sk->sk_err || !skb_queue_empty(&sk->sk_error_queue))
6058                 mask |= POLLERR;
6059         if (sk->sk_shutdown & RCV_SHUTDOWN)
6060                 mask |= POLLRDHUP | POLLIN | POLLRDNORM;
6061         if (sk->sk_shutdown == SHUTDOWN_MASK)
6062                 mask |= POLLHUP;
6063
6064         /* Is it readable?  Reconsider this code with TCP-style support.  */
6065         if (!skb_queue_empty(&sk->sk_receive_queue))
6066                 mask |= POLLIN | POLLRDNORM;
6067
6068         /* The association is either gone or not ready.  */
6069         if (!sctp_style(sk, UDP) && sctp_sstate(sk, CLOSED))
6070                 return mask;
6071
6072         /* Is it writable?  */
6073         if (sctp_writeable(sk)) {
6074                 mask |= POLLOUT | POLLWRNORM;
6075         } else {
6076                 set_bit(SOCK_ASYNC_NOSPACE, &sk->sk_socket->flags);
6077                 /*
6078                  * Since the socket is not locked, the buffer
6079                  * might be made available after the writeable check and
6080                  * before the bit is set.  This could cause a lost I/O
6081                  * signal.  tcp_poll() has a race breaker for this race
6082                  * condition.  Based on their implementation, we put
6083                  * in the following code to cover it as well.
6084                  */
6085                 if (sctp_writeable(sk))
6086                         mask |= POLLOUT | POLLWRNORM;
6087         }
6088         return mask;
6089 }
6090
6091 /********************************************************************
6092  * 2nd Level Abstractions
6093  ********************************************************************/
6094
6095 static struct sctp_bind_bucket *sctp_bucket_create(
6096         struct sctp_bind_hashbucket *head, unsigned short snum)
6097 {
6098         struct sctp_bind_bucket *pp;
6099
6100         pp = kmem_cache_alloc(sctp_bucket_cachep, GFP_ATOMIC);
6101         if (pp) {
6102                 SCTP_DBG_OBJCNT_INC(bind_bucket);
6103                 pp->port = snum;
6104                 pp->fastreuse = 0;
6105                 INIT_HLIST_HEAD(&pp->owner);
6106                 hlist_add_head(&pp->node, &head->chain);
6107         }
6108         return pp;
6109 }
6110
6111 /* Caller must hold hashbucket lock for this tb with local BH disabled */
6112 static void sctp_bucket_destroy(struct sctp_bind_bucket *pp)
6113 {
6114         if (pp && hlist_empty(&pp->owner)) {
6115                 __hlist_del(&pp->node);
6116                 kmem_cache_free(sctp_bucket_cachep, pp);
6117                 SCTP_DBG_OBJCNT_DEC(bind_bucket);
6118         }
6119 }
6120
6121 /* Release this socket's reference to a local port.  */
6122 static inline void __sctp_put_port(struct sock *sk)
6123 {
6124         struct sctp_bind_hashbucket *head =
6125                 &sctp_port_hashtable[sctp_phashfn(inet_sk(sk)->inet_num)];
6126         struct sctp_bind_bucket *pp;
6127
6128         sctp_spin_lock(&head->lock);
6129         pp = sctp_sk(sk)->bind_hash;
6130         __sk_del_bind_node(sk);
6131         sctp_sk(sk)->bind_hash = NULL;
6132         inet_sk(sk)->inet_num = 0;
6133         sctp_bucket_destroy(pp);
6134         sctp_spin_unlock(&head->lock);
6135 }
6136
6137 void sctp_put_port(struct sock *sk)
6138 {
6139         sctp_local_bh_disable();
6140         __sctp_put_port(sk);
6141         sctp_local_bh_enable();
6142 }
6143
6144 /*
6145  * The system picks an ephemeral port and choose an address set equivalent
6146  * to binding with a wildcard address.
6147  * One of those addresses will be the primary address for the association.
6148  * This automatically enables the multihoming capability of SCTP.
6149  */
6150 static int sctp_autobind(struct sock *sk)
6151 {
6152         union sctp_addr autoaddr;
6153         struct sctp_af *af;
6154         __be16 port;
6155
6156         /* Initialize a local sockaddr structure to INADDR_ANY. */
6157         af = sctp_sk(sk)->pf->af;
6158
6159         port = htons(inet_sk(sk)->inet_num);
6160         af->inaddr_any(&autoaddr, port);
6161
6162         return sctp_do_bind(sk, &autoaddr, af->sockaddr_len);
6163 }
6164
6165 /* Parse out IPPROTO_SCTP CMSG headers.  Perform only minimal validation.
6166  *
6167  * From RFC 2292
6168  * 4.2 The cmsghdr Structure *
6169  *
6170  * When ancillary data is sent or received, any number of ancillary data
6171  * objects can be specified by the msg_control and msg_controllen members of
6172  * the msghdr structure, because each object is preceded by
6173  * a cmsghdr structure defining the object's length (the cmsg_len member).
6174  * Historically Berkeley-derived implementations have passed only one object
6175  * at a time, but this API allows multiple objects to be
6176  * passed in a single call to sendmsg() or recvmsg(). The following example
6177  * shows two ancillary data objects in a control buffer.
6178  *
6179  *   |<--------------------------- msg_controllen -------------------------->|
6180  *   |                                                                       |
6181  *
6182  *   |<----- ancillary data object ----->|<----- ancillary data object ----->|
6183  *
6184  *   |<---------- CMSG_SPACE() --------->|<---------- CMSG_SPACE() --------->|
6185  *   |                                   |                                   |
6186  *
6187  *   |<---------- cmsg_len ---------->|  |<--------- cmsg_len ----------->|  |
6188  *
6189  *   |<--------- CMSG_LEN() --------->|  |<-------- CMSG_LEN() ---------->|  |
6190  *   |                                |  |                                |  |
6191  *
6192  *   +-----+-----+-----+--+-----------+--+-----+-----+-----+--+-----------+--+
6193  *   |cmsg_|cmsg_|cmsg_|XX|           |XX|cmsg_|cmsg_|cmsg_|XX|           |XX|
6194  *
6195  *   |len  |level|type |XX|cmsg_data[]|XX|len  |level|type |XX|cmsg_data[]|XX|
6196  *
6197  *   +-----+-----+-----+--+-----------+--+-----+-----+-----+--+-----------+--+
6198  *    ^
6199  *    |
6200  *
6201  * msg_control
6202  * points here
6203  */
6204 SCTP_STATIC int sctp_msghdr_parse(const struct msghdr *msg,
6205                                   sctp_cmsgs_t *cmsgs)
6206 {
6207         struct cmsghdr *cmsg;
6208         struct msghdr *my_msg = (struct msghdr *)msg;
6209
6210         for (cmsg = CMSG_FIRSTHDR(msg);
6211              cmsg != NULL;
6212              cmsg = CMSG_NXTHDR(my_msg, cmsg)) {
6213                 if (!CMSG_OK(my_msg, cmsg))
6214                         return -EINVAL;
6215
6216                 /* Should we parse this header or ignore?  */
6217                 if (cmsg->cmsg_level != IPPROTO_SCTP)
6218                         continue;
6219
6220                 /* Strictly check lengths following example in SCM code.  */
6221                 switch (cmsg->cmsg_type) {
6222                 case SCTP_INIT:
6223                         /* SCTP Socket API Extension
6224                          * 5.2.1 SCTP Initiation Structure (SCTP_INIT)
6225                          *
6226                          * This cmsghdr structure provides information for
6227                          * initializing new SCTP associations with sendmsg().
6228                          * The SCTP_INITMSG socket option uses this same data
6229                          * structure.  This structure is not used for
6230                          * recvmsg().
6231                          *
6232                          * cmsg_level    cmsg_type      cmsg_data[]
6233                          * ------------  ------------   ----------------------
6234                          * IPPROTO_SCTP  SCTP_INIT      struct sctp_initmsg
6235                          */
6236                         if (cmsg->cmsg_len !=
6237                             CMSG_LEN(sizeof(struct sctp_initmsg)))
6238                                 return -EINVAL;
6239                         cmsgs->init = (struct sctp_initmsg *)CMSG_DATA(cmsg);
6240                         break;
6241
6242                 case SCTP_SNDRCV:
6243                         /* SCTP Socket API Extension
6244                          * 5.2.2 SCTP Header Information Structure(SCTP_SNDRCV)
6245                          *
6246                          * This cmsghdr structure specifies SCTP options for
6247                          * sendmsg() and describes SCTP header information
6248                          * about a received message through recvmsg().
6249                          *
6250                          * cmsg_level    cmsg_type      cmsg_data[]
6251                          * ------------  ------------   ----------------------
6252                          * IPPROTO_SCTP  SCTP_SNDRCV    struct sctp_sndrcvinfo
6253                          */
6254                         if (cmsg->cmsg_len !=
6255                             CMSG_LEN(sizeof(struct sctp_sndrcvinfo)))
6256                                 return -EINVAL;
6257
6258                         cmsgs->info =
6259                                 (struct sctp_sndrcvinfo *)CMSG_DATA(cmsg);
6260
6261                         /* Minimally, validate the sinfo_flags. */
6262                         if (cmsgs->info->sinfo_flags &
6263                             ~(SCTP_UNORDERED | SCTP_ADDR_OVER |
6264                               SCTP_SACK_IMMEDIATELY |
6265                               SCTP_ABORT | SCTP_EOF))
6266                                 return -EINVAL;
6267                         break;
6268
6269                 default:
6270                         return -EINVAL;
6271                 }
6272         }
6273         return 0;
6274 }
6275
6276 /*
6277  * Wait for a packet..
6278  * Note: This function is the same function as in core/datagram.c
6279  * with a few modifications to make lksctp work.
6280  */
6281 static int sctp_wait_for_packet(struct sock * sk, int *err, long *timeo_p)
6282 {
6283         int error;
6284         DEFINE_WAIT(wait);
6285
6286         prepare_to_wait_exclusive(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE);
6287
6288         /* Socket errors? */
6289         error = sock_error(sk);
6290         if (error)
6291                 goto out;
6292
6293         if (!skb_queue_empty(&sk->sk_receive_queue))
6294                 goto ready;
6295
6296         /* Socket shut down?  */
6297         if (sk->sk_shutdown & RCV_SHUTDOWN)
6298                 goto out;
6299
6300         /* Sequenced packets can come disconnected.  If so we report the
6301          * problem.
6302          */
6303         error = -ENOTCONN;
6304
6305         /* Is there a good reason to think that we may receive some data?  */
6306         if (list_empty(&sctp_sk(sk)->ep->asocs) && !sctp_sstate(sk, LISTENING))
6307                 goto out;
6308
6309         /* Handle signals.  */
6310         if (signal_pending(current))
6311                 goto interrupted;
6312
6313         /* Let another process have a go.  Since we are going to sleep
6314          * anyway.  Note: This may cause odd behaviors if the message
6315          * does not fit in the user's buffer, but this seems to be the
6316          * only way to honor MSG_DONTWAIT realistically.
6317          */
6318         sctp_release_sock(sk);
6319         *timeo_p = schedule_timeout(*timeo_p);
6320         sctp_lock_sock(sk);
6321
6322 ready:
6323         finish_wait(sk_sleep(sk), &wait);
6324         return 0;
6325
6326 interrupted:
6327         error = sock_intr_errno(*timeo_p);
6328
6329 out:
6330         finish_wait(sk_sleep(sk), &wait);
6331         *err = error;
6332         return error;
6333 }
6334
6335 /* Receive a datagram.
6336  * Note: This is pretty much the same routine as in core/datagram.c
6337  * with a few changes to make lksctp work.
6338  */
6339 static struct sk_buff *sctp_skb_recv_datagram(struct sock *sk, int flags,
6340                                               int noblock, int *err)
6341 {
6342         int error;
6343         struct sk_buff *skb;
6344         long timeo;
6345
6346         timeo = sock_rcvtimeo(sk, noblock);
6347
6348         SCTP_DEBUG_PRINTK("Timeout: timeo: %ld, MAX: %ld.\n",
6349                           timeo, MAX_SCHEDULE_TIMEOUT);
6350
6351         do {
6352                 /* Again only user level code calls this function,
6353                  * so nothing interrupt level
6354                  * will suddenly eat the receive_queue.
6355                  *
6356                  *  Look at current nfs client by the way...
6357                  *  However, this function was correct in any case. 8)
6358                  */
6359                 if (flags & MSG_PEEK) {
6360                         spin_lock_bh(&sk->sk_receive_queue.lock);
6361                         skb = skb_peek(&sk->sk_receive_queue);
6362                         if (skb)
6363                                 atomic_inc(&skb->users);
6364                         spin_unlock_bh(&sk->sk_receive_queue.lock);
6365                 } else {
6366                         skb = skb_dequeue(&sk->sk_receive_queue);
6367                 }
6368
6369                 if (skb)
6370                         return skb;
6371
6372                 /* Caller is allowed not to check sk->sk_err before calling. */
6373                 error = sock_error(sk);
6374                 if (error)
6375                         goto no_packet;
6376
6377                 if (sk->sk_shutdown & RCV_SHUTDOWN)
6378                         break;
6379
6380                 /* User doesn't want to wait.  */
6381                 error = -EAGAIN;
6382                 if (!timeo)
6383                         goto no_packet;
6384         } while (sctp_wait_for_packet(sk, err, &timeo) == 0);
6385
6386         return NULL;
6387
6388 no_packet:
6389         *err = error;
6390         return NULL;
6391 }
6392
6393 /* If sndbuf has changed, wake up per association sndbuf waiters.  */
6394 static void __sctp_write_space(struct sctp_association *asoc)
6395 {
6396         struct sock *sk = asoc->base.sk;
6397         struct socket *sock = sk->sk_socket;
6398
6399         if ((sctp_wspace(asoc) > 0) && sock) {
6400                 if (waitqueue_active(&asoc->wait))
6401                         wake_up_interruptible(&asoc->wait);
6402
6403                 if (sctp_writeable(sk)) {
6404                         wait_queue_head_t *wq = sk_sleep(sk);
6405
6406                         if (wq && waitqueue_active(wq))
6407                                 wake_up_interruptible(wq);
6408
6409                         /* Note that we try to include the Async I/O support
6410                          * here by modeling from the current TCP/UDP code.
6411                          * We have not tested with it yet.
6412                          */
6413                         if (!(sk->sk_shutdown & SEND_SHUTDOWN))
6414                                 sock_wake_async(sock,
6415                                                 SOCK_WAKE_SPACE, POLL_OUT);
6416                 }
6417         }
6418 }
6419
6420 /* Do accounting for the sndbuf space.
6421  * Decrement the used sndbuf space of the corresponding association by the
6422  * data size which was just transmitted(freed).
6423  */
6424 static void sctp_wfree(struct sk_buff *skb)
6425 {
6426         struct sctp_association *asoc;
6427         struct sctp_chunk *chunk;
6428         struct sock *sk;
6429
6430         /* Get the saved chunk pointer.  */
6431         chunk = *((struct sctp_chunk **)(skb->cb));
6432         asoc = chunk->asoc;
6433         sk = asoc->base.sk;
6434         asoc->sndbuf_used -= SCTP_DATA_SNDSIZE(chunk) +
6435                                 sizeof(struct sk_buff) +
6436                                 sizeof(struct sctp_chunk);
6437
6438         atomic_sub(sizeof(struct sctp_chunk), &sk->sk_wmem_alloc);
6439
6440         /*
6441          * This undoes what is done via sctp_set_owner_w and sk_mem_charge
6442          */
6443         sk->sk_wmem_queued   -= skb->truesize;
6444         sk_mem_uncharge(sk, skb->truesize);
6445
6446         sock_wfree(skb);
6447         __sctp_write_space(asoc);
6448
6449         sctp_association_put(asoc);
6450 }
6451
6452 /* Do accounting for the receive space on the socket.
6453  * Accounting for the association is done in ulpevent.c
6454  * We set this as a destructor for the cloned data skbs so that
6455  * accounting is done at the correct time.
6456  */
6457 void sctp_sock_rfree(struct sk_buff *skb)
6458 {
6459         struct sock *sk = skb->sk;
6460         struct sctp_ulpevent *event = sctp_skb2event(skb);
6461
6462         atomic_sub(event->rmem_len, &sk->sk_rmem_alloc);
6463
6464         /*
6465          * Mimic the behavior of sock_rfree
6466          */
6467         sk_mem_uncharge(sk, event->rmem_len);
6468 }
6469
6470
6471 /* Helper function to wait for space in the sndbuf.  */
6472 static int sctp_wait_for_sndbuf(struct sctp_association *asoc, long *timeo_p,
6473                                 size_t msg_len)
6474 {
6475         struct sock *sk = asoc->base.sk;
6476         int err = 0;
6477         long current_timeo = *timeo_p;
6478         DEFINE_WAIT(wait);
6479
6480         SCTP_DEBUG_PRINTK("wait_for_sndbuf: asoc=%p, timeo=%ld, msg_len=%zu\n",
6481                           asoc, (long)(*timeo_p), msg_len);
6482
6483         /* Increment the association's refcnt.  */
6484         sctp_association_hold(asoc);
6485
6486         /* Wait on the association specific sndbuf space. */
6487         for (;;) {
6488                 prepare_to_wait_exclusive(&asoc->wait, &wait,
6489                                           TASK_INTERRUPTIBLE);
6490                 if (!*timeo_p)
6491                         goto do_nonblock;
6492                 if (sk->sk_err || asoc->state >= SCTP_STATE_SHUTDOWN_PENDING ||
6493                     asoc->base.dead)
6494                         goto do_error;
6495                 if (signal_pending(current))
6496                         goto do_interrupted;
6497                 if (msg_len <= sctp_wspace(asoc))
6498                         break;
6499
6500                 /* Let another process have a go.  Since we are going
6501                  * to sleep anyway.
6502                  */
6503                 sctp_release_sock(sk);
6504                 current_timeo = schedule_timeout(current_timeo);
6505                 sctp_lock_sock(sk);
6506
6507                 *timeo_p = current_timeo;
6508         }
6509
6510 out:
6511         finish_wait(&asoc->wait, &wait);
6512
6513         /* Release the association's refcnt.  */
6514         sctp_association_put(asoc);
6515
6516         return err;
6517
6518 do_error:
6519         err = -EPIPE;
6520         goto out;
6521
6522 do_interrupted:
6523         err = sock_intr_errno(*timeo_p);
6524         goto out;
6525
6526 do_nonblock:
6527         err = -EAGAIN;
6528         goto out;
6529 }
6530
6531 void sctp_data_ready(struct sock *sk, int len)
6532 {
6533         struct socket_wq *wq;
6534
6535         rcu_read_lock();
6536         wq = rcu_dereference(sk->sk_wq);
6537         if (wq_has_sleeper(wq))
6538                 wake_up_interruptible_sync_poll(&wq->wait, POLLIN |
6539                                                 POLLRDNORM | POLLRDBAND);
6540         sk_wake_async(sk, SOCK_WAKE_WAITD, POLL_IN);
6541         rcu_read_unlock();
6542 }
6543
6544 /* If socket sndbuf has changed, wake up all per association waiters.  */
6545 void sctp_write_space(struct sock *sk)
6546 {
6547         struct sctp_association *asoc;
6548
6549         /* Wake up the tasks in each wait queue.  */
6550         list_for_each_entry(asoc, &((sctp_sk(sk))->ep->asocs), asocs) {
6551                 __sctp_write_space(asoc);
6552         }
6553 }
6554
6555 /* Is there any sndbuf space available on the socket?
6556  *
6557  * Note that sk_wmem_alloc is the sum of the send buffers on all of the
6558  * associations on the same socket.  For a UDP-style socket with
6559  * multiple associations, it is possible for it to be "unwriteable"
6560  * prematurely.  I assume that this is acceptable because
6561  * a premature "unwriteable" is better than an accidental "writeable" which
6562  * would cause an unwanted block under certain circumstances.  For the 1-1
6563  * UDP-style sockets or TCP-style sockets, this code should work.
6564  *  - Daisy
6565  */
6566 static int sctp_writeable(struct sock *sk)
6567 {
6568         int amt = 0;
6569
6570         amt = sk->sk_sndbuf - sk_wmem_alloc_get(sk);
6571         if (amt < 0)
6572                 amt = 0;
6573         return amt;
6574 }
6575
6576 /* Wait for an association to go into ESTABLISHED state. If timeout is 0,
6577  * returns immediately with EINPROGRESS.
6578  */
6579 static int sctp_wait_for_connect(struct sctp_association *asoc, long *timeo_p)
6580 {
6581         struct sock *sk = asoc->base.sk;
6582         int err = 0;
6583         long current_timeo = *timeo_p;
6584         DEFINE_WAIT(wait);
6585
6586         SCTP_DEBUG_PRINTK("%s: asoc=%p, timeo=%ld\n", __func__, asoc,
6587                           (long)(*timeo_p));
6588
6589         /* Increment the association's refcnt.  */
6590         sctp_association_hold(asoc);
6591
6592         for (;;) {
6593                 prepare_to_wait_exclusive(&asoc->wait, &wait,
6594                                           TASK_INTERRUPTIBLE);
6595                 if (!*timeo_p)
6596                         goto do_nonblock;
6597                 if (sk->sk_shutdown & RCV_SHUTDOWN)
6598                         break;
6599                 if (sk->sk_err || asoc->state >= SCTP_STATE_SHUTDOWN_PENDING ||
6600                     asoc->base.dead)
6601                         goto do_error;
6602                 if (signal_pending(current))
6603                         goto do_interrupted;
6604
6605                 if (sctp_state(asoc, ESTABLISHED))
6606                         break;
6607
6608                 /* Let another process have a go.  Since we are going
6609                  * to sleep anyway.
6610                  */
6611                 sctp_release_sock(sk);
6612                 current_timeo = schedule_timeout(current_timeo);
6613                 sctp_lock_sock(sk);
6614
6615                 *timeo_p = current_timeo;
6616         }
6617
6618 out:
6619         finish_wait(&asoc->wait, &wait);
6620
6621         /* Release the association's refcnt.  */
6622         sctp_association_put(asoc);
6623
6624         return err;
6625
6626 do_error:
6627         if (asoc->init_err_counter + 1 > asoc->max_init_attempts)
6628                 err = -ETIMEDOUT;
6629         else
6630                 err = -ECONNREFUSED;
6631         goto out;
6632
6633 do_interrupted:
6634         err = sock_intr_errno(*timeo_p);
6635         goto out;
6636
6637 do_nonblock:
6638         err = -EINPROGRESS;
6639         goto out;
6640 }
6641
6642 static int sctp_wait_for_accept(struct sock *sk, long timeo)
6643 {
6644         struct sctp_endpoint *ep;
6645         int err = 0;
6646         DEFINE_WAIT(wait);
6647
6648         ep = sctp_sk(sk)->ep;
6649
6650
6651         for (;;) {
6652                 prepare_to_wait_exclusive(sk_sleep(sk), &wait,
6653                                           TASK_INTERRUPTIBLE);
6654
6655                 if (list_empty(&ep->asocs)) {
6656                         sctp_release_sock(sk);
6657                         timeo = schedule_timeout(timeo);
6658                         sctp_lock_sock(sk);
6659                 }
6660
6661                 err = -EINVAL;
6662                 if (!sctp_sstate(sk, LISTENING))
6663                         break;
6664
6665                 err = 0;
6666                 if (!list_empty(&ep->asocs))
6667                         break;
6668
6669                 err = sock_intr_errno(timeo);
6670                 if (signal_pending(current))
6671                         break;
6672
6673                 err = -EAGAIN;
6674                 if (!timeo)
6675                         break;
6676         }
6677
6678         finish_wait(sk_sleep(sk), &wait);
6679
6680         return err;
6681 }
6682
6683 static void sctp_wait_for_close(struct sock *sk, long timeout)
6684 {
6685         DEFINE_WAIT(wait);
6686
6687         do {
6688                 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE);
6689                 if (list_empty(&sctp_sk(sk)->ep->asocs))
6690                         break;
6691                 sctp_release_sock(sk);
6692                 timeout = schedule_timeout(timeout);
6693                 sctp_lock_sock(sk);
6694         } while (!signal_pending(current) && timeout);
6695
6696         finish_wait(sk_sleep(sk), &wait);
6697 }
6698
6699 static void sctp_skb_set_owner_r_frag(struct sk_buff *skb, struct sock *sk)
6700 {
6701         struct sk_buff *frag;
6702
6703         if (!skb->data_len)
6704                 goto done;
6705
6706         /* Don't forget the fragments. */
6707         skb_walk_frags(skb, frag)
6708                 sctp_skb_set_owner_r_frag(frag, sk);
6709
6710 done:
6711         sctp_skb_set_owner_r(skb, sk);
6712 }
6713
6714 void sctp_copy_sock(struct sock *newsk, struct sock *sk,
6715                     struct sctp_association *asoc)
6716 {
6717         struct inet_sock *inet = inet_sk(sk);
6718         struct inet_sock *newinet;
6719
6720         newsk->sk_type = sk->sk_type;
6721         newsk->sk_bound_dev_if = sk->sk_bound_dev_if;
6722         newsk->sk_flags = sk->sk_flags;
6723         newsk->sk_no_check = sk->sk_no_check;
6724         newsk->sk_reuse = sk->sk_reuse;
6725
6726         newsk->sk_shutdown = sk->sk_shutdown;
6727         newsk->sk_destruct = inet_sock_destruct;
6728         newsk->sk_family = sk->sk_family;
6729         newsk->sk_protocol = IPPROTO_SCTP;
6730         newsk->sk_backlog_rcv = sk->sk_prot->backlog_rcv;
6731         newsk->sk_sndbuf = sk->sk_sndbuf;
6732         newsk->sk_rcvbuf = sk->sk_rcvbuf;
6733         newsk->sk_lingertime = sk->sk_lingertime;
6734         newsk->sk_rcvtimeo = sk->sk_rcvtimeo;
6735         newsk->sk_sndtimeo = sk->sk_sndtimeo;
6736
6737         newinet = inet_sk(newsk);
6738
6739         /* Initialize sk's sport, dport, rcv_saddr and daddr for
6740          * getsockname() and getpeername()
6741          */
6742         newinet->inet_sport = inet->inet_sport;
6743         newinet->inet_saddr = inet->inet_saddr;
6744         newinet->inet_rcv_saddr = inet->inet_rcv_saddr;
6745         newinet->inet_dport = htons(asoc->peer.port);
6746         newinet->pmtudisc = inet->pmtudisc;
6747         newinet->inet_id = asoc->next_tsn ^ jiffies;
6748
6749         newinet->uc_ttl = inet->uc_ttl;
6750         newinet->mc_loop = 1;
6751         newinet->mc_ttl = 1;
6752         newinet->mc_index = 0;
6753         newinet->mc_list = NULL;
6754
6755         if (newsk->sk_flags & SK_FLAGS_TIMESTAMP)
6756                 net_enable_timestamp();
6757 }
6758
6759 static inline void sctp_copy_descendant(struct sock *sk_to,
6760                                         const struct sock *sk_from)
6761 {
6762         int ancestor_size = sizeof(struct inet_sock) +
6763                             sizeof(struct sctp_sock) -
6764                             offsetof(struct sctp_sock, auto_asconf_list);
6765
6766         if (sk_from->sk_family == PF_INET6)
6767                 ancestor_size += sizeof(struct ipv6_pinfo);
6768
6769         __inet_sk_copy_descendant(sk_to, sk_from, ancestor_size);
6770 }
6771
6772 /* Populate the fields of the newsk from the oldsk and migrate the assoc
6773  * and its messages to the newsk.
6774  */
6775 static void sctp_sock_migrate(struct sock *oldsk, struct sock *newsk,
6776                               struct sctp_association *assoc,
6777                               sctp_socket_type_t type)
6778 {
6779         struct sctp_sock *oldsp = sctp_sk(oldsk);
6780         struct sctp_sock *newsp = sctp_sk(newsk);
6781         struct sctp_bind_bucket *pp; /* hash list port iterator */
6782         struct sctp_endpoint *newep = newsp->ep;
6783         struct sk_buff *skb, *tmp;
6784         struct sctp_ulpevent *event;
6785         struct sctp_bind_hashbucket *head;
6786
6787         /* Migrate socket buffer sizes and all the socket level options to the
6788          * new socket.
6789          */
6790         newsk->sk_sndbuf = oldsk->sk_sndbuf;
6791         newsk->sk_rcvbuf = oldsk->sk_rcvbuf;
6792         /* Brute force copy old sctp opt. */
6793         sctp_copy_descendant(newsk, oldsk);
6794
6795         /* Restore the ep value that was overwritten with the above structure
6796          * copy.
6797          */
6798         newsp->ep = newep;
6799         newsp->hmac = NULL;
6800
6801         /* Hook this new socket in to the bind_hash list. */
6802         head = &sctp_port_hashtable[sctp_phashfn(inet_sk(oldsk)->inet_num)];
6803         sctp_local_bh_disable();
6804         sctp_spin_lock(&head->lock);
6805         pp = sctp_sk(oldsk)->bind_hash;
6806         sk_add_bind_node(newsk, &pp->owner);
6807         sctp_sk(newsk)->bind_hash = pp;
6808         inet_sk(newsk)->inet_num = inet_sk(oldsk)->inet_num;
6809         sctp_spin_unlock(&head->lock);
6810         sctp_local_bh_enable();
6811
6812         /* Copy the bind_addr list from the original endpoint to the new
6813          * endpoint so that we can handle restarts properly
6814          */
6815         sctp_bind_addr_dup(&newsp->ep->base.bind_addr,
6816                                 &oldsp->ep->base.bind_addr, GFP_KERNEL);
6817
6818         /* Move any messages in the old socket's receive queue that are for the
6819          * peeled off association to the new socket's receive queue.
6820          */
6821         sctp_skb_for_each(skb, &oldsk->sk_receive_queue, tmp) {
6822                 event = sctp_skb2event(skb);
6823                 if (event->asoc == assoc) {
6824                         __skb_unlink(skb, &oldsk->sk_receive_queue);
6825                         __skb_queue_tail(&newsk->sk_receive_queue, skb);
6826                         sctp_skb_set_owner_r_frag(skb, newsk);
6827                 }
6828         }
6829
6830         /* Clean up any messages pending delivery due to partial
6831          * delivery.   Three cases:
6832          * 1) No partial deliver;  no work.
6833          * 2) Peeling off partial delivery; keep pd_lobby in new pd_lobby.
6834          * 3) Peeling off non-partial delivery; move pd_lobby to receive_queue.
6835          */
6836         skb_queue_head_init(&newsp->pd_lobby);
6837         atomic_set(&sctp_sk(newsk)->pd_mode, assoc->ulpq.pd_mode);
6838
6839         if (atomic_read(&sctp_sk(oldsk)->pd_mode)) {
6840                 struct sk_buff_head *queue;
6841
6842                 /* Decide which queue to move pd_lobby skbs to. */
6843                 if (assoc->ulpq.pd_mode) {
6844                         queue = &newsp->pd_lobby;
6845                 } else
6846                         queue = &newsk->sk_receive_queue;
6847
6848                 /* Walk through the pd_lobby, looking for skbs that
6849                  * need moved to the new socket.
6850                  */
6851                 sctp_skb_for_each(skb, &oldsp->pd_lobby, tmp) {
6852                         event = sctp_skb2event(skb);
6853                         if (event->asoc == assoc) {
6854                                 __skb_unlink(skb, &oldsp->pd_lobby);
6855                                 __skb_queue_tail(queue, skb);
6856                                 sctp_skb_set_owner_r_frag(skb, newsk);
6857                         }
6858                 }
6859
6860                 /* Clear up any skbs waiting for the partial
6861                  * delivery to finish.
6862                  */
6863                 if (assoc->ulpq.pd_mode)
6864                         sctp_clear_pd(oldsk, NULL);
6865
6866         }
6867
6868         sctp_skb_for_each(skb, &assoc->ulpq.reasm, tmp)
6869                 sctp_skb_set_owner_r_frag(skb, newsk);
6870
6871         sctp_skb_for_each(skb, &assoc->ulpq.lobby, tmp)
6872                 sctp_skb_set_owner_r_frag(skb, newsk);
6873
6874         /* Set the type of socket to indicate that it is peeled off from the
6875          * original UDP-style socket or created with the accept() call on a
6876          * TCP-style socket..
6877          */
6878         newsp->type = type;
6879
6880         /* Mark the new socket "in-use" by the user so that any packets
6881          * that may arrive on the association after we've moved it are
6882          * queued to the backlog.  This prevents a potential race between
6883          * backlog processing on the old socket and new-packet processing
6884          * on the new socket.
6885          *
6886          * The caller has just allocated newsk so we can guarantee that other
6887          * paths won't try to lock it and then oldsk.
6888          */
6889         lock_sock_nested(newsk, SINGLE_DEPTH_NESTING);
6890         sctp_assoc_migrate(assoc, newsk);
6891
6892         /* If the association on the newsk is already closed before accept()
6893          * is called, set RCV_SHUTDOWN flag.
6894          */
6895         if (sctp_state(assoc, CLOSED) && sctp_style(newsk, TCP))
6896                 newsk->sk_shutdown |= RCV_SHUTDOWN;
6897
6898         newsk->sk_state = SCTP_SS_ESTABLISHED;
6899         sctp_release_sock(newsk);
6900 }
6901
6902
6903 /* This proto struct describes the ULP interface for SCTP.  */
6904 struct proto sctp_prot = {
6905         .name        =  "SCTP",
6906         .owner       =  THIS_MODULE,
6907         .close       =  sctp_close,
6908         .connect     =  sctp_connect,
6909         .disconnect  =  sctp_disconnect,
6910         .accept      =  sctp_accept,
6911         .ioctl       =  sctp_ioctl,
6912         .init        =  sctp_init_sock,
6913         .destroy     =  sctp_destroy_sock,
6914         .shutdown    =  sctp_shutdown,
6915         .setsockopt  =  sctp_setsockopt,
6916         .getsockopt  =  sctp_getsockopt,
6917         .sendmsg     =  sctp_sendmsg,
6918         .recvmsg     =  sctp_recvmsg,
6919         .bind        =  sctp_bind,
6920         .backlog_rcv =  sctp_backlog_rcv,
6921         .hash        =  sctp_hash,
6922         .unhash      =  sctp_unhash,
6923         .get_port    =  sctp_get_port,
6924         .obj_size    =  sizeof(struct sctp_sock),
6925         .sysctl_mem  =  sysctl_sctp_mem,
6926         .sysctl_rmem =  sysctl_sctp_rmem,
6927         .sysctl_wmem =  sysctl_sctp_wmem,
6928         .memory_pressure = &sctp_memory_pressure,
6929         .enter_memory_pressure = sctp_enter_memory_pressure,
6930         .memory_allocated = &sctp_memory_allocated,
6931         .sockets_allocated = &sctp_sockets_allocated,
6932 };
6933
6934 #if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE)
6935
6936 #include <net/transp_v6.h>
6937 static void sctp_v6_destroy_sock(struct sock *sk)
6938 {
6939         sctp_destroy_sock(sk);
6940         inet6_destroy_sock(sk);
6941 }
6942
6943 struct proto sctpv6_prot = {
6944         .name           = "SCTPv6",
6945         .owner          = THIS_MODULE,
6946         .close          = sctp_close,
6947         .connect        = sctp_connect,
6948         .disconnect     = sctp_disconnect,
6949         .accept         = sctp_accept,
6950         .ioctl          = sctp_ioctl,
6951         .init           = sctp_init_sock,
6952         .destroy        = sctp_v6_destroy_sock,
6953         .shutdown       = sctp_shutdown,
6954         .setsockopt     = sctp_setsockopt,
6955         .getsockopt     = sctp_getsockopt,
6956         .sendmsg        = sctp_sendmsg,
6957         .recvmsg        = sctp_recvmsg,
6958         .bind           = sctp_bind,
6959         .backlog_rcv    = sctp_backlog_rcv,
6960         .hash           = sctp_hash,
6961         .unhash         = sctp_unhash,
6962         .get_port       = sctp_get_port,
6963         .obj_size       = sizeof(struct sctp6_sock),
6964         .sysctl_mem     = sysctl_sctp_mem,
6965         .sysctl_rmem    = sysctl_sctp_rmem,
6966         .sysctl_wmem    = sysctl_sctp_wmem,
6967         .memory_pressure = &sctp_memory_pressure,
6968         .enter_memory_pressure = sctp_enter_memory_pressure,
6969         .memory_allocated = &sctp_memory_allocated,
6970         .sockets_allocated = &sctp_sockets_allocated,
6971 };
6972 #endif /* defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE) */