blob: 80835ac26d2c3ce6559f75aaaa0b315fb77d9adf [file] [log] [blame]
Vlad Yasevich60c778b2008-01-11 09:57:09 -05001/* SCTP kernel implementation
Linus Torvalds1da177e2005-04-16 15:20:36 -07002 * (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 *
Vlad Yasevich60c778b2008-01-11 09:57:09 -05009 * This file is part of the SCTP kernel implementation
Linus Torvalds1da177e2005-04-16 15:20:36 -070010 *
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 *
Vlad Yasevich60c778b2008-01-11 09:57:09 -050018 * This SCTP implementation is free software;
Linus Torvalds1da177e2005-04-16 15:20:36 -070019 * 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 *
Vlad Yasevich60c778b2008-01-11 09:57:09 -050024 * This SCTP implementation is distributed in the hope that it
Linus Torvalds1da177e2005-04-16 15:20:36 -070025 * 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
Jeff Kirsher4b2f13a2013-12-06 06:28:48 -080031 * along with GNU CC; see the file COPYING. If not, see
32 * <http://www.gnu.org/licenses/>.
Linus Torvalds1da177e2005-04-16 15:20:36 -070033 *
34 * Please send any bug reports or fixes you make to the
35 * email address(es):
Daniel Borkmann91705c62013-07-23 14:51:47 +020036 * lksctp developers <linux-sctp@vger.kernel.org>
Linus Torvalds1da177e2005-04-16 15:20:36 -070037 *
Linus Torvalds1da177e2005-04-16 15:20:36 -070038 * Written or modified by:
39 * La Monte H.P. Yarroll <piggy@acm.org>
40 * Narasimha Budihal <narsi@refcode.org>
41 * Karl Knutson <karl@athena.chicago.il.us>
42 * Jon Grimm <jgrimm@us.ibm.com>
43 * Xingang Guo <xingang.guo@intel.com>
44 * Daisy Chang <daisyc@us.ibm.com>
45 * Sridhar Samudrala <samudrala@us.ibm.com>
46 * Inaky Perez-Gonzalez <inaky.gonzalez@intel.com>
47 * Ardelle Fan <ardelle.fan@intel.com>
48 * Ryan Layer <rmlayer@us.ibm.com>
49 * Anup Pemmaiah <pemmaiah@cc.usu.edu>
50 * Kevin Gao <kevin.gao@intel.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -070051 */
52
Joe Perches145ce502010-08-24 13:21:08 +000053#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
54
Herbert Xu5821c762016-01-24 21:20:12 +080055#include <crypto/hash.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070056#include <linux/types.h>
57#include <linux/kernel.h>
58#include <linux/wait.h>
59#include <linux/time.h>
Ingo Molnar3f07c012017-02-08 18:51:30 +010060#include <linux/sched/signal.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070061#include <linux/ip.h>
Randy Dunlap4fc268d2006-01-11 12:17:47 -080062#include <linux/capability.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070063#include <linux/fcntl.h>
64#include <linux/poll.h>
65#include <linux/init.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090066#include <linux/slab.h>
Al Viro56b31d12012-08-18 00:25:51 -040067#include <linux/file.h>
Daniel Borkmannffd59392014-02-17 12:11:11 +010068#include <linux/compat.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070069
70#include <net/ip.h>
71#include <net/icmp.h>
72#include <net/route.h>
73#include <net/ipv6.h>
74#include <net/inet_common.h>
Neil Horman8465a5f2014-04-17 15:26:51 -040075#include <net/busy_poll.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070076
77#include <linux/socket.h> /* for sa_family_t */
Paul Gortmakerbc3b2d72011-07-15 11:47:34 -040078#include <linux/export.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070079#include <net/sock.h>
80#include <net/sctp/sctp.h>
81#include <net/sctp/sm.h>
Marcelo Ricardo Leitner13aa8772017-10-03 19:20:14 -030082#include <net/sctp/stream_sched.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070083
Linus Torvalds1da177e2005-04-16 15:20:36 -070084/* Forward declarations for internal helper functions. */
85static int sctp_writeable(struct sock *sk);
86static void sctp_wfree(struct sk_buff *skb);
Xin Longcea0cc82017-11-15 16:57:26 +080087static int sctp_wait_for_sndbuf(struct sctp_association *asoc, long *timeo_p,
Xin Longa0ff6602018-01-15 17:01:36 +080088 size_t msg_len);
wangweidong26ac8e52013-12-23 12:16:51 +080089static int sctp_wait_for_packet(struct sock *sk, int *err, long *timeo_p);
Linus Torvalds1da177e2005-04-16 15:20:36 -070090static int sctp_wait_for_connect(struct sctp_association *, long *timeo_p);
91static int sctp_wait_for_accept(struct sock *sk, long timeo);
92static void sctp_wait_for_close(struct sock *sk, long timeo);
Daniel Borkmann0a2fbac2013-06-25 18:17:29 +020093static void sctp_destruct_sock(struct sock *sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -070094static struct sctp_af *sctp_sockaddr_af(struct sctp_sock *opt,
95 union sctp_addr *addr, int len);
96static int sctp_bindx_add(struct sock *, struct sockaddr *, int);
97static int sctp_bindx_rem(struct sock *, struct sockaddr *, int);
98static int sctp_send_asconf_add_ip(struct sock *, struct sockaddr *, int);
99static int sctp_send_asconf_del_ip(struct sock *, struct sockaddr *, int);
100static int sctp_send_asconf(struct sctp_association *asoc,
101 struct sctp_chunk *chunk);
102static int sctp_do_bind(struct sock *, union sctp_addr *, int);
103static int sctp_autobind(struct sock *sk);
Xin Longb7ef2612017-08-11 10:23:50 +0800104static void sctp_sock_migrate(struct sock *oldsk, struct sock *newsk,
105 struct sctp_association *assoc,
106 enum sctp_socket_type type);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700107
Eric Dumazet06044752017-06-07 13:29:12 -0700108static unsigned long sctp_memory_pressure;
Eric Dumazet8d987e52010-11-09 23:24:26 +0000109static atomic_long_t sctp_memory_allocated;
Eric Dumazet17483762008-11-25 21:16:35 -0800110struct percpu_counter sctp_sockets_allocated;
Neil Horman4d93df02007-08-15 16:07:44 -0700111
Pavel Emelyanov5c52ba12008-07-16 20:28:10 -0700112static void sctp_enter_memory_pressure(struct sock *sk)
Neil Horman4d93df02007-08-15 16:07:44 -0700113{
114 sctp_memory_pressure = 1;
115}
116
117
Linus Torvalds1da177e2005-04-16 15:20:36 -0700118/* Get the sndbuf space available at the time on the association. */
119static inline int sctp_wspace(struct sctp_association *asoc)
120{
Neil Horman4d93df02007-08-15 16:07:44 -0700121 int amt;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700122
Neil Horman4d93df02007-08-15 16:07:44 -0700123 if (asoc->ep->sndbuf_policy)
124 amt = asoc->sndbuf_used;
125 else
Eric Dumazet31e6d362009-06-17 19:05:41 -0700126 amt = sk_wmem_alloc_get(asoc->base.sk);
Neil Horman4d93df02007-08-15 16:07:44 -0700127
128 if (amt >= asoc->base.sk->sk_sndbuf) {
129 if (asoc->base.sk->sk_userlocks & SOCK_SNDBUF_LOCK)
130 amt = 0;
131 else {
132 amt = sk_stream_wspace(asoc->base.sk);
133 if (amt < 0)
134 amt = 0;
135 }
Neil Horman4eb701d2005-04-28 12:02:04 -0700136 } else {
Neil Horman4d93df02007-08-15 16:07:44 -0700137 amt = asoc->base.sk->sk_sndbuf - amt;
Neil Horman4eb701d2005-04-28 12:02:04 -0700138 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700139 return amt;
140}
141
142/* Increment the used sndbuf space count of the corresponding association by
143 * the size of the outgoing data chunk.
144 * Also, set the skb destructor for sndbuf accounting later.
145 *
146 * Since it is always 1-1 between chunk and skb, and also a new skb is always
147 * allocated for chunk bundling in sctp_packet_transmit(), we can use the
148 * destructor in the data chunk skb for the purpose of the sndbuf space
149 * tracking.
150 */
151static inline void sctp_set_owner_w(struct sctp_chunk *chunk)
152{
153 struct sctp_association *asoc = chunk->asoc;
154 struct sock *sk = asoc->base.sk;
155
156 /* The sndbuf space is tracked per association. */
157 sctp_association_hold(asoc);
158
Xin Long1b1e0bc2018-03-14 19:05:30 +0800159 if (chunk->shkey)
160 sctp_auth_shkey_hold(chunk->shkey);
161
Neil Horman4eb701d2005-04-28 12:02:04 -0700162 skb_set_owner_w(chunk->skb, sk);
163
Linus Torvalds1da177e2005-04-16 15:20:36 -0700164 chunk->skb->destructor = sctp_wfree;
165 /* Save the chunk pointer in skb for sctp_wfree to use later. */
Daniel Borkmannf869c912014-11-20 01:54:48 +0100166 skb_shinfo(chunk->skb)->destructor_arg = chunk;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700167
Neil Horman4eb701d2005-04-28 12:02:04 -0700168 asoc->sndbuf_used += SCTP_DATA_SNDSIZE(chunk) +
169 sizeof(struct sk_buff) +
170 sizeof(struct sctp_chunk);
171
Reshetova, Elena14afee42017-06-30 13:08:00 +0300172 refcount_add(sizeof(struct sctp_chunk), &sk->sk_wmem_alloc);
Hideo Aoki3ab224b2007-12-31 00:11:19 -0800173 sk->sk_wmem_queued += chunk->skb->truesize;
174 sk_mem_charge(sk, chunk->skb->truesize);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700175}
176
Xin Longd04adf12017-10-28 02:13:29 +0800177static void sctp_clear_owner_w(struct sctp_chunk *chunk)
178{
179 skb_orphan(chunk->skb);
180}
181
182static void sctp_for_each_tx_datachunk(struct sctp_association *asoc,
183 void (*cb)(struct sctp_chunk *))
184
185{
186 struct sctp_outq *q = &asoc->outqueue;
187 struct sctp_transport *t;
188 struct sctp_chunk *chunk;
189
190 list_for_each_entry(t, &asoc->peer.transport_addr_list, transports)
191 list_for_each_entry(chunk, &t->transmitted, transmitted_list)
192 cb(chunk);
193
Xin Longa8dd3972017-11-26 20:56:07 +0800194 list_for_each_entry(chunk, &q->retransmit, transmitted_list)
Xin Longd04adf12017-10-28 02:13:29 +0800195 cb(chunk);
196
Xin Longa8dd3972017-11-26 20:56:07 +0800197 list_for_each_entry(chunk, &q->sacked, transmitted_list)
Xin Longd04adf12017-10-28 02:13:29 +0800198 cb(chunk);
199
Xin Longa8dd3972017-11-26 20:56:07 +0800200 list_for_each_entry(chunk, &q->abandoned, transmitted_list)
Xin Longd04adf12017-10-28 02:13:29 +0800201 cb(chunk);
202
203 list_for_each_entry(chunk, &q->out_chunk_list, list)
204 cb(chunk);
205}
206
Xin Long13228232017-12-08 21:04:09 +0800207static void sctp_for_each_rx_skb(struct sctp_association *asoc, struct sock *sk,
208 void (*cb)(struct sk_buff *, struct sock *))
209
210{
211 struct sk_buff *skb, *tmp;
212
213 sctp_skb_for_each(skb, &asoc->ulpq.lobby, tmp)
214 cb(skb, sk);
215
216 sctp_skb_for_each(skb, &asoc->ulpq.reasm, tmp)
217 cb(skb, sk);
218
219 sctp_skb_for_each(skb, &asoc->ulpq.reasm_uo, tmp)
220 cb(skb, sk);
221}
222
Linus Torvalds1da177e2005-04-16 15:20:36 -0700223/* Verify that this is a valid address. */
224static inline int sctp_verify_addr(struct sock *sk, union sctp_addr *addr,
225 int len)
226{
227 struct sctp_af *af;
228
229 /* Verify basic sockaddr. */
230 af = sctp_sockaddr_af(sctp_sk(sk), addr, len);
231 if (!af)
232 return -EINVAL;
233
234 /* Is this a valid SCTP address? */
Vlad Yasevich5636bef2006-06-17 22:55:35 -0700235 if (!af->addr_valid(addr, sctp_sk(sk), NULL))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700236 return -EINVAL;
237
238 if (!sctp_sk(sk)->pf->send_verify(sctp_sk(sk), (addr)))
239 return -EINVAL;
240
241 return 0;
242}
243
244/* Look up the association by its id. If this is not a UDP-style
245 * socket, the ID field is always ignored.
246 */
247struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id)
248{
249 struct sctp_association *asoc = NULL;
250
251 /* If this is not a UDP-style socket, assoc id should be ignored. */
252 if (!sctp_style(sk, UDP)) {
253 /* Return NULL if the socket state is not ESTABLISHED. It
254 * could be a TCP-style listening socket or a socket which
255 * hasn't yet called connect() to establish an association.
256 */
Marcelo Ricardo Leitnere5b13f32016-07-15 16:38:19 -0300257 if (!sctp_sstate(sk, ESTABLISHED) && !sctp_sstate(sk, CLOSING))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700258 return NULL;
259
260 /* Get the first and the only association from the list. */
261 if (!list_empty(&sctp_sk(sk)->ep->asocs))
262 asoc = list_entry(sctp_sk(sk)->ep->asocs.next,
263 struct sctp_association, asocs);
264 return asoc;
265 }
266
267 /* Otherwise this is a UDP-style socket. */
268 if (!id || (id == (sctp_assoc_t)-1))
269 return NULL;
270
271 spin_lock_bh(&sctp_assocs_id_lock);
272 asoc = (struct sctp_association *)idr_find(&sctp_assocs_id, (int)id);
273 spin_unlock_bh(&sctp_assocs_id_lock);
274
275 if (!asoc || (asoc->base.sk != sk) || asoc->base.dead)
276 return NULL;
277
278 return asoc;
279}
280
281/* Look up the transport from an address and an assoc id. If both address and
282 * id are specified, the associations matching the address and the id should be
283 * the same.
284 */
285static struct sctp_transport *sctp_addr_id2transport(struct sock *sk,
286 struct sockaddr_storage *addr,
287 sctp_assoc_t id)
288{
289 struct sctp_association *addr_asoc = NULL, *id_asoc = NULL;
Xin Long6f29a132017-01-24 14:01:53 +0800290 struct sctp_af *af = sctp_get_af_specific(addr->ss_family);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700291 union sctp_addr *laddr = (union sctp_addr *)addr;
Xin Long6f29a132017-01-24 14:01:53 +0800292 struct sctp_transport *transport;
293
Xin Long912964e2017-02-07 20:56:08 +0800294 if (!af || sctp_verify_addr(sk, laddr, af->sockaddr_len))
Xin Long6f29a132017-01-24 14:01:53 +0800295 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700296
Linus Torvalds1da177e2005-04-16 15:20:36 -0700297 addr_asoc = sctp_endpoint_lookup_assoc(sctp_sk(sk)->ep,
Al Virocd4ff032006-11-20 17:11:33 -0800298 laddr,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700299 &transport);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700300
301 if (!addr_asoc)
302 return NULL;
303
304 id_asoc = sctp_id2assoc(sk, id);
305 if (id_asoc && (id_asoc != addr_asoc))
306 return NULL;
307
Jason Gunthorpe299ee122014-07-30 12:40:53 -0600308 sctp_get_pf_specific(sk->sk_family)->addr_to_user(sctp_sk(sk),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700309 (union sctp_addr *)addr);
310
311 return transport;
312}
313
314/* API 3.1.2 bind() - UDP Style Syntax
315 * The syntax of bind() is,
316 *
317 * ret = bind(int sd, struct sockaddr *addr, int addrlen);
318 *
319 * sd - the socket descriptor returned by socket().
320 * addr - the address structure (struct sockaddr_in or struct
321 * sockaddr_in6 [RFC 2553]),
322 * addr_len - the size of the address structure.
323 */
Daniel Borkmanndda91922013-06-17 11:40:05 +0200324static int sctp_bind(struct sock *sk, struct sockaddr *addr, int addr_len)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700325{
326 int retval = 0;
327
wangweidong048ed4b2014-01-21 15:44:11 +0800328 lock_sock(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700329
Daniel Borkmannbb333812013-06-28 19:49:40 +0200330 pr_debug("%s: sk:%p, addr:%p, addr_len:%d\n", __func__, sk,
331 addr, addr_len);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700332
333 /* Disallow binding twice. */
334 if (!sctp_sk(sk)->ep->base.bind_addr.port)
Frank Filz3f7a87d2005-06-20 13:14:57 -0700335 retval = sctp_do_bind(sk, (union sctp_addr *)addr,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700336 addr_len);
337 else
338 retval = -EINVAL;
339
wangweidong048ed4b2014-01-21 15:44:11 +0800340 release_sock(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700341
342 return retval;
343}
344
345static long sctp_get_port_local(struct sock *, union sctp_addr *);
346
347/* Verify this is a valid sockaddr. */
348static struct sctp_af *sctp_sockaddr_af(struct sctp_sock *opt,
349 union sctp_addr *addr, int len)
350{
351 struct sctp_af *af;
352
353 /* Check minimum size. */
354 if (len < sizeof (struct sockaddr))
355 return NULL;
356
Xin Longc5006b82018-01-15 17:02:00 +0800357 if (!opt->pf->af_supported(addr->sa.sa_family, opt))
358 return NULL;
359
Eric Dumazet81e98372018-04-08 07:52:08 -0700360 if (addr->sa.sa_family == AF_INET6) {
361 if (len < SIN6_LEN_RFC2133)
362 return NULL;
363 /* V4 mapped address are really of AF_INET family */
364 if (ipv6_addr_v4mapped(&addr->v6.sin6_addr) &&
365 !opt->pf->af_supported(AF_INET, opt))
366 return NULL;
367 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700368
369 /* If we get this far, af is valid. */
370 af = sctp_get_af_specific(addr->sa.sa_family);
371
372 if (len < af->sockaddr_len)
373 return NULL;
374
375 return af;
376}
377
378/* Bind a local address either to an endpoint or to an association. */
Daniel Borkmanndda91922013-06-17 11:40:05 +0200379static int sctp_do_bind(struct sock *sk, union sctp_addr *addr, int len)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700380{
Eric W. Biederman35946982012-11-16 03:03:12 +0000381 struct net *net = sock_net(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700382 struct sctp_sock *sp = sctp_sk(sk);
383 struct sctp_endpoint *ep = sp->ep;
384 struct sctp_bind_addr *bp = &ep->base.bind_addr;
385 struct sctp_af *af;
386 unsigned short snum;
387 int ret = 0;
388
Linus Torvalds1da177e2005-04-16 15:20:36 -0700389 /* Common sockaddr verification. */
390 af = sctp_sockaddr_af(sp, addr, len);
Frank Filz3f7a87d2005-06-20 13:14:57 -0700391 if (!af) {
Daniel Borkmannbb333812013-06-28 19:49:40 +0200392 pr_debug("%s: sk:%p, newaddr:%p, len:%d EINVAL\n",
393 __func__, sk, addr, len);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700394 return -EINVAL;
Frank Filz3f7a87d2005-06-20 13:14:57 -0700395 }
396
397 snum = ntohs(addr->v4.sin_port);
398
Daniel Borkmannbb333812013-06-28 19:49:40 +0200399 pr_debug("%s: sk:%p, new addr:%pISc, port:%d, new port:%d, len:%d\n",
400 __func__, sk, &addr->sa, bp->port, snum, len);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700401
402 /* PF specific bind() address verification. */
403 if (!sp->pf->bind_verify(sp, addr))
404 return -EADDRNOTAVAIL;
405
Vlad Yasevich8b358052007-05-15 17:14:58 -0400406 /* We must either be unbound, or bind to the same port.
407 * It's OK to allow 0 ports if we are already bound.
408 * We'll just inhert an already bound port in this case
409 */
410 if (bp->port) {
411 if (!snum)
412 snum = bp->port;
413 else if (snum != bp->port) {
Daniel Borkmannbb333812013-06-28 19:49:40 +0200414 pr_debug("%s: new port %d doesn't match existing port "
415 "%d\n", __func__, snum, bp->port);
Vlad Yasevich8b358052007-05-15 17:14:58 -0400416 return -EINVAL;
417 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700418 }
419
Krister Johansen4548b682017-01-20 17:49:11 -0800420 if (snum && snum < inet_prot_sock(net) &&
Eric W. Biederman35946982012-11-16 03:03:12 +0000421 !ns_capable(net->user_ns, CAP_NET_BIND_SERVICE))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700422 return -EACCES;
423
Vlad Yasevich4e540642008-07-18 23:06:32 -0700424 /* See if the address matches any of the addresses we may have
425 * already bound before checking against other endpoints.
426 */
427 if (sctp_bind_addr_match(bp, addr, sp))
428 return -EINVAL;
429
Linus Torvalds1da177e2005-04-16 15:20:36 -0700430 /* Make sure we are allowed to bind here.
431 * The function sctp_get_port_local() does duplicate address
432 * detection.
433 */
Vlad Yasevich2772b492007-08-21 14:24:30 +0900434 addr->v4.sin_port = htons(snum);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700435 if ((ret = sctp_get_port_local(sk, addr))) {
Vlad Yasevich4e540642008-07-18 23:06:32 -0700436 return -EADDRINUSE;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700437 }
438
439 /* Refresh ephemeral port. */
440 if (!bp->port)
Eric Dumazetc720c7e82009-10-15 06:30:45 +0000441 bp->port = inet_sk(sk)->inet_num;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700442
Vlad Yasevich559cf712007-09-16 16:03:28 -0700443 /* Add the address to the bind address list.
444 * Use GFP_ATOMIC since BHs will be disabled.
445 */
Marcelo Ricardo Leitner133800d2016-03-08 10:34:28 -0300446 ret = sctp_add_bind_addr(bp, addr, af->sockaddr_len,
447 SCTP_ADDR_SRC, GFP_ATOMIC);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700448
449 /* Copy back into socket for getsockname() use. */
450 if (!ret) {
Eric Dumazetc720c7e82009-10-15 06:30:45 +0000451 inet_sk(sk)->inet_sport = htons(inet_sk(sk)->inet_num);
Jason Gunthorpe299ee122014-07-30 12:40:53 -0600452 sp->pf->to_sk_saddr(addr, sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700453 }
454
455 return ret;
456}
457
458 /* ADDIP Section 4.1.1 Congestion Control of ASCONF Chunks
459 *
YOSHIFUJI Hideakid808ad92007-02-09 23:25:18 +0900460 * R1) One and only one ASCONF Chunk MAY be in transit and unacknowledged
Linus Torvalds1da177e2005-04-16 15:20:36 -0700461 * at any one time. If a sender, after sending an ASCONF chunk, decides
YOSHIFUJI Hideakid808ad92007-02-09 23:25:18 +0900462 * it needs to transfer another ASCONF Chunk, it MUST wait until the
Linus Torvalds1da177e2005-04-16 15:20:36 -0700463 * ASCONF-ACK Chunk returns from the previous ASCONF Chunk before sending a
YOSHIFUJI Hideakid808ad92007-02-09 23:25:18 +0900464 * subsequent ASCONF. Note this restriction binds each side, so at any
465 * time two ASCONF may be in-transit on any given association (one sent
Linus Torvalds1da177e2005-04-16 15:20:36 -0700466 * from each endpoint).
467 */
468static int sctp_send_asconf(struct sctp_association *asoc,
469 struct sctp_chunk *chunk)
470{
Eric W. Biederman55e26eb2012-08-07 07:25:24 +0000471 struct net *net = sock_net(asoc->base.sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700472 int retval = 0;
473
474 /* If there is an outstanding ASCONF chunk, queue it for later
475 * transmission.
YOSHIFUJI Hideakid808ad92007-02-09 23:25:18 +0900476 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700477 if (asoc->addip_last_asconf) {
David S. Miller79af02c2005-07-08 21:47:49 -0700478 list_add_tail(&chunk->list, &asoc->addip_chunk_list);
YOSHIFUJI Hideakid808ad92007-02-09 23:25:18 +0900479 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700480 }
481
482 /* Hold the chunk until an ASCONF_ACK is received. */
483 sctp_chunk_hold(chunk);
Eric W. Biederman55e26eb2012-08-07 07:25:24 +0000484 retval = sctp_primitive_ASCONF(net, asoc, chunk);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700485 if (retval)
486 sctp_chunk_free(chunk);
487 else
488 asoc->addip_last_asconf = chunk;
489
490out:
491 return retval;
492}
493
494/* Add a list of addresses as bind addresses to local endpoint or
495 * association.
496 *
497 * Basically run through each address specified in the addrs/addrcnt
498 * array/length pair, determine if it is IPv6 or IPv4 and call
499 * sctp_do_bind() on it.
500 *
501 * If any of them fails, then the operation will be reversed and the
502 * ones that were added will be removed.
503 *
504 * Only sctp_setsockopt_bindx() is supposed to call this function.
505 */
sebastian@breakpoint.cc04675212007-07-26 23:21:31 +0200506static int sctp_bindx_add(struct sock *sk, struct sockaddr *addrs, int addrcnt)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700507{
508 int cnt;
509 int retval = 0;
510 void *addr_buf;
511 struct sockaddr *sa_addr;
512 struct sctp_af *af;
513
Daniel Borkmannbb333812013-06-28 19:49:40 +0200514 pr_debug("%s: sk:%p, addrs:%p, addrcnt:%d\n", __func__, sk,
515 addrs, addrcnt);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700516
517 addr_buf = addrs;
518 for (cnt = 0; cnt < addrcnt; cnt++) {
519 /* The list may contain either IPv4 or IPv6 address;
520 * determine the address length for walking thru the list.
521 */
Joe Perchesea110732011-06-13 16:21:26 +0000522 sa_addr = addr_buf;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700523 af = sctp_get_af_specific(sa_addr->sa_family);
524 if (!af) {
525 retval = -EINVAL;
526 goto err_bindx_add;
527 }
528
YOSHIFUJI Hideakid808ad92007-02-09 23:25:18 +0900529 retval = sctp_do_bind(sk, (union sctp_addr *)sa_addr,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700530 af->sockaddr_len);
531
532 addr_buf += af->sockaddr_len;
533
534err_bindx_add:
535 if (retval < 0) {
536 /* Failed. Cleanup the ones that have been added */
537 if (cnt > 0)
538 sctp_bindx_rem(sk, addrs, cnt);
539 return retval;
540 }
541 }
542
543 return retval;
544}
545
546/* Send an ASCONF chunk with Add IP address parameters to all the peers of the
547 * associations that are part of the endpoint indicating that a list of local
548 * addresses are added to the endpoint.
549 *
YOSHIFUJI Hideakid808ad92007-02-09 23:25:18 +0900550 * If any of the addresses is already in the bind address list of the
Linus Torvalds1da177e2005-04-16 15:20:36 -0700551 * association, we do not send the chunk for that association. But it will not
552 * affect other associations.
553 *
554 * Only sctp_setsockopt_bindx() is supposed to call this function.
555 */
YOSHIFUJI Hideakid808ad92007-02-09 23:25:18 +0900556static int sctp_send_asconf_add_ip(struct sock *sk,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700557 struct sockaddr *addrs,
558 int addrcnt)
559{
Eric W. Biedermane1fc3b12012-08-07 07:29:57 +0000560 struct net *net = sock_net(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700561 struct sctp_sock *sp;
562 struct sctp_endpoint *ep;
563 struct sctp_association *asoc;
564 struct sctp_bind_addr *bp;
565 struct sctp_chunk *chunk;
566 struct sctp_sockaddr_entry *laddr;
567 union sctp_addr *addr;
Sridhar Samudraladc022a92006-07-21 14:49:25 -0700568 union sctp_addr saveaddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700569 void *addr_buf;
570 struct sctp_af *af;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700571 struct list_head *p;
572 int i;
573 int retval = 0;
574
Eric W. Biedermane1fc3b12012-08-07 07:29:57 +0000575 if (!net->sctp.addip_enable)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700576 return retval;
577
578 sp = sctp_sk(sk);
579 ep = sp->ep;
580
Daniel Borkmannbb333812013-06-28 19:49:40 +0200581 pr_debug("%s: sk:%p, addrs:%p, addrcnt:%d\n",
582 __func__, sk, addrs, addrcnt);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583
Robert P. J. Day9dbc15f2008-04-12 18:54:24 -0700584 list_for_each_entry(asoc, &ep->asocs, asocs) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700585 if (!asoc->peer.asconf_capable)
586 continue;
587
588 if (asoc->peer.addip_disabled_mask & SCTP_PARAM_ADD_IP)
589 continue;
590
591 if (!sctp_state(asoc, ESTABLISHED))
592 continue;
593
594 /* Check if any address in the packed array of addresses is
YOSHIFUJI Hideakid808ad92007-02-09 23:25:18 +0900595 * in the bind address list of the association. If so,
596 * do not send the asconf chunk to its peer, but continue with
Linus Torvalds1da177e2005-04-16 15:20:36 -0700597 * other associations.
598 */
599 addr_buf = addrs;
600 for (i = 0; i < addrcnt; i++) {
Joe Perchesea110732011-06-13 16:21:26 +0000601 addr = addr_buf;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700602 af = sctp_get_af_specific(addr->v4.sin_family);
603 if (!af) {
604 retval = -EINVAL;
605 goto out;
606 }
607
608 if (sctp_assoc_lookup_laddr(asoc, addr))
609 break;
610
611 addr_buf += af->sockaddr_len;
612 }
613 if (i < addrcnt)
614 continue;
615
Vlad Yasevich559cf712007-09-16 16:03:28 -0700616 /* Use the first valid address in bind addr list of
617 * association as Address Parameter of ASCONF CHUNK.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700618 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700619 bp = &asoc->base.bind_addr;
620 p = bp->address_list.next;
621 laddr = list_entry(p, struct sctp_sockaddr_entry, list);
Al Viro5ae955c2006-11-20 17:22:08 -0800622 chunk = sctp_make_asconf_update_ip(asoc, &laddr->a, addrs,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700623 addrcnt, SCTP_PARAM_ADD_IP);
624 if (!chunk) {
625 retval = -ENOMEM;
626 goto out;
627 }
628
Sridhar Samudraladc022a92006-07-21 14:49:25 -0700629 /* Add the new addresses to the bind address list with
630 * use_as_src set to 0.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700631 */
Sridhar Samudraladc022a92006-07-21 14:49:25 -0700632 addr_buf = addrs;
633 for (i = 0; i < addrcnt; i++) {
Joe Perchesea110732011-06-13 16:21:26 +0000634 addr = addr_buf;
Sridhar Samudraladc022a92006-07-21 14:49:25 -0700635 af = sctp_get_af_specific(addr->v4.sin_family);
636 memcpy(&saveaddr, addr, af->sockaddr_len);
Vlad Yasevichf57d96b2007-12-20 14:12:24 -0800637 retval = sctp_add_bind_addr(bp, &saveaddr,
Marcelo Ricardo Leitner133800d2016-03-08 10:34:28 -0300638 sizeof(saveaddr),
Vlad Yasevichf57d96b2007-12-20 14:12:24 -0800639 SCTP_ADDR_NEW, GFP_ATOMIC);
Sridhar Samudraladc022a92006-07-21 14:49:25 -0700640 addr_buf += af->sockaddr_len;
641 }
Michio Honda8a07eb02011-04-26 20:19:36 +0900642 if (asoc->src_out_of_asoc_ok) {
643 struct sctp_transport *trans;
644
645 list_for_each_entry(trans,
646 &asoc->peer.transport_addr_list, transports) {
647 /* Clear the source and route cache */
Julian Anastasovc86a7732017-02-06 23:14:13 +0200648 sctp_transport_dst_release(trans);
Michio Honda8a07eb02011-04-26 20:19:36 +0900649 trans->cwnd = min(4*asoc->pathmtu, max_t(__u32,
650 2*asoc->pathmtu, 4380));
651 trans->ssthresh = asoc->peer.i.a_rwnd;
652 trans->rto = asoc->rto_initial;
Michele Baldessari196d6752012-12-01 04:49:42 +0000653 sctp_max_rto(asoc, trans);
Michio Honda8a07eb02011-04-26 20:19:36 +0900654 trans->rtt = trans->srtt = trans->rttvar = 0;
655 sctp_transport_route(trans, NULL,
656 sctp_sk(asoc->base.sk));
657 }
658 }
659 retval = sctp_send_asconf(asoc, chunk);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700660 }
661
662out:
663 return retval;
664}
665
666/* Remove a list of addresses from bind addresses list. Do not remove the
667 * last address.
668 *
669 * Basically run through each address specified in the addrs/addrcnt
670 * array/length pair, determine if it is IPv6 or IPv4 and call
671 * sctp_del_bind() on it.
672 *
673 * If any of them fails, then the operation will be reversed and the
674 * ones that were removed will be added back.
675 *
676 * At least one address has to be left; if only one address is
677 * available, the operation will return -EBUSY.
678 *
679 * Only sctp_setsockopt_bindx() is supposed to call this function.
680 */
sebastian@breakpoint.cc04675212007-07-26 23:21:31 +0200681static int sctp_bindx_rem(struct sock *sk, struct sockaddr *addrs, int addrcnt)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700682{
683 struct sctp_sock *sp = sctp_sk(sk);
684 struct sctp_endpoint *ep = sp->ep;
685 int cnt;
686 struct sctp_bind_addr *bp = &ep->base.bind_addr;
687 int retval = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700688 void *addr_buf;
Al Viroc9a08502006-11-20 17:07:48 -0800689 union sctp_addr *sa_addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700690 struct sctp_af *af;
691
Daniel Borkmannbb333812013-06-28 19:49:40 +0200692 pr_debug("%s: sk:%p, addrs:%p, addrcnt:%d\n",
693 __func__, sk, addrs, addrcnt);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700694
695 addr_buf = addrs;
696 for (cnt = 0; cnt < addrcnt; cnt++) {
697 /* If the bind address list is empty or if there is only one
698 * bind address, there is nothing more to be removed (we need
699 * at least one address here).
700 */
701 if (list_empty(&bp->address_list) ||
702 (sctp_list_single_entry(&bp->address_list))) {
703 retval = -EBUSY;
704 goto err_bindx_rem;
705 }
706
Joe Perchesea110732011-06-13 16:21:26 +0000707 sa_addr = addr_buf;
Al Viroc9a08502006-11-20 17:07:48 -0800708 af = sctp_get_af_specific(sa_addr->sa.sa_family);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700709 if (!af) {
710 retval = -EINVAL;
711 goto err_bindx_rem;
712 }
Paolo Galtieri0304ff8a2007-04-17 12:52:36 -0700713
714 if (!af->addr_valid(sa_addr, sp, NULL)) {
715 retval = -EADDRNOTAVAIL;
716 goto err_bindx_rem;
717 }
718
Vlad Yasevichee9cbac2011-04-18 19:14:47 +0000719 if (sa_addr->v4.sin_port &&
720 sa_addr->v4.sin_port != htons(bp->port)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700721 retval = -EINVAL;
722 goto err_bindx_rem;
723 }
724
Vlad Yasevichee9cbac2011-04-18 19:14:47 +0000725 if (!sa_addr->v4.sin_port)
726 sa_addr->v4.sin_port = htons(bp->port);
727
Linus Torvalds1da177e2005-04-16 15:20:36 -0700728 /* FIXME - There is probably a need to check if sk->sk_saddr and
729 * sk->sk_rcv_addr are currently set to one of the addresses to
730 * be removed. This is something which needs to be looked into
731 * when we are fixing the outstanding issues with multi-homing
732 * socket routing and failover schemes. Refer to comments in
733 * sctp_do_bind(). -daisy
734 */
Vlad Yasevich0ed90fb2007-10-24 16:10:00 -0400735 retval = sctp_del_bind_addr(bp, sa_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700736
737 addr_buf += af->sockaddr_len;
738err_bindx_rem:
739 if (retval < 0) {
740 /* Failed. Add the ones that has been removed back */
741 if (cnt > 0)
742 sctp_bindx_add(sk, addrs, cnt);
743 return retval;
744 }
745 }
746
747 return retval;
748}
749
750/* Send an ASCONF chunk with Delete IP address parameters to all the peers of
751 * the associations that are part of the endpoint indicating that a list of
752 * local addresses are removed from the endpoint.
753 *
YOSHIFUJI Hideakid808ad92007-02-09 23:25:18 +0900754 * If any of the addresses is already in the bind address list of the
Linus Torvalds1da177e2005-04-16 15:20:36 -0700755 * association, we do not send the chunk for that association. But it will not
756 * affect other associations.
757 *
758 * Only sctp_setsockopt_bindx() is supposed to call this function.
759 */
760static int sctp_send_asconf_del_ip(struct sock *sk,
761 struct sockaddr *addrs,
762 int addrcnt)
763{
Eric W. Biedermane1fc3b12012-08-07 07:29:57 +0000764 struct net *net = sock_net(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700765 struct sctp_sock *sp;
766 struct sctp_endpoint *ep;
767 struct sctp_association *asoc;
Sridhar Samudraladc022a92006-07-21 14:49:25 -0700768 struct sctp_transport *transport;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700769 struct sctp_bind_addr *bp;
770 struct sctp_chunk *chunk;
771 union sctp_addr *laddr;
772 void *addr_buf;
773 struct sctp_af *af;
Sridhar Samudraladc022a92006-07-21 14:49:25 -0700774 struct sctp_sockaddr_entry *saddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700775 int i;
776 int retval = 0;
Michio Honda8a07eb02011-04-26 20:19:36 +0900777 int stored = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700778
Michio Honda8a07eb02011-04-26 20:19:36 +0900779 chunk = NULL;
Eric W. Biedermane1fc3b12012-08-07 07:29:57 +0000780 if (!net->sctp.addip_enable)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700781 return retval;
782
783 sp = sctp_sk(sk);
784 ep = sp->ep;
785
Daniel Borkmannbb333812013-06-28 19:49:40 +0200786 pr_debug("%s: sk:%p, addrs:%p, addrcnt:%d\n",
787 __func__, sk, addrs, addrcnt);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700788
Robert P. J. Day9dbc15f2008-04-12 18:54:24 -0700789 list_for_each_entry(asoc, &ep->asocs, asocs) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700790
791 if (!asoc->peer.asconf_capable)
792 continue;
793
794 if (asoc->peer.addip_disabled_mask & SCTP_PARAM_DEL_IP)
795 continue;
796
797 if (!sctp_state(asoc, ESTABLISHED))
798 continue;
799
800 /* Check if any address in the packed array of addresses is
YOSHIFUJI Hideakid808ad92007-02-09 23:25:18 +0900801 * not present in the bind address list of the association.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700802 * If so, do not send the asconf chunk to its peer, but
803 * continue with other associations.
804 */
805 addr_buf = addrs;
806 for (i = 0; i < addrcnt; i++) {
Joe Perchesea110732011-06-13 16:21:26 +0000807 laddr = addr_buf;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700808 af = sctp_get_af_specific(laddr->v4.sin_family);
809 if (!af) {
810 retval = -EINVAL;
811 goto out;
812 }
813
814 if (!sctp_assoc_lookup_laddr(asoc, laddr))
815 break;
816
817 addr_buf += af->sockaddr_len;
818 }
819 if (i < addrcnt)
820 continue;
821
822 /* Find one address in the association's bind address list
823 * that is not in the packed array of addresses. This is to
824 * make sure that we do not delete all the addresses in the
825 * association.
826 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700827 bp = &asoc->base.bind_addr;
828 laddr = sctp_find_unmatch_addr(bp, (union sctp_addr *)addrs,
829 addrcnt, sp);
Michio Honda8a07eb02011-04-26 20:19:36 +0900830 if ((laddr == NULL) && (addrcnt == 1)) {
831 if (asoc->asconf_addr_del_pending)
832 continue;
833 asoc->asconf_addr_del_pending =
834 kzalloc(sizeof(union sctp_addr), GFP_ATOMIC);
Michio Honda6d65e5e2011-06-10 16:42:14 +0900835 if (asoc->asconf_addr_del_pending == NULL) {
836 retval = -ENOMEM;
837 goto out;
838 }
Michio Honda8a07eb02011-04-26 20:19:36 +0900839 asoc->asconf_addr_del_pending->sa.sa_family =
840 addrs->sa_family;
841 asoc->asconf_addr_del_pending->v4.sin_port =
842 htons(bp->port);
843 if (addrs->sa_family == AF_INET) {
844 struct sockaddr_in *sin;
845
846 sin = (struct sockaddr_in *)addrs;
847 asoc->asconf_addr_del_pending->v4.sin_addr.s_addr = sin->sin_addr.s_addr;
848 } else if (addrs->sa_family == AF_INET6) {
849 struct sockaddr_in6 *sin6;
850
851 sin6 = (struct sockaddr_in6 *)addrs;
Alexey Dobriyan4e3fd7a2011-11-21 03:39:03 +0000852 asoc->asconf_addr_del_pending->v6.sin6_addr = sin6->sin6_addr;
Michio Honda8a07eb02011-04-26 20:19:36 +0900853 }
Daniel Borkmannbb333812013-06-28 19:49:40 +0200854
855 pr_debug("%s: keep the last address asoc:%p %pISc at %p\n",
856 __func__, asoc, &asoc->asconf_addr_del_pending->sa,
857 asoc->asconf_addr_del_pending);
858
Michio Honda8a07eb02011-04-26 20:19:36 +0900859 asoc->src_out_of_asoc_ok = 1;
860 stored = 1;
861 goto skip_mkasconf;
862 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700863
Daniel Borkmann88362ad2013-09-07 20:51:21 +0200864 if (laddr == NULL)
865 return -EINVAL;
866
Vlad Yasevich559cf712007-09-16 16:03:28 -0700867 /* We do not need RCU protection throughout this loop
868 * because this is done under a socket lock from the
869 * setsockopt call.
870 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700871 chunk = sctp_make_asconf_update_ip(asoc, laddr, addrs, addrcnt,
872 SCTP_PARAM_DEL_IP);
873 if (!chunk) {
874 retval = -ENOMEM;
875 goto out;
876 }
877
Michio Honda8a07eb02011-04-26 20:19:36 +0900878skip_mkasconf:
Sridhar Samudraladc022a92006-07-21 14:49:25 -0700879 /* Reset use_as_src flag for the addresses in the bind address
880 * list that are to be deleted.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700881 */
Sridhar Samudraladc022a92006-07-21 14:49:25 -0700882 addr_buf = addrs;
883 for (i = 0; i < addrcnt; i++) {
Joe Perchesea110732011-06-13 16:21:26 +0000884 laddr = addr_buf;
Sridhar Samudraladc022a92006-07-21 14:49:25 -0700885 af = sctp_get_af_specific(laddr->v4.sin_family);
Vlad Yasevich559cf712007-09-16 16:03:28 -0700886 list_for_each_entry(saddr, &bp->address_list, list) {
Al Viro5f242a12006-11-20 17:05:23 -0800887 if (sctp_cmp_addr_exact(&saddr->a, laddr))
Vlad Yasevichf57d96b2007-12-20 14:12:24 -0800888 saddr->state = SCTP_ADDR_DEL;
Sridhar Samudraladc022a92006-07-21 14:49:25 -0700889 }
890 addr_buf += af->sockaddr_len;
891 }
Sridhar Samudraladc022a92006-07-21 14:49:25 -0700892
893 /* Update the route and saddr entries for all the transports
894 * as some of the addresses in the bind address list are
895 * about to be deleted and cannot be used as source addresses.
896 */
Robert P. J. Day9dbc15f2008-04-12 18:54:24 -0700897 list_for_each_entry(transport, &asoc->peer.transport_addr_list,
898 transports) {
Julian Anastasovc86a7732017-02-06 23:14:13 +0200899 sctp_transport_dst_release(transport);
Sridhar Samudraladc022a92006-07-21 14:49:25 -0700900 sctp_transport_route(transport, NULL,
901 sctp_sk(asoc->base.sk));
902 }
903
Michio Honda8a07eb02011-04-26 20:19:36 +0900904 if (stored)
905 /* We don't need to transmit ASCONF */
906 continue;
Sridhar Samudraladc022a92006-07-21 14:49:25 -0700907 retval = sctp_send_asconf(asoc, chunk);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700908 }
909out:
910 return retval;
911}
912
Michio Honda9f7d6532011-04-26 19:32:51 +0900913/* set addr events to assocs in the endpoint. ep and addr_wq must be locked */
914int sctp_asconf_mgmt(struct sctp_sock *sp, struct sctp_sockaddr_entry *addrw)
915{
916 struct sock *sk = sctp_opt2sk(sp);
917 union sctp_addr *addr;
918 struct sctp_af *af;
919
920 /* It is safe to write port space in caller. */
921 addr = &addrw->a;
922 addr->v4.sin_port = htons(sp->ep->base.bind_addr.port);
923 af = sctp_get_af_specific(addr->sa.sa_family);
924 if (!af)
925 return -EINVAL;
926 if (sctp_verify_addr(sk, addr, af->sockaddr_len))
927 return -EINVAL;
928
929 if (addrw->state == SCTP_ADDR_NEW)
930 return sctp_send_asconf_add_ip(sk, (struct sockaddr *)addr, 1);
931 else
932 return sctp_send_asconf_del_ip(sk, (struct sockaddr *)addr, 1);
933}
934
Linus Torvalds1da177e2005-04-16 15:20:36 -0700935/* Helper for tunneling sctp_bindx() requests through sctp_setsockopt()
936 *
937 * API 8.1
938 * int sctp_bindx(int sd, struct sockaddr *addrs, int addrcnt,
939 * int flags);
940 *
941 * If sd is an IPv4 socket, the addresses passed must be IPv4 addresses.
942 * If the sd is an IPv6 socket, the addresses passed can either be IPv4
943 * or IPv6 addresses.
944 *
945 * A single address may be specified as INADDR_ANY or IN6ADDR_ANY, see
946 * Section 3.1.2 for this usage.
947 *
948 * addrs is a pointer to an array of one or more socket addresses. Each
949 * address is contained in its appropriate structure (i.e. struct
950 * sockaddr_in or struct sockaddr_in6) the family of the address type
Ville Nuorvala23c435f2006-10-16 22:08:28 -0700951 * must be used to distinguish the address length (note that this
Linus Torvalds1da177e2005-04-16 15:20:36 -0700952 * representation is termed a "packed array" of addresses). The caller
953 * specifies the number of addresses in the array with addrcnt.
954 *
955 * On success, sctp_bindx() returns 0. On failure, sctp_bindx() returns
956 * -1, and sets errno to the appropriate error code.
957 *
958 * For SCTP, the port given in each socket address must be the same, or
959 * sctp_bindx() will fail, setting errno to EINVAL.
960 *
961 * The flags parameter is formed from the bitwise OR of zero or more of
962 * the following currently defined flags:
963 *
964 * SCTP_BINDX_ADD_ADDR
965 *
966 * SCTP_BINDX_REM_ADDR
967 *
968 * SCTP_BINDX_ADD_ADDR directs SCTP to add the given addresses to the
969 * association, and SCTP_BINDX_REM_ADDR directs SCTP to remove the given
970 * addresses from the association. The two flags are mutually exclusive;
971 * if both are given, sctp_bindx() will fail with EINVAL. A caller may
972 * not remove all addresses from an association; sctp_bindx() will
973 * reject such an attempt with EINVAL.
974 *
975 * An application can use sctp_bindx(SCTP_BINDX_ADD_ADDR) to associate
976 * additional addresses with an endpoint after calling bind(). Or use
977 * sctp_bindx(SCTP_BINDX_REM_ADDR) to remove some addresses a listening
978 * socket is associated with so that no new association accepted will be
979 * associated with those addresses. If the endpoint supports dynamic
980 * address a SCTP_BINDX_REM_ADDR or SCTP_BINDX_ADD_ADDR may cause a
981 * endpoint to send the appropriate message to the peer to change the
982 * peers address lists.
983 *
984 * Adding and removing addresses from a connected association is
985 * optional functionality. Implementations that do not support this
986 * functionality should return EOPNOTSUPP.
987 *
988 * Basically do nothing but copying the addresses from user to kernel
989 * land and invoking either sctp_bindx_add() or sctp_bindx_rem() on the sk.
Frank Filz3f7a87d2005-06-20 13:14:57 -0700990 * This is used for tunneling the sctp_bindx() request through sctp_setsockopt()
991 * from userspace.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700992 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700993 * On exit there is no need to do sockfd_put(), sys_setsockopt() does
994 * it.
995 *
996 * sk The sk of the socket
997 * addrs The pointer to the addresses in user land
998 * addrssize Size of the addrs buffer
999 * op Operation to perform (add or remove, see the flags of
1000 * sctp_bindx)
1001 *
1002 * Returns 0 if ok, <0 errno code on error.
1003 */
wangweidong26ac8e52013-12-23 12:16:51 +08001004static int sctp_setsockopt_bindx(struct sock *sk,
Daniel Borkmanndda91922013-06-17 11:40:05 +02001005 struct sockaddr __user *addrs,
1006 int addrs_size, int op)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001007{
1008 struct sockaddr *kaddrs;
1009 int err;
1010 int addrcnt = 0;
1011 int walk_size = 0;
1012 struct sockaddr *sa_addr;
1013 void *addr_buf;
1014 struct sctp_af *af;
1015
Daniel Borkmannbb333812013-06-28 19:49:40 +02001016 pr_debug("%s: sk:%p addrs:%p addrs_size:%d opt:%d\n",
1017 __func__, sk, addrs, addrs_size, op);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001018
1019 if (unlikely(addrs_size <= 0))
1020 return -EINVAL;
1021
Al Viroc981f252018-01-07 13:19:09 -05001022 kaddrs = vmemdup_user(addrs, addrs_size);
1023 if (unlikely(IS_ERR(kaddrs)))
1024 return PTR_ERR(kaddrs);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001025
YOSHIFUJI Hideakid808ad92007-02-09 23:25:18 +09001026 /* Walk through the addrs buffer and count the number of addresses. */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001027 addr_buf = kaddrs;
1028 while (walk_size < addrs_size) {
Dan Rosenbergd7e0d192010-10-01 11:16:58 +00001029 if (walk_size + sizeof(sa_family_t) > addrs_size) {
Al Viroc981f252018-01-07 13:19:09 -05001030 kvfree(kaddrs);
Dan Rosenbergd7e0d192010-10-01 11:16:58 +00001031 return -EINVAL;
1032 }
1033
Joe Perchesea110732011-06-13 16:21:26 +00001034 sa_addr = addr_buf;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001035 af = sctp_get_af_specific(sa_addr->sa_family);
1036
1037 /* If the address family is not supported or if this address
1038 * causes the address buffer to overflow return EINVAL.
YOSHIFUJI Hideakid808ad92007-02-09 23:25:18 +09001039 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001040 if (!af || (walk_size + af->sockaddr_len) > addrs_size) {
Al Viroc981f252018-01-07 13:19:09 -05001041 kvfree(kaddrs);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001042 return -EINVAL;
1043 }
1044 addrcnt++;
1045 addr_buf += af->sockaddr_len;
1046 walk_size += af->sockaddr_len;
1047 }
1048
1049 /* Do the work. */
1050 switch (op) {
1051 case SCTP_BINDX_ADD_ADDR:
Richard Haines2277c7c2018-02-13 20:56:24 +00001052 /* Allow security module to validate bindx addresses. */
1053 err = security_sctp_bind_connect(sk, SCTP_SOCKOPT_BINDX_ADD,
1054 (struct sockaddr *)kaddrs,
1055 addrs_size);
1056 if (err)
1057 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001058 err = sctp_bindx_add(sk, kaddrs, addrcnt);
1059 if (err)
1060 goto out;
1061 err = sctp_send_asconf_add_ip(sk, kaddrs, addrcnt);
1062 break;
1063
1064 case SCTP_BINDX_REM_ADDR:
1065 err = sctp_bindx_rem(sk, kaddrs, addrcnt);
1066 if (err)
1067 goto out;
1068 err = sctp_send_asconf_del_ip(sk, kaddrs, addrcnt);
1069 break;
1070
1071 default:
1072 err = -EINVAL;
1073 break;
Stephen Hemminger3ff50b72007-04-20 17:09:22 -07001074 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001075
1076out:
Al Viroc981f252018-01-07 13:19:09 -05001077 kvfree(kaddrs);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001078
1079 return err;
1080}
1081
Frank Filz3f7a87d2005-06-20 13:14:57 -07001082/* __sctp_connect(struct sock* sk, struct sockaddr *kaddrs, int addrs_size)
1083 *
1084 * Common routine for handling connect() and sctp_connectx().
1085 * Connect will come in with just a single address.
1086 */
wangweidong26ac8e52013-12-23 12:16:51 +08001087static int __sctp_connect(struct sock *sk,
Frank Filz3f7a87d2005-06-20 13:14:57 -07001088 struct sockaddr *kaddrs,
Vlad Yasevich88a0a942008-05-09 15:14:11 -07001089 int addrs_size,
1090 sctp_assoc_t *assoc_id)
Frank Filz3f7a87d2005-06-20 13:14:57 -07001091{
Eric W. Biederman55e26eb2012-08-07 07:25:24 +00001092 struct net *net = sock_net(sk);
Frank Filz3f7a87d2005-06-20 13:14:57 -07001093 struct sctp_sock *sp;
1094 struct sctp_endpoint *ep;
1095 struct sctp_association *asoc = NULL;
1096 struct sctp_association *asoc2;
1097 struct sctp_transport *transport;
1098 union sctp_addr to;
Xin Long1c662012017-08-05 19:59:54 +08001099 enum sctp_scope scope;
Frank Filz3f7a87d2005-06-20 13:14:57 -07001100 long timeo;
1101 int err = 0;
1102 int addrcnt = 0;
1103 int walk_size = 0;
Vlad Yaseviche4d1fea2007-08-01 10:56:43 -04001104 union sctp_addr *sa_addr = NULL;
Frank Filz3f7a87d2005-06-20 13:14:57 -07001105 void *addr_buf;
Vlad Yasevich16d00fb2007-05-04 13:34:09 -07001106 unsigned short port;
Vlad Yasevichf50f95c2007-07-03 12:47:40 -04001107 unsigned int f_flags = 0;
Frank Filz3f7a87d2005-06-20 13:14:57 -07001108
1109 sp = sctp_sk(sk);
1110 ep = sp->ep;
1111
1112 /* connect() cannot be done on a socket that is already in ESTABLISHED
1113 * state - UDP-style peeled off socket or a TCP-style socket that
1114 * is already connected.
1115 * It cannot be done even on a TCP-style listening socket.
1116 */
Marcelo Ricardo Leitnere5b13f32016-07-15 16:38:19 -03001117 if (sctp_sstate(sk, ESTABLISHED) || sctp_sstate(sk, CLOSING) ||
Frank Filz3f7a87d2005-06-20 13:14:57 -07001118 (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING))) {
1119 err = -EISCONN;
1120 goto out_free;
1121 }
1122
1123 /* Walk through the addrs buffer and count the number of addresses. */
1124 addr_buf = kaddrs;
1125 while (walk_size < addrs_size) {
Jason Gunthorpe299ee122014-07-30 12:40:53 -06001126 struct sctp_af *af;
1127
Dan Rosenbergd7e0d192010-10-01 11:16:58 +00001128 if (walk_size + sizeof(sa_family_t) > addrs_size) {
1129 err = -EINVAL;
1130 goto out_free;
1131 }
1132
Joe Perchesea110732011-06-13 16:21:26 +00001133 sa_addr = addr_buf;
Al Viro4bdf4b52006-11-20 17:10:20 -08001134 af = sctp_get_af_specific(sa_addr->sa.sa_family);
Frank Filz3f7a87d2005-06-20 13:14:57 -07001135
1136 /* If the address family is not supported or if this address
1137 * causes the address buffer to overflow return EINVAL.
1138 */
1139 if (!af || (walk_size + af->sockaddr_len) > addrs_size) {
1140 err = -EINVAL;
1141 goto out_free;
1142 }
1143
Dan Rosenbergd7e0d192010-10-01 11:16:58 +00001144 port = ntohs(sa_addr->v4.sin_port);
1145
Vlad Yaseviche4d1fea2007-08-01 10:56:43 -04001146 /* Save current address so we can work with it */
1147 memcpy(&to, sa_addr, af->sockaddr_len);
1148
1149 err = sctp_verify_addr(sk, &to, af->sockaddr_len);
Frank Filz3f7a87d2005-06-20 13:14:57 -07001150 if (err)
1151 goto out_free;
1152
Vlad Yasevich16d00fb2007-05-04 13:34:09 -07001153 /* Make sure the destination port is correctly set
1154 * in all addresses.
1155 */
Wei Yongjun524fba62013-04-03 03:02:28 +00001156 if (asoc && asoc->peer.port && asoc->peer.port != port) {
1157 err = -EINVAL;
Vlad Yasevich16d00fb2007-05-04 13:34:09 -07001158 goto out_free;
Wei Yongjun524fba62013-04-03 03:02:28 +00001159 }
Frank Filz3f7a87d2005-06-20 13:14:57 -07001160
1161 /* Check if there already is a matching association on the
1162 * endpoint (other than the one created here).
1163 */
Vlad Yaseviche4d1fea2007-08-01 10:56:43 -04001164 asoc2 = sctp_endpoint_lookup_assoc(ep, &to, &transport);
Frank Filz3f7a87d2005-06-20 13:14:57 -07001165 if (asoc2 && asoc2 != asoc) {
1166 if (asoc2->state >= SCTP_STATE_ESTABLISHED)
1167 err = -EISCONN;
1168 else
1169 err = -EALREADY;
1170 goto out_free;
1171 }
1172
1173 /* If we could not find a matching association on the endpoint,
1174 * make sure that there is no peeled-off association matching
1175 * the peer address even on another socket.
1176 */
Vlad Yaseviche4d1fea2007-08-01 10:56:43 -04001177 if (sctp_endpoint_is_peeled_off(ep, &to)) {
Frank Filz3f7a87d2005-06-20 13:14:57 -07001178 err = -EADDRNOTAVAIL;
1179 goto out_free;
1180 }
1181
1182 if (!asoc) {
1183 /* If a bind() or sctp_bindx() is not called prior to
1184 * an sctp_connectx() call, the system picks an
1185 * ephemeral port and will choose an address set
1186 * equivalent to binding with a wildcard address.
1187 */
1188 if (!ep->base.bind_addr.port) {
1189 if (sctp_autobind(sk)) {
1190 err = -EAGAIN;
1191 goto out_free;
1192 }
Ivan Skytte Jorgensen64a0c1c2005-10-28 15:39:02 -07001193 } else {
1194 /*
YOSHIFUJI Hideakid808ad92007-02-09 23:25:18 +09001195 * If an unprivileged user inherits a 1-many
1196 * style socket with open associations on a
1197 * privileged port, it MAY be permitted to
1198 * accept new associations, but it SHOULD NOT
Ivan Skytte Jorgensen64a0c1c2005-10-28 15:39:02 -07001199 * be permitted to open new associations.
1200 */
Krister Johansen4548b682017-01-20 17:49:11 -08001201 if (ep->base.bind_addr.port <
1202 inet_prot_sock(net) &&
1203 !ns_capable(net->user_ns,
1204 CAP_NET_BIND_SERVICE)) {
Ivan Skytte Jorgensen64a0c1c2005-10-28 15:39:02 -07001205 err = -EACCES;
1206 goto out_free;
1207 }
Frank Filz3f7a87d2005-06-20 13:14:57 -07001208 }
1209
Vlad Yaseviche4d1fea2007-08-01 10:56:43 -04001210 scope = sctp_scope(&to);
Frank Filz3f7a87d2005-06-20 13:14:57 -07001211 asoc = sctp_association_new(ep, sk, scope, GFP_KERNEL);
1212 if (!asoc) {
1213 err = -ENOMEM;
1214 goto out_free;
1215 }
Vlad Yasevich409b95a2009-11-10 08:57:34 +00001216
1217 err = sctp_assoc_set_bind_addr_from_ep(asoc, scope,
1218 GFP_KERNEL);
1219 if (err < 0) {
1220 goto out_free;
1221 }
1222
Frank Filz3f7a87d2005-06-20 13:14:57 -07001223 }
1224
1225 /* Prime the peer's transport structures. */
Vlad Yaseviche4d1fea2007-08-01 10:56:43 -04001226 transport = sctp_assoc_add_peer(asoc, &to, GFP_KERNEL,
Frank Filz3f7a87d2005-06-20 13:14:57 -07001227 SCTP_UNKNOWN);
1228 if (!transport) {
1229 err = -ENOMEM;
1230 goto out_free;
1231 }
1232
1233 addrcnt++;
1234 addr_buf += af->sockaddr_len;
1235 walk_size += af->sockaddr_len;
1236 }
1237
Vlad Yasevichc6ba68a2009-06-01 12:41:15 -04001238 /* In case the user of sctp_connectx() wants an association
1239 * id back, assign one now.
1240 */
1241 if (assoc_id) {
1242 err = sctp_assoc_set_id(asoc, GFP_KERNEL);
1243 if (err < 0)
1244 goto out_free;
1245 }
1246
Eric W. Biederman55e26eb2012-08-07 07:25:24 +00001247 err = sctp_primitive_ASSOCIATE(net, asoc, NULL);
Frank Filz3f7a87d2005-06-20 13:14:57 -07001248 if (err < 0) {
1249 goto out_free;
1250 }
1251
1252 /* Initialize sk's dport and daddr for getpeername() */
Eric Dumazetc720c7e82009-10-15 06:30:45 +00001253 inet_sk(sk)->inet_dport = htons(asoc->peer.port);
Jason Gunthorpe299ee122014-07-30 12:40:53 -06001254 sp->pf->to_sk_daddr(sa_addr, sk);
Sridhar Samudrala8de8c872006-05-19 10:58:12 -07001255 sk->sk_err = 0;
Frank Filz3f7a87d2005-06-20 13:14:57 -07001256
Vlad Yasevichf50f95c2007-07-03 12:47:40 -04001257 /* in-kernel sockets don't generally have a file allocated to them
1258 * if all they do is call sock_create_kern().
1259 */
1260 if (sk->sk_socket->file)
1261 f_flags = sk->sk_socket->file->f_flags;
1262
1263 timeo = sock_sndtimeo(sk, f_flags & O_NONBLOCK);
1264
Marcelo Ricardo Leitner7233bc82016-11-03 17:03:41 -02001265 if (assoc_id)
Vlad Yasevich88a0a942008-05-09 15:14:11 -07001266 *assoc_id = asoc->assoc_id;
Richard Haines2277c7c2018-02-13 20:56:24 +00001267
Marcelo Ricardo Leitner7233bc82016-11-03 17:03:41 -02001268 err = sctp_wait_for_connect(asoc, &timeo);
1269 /* Note: the asoc may be freed after the return of
1270 * sctp_wait_for_connect.
1271 */
Frank Filz3f7a87d2005-06-20 13:14:57 -07001272
1273 /* Don't free association on exit. */
1274 asoc = NULL;
1275
1276out_free:
Daniel Borkmannbb333812013-06-28 19:49:40 +02001277 pr_debug("%s: took out_free path with asoc:%p kaddrs:%p err:%d\n",
1278 __func__, asoc, kaddrs, err);
Frank Filz3f7a87d2005-06-20 13:14:57 -07001279
Neil Horman2eebc1e2012-07-16 09:13:51 +00001280 if (asoc) {
1281 /* sctp_primitive_ASSOCIATE may have added this association
1282 * To the hash table, try to unhash it, just in case, its a noop
1283 * if it wasn't hashed so we're safe
1284 */
Frank Filz3f7a87d2005-06-20 13:14:57 -07001285 sctp_association_free(asoc);
Neil Horman2eebc1e2012-07-16 09:13:51 +00001286 }
Frank Filz3f7a87d2005-06-20 13:14:57 -07001287 return err;
1288}
1289
1290/* Helper for tunneling sctp_connectx() requests through sctp_setsockopt()
1291 *
1292 * API 8.9
Vlad Yasevich88a0a942008-05-09 15:14:11 -07001293 * int sctp_connectx(int sd, struct sockaddr *addrs, int addrcnt,
1294 * sctp_assoc_t *asoc);
Frank Filz3f7a87d2005-06-20 13:14:57 -07001295 *
1296 * If sd is an IPv4 socket, the addresses passed must be IPv4 addresses.
1297 * If the sd is an IPv6 socket, the addresses passed can either be IPv4
1298 * or IPv6 addresses.
1299 *
1300 * A single address may be specified as INADDR_ANY or IN6ADDR_ANY, see
1301 * Section 3.1.2 for this usage.
1302 *
1303 * addrs is a pointer to an array of one or more socket addresses. Each
1304 * address is contained in its appropriate structure (i.e. struct
1305 * sockaddr_in or struct sockaddr_in6) the family of the address type
1306 * must be used to distengish the address length (note that this
1307 * representation is termed a "packed array" of addresses). The caller
1308 * specifies the number of addresses in the array with addrcnt.
1309 *
Vlad Yasevich88a0a942008-05-09 15:14:11 -07001310 * On success, sctp_connectx() returns 0. It also sets the assoc_id to
1311 * the association id of the new association. On failure, sctp_connectx()
1312 * returns -1, and sets errno to the appropriate error code. The assoc_id
1313 * is not touched by the kernel.
Frank Filz3f7a87d2005-06-20 13:14:57 -07001314 *
1315 * For SCTP, the port given in each socket address must be the same, or
1316 * sctp_connectx() will fail, setting errno to EINVAL.
1317 *
1318 * An application can use sctp_connectx to initiate an association with
1319 * an endpoint that is multi-homed. Much like sctp_bindx() this call
1320 * allows a caller to specify multiple addresses at which a peer can be
1321 * reached. The way the SCTP stack uses the list of addresses to set up
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001322 * the association is implementation dependent. This function only
Frank Filz3f7a87d2005-06-20 13:14:57 -07001323 * specifies that the stack will try to make use of all the addresses in
1324 * the list when needed.
1325 *
1326 * Note that the list of addresses passed in is only used for setting up
1327 * the association. It does not necessarily equal the set of addresses
1328 * the peer uses for the resulting association. If the caller wants to
1329 * find out the set of peer addresses, it must use sctp_getpaddrs() to
1330 * retrieve them after the association has been set up.
1331 *
1332 * Basically do nothing but copying the addresses from user to kernel
1333 * land and invoking either sctp_connectx(). This is used for tunneling
1334 * the sctp_connectx() request through sctp_setsockopt() from userspace.
1335 *
Frank Filz3f7a87d2005-06-20 13:14:57 -07001336 * On exit there is no need to do sockfd_put(), sys_setsockopt() does
1337 * it.
1338 *
1339 * sk The sk of the socket
1340 * addrs The pointer to the addresses in user land
1341 * addrssize Size of the addrs buffer
1342 *
Vlad Yasevich88a0a942008-05-09 15:14:11 -07001343 * Returns >=0 if ok, <0 errno code on error.
Frank Filz3f7a87d2005-06-20 13:14:57 -07001344 */
wangweidong26ac8e52013-12-23 12:16:51 +08001345static int __sctp_setsockopt_connectx(struct sock *sk,
Frank Filz3f7a87d2005-06-20 13:14:57 -07001346 struct sockaddr __user *addrs,
Vlad Yasevich88a0a942008-05-09 15:14:11 -07001347 int addrs_size,
1348 sctp_assoc_t *assoc_id)
Frank Filz3f7a87d2005-06-20 13:14:57 -07001349{
Frank Filz3f7a87d2005-06-20 13:14:57 -07001350 struct sockaddr *kaddrs;
Marcelo Ricardo Leitner9ba0b962015-12-23 16:28:40 -02001351 int err = 0;
Frank Filz3f7a87d2005-06-20 13:14:57 -07001352
Daniel Borkmannbb333812013-06-28 19:49:40 +02001353 pr_debug("%s: sk:%p addrs:%p addrs_size:%d\n",
1354 __func__, sk, addrs, addrs_size);
Frank Filz3f7a87d2005-06-20 13:14:57 -07001355
1356 if (unlikely(addrs_size <= 0))
1357 return -EINVAL;
1358
Al Viroc981f252018-01-07 13:19:09 -05001359 kaddrs = vmemdup_user(addrs, addrs_size);
1360 if (unlikely(IS_ERR(kaddrs)))
1361 return PTR_ERR(kaddrs);
Frank Filz3f7a87d2005-06-20 13:14:57 -07001362
Richard Haines2277c7c2018-02-13 20:56:24 +00001363 /* Allow security module to validate connectx addresses. */
1364 err = security_sctp_bind_connect(sk, SCTP_SOCKOPT_CONNECTX,
1365 (struct sockaddr *)kaddrs,
1366 addrs_size);
1367 if (err)
1368 goto out_free;
1369
Al Viroc981f252018-01-07 13:19:09 -05001370 err = __sctp_connect(sk, kaddrs, addrs_size, assoc_id);
Richard Haines2277c7c2018-02-13 20:56:24 +00001371
1372out_free:
Al Viroc981f252018-01-07 13:19:09 -05001373 kvfree(kaddrs);
Vlad Yasevich88a0a942008-05-09 15:14:11 -07001374
Frank Filz3f7a87d2005-06-20 13:14:57 -07001375 return err;
1376}
1377
Vlad Yasevich88a0a942008-05-09 15:14:11 -07001378/*
1379 * This is an older interface. It's kept for backward compatibility
1380 * to the option that doesn't provide association id.
1381 */
wangweidong26ac8e52013-12-23 12:16:51 +08001382static int sctp_setsockopt_connectx_old(struct sock *sk,
Daniel Borkmanndda91922013-06-17 11:40:05 +02001383 struct sockaddr __user *addrs,
1384 int addrs_size)
Vlad Yasevich88a0a942008-05-09 15:14:11 -07001385{
1386 return __sctp_setsockopt_connectx(sk, addrs, addrs_size, NULL);
1387}
1388
1389/*
1390 * New interface for the API. The since the API is done with a socket
1391 * option, to make it simple we feed back the association id is as a return
1392 * indication to the call. Error is always negative and association id is
1393 * always positive.
1394 */
wangweidong26ac8e52013-12-23 12:16:51 +08001395static int sctp_setsockopt_connectx(struct sock *sk,
Daniel Borkmanndda91922013-06-17 11:40:05 +02001396 struct sockaddr __user *addrs,
1397 int addrs_size)
Vlad Yasevich88a0a942008-05-09 15:14:11 -07001398{
1399 sctp_assoc_t assoc_id = 0;
1400 int err = 0;
1401
1402 err = __sctp_setsockopt_connectx(sk, addrs, addrs_size, &assoc_id);
1403
1404 if (err)
1405 return err;
1406 else
1407 return assoc_id;
1408}
1409
Vlad Yasevichc6ba68a2009-06-01 12:41:15 -04001410/*
Vlad Yasevichf9c67812009-11-11 08:19:24 +00001411 * New (hopefully final) interface for the API.
1412 * We use the sctp_getaddrs_old structure so that use-space library
Daniel Borkmannffd59392014-02-17 12:11:11 +01001413 * can avoid any unnecessary allocations. The only different part
Vlad Yasevichf9c67812009-11-11 08:19:24 +00001414 * is that we store the actual length of the address buffer into the
Daniel Borkmannffd59392014-02-17 12:11:11 +01001415 * addrs_num structure member. That way we can re-use the existing
Vlad Yasevichf9c67812009-11-11 08:19:24 +00001416 * code.
Vlad Yasevichc6ba68a2009-06-01 12:41:15 -04001417 */
Daniel Borkmannffd59392014-02-17 12:11:11 +01001418#ifdef CONFIG_COMPAT
1419struct compat_sctp_getaddrs_old {
1420 sctp_assoc_t assoc_id;
1421 s32 addr_num;
1422 compat_uptr_t addrs; /* struct sockaddr * */
1423};
1424#endif
1425
wangweidong26ac8e52013-12-23 12:16:51 +08001426static int sctp_getsockopt_connectx3(struct sock *sk, int len,
Daniel Borkmanndda91922013-06-17 11:40:05 +02001427 char __user *optval,
1428 int __user *optlen)
Vlad Yasevichc6ba68a2009-06-01 12:41:15 -04001429{
Vlad Yasevichf9c67812009-11-11 08:19:24 +00001430 struct sctp_getaddrs_old param;
Vlad Yasevichc6ba68a2009-06-01 12:41:15 -04001431 sctp_assoc_t assoc_id = 0;
1432 int err = 0;
1433
Daniel Borkmannffd59392014-02-17 12:11:11 +01001434#ifdef CONFIG_COMPAT
Andy Lutomirski96c0e0a2016-03-22 14:25:07 -07001435 if (in_compat_syscall()) {
Daniel Borkmannffd59392014-02-17 12:11:11 +01001436 struct compat_sctp_getaddrs_old param32;
Vlad Yasevichc6ba68a2009-06-01 12:41:15 -04001437
Daniel Borkmannffd59392014-02-17 12:11:11 +01001438 if (len < sizeof(param32))
1439 return -EINVAL;
1440 if (copy_from_user(&param32, optval, sizeof(param32)))
1441 return -EFAULT;
Vlad Yasevichf9c67812009-11-11 08:19:24 +00001442
Daniel Borkmannffd59392014-02-17 12:11:11 +01001443 param.assoc_id = param32.assoc_id;
1444 param.addr_num = param32.addr_num;
1445 param.addrs = compat_ptr(param32.addrs);
1446 } else
1447#endif
1448 {
1449 if (len < sizeof(param))
1450 return -EINVAL;
1451 if (copy_from_user(&param, optval, sizeof(param)))
1452 return -EFAULT;
1453 }
Vlad Yasevichc6ba68a2009-06-01 12:41:15 -04001454
Daniel Borkmannffd59392014-02-17 12:11:11 +01001455 err = __sctp_setsockopt_connectx(sk, (struct sockaddr __user *)
1456 param.addrs, param.addr_num,
1457 &assoc_id);
Vlad Yasevichc6ba68a2009-06-01 12:41:15 -04001458 if (err == 0 || err == -EINPROGRESS) {
1459 if (copy_to_user(optval, &assoc_id, sizeof(assoc_id)))
1460 return -EFAULT;
1461 if (put_user(sizeof(assoc_id), optlen))
1462 return -EFAULT;
1463 }
1464
1465 return err;
1466}
1467
Linus Torvalds1da177e2005-04-16 15:20:36 -07001468/* API 3.1.4 close() - UDP Style Syntax
1469 * Applications use close() to perform graceful shutdown (as described in
1470 * Section 10.1 of [SCTP]) on ALL the associations currently represented
1471 * by a UDP-style socket.
1472 *
1473 * The syntax is
1474 *
1475 * ret = close(int sd);
1476 *
1477 * sd - the socket descriptor of the associations to be closed.
1478 *
1479 * To gracefully shutdown a specific association represented by the
1480 * UDP-style socket, an application should use the sendmsg() call,
1481 * passing no user data, but including the appropriate flag in the
1482 * ancillary data (see Section xxxx).
1483 *
1484 * If sd in the close() call is a branched-off socket representing only
1485 * one association, the shutdown is performed on that association only.
1486 *
1487 * 4.1.6 close() - TCP Style Syntax
1488 *
1489 * Applications use close() to gracefully close down an association.
1490 *
1491 * The syntax is:
1492 *
1493 * int close(int sd);
1494 *
1495 * sd - the socket descriptor of the association to be closed.
1496 *
1497 * After an application calls close() on a socket descriptor, no further
1498 * socket operations will succeed on that descriptor.
1499 *
1500 * API 7.1.4 SO_LINGER
1501 *
1502 * An application using the TCP-style socket can use this option to
1503 * perform the SCTP ABORT primitive. The linger option structure is:
1504 *
1505 * struct linger {
1506 * int l_onoff; // option on/off
1507 * int l_linger; // linger time
1508 * };
1509 *
1510 * To enable the option, set l_onoff to 1. If the l_linger value is set
1511 * to 0, calling close() is the same as the ABORT primitive. If the
1512 * value is set to a negative value, the setsockopt() call will return
1513 * an error. If the value is set to a positive value linger_time, the
1514 * close() can be blocked for at most linger_time ms. If the graceful
1515 * shutdown phase does not finish during this period, close() will
1516 * return but the graceful shutdown phase continues in the system.
1517 */
Daniel Borkmanndda91922013-06-17 11:40:05 +02001518static void sctp_close(struct sock *sk, long timeout)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001519{
Eric W. Biederman55e26eb2012-08-07 07:25:24 +00001520 struct net *net = sock_net(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001521 struct sctp_endpoint *ep;
1522 struct sctp_association *asoc;
1523 struct list_head *pos, *temp;
Thomas Grafcd4fcc72011-07-08 04:37:46 +00001524 unsigned int data_was_unread;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001525
Daniel Borkmannbb333812013-06-28 19:49:40 +02001526 pr_debug("%s: sk:%p, timeout:%ld\n", __func__, sk, timeout);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001527
Xin Long6dfe4b92017-06-10 14:56:56 +08001528 lock_sock_nested(sk, SINGLE_DEPTH_NESTING);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001529 sk->sk_shutdown = SHUTDOWN_MASK;
Yafang Shaocbabf462017-12-20 11:12:54 +08001530 inet_sk_set_state(sk, SCTP_SS_CLOSING);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001531
1532 ep = sctp_sk(sk)->ep;
1533
Thomas Grafcd4fcc72011-07-08 04:37:46 +00001534 /* Clean up any skbs sitting on the receive queue. */
1535 data_was_unread = sctp_queue_purge_ulpevents(&sk->sk_receive_queue);
1536 data_was_unread += sctp_queue_purge_ulpevents(&sctp_sk(sk)->pd_lobby);
1537
Vladislav Yasevich61c9fed2006-05-19 11:01:18 -07001538 /* Walk all associations on an endpoint. */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001539 list_for_each_safe(pos, temp, &ep->asocs) {
1540 asoc = list_entry(pos, struct sctp_association, asocs);
1541
1542 if (sctp_style(sk, TCP)) {
1543 /* A closed association can still be in the list if
1544 * it belongs to a TCP-style listening socket that is
1545 * not yet accepted. If so, free it. If not, send an
1546 * ABORT or SHUTDOWN based on the linger options.
1547 */
1548 if (sctp_state(asoc, CLOSED)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001549 sctp_association_free(asoc);
Vladislav Yasevichb89498a2006-05-19 14:32:06 -07001550 continue;
1551 }
1552 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001553
Thomas Grafcd4fcc72011-07-08 04:37:46 +00001554 if (data_was_unread || !skb_queue_empty(&asoc->ulpq.lobby) ||
1555 !skb_queue_empty(&asoc->ulpq.reasm) ||
Xin Long13228232017-12-08 21:04:09 +08001556 !skb_queue_empty(&asoc->ulpq.reasm_uo) ||
Thomas Grafcd4fcc72011-07-08 04:37:46 +00001557 (sock_flag(sk, SOCK_LINGER) && !sk->sk_lingertime)) {
Sridhar Samudralab9ac8672006-08-28 13:53:01 -07001558 struct sctp_chunk *chunk;
1559
1560 chunk = sctp_make_abort_user(asoc, NULL, 0);
Xin Long068d8bd2015-12-29 17:49:25 +08001561 sctp_primitive_ABORT(net, asoc, chunk);
Sridhar Samudralab9ac8672006-08-28 13:53:01 -07001562 } else
Eric W. Biederman55e26eb2012-08-07 07:25:24 +00001563 sctp_primitive_SHUTDOWN(net, asoc, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001564 }
1565
Linus Torvalds1da177e2005-04-16 15:20:36 -07001566 /* On a TCP-style socket, block for at most linger_time if set. */
1567 if (sctp_style(sk, TCP) && timeout)
1568 sctp_wait_for_close(sk, timeout);
1569
1570 /* This will run the backlog queue. */
wangweidong048ed4b2014-01-21 15:44:11 +08001571 release_sock(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001572
1573 /* Supposedly, no process has access to the socket, but
1574 * the net layers still may.
Marcelo Ricardo Leitner2d45a022015-06-12 10:16:41 -03001575 * Also, sctp_destroy_sock() needs to be called with addr_wq_lock
1576 * held and that should be grabbed before socket lock.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001577 */
Marcelo Ricardo Leitner2d45a022015-06-12 10:16:41 -03001578 spin_lock_bh(&net->sctp.addr_wq_lock);
Xin Long6dfe4b92017-06-10 14:56:56 +08001579 bh_lock_sock_nested(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001580
1581 /* Hold the sock, since sk_common_release() will put sock_put()
1582 * and we have just a little more cleanup.
1583 */
1584 sock_hold(sk);
1585 sk_common_release(sk);
1586
wangweidong5bc1d1b2014-01-21 15:44:12 +08001587 bh_unlock_sock(sk);
Marcelo Ricardo Leitner2d45a022015-06-12 10:16:41 -03001588 spin_unlock_bh(&net->sctp.addr_wq_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001589
1590 sock_put(sk);
1591
1592 SCTP_DBG_OBJCNT_DEC(sock);
1593}
1594
1595/* Handle EPIPE error. */
1596static int sctp_error(struct sock *sk, int flags, int err)
1597{
1598 if (err == -EPIPE)
1599 err = sock_error(sk) ? : -EPIPE;
1600 if (err == -EPIPE && !(flags & MSG_NOSIGNAL))
1601 send_sig(SIGPIPE, current, 0);
1602 return err;
1603}
1604
1605/* API 3.1.3 sendmsg() - UDP Style Syntax
1606 *
1607 * An application uses sendmsg() and recvmsg() calls to transmit data to
1608 * and receive data from its peer.
1609 *
1610 * ssize_t sendmsg(int socket, const struct msghdr *message,
1611 * int flags);
1612 *
1613 * socket - the socket descriptor of the endpoint.
1614 * message - pointer to the msghdr structure which contains a single
1615 * user message and possibly some ancillary data.
1616 *
1617 * See Section 5 for complete description of the data
1618 * structures.
1619 *
1620 * flags - flags sent or received with the user message, see Section
1621 * 5 for complete description of the flags.
1622 *
1623 * Note: This function could use a rewrite especially when explicit
1624 * connect support comes in.
1625 */
1626/* BUG: We do not implement the equivalent of sk_stream_wait_memory(). */
1627
Xin Longa05437a2017-08-11 10:23:48 +08001628static int sctp_msghdr_parse(const struct msghdr *msg,
1629 struct sctp_cmsgs *cmsgs);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001630
Xin Long204f8172018-03-01 23:05:14 +08001631static int sctp_sendmsg_parse(struct sock *sk, struct sctp_cmsgs *cmsgs,
1632 struct sctp_sndrcvinfo *srinfo,
1633 const struct msghdr *msg, size_t msg_len)
1634{
1635 __u16 sflags;
1636 int err;
1637
1638 if (sctp_sstate(sk, LISTENING) && sctp_style(sk, TCP))
1639 return -EPIPE;
1640
1641 if (msg_len > sk->sk_sndbuf)
1642 return -EMSGSIZE;
1643
1644 memset(cmsgs, 0, sizeof(*cmsgs));
1645 err = sctp_msghdr_parse(msg, cmsgs);
1646 if (err) {
1647 pr_debug("%s: msghdr parse err:%x\n", __func__, err);
1648 return err;
1649 }
1650
1651 memset(srinfo, 0, sizeof(*srinfo));
1652 if (cmsgs->srinfo) {
1653 srinfo->sinfo_stream = cmsgs->srinfo->sinfo_stream;
1654 srinfo->sinfo_flags = cmsgs->srinfo->sinfo_flags;
1655 srinfo->sinfo_ppid = cmsgs->srinfo->sinfo_ppid;
1656 srinfo->sinfo_context = cmsgs->srinfo->sinfo_context;
1657 srinfo->sinfo_assoc_id = cmsgs->srinfo->sinfo_assoc_id;
1658 srinfo->sinfo_timetolive = cmsgs->srinfo->sinfo_timetolive;
1659 }
1660
1661 if (cmsgs->sinfo) {
1662 srinfo->sinfo_stream = cmsgs->sinfo->snd_sid;
1663 srinfo->sinfo_flags = cmsgs->sinfo->snd_flags;
1664 srinfo->sinfo_ppid = cmsgs->sinfo->snd_ppid;
1665 srinfo->sinfo_context = cmsgs->sinfo->snd_context;
1666 srinfo->sinfo_assoc_id = cmsgs->sinfo->snd_assoc_id;
1667 }
1668
Xin Longed63afb2018-03-05 20:44:18 +08001669 if (cmsgs->prinfo) {
1670 srinfo->sinfo_timetolive = cmsgs->prinfo->pr_value;
1671 SCTP_PR_SET_POLICY(srinfo->sinfo_flags,
1672 cmsgs->prinfo->pr_policy);
1673 }
1674
Xin Long204f8172018-03-01 23:05:14 +08001675 sflags = srinfo->sinfo_flags;
1676 if (!sflags && msg_len)
1677 return 0;
1678
1679 if (sctp_style(sk, TCP) && (sflags & (SCTP_EOF | SCTP_ABORT)))
1680 return -EINVAL;
1681
1682 if (((sflags & SCTP_EOF) && msg_len > 0) ||
1683 (!(sflags & (SCTP_EOF | SCTP_ABORT)) && msg_len == 0))
1684 return -EINVAL;
1685
1686 if ((sflags & SCTP_ADDR_OVER) && !msg->msg_name)
1687 return -EINVAL;
1688
1689 return 0;
1690}
1691
Xin Long2bfd80f2018-03-01 23:05:11 +08001692static int sctp_sendmsg_new_asoc(struct sock *sk, __u16 sflags,
1693 struct sctp_cmsgs *cmsgs,
1694 union sctp_addr *daddr,
1695 struct sctp_transport **tp)
1696{
1697 struct sctp_endpoint *ep = sctp_sk(sk)->ep;
1698 struct net *net = sock_net(sk);
1699 struct sctp_association *asoc;
1700 enum sctp_scope scope;
Xin Long2c0dbaa2018-03-05 20:44:19 +08001701 struct cmsghdr *cmsg;
Linus Torvalds9eda2d22018-04-06 15:39:26 -07001702 struct sctp_af *af;
Wei Yongjund98985d2018-03-13 03:03:30 +00001703 int err;
Xin Long2bfd80f2018-03-01 23:05:11 +08001704
1705 *tp = NULL;
1706
1707 if (sflags & (SCTP_EOF | SCTP_ABORT))
1708 return -EINVAL;
1709
1710 if (sctp_style(sk, TCP) && (sctp_sstate(sk, ESTABLISHED) ||
1711 sctp_sstate(sk, CLOSING)))
1712 return -EADDRNOTAVAIL;
1713
1714 if (sctp_endpoint_is_peeled_off(ep, daddr))
1715 return -EADDRNOTAVAIL;
1716
1717 if (!ep->base.bind_addr.port) {
1718 if (sctp_autobind(sk))
1719 return -EAGAIN;
1720 } else {
1721 if (ep->base.bind_addr.port < inet_prot_sock(net) &&
1722 !ns_capable(net->user_ns, CAP_NET_BIND_SERVICE))
1723 return -EACCES;
1724 }
1725
1726 scope = sctp_scope(daddr);
1727
Linus Torvalds9eda2d22018-04-06 15:39:26 -07001728 /* Label connection socket for first association 1-to-many
1729 * style for client sequence socket()->sendmsg(). This
1730 * needs to be done before sctp_assoc_add_peer() as that will
1731 * set up the initial packet that needs to account for any
1732 * security ip options (CIPSO/CALIPSO) added to the packet.
1733 */
1734 af = sctp_get_af_specific(daddr->sa.sa_family);
1735 if (!af)
1736 return -EINVAL;
1737 err = security_sctp_bind_connect(sk, SCTP_SENDMSG_CONNECT,
1738 (struct sockaddr *)daddr,
1739 af->sockaddr_len);
1740 if (err < 0)
1741 return err;
1742
Xin Long2bfd80f2018-03-01 23:05:11 +08001743 asoc = sctp_association_new(ep, sk, scope, GFP_KERNEL);
1744 if (!asoc)
1745 return -ENOMEM;
1746
1747 if (sctp_assoc_set_bind_addr_from_ep(asoc, scope, GFP_KERNEL) < 0) {
1748 err = -ENOMEM;
1749 goto free;
1750 }
1751
1752 if (cmsgs->init) {
1753 struct sctp_initmsg *init = cmsgs->init;
1754
1755 if (init->sinit_num_ostreams) {
1756 __u16 outcnt = init->sinit_num_ostreams;
1757
1758 asoc->c.sinit_num_ostreams = outcnt;
1759 /* outcnt has been changed, need to re-init stream */
1760 err = sctp_stream_init(&asoc->stream, outcnt, 0,
1761 GFP_KERNEL);
1762 if (err)
1763 goto free;
1764 }
1765
1766 if (init->sinit_max_instreams)
1767 asoc->c.sinit_max_instreams = init->sinit_max_instreams;
1768
1769 if (init->sinit_max_attempts)
1770 asoc->max_init_attempts = init->sinit_max_attempts;
1771
1772 if (init->sinit_max_init_timeo)
1773 asoc->max_init_timeo =
1774 msecs_to_jiffies(init->sinit_max_init_timeo);
1775 }
1776
1777 *tp = sctp_assoc_add_peer(asoc, daddr, GFP_KERNEL, SCTP_UNKNOWN);
1778 if (!*tp) {
1779 err = -ENOMEM;
1780 goto free;
1781 }
1782
Xin Long2c0dbaa2018-03-05 20:44:19 +08001783 if (!cmsgs->addrs_msg)
1784 return 0;
1785
1786 /* sendv addr list parse */
1787 for_each_cmsghdr(cmsg, cmsgs->addrs_msg) {
1788 struct sctp_transport *transport;
1789 struct sctp_association *old;
1790 union sctp_addr _daddr;
1791 int dlen;
1792
1793 if (cmsg->cmsg_level != IPPROTO_SCTP ||
1794 (cmsg->cmsg_type != SCTP_DSTADDRV4 &&
1795 cmsg->cmsg_type != SCTP_DSTADDRV6))
1796 continue;
1797
1798 daddr = &_daddr;
1799 memset(daddr, 0, sizeof(*daddr));
1800 dlen = cmsg->cmsg_len - sizeof(struct cmsghdr);
1801 if (cmsg->cmsg_type == SCTP_DSTADDRV4) {
Wei Yongjund98985d2018-03-13 03:03:30 +00001802 if (dlen < sizeof(struct in_addr)) {
1803 err = -EINVAL;
Xin Long2c0dbaa2018-03-05 20:44:19 +08001804 goto free;
Wei Yongjund98985d2018-03-13 03:03:30 +00001805 }
Xin Long2c0dbaa2018-03-05 20:44:19 +08001806
1807 dlen = sizeof(struct in_addr);
1808 daddr->v4.sin_family = AF_INET;
1809 daddr->v4.sin_port = htons(asoc->peer.port);
1810 memcpy(&daddr->v4.sin_addr, CMSG_DATA(cmsg), dlen);
1811 } else {
Wei Yongjund98985d2018-03-13 03:03:30 +00001812 if (dlen < sizeof(struct in6_addr)) {
1813 err = -EINVAL;
Xin Long2c0dbaa2018-03-05 20:44:19 +08001814 goto free;
Wei Yongjund98985d2018-03-13 03:03:30 +00001815 }
Xin Long2c0dbaa2018-03-05 20:44:19 +08001816
1817 dlen = sizeof(struct in6_addr);
1818 daddr->v6.sin6_family = AF_INET6;
1819 daddr->v6.sin6_port = htons(asoc->peer.port);
1820 memcpy(&daddr->v6.sin6_addr, CMSG_DATA(cmsg), dlen);
1821 }
1822 err = sctp_verify_addr(sk, daddr, sizeof(*daddr));
1823 if (err)
1824 goto free;
1825
1826 old = sctp_endpoint_lookup_assoc(ep, daddr, &transport);
1827 if (old && old != asoc) {
1828 if (old->state >= SCTP_STATE_ESTABLISHED)
1829 err = -EISCONN;
1830 else
1831 err = -EALREADY;
1832 goto free;
1833 }
1834
1835 if (sctp_endpoint_is_peeled_off(ep, daddr)) {
1836 err = -EADDRNOTAVAIL;
1837 goto free;
1838 }
1839
1840 transport = sctp_assoc_add_peer(asoc, daddr, GFP_KERNEL,
1841 SCTP_UNKNOWN);
1842 if (!transport) {
1843 err = -ENOMEM;
1844 goto free;
1845 }
1846 }
1847
Xin Long2bfd80f2018-03-01 23:05:11 +08001848 return 0;
1849
1850free:
1851 sctp_association_free(asoc);
1852 return err;
1853}
1854
Xin Longc2666de2018-03-01 23:05:12 +08001855static int sctp_sendmsg_check_sflags(struct sctp_association *asoc,
1856 __u16 sflags, struct msghdr *msg,
1857 size_t msg_len)
1858{
1859 struct sock *sk = asoc->base.sk;
1860 struct net *net = sock_net(sk);
1861
1862 if (sctp_state(asoc, CLOSED) && sctp_style(sk, TCP))
1863 return -EPIPE;
1864
Xin Long49102802018-03-05 20:44:20 +08001865 if ((sflags & SCTP_SENDALL) && sctp_style(sk, UDP) &&
1866 !sctp_state(asoc, ESTABLISHED))
1867 return 0;
1868
Xin Longc2666de2018-03-01 23:05:12 +08001869 if (sflags & SCTP_EOF) {
1870 pr_debug("%s: shutting down association:%p\n", __func__, asoc);
1871 sctp_primitive_SHUTDOWN(net, asoc, NULL);
1872
1873 return 0;
1874 }
1875
1876 if (sflags & SCTP_ABORT) {
1877 struct sctp_chunk *chunk;
1878
1879 chunk = sctp_make_abort_user(asoc, msg, msg_len);
1880 if (!chunk)
1881 return -ENOMEM;
1882
1883 pr_debug("%s: aborting association:%p\n", __func__, asoc);
1884 sctp_primitive_ABORT(net, asoc, chunk);
1885
1886 return 0;
1887 }
1888
1889 return 1;
1890}
1891
Xin Longf84af332018-03-01 23:05:10 +08001892static int sctp_sendmsg_to_asoc(struct sctp_association *asoc,
1893 struct msghdr *msg, size_t msg_len,
1894 struct sctp_transport *transport,
1895 struct sctp_sndrcvinfo *sinfo)
1896{
1897 struct sock *sk = asoc->base.sk;
1898 struct net *net = sock_net(sk);
1899 struct sctp_datamsg *datamsg;
1900 bool wait_connect = false;
1901 struct sctp_chunk *chunk;
1902 long timeo;
1903 int err;
1904
1905 if (sinfo->sinfo_stream >= asoc->stream.outcnt) {
1906 err = -EINVAL;
1907 goto err;
1908 }
1909
1910 if (unlikely(!asoc->stream.out[sinfo->sinfo_stream].ext)) {
1911 err = sctp_stream_init_ext(&asoc->stream, sinfo->sinfo_stream);
1912 if (err)
1913 goto err;
1914 }
1915
1916 if (sctp_sk(sk)->disable_fragments && msg_len > asoc->frag_point) {
1917 err = -EMSGSIZE;
1918 goto err;
1919 }
1920
Neil Horman0aee4c22018-03-12 14:15:25 -04001921 if (asoc->pmtu_pending)
1922 sctp_assoc_pending_pmtu(asoc);
1923
1924 if (sctp_wspace(asoc) < msg_len)
1925 sctp_prsctp_prune(asoc, sinfo, msg_len - sctp_wspace(asoc));
1926
1927 if (!sctp_wspace(asoc)) {
1928 timeo = sock_sndtimeo(sk, msg->msg_flags & MSG_DONTWAIT);
1929 err = sctp_wait_for_sndbuf(asoc, &timeo, msg_len);
1930 if (err)
1931 goto err;
1932 }
1933
Xin Longf84af332018-03-01 23:05:10 +08001934 if (sctp_state(asoc, CLOSED)) {
1935 err = sctp_primitive_ASSOCIATE(net, asoc, NULL);
1936 if (err)
1937 goto err;
1938
1939 if (sctp_sk(sk)->strm_interleave) {
1940 timeo = sock_sndtimeo(sk, 0);
1941 err = sctp_wait_for_connect(asoc, &timeo);
1942 if (err)
1943 goto err;
1944 } else {
1945 wait_connect = true;
1946 }
1947
1948 pr_debug("%s: we associated primitively\n", __func__);
1949 }
1950
Xin Longf84af332018-03-01 23:05:10 +08001951 datamsg = sctp_datamsg_from_user(asoc, sinfo, &msg->msg_iter);
1952 if (IS_ERR(datamsg)) {
1953 err = PTR_ERR(datamsg);
1954 goto err;
1955 }
1956
1957 asoc->force_delay = !!(msg->msg_flags & MSG_MORE);
1958
1959 list_for_each_entry(chunk, &datamsg->chunks, frag_list) {
1960 sctp_chunk_hold(chunk);
1961 sctp_set_owner_w(chunk);
1962 chunk->transport = transport;
1963 }
1964
1965 err = sctp_primitive_SEND(net, asoc, datamsg);
1966 if (err) {
1967 sctp_datamsg_free(datamsg);
1968 goto err;
1969 }
1970
1971 pr_debug("%s: we sent primitively\n", __func__);
1972
1973 sctp_datamsg_put(datamsg);
1974
1975 if (unlikely(wait_connect)) {
1976 timeo = sock_sndtimeo(sk, msg->msg_flags & MSG_DONTWAIT);
1977 sctp_wait_for_connect(asoc, &timeo);
1978 }
1979
1980 err = msg_len;
1981
1982err:
1983 return err;
1984}
1985
Xin Longbecef9b2018-03-01 23:05:13 +08001986static union sctp_addr *sctp_sendmsg_get_daddr(struct sock *sk,
1987 const struct msghdr *msg,
1988 struct sctp_cmsgs *cmsgs)
1989{
1990 union sctp_addr *daddr = NULL;
1991 int err;
1992
1993 if (!sctp_style(sk, UDP_HIGH_BANDWIDTH) && msg->msg_name) {
1994 int len = msg->msg_namelen;
1995
1996 if (len > sizeof(*daddr))
1997 len = sizeof(*daddr);
1998
1999 daddr = (union sctp_addr *)msg->msg_name;
2000
2001 err = sctp_verify_addr(sk, daddr, len);
2002 if (err)
2003 return ERR_PTR(err);
2004 }
2005
2006 return daddr;
2007}
2008
Xin Longd42cb062018-03-01 23:05:15 +08002009static void sctp_sendmsg_update_sinfo(struct sctp_association *asoc,
2010 struct sctp_sndrcvinfo *sinfo,
2011 struct sctp_cmsgs *cmsgs)
2012{
2013 if (!cmsgs->srinfo && !cmsgs->sinfo) {
2014 sinfo->sinfo_stream = asoc->default_stream;
2015 sinfo->sinfo_ppid = asoc->default_ppid;
2016 sinfo->sinfo_context = asoc->default_context;
2017 sinfo->sinfo_assoc_id = sctp_assoc2id(asoc);
Xin Longed63afb2018-03-05 20:44:18 +08002018
2019 if (!cmsgs->prinfo)
2020 sinfo->sinfo_flags = asoc->default_flags;
Xin Longd42cb062018-03-01 23:05:15 +08002021 }
2022
Xin Longed63afb2018-03-05 20:44:18 +08002023 if (!cmsgs->srinfo && !cmsgs->prinfo)
Xin Longd42cb062018-03-01 23:05:15 +08002024 sinfo->sinfo_timetolive = asoc->default_timetolive;
Xin Long3ff547c2018-03-14 19:05:31 +08002025
2026 if (cmsgs->authinfo) {
2027 /* Reuse sinfo_tsn to indicate that authinfo was set and
2028 * sinfo_ssn to save the keyid on tx path.
2029 */
2030 sinfo->sinfo_tsn = 1;
2031 sinfo->sinfo_ssn = cmsgs->authinfo->auth_keynumber;
2032 }
Xin Longd42cb062018-03-01 23:05:15 +08002033}
2034
Ying Xue1b784142015-03-02 15:37:48 +08002035static int sctp_sendmsg(struct sock *sk, struct msghdr *msg, size_t msg_len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002036{
Xin Long204f8172018-03-01 23:05:14 +08002037 struct sctp_endpoint *ep = sctp_sk(sk)->ep;
Xin Long8e87c6e2018-03-01 23:05:16 +08002038 struct sctp_transport *transport = NULL;
Xin Long204f8172018-03-01 23:05:14 +08002039 struct sctp_sndrcvinfo _sinfo, *sinfo;
Xin Long007b7e12018-03-01 23:05:17 +08002040 struct sctp_association *asoc;
2041 struct sctp_cmsgs cmsgs;
Xin Longbecef9b2018-03-01 23:05:13 +08002042 union sctp_addr *daddr;
Xin Long007b7e12018-03-01 23:05:17 +08002043 bool new = false;
2044 __u16 sflags;
Geir Ola Vaagland63b94932014-07-12 20:30:36 +02002045 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002046
Xin Long204f8172018-03-01 23:05:14 +08002047 /* Parse and get snd_info */
2048 err = sctp_sendmsg_parse(sk, &cmsgs, &_sinfo, msg, msg_len);
2049 if (err)
Xin Long007b7e12018-03-01 23:05:17 +08002050 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002051
Xin Long204f8172018-03-01 23:05:14 +08002052 sinfo = &_sinfo;
Xin Long007b7e12018-03-01 23:05:17 +08002053 sflags = sinfo->sinfo_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002054
Xin Longbecef9b2018-03-01 23:05:13 +08002055 /* Get daddr from msg */
2056 daddr = sctp_sendmsg_get_daddr(sk, msg, &cmsgs);
2057 if (IS_ERR(daddr)) {
2058 err = PTR_ERR(daddr);
Xin Long007b7e12018-03-01 23:05:17 +08002059 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002060 }
2061
wangweidong048ed4b2014-01-21 15:44:11 +08002062 lock_sock(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002063
Xin Long49102802018-03-05 20:44:20 +08002064 /* SCTP_SENDALL process */
2065 if ((sflags & SCTP_SENDALL) && sctp_style(sk, UDP)) {
2066 list_for_each_entry(asoc, &ep->asocs, asocs) {
2067 err = sctp_sendmsg_check_sflags(asoc, sflags, msg,
2068 msg_len);
2069 if (err == 0)
2070 continue;
2071 if (err < 0)
2072 goto out_unlock;
2073
2074 sctp_sendmsg_update_sinfo(asoc, sinfo, &cmsgs);
2075
2076 err = sctp_sendmsg_to_asoc(asoc, msg, msg_len,
2077 NULL, sinfo);
2078 if (err < 0)
2079 goto out_unlock;
2080
2081 iov_iter_revert(&msg->msg_iter, err);
2082 }
2083
2084 goto out_unlock;
2085 }
2086
Xin Long0a3920d2018-03-01 23:05:18 +08002087 /* Get and check or create asoc */
Xin Longbecef9b2018-03-01 23:05:13 +08002088 if (daddr) {
Xin Longbecef9b2018-03-01 23:05:13 +08002089 asoc = sctp_endpoint_lookup_assoc(ep, daddr, &transport);
Xin Long0a3920d2018-03-01 23:05:18 +08002090 if (asoc) {
2091 err = sctp_sendmsg_check_sflags(asoc, sflags, msg,
2092 msg_len);
2093 if (err <= 0)
2094 goto out_unlock;
2095 } else {
2096 err = sctp_sendmsg_new_asoc(sk, sflags, &cmsgs, daddr,
2097 &transport);
2098 if (err)
2099 goto out_unlock;
2100
2101 asoc = transport->asoc;
2102 new = true;
2103 }
2104
2105 if (!sctp_style(sk, TCP) && !(sflags & SCTP_ADDR_OVER))
2106 transport = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002107 } else {
Xin Long007b7e12018-03-01 23:05:17 +08002108 asoc = sctp_id2assoc(sk, sinfo->sinfo_assoc_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002109 if (!asoc) {
2110 err = -EPIPE;
2111 goto out_unlock;
2112 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002113
Xin Long007b7e12018-03-01 23:05:17 +08002114 err = sctp_sendmsg_check_sflags(asoc, sflags, msg, msg_len);
Xin Longc2666de2018-03-01 23:05:12 +08002115 if (err <= 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002116 goto out_unlock;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002117 }
2118
Xin Longd42cb062018-03-01 23:05:15 +08002119 /* Update snd_info with the asoc */
2120 sctp_sendmsg_update_sinfo(asoc, sinfo, &cmsgs);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002121
Xin Longf84af332018-03-01 23:05:10 +08002122 /* Send msg to the asoc */
Xin Long8e87c6e2018-03-01 23:05:16 +08002123 err = sctp_sendmsg_to_asoc(asoc, msg, msg_len, transport, sinfo);
Xin Long007b7e12018-03-01 23:05:17 +08002124 if (err < 0 && err != -ESRCH && new)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002125 sctp_association_free(asoc);
Xin Long8e87c6e2018-03-01 23:05:16 +08002126
Linus Torvalds1da177e2005-04-16 15:20:36 -07002127out_unlock:
wangweidong048ed4b2014-01-21 15:44:11 +08002128 release_sock(sk);
Xin Long007b7e12018-03-01 23:05:17 +08002129out:
Xin Longf84af332018-03-01 23:05:10 +08002130 return sctp_error(sk, msg->msg_flags, err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131}
2132
2133/* This is an extended version of skb_pull() that removes the data from the
2134 * start of a skb even when data is spread across the list of skb's in the
2135 * frag_list. len specifies the total amount of data that needs to be removed.
2136 * when 'len' bytes could be removed from the skb, it returns 0.
2137 * If 'len' exceeds the total skb length, it returns the no. of bytes that
2138 * could not be removed.
2139 */
2140static int sctp_skb_pull(struct sk_buff *skb, int len)
2141{
2142 struct sk_buff *list;
2143 int skb_len = skb_headlen(skb);
2144 int rlen;
2145
2146 if (len <= skb_len) {
2147 __skb_pull(skb, len);
2148 return 0;
2149 }
2150 len -= skb_len;
2151 __skb_pull(skb, skb_len);
2152
David S. Miller1b003be2009-06-09 00:22:35 -07002153 skb_walk_frags(skb, list) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002154 rlen = sctp_skb_pull(list, len);
2155 skb->len -= (len-rlen);
2156 skb->data_len -= (len-rlen);
2157
2158 if (!rlen)
2159 return 0;
2160
2161 len = rlen;
2162 }
2163
2164 return len;
2165}
2166
2167/* API 3.1.3 recvmsg() - UDP Style Syntax
2168 *
2169 * ssize_t recvmsg(int socket, struct msghdr *message,
2170 * int flags);
2171 *
2172 * socket - the socket descriptor of the endpoint.
2173 * message - pointer to the msghdr structure which contains a single
2174 * user message and possibly some ancillary data.
2175 *
2176 * See Section 5 for complete description of the data
2177 * structures.
2178 *
2179 * flags - flags sent or received with the user message, see Section
2180 * 5 for complete description of the flags.
2181 */
Ying Xue1b784142015-03-02 15:37:48 +08002182static int sctp_recvmsg(struct sock *sk, struct msghdr *msg, size_t len,
2183 int noblock, int flags, int *addr_len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002184{
2185 struct sctp_ulpevent *event = NULL;
2186 struct sctp_sock *sp = sctp_sk(sk);
Marcelo Ricardo Leitner1f45f782016-07-13 15:08:57 -03002187 struct sk_buff *skb, *head_skb;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002188 int copied;
2189 int err = 0;
2190 int skb_len;
2191
Daniel Borkmannbb333812013-06-28 19:49:40 +02002192 pr_debug("%s: sk:%p, msghdr:%p, len:%zd, noblock:%d, flags:0x%x, "
2193 "addr_len:%p)\n", __func__, sk, msg, len, noblock, flags,
2194 addr_len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002195
wangweidong048ed4b2014-01-21 15:44:11 +08002196 lock_sock(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002197
Marcelo Ricardo Leitnere5b13f32016-07-15 16:38:19 -03002198 if (sctp_style(sk, TCP) && !sctp_sstate(sk, ESTABLISHED) &&
Xin Longe0878692016-07-30 14:14:41 +08002199 !sctp_sstate(sk, CLOSING) && !sctp_sstate(sk, CLOSED)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002200 err = -ENOTCONN;
2201 goto out;
2202 }
2203
2204 skb = sctp_skb_recv_datagram(sk, flags, noblock, &err);
2205 if (!skb)
2206 goto out;
2207
2208 /* Get the total length of the skb including any skb's in the
2209 * frag_list.
2210 */
2211 skb_len = skb->len;
2212
2213 copied = skb_len;
2214 if (copied > len)
2215 copied = len;
2216
David S. Miller51f3d022014-11-05 16:46:40 -05002217 err = skb_copy_datagram_msg(skb, 0, msg, copied);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002218
2219 event = sctp_skb2event(skb);
2220
2221 if (err)
2222 goto out_free;
2223
Marcelo Ricardo Leitner1f45f782016-07-13 15:08:57 -03002224 if (event->chunk && event->chunk->head_skb)
2225 head_skb = event->chunk->head_skb;
2226 else
2227 head_skb = skb;
2228 sock_recv_ts_and_drops(msg, sk, head_skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002229 if (sctp_ulpevent_is_notification(event)) {
2230 msg->msg_flags |= MSG_NOTIFICATION;
2231 sp->pf->event_msgname(event, msg->msg_name, addr_len);
2232 } else {
Marcelo Ricardo Leitner1f45f782016-07-13 15:08:57 -03002233 sp->pf->skb_msgname(head_skb, msg->msg_name, addr_len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002234 }
2235
Geir Ola Vaagland2347c802014-07-12 20:30:38 +02002236 /* Check if we allow SCTP_NXTINFO. */
2237 if (sp->recvnxtinfo)
2238 sctp_ulpevent_read_nxtinfo(event, msg, sk);
Geir Ola Vaagland0d3a4212014-07-12 20:30:37 +02002239 /* Check if we allow SCTP_RCVINFO. */
2240 if (sp->recvrcvinfo)
2241 sctp_ulpevent_read_rcvinfo(event, msg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002242 /* Check if we allow SCTP_SNDRCVINFO. */
2243 if (sp->subscribe.sctp_data_io_event)
2244 sctp_ulpevent_read_sndrcvinfo(event, msg);
Geir Ola Vaagland0d3a4212014-07-12 20:30:37 +02002245
Linus Torvalds1da177e2005-04-16 15:20:36 -07002246 err = copied;
2247
2248 /* If skb's length exceeds the user's buffer, update the skb and
2249 * push it back to the receive_queue so that the next call to
2250 * recvmsg() will return the remaining data. Don't set MSG_EOR.
2251 */
2252 if (skb_len > copied) {
2253 msg->msg_flags &= ~MSG_EOR;
2254 if (flags & MSG_PEEK)
2255 goto out_free;
2256 sctp_skb_pull(skb, copied);
2257 skb_queue_head(&sk->sk_receive_queue, skb);
2258
Daniel Borkmann362d5202014-04-14 21:45:17 +02002259 /* When only partial message is copied to the user, increase
2260 * rwnd by that amount. If all the data in the skb is read,
2261 * rwnd is updated when the event is freed.
2262 */
2263 if (!sctp_ulpevent_is_notification(event))
2264 sctp_assoc_rwnd_increase(event->asoc, copied);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002265 goto out;
2266 } else if ((event->msg_flags & MSG_NOTIFICATION) ||
2267 (event->msg_flags & MSG_EOR))
2268 msg->msg_flags |= MSG_EOR;
2269 else
2270 msg->msg_flags &= ~MSG_EOR;
2271
2272out_free:
2273 if (flags & MSG_PEEK) {
2274 /* Release the skb reference acquired after peeking the skb in
2275 * sctp_skb_recv_datagram().
2276 */
2277 kfree_skb(skb);
2278 } else {
2279 /* Free the event which includes releasing the reference to
2280 * the owner of the skb, freeing the skb and updating the
2281 * rwnd.
2282 */
2283 sctp_ulpevent_free(event);
2284 }
2285out:
wangweidong048ed4b2014-01-21 15:44:11 +08002286 release_sock(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002287 return err;
2288}
2289
2290/* 7.1.12 Enable/Disable message fragmentation (SCTP_DISABLE_FRAGMENTS)
2291 *
2292 * This option is a on/off flag. If enabled no SCTP message
2293 * fragmentation will be performed. Instead if a message being sent
2294 * exceeds the current PMTU size, the message will NOT be sent and
2295 * instead a error will be indicated to the user.
2296 */
2297static int sctp_setsockopt_disable_fragments(struct sock *sk,
David S. Millerb7058842009-09-30 16:12:20 -07002298 char __user *optval,
2299 unsigned int optlen)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002300{
2301 int val;
2302
2303 if (optlen < sizeof(int))
2304 return -EINVAL;
2305
2306 if (get_user(val, (int __user *)optval))
2307 return -EFAULT;
2308
2309 sctp_sk(sk)->disable_fragments = (val == 0) ? 0 : 1;
2310
2311 return 0;
2312}
2313
2314static int sctp_setsockopt_events(struct sock *sk, char __user *optval,
David S. Millerb7058842009-09-30 16:12:20 -07002315 unsigned int optlen)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002316{
Wei Yongjun94912302011-07-02 09:28:04 +00002317 struct sctp_association *asoc;
2318 struct sctp_ulpevent *event;
2319
Vlad Yasevich7e8616d2008-02-27 16:04:52 -05002320 if (optlen > sizeof(struct sctp_event_subscribe))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002321 return -EINVAL;
2322 if (copy_from_user(&sctp_sk(sk)->subscribe, optval, optlen))
2323 return -EFAULT;
Wei Yongjun94912302011-07-02 09:28:04 +00002324
Daniel Borkmannbbbea412014-07-12 20:30:40 +02002325 /* At the time when a user app subscribes to SCTP_SENDER_DRY_EVENT,
Wei Yongjun94912302011-07-02 09:28:04 +00002326 * if there is no data to be sent or retransmit, the stack will
2327 * immediately send up this notification.
2328 */
2329 if (sctp_ulpevent_type_enabled(SCTP_SENDER_DRY_EVENT,
2330 &sctp_sk(sk)->subscribe)) {
2331 asoc = sctp_id2assoc(sk, 0);
2332
2333 if (asoc && sctp_outq_is_empty(&asoc->outqueue)) {
2334 event = sctp_ulpevent_make_sender_dry_event(asoc,
Marcelo Ricardo Leitner2e83acb2018-01-08 19:02:27 -02002335 GFP_USER | __GFP_NOWARN);
Wei Yongjun94912302011-07-02 09:28:04 +00002336 if (!event)
2337 return -ENOMEM;
2338
Xin Long9162e0e2017-12-08 21:04:05 +08002339 asoc->stream.si->enqueue_event(&asoc->ulpq, event);
Wei Yongjun94912302011-07-02 09:28:04 +00002340 }
2341 }
2342
Linus Torvalds1da177e2005-04-16 15:20:36 -07002343 return 0;
2344}
2345
2346/* 7.1.8 Automatic Close of associations (SCTP_AUTOCLOSE)
2347 *
2348 * This socket option is applicable to the UDP-style socket only. When
2349 * set it will cause associations that are idle for more than the
2350 * specified number of seconds to automatically close. An association
2351 * being idle is defined an association that has NOT sent or received
2352 * user data. The special value of '0' indicates that no automatic
2353 * close of any associations should be performed. The option expects an
2354 * integer defining the number of seconds of idle time before an
2355 * association is closed.
2356 */
2357static int sctp_setsockopt_autoclose(struct sock *sk, char __user *optval,
David S. Millerb7058842009-09-30 16:12:20 -07002358 unsigned int optlen)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002359{
2360 struct sctp_sock *sp = sctp_sk(sk);
Neil Horman9f70f462013-12-10 06:48:15 -05002361 struct net *net = sock_net(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002362
2363 /* Applicable to UDP-style socket only */
2364 if (sctp_style(sk, TCP))
2365 return -EOPNOTSUPP;
2366 if (optlen != sizeof(int))
2367 return -EINVAL;
2368 if (copy_from_user(&sp->autoclose, optval, optlen))
2369 return -EFAULT;
2370
Neil Horman9f70f462013-12-10 06:48:15 -05002371 if (sp->autoclose > net->sctp.max_autoclose)
2372 sp->autoclose = net->sctp.max_autoclose;
2373
Linus Torvalds1da177e2005-04-16 15:20:36 -07002374 return 0;
2375}
2376
2377/* 7.1.13 Peer Address Parameters (SCTP_PEER_ADDR_PARAMS)
2378 *
2379 * Applications can enable or disable heartbeats for any peer address of
2380 * an association, modify an address's heartbeat interval, force a
2381 * heartbeat to be sent immediately, and adjust the address's maximum
2382 * number of retransmissions sent before an address is considered
2383 * unreachable. The following structure is used to access and modify an
2384 * address's parameters:
2385 *
2386 * struct sctp_paddrparams {
Frank Filz52ccb8e2005-12-22 11:36:46 -08002387 * sctp_assoc_t spp_assoc_id;
2388 * struct sockaddr_storage spp_address;
2389 * uint32_t spp_hbinterval;
2390 * uint16_t spp_pathmaxrxt;
2391 * uint32_t spp_pathmtu;
2392 * uint32_t spp_sackdelay;
2393 * uint32_t spp_flags;
2394 * };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002395 *
Frank Filz52ccb8e2005-12-22 11:36:46 -08002396 * spp_assoc_id - (one-to-many style socket) This is filled in the
2397 * application, and identifies the association for
2398 * this query.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002399 * spp_address - This specifies which address is of interest.
2400 * spp_hbinterval - This contains the value of the heartbeat interval,
Frank Filz52ccb8e2005-12-22 11:36:46 -08002401 * in milliseconds. If a value of zero
2402 * is present in this field then no changes are to
2403 * be made to this parameter.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002404 * spp_pathmaxrxt - This contains the maximum number of
2405 * retransmissions before this address shall be
Frank Filz52ccb8e2005-12-22 11:36:46 -08002406 * considered unreachable. If a value of zero
2407 * is present in this field then no changes are to
2408 * be made to this parameter.
2409 * spp_pathmtu - When Path MTU discovery is disabled the value
2410 * specified here will be the "fixed" path mtu.
2411 * Note that if the spp_address field is empty
2412 * then all associations on this address will
2413 * have this fixed path mtu set upon them.
2414 *
2415 * spp_sackdelay - When delayed sack is enabled, this value specifies
2416 * the number of milliseconds that sacks will be delayed
2417 * for. This value will apply to all addresses of an
2418 * association if the spp_address field is empty. Note
2419 * also, that if delayed sack is enabled and this
2420 * value is set to 0, no change is made to the last
2421 * recorded delayed sack timer value.
2422 *
2423 * spp_flags - These flags are used to control various features
2424 * on an association. The flag field may contain
2425 * zero or more of the following options.
2426 *
2427 * SPP_HB_ENABLE - Enable heartbeats on the
2428 * specified address. Note that if the address
2429 * field is empty all addresses for the association
2430 * have heartbeats enabled upon them.
2431 *
2432 * SPP_HB_DISABLE - Disable heartbeats on the
2433 * speicifed address. Note that if the address
2434 * field is empty all addresses for the association
2435 * will have their heartbeats disabled. Note also
2436 * that SPP_HB_ENABLE and SPP_HB_DISABLE are
2437 * mutually exclusive, only one of these two should
2438 * be specified. Enabling both fields will have
2439 * undetermined results.
2440 *
2441 * SPP_HB_DEMAND - Request a user initiated heartbeat
2442 * to be made immediately.
2443 *
Vlad Yasevichbdf30922007-03-23 11:33:12 -07002444 * SPP_HB_TIME_IS_ZERO - Specify's that the time for
2445 * heartbeat delayis to be set to the value of 0
2446 * milliseconds.
2447 *
Frank Filz52ccb8e2005-12-22 11:36:46 -08002448 * SPP_PMTUD_ENABLE - This field will enable PMTU
2449 * discovery upon the specified address. Note that
2450 * if the address feild is empty then all addresses
2451 * on the association are effected.
2452 *
2453 * SPP_PMTUD_DISABLE - This field will disable PMTU
2454 * discovery upon the specified address. Note that
2455 * if the address feild is empty then all addresses
2456 * on the association are effected. Not also that
2457 * SPP_PMTUD_ENABLE and SPP_PMTUD_DISABLE are mutually
2458 * exclusive. Enabling both will have undetermined
2459 * results.
2460 *
2461 * SPP_SACKDELAY_ENABLE - Setting this flag turns
2462 * on delayed sack. The time specified in spp_sackdelay
2463 * is used to specify the sack delay for this address. Note
2464 * that if spp_address is empty then all addresses will
2465 * enable delayed sack and take on the sack delay
2466 * value specified in spp_sackdelay.
2467 * SPP_SACKDELAY_DISABLE - Setting this flag turns
2468 * off delayed sack. If the spp_address field is blank then
2469 * delayed sack is disabled for the entire association. Note
2470 * also that this field is mutually exclusive to
2471 * SPP_SACKDELAY_ENABLE, setting both will have undefined
2472 * results.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002473 */
Adrian Bunk16164362006-09-18 00:40:38 -07002474static int sctp_apply_peer_addr_params(struct sctp_paddrparams *params,
2475 struct sctp_transport *trans,
2476 struct sctp_association *asoc,
2477 struct sctp_sock *sp,
2478 int hb_change,
2479 int pmtud_change,
2480 int sackdelay_change)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002481{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002482 int error;
2483
Frank Filz52ccb8e2005-12-22 11:36:46 -08002484 if (params->spp_flags & SPP_HB_DEMAND && trans) {
Eric W. Biederman55e26eb2012-08-07 07:25:24 +00002485 struct net *net = sock_net(trans->asoc->base.sk);
2486
2487 error = sctp_primitive_REQUESTHEARTBEAT(net, trans->asoc, trans);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002488 if (error)
2489 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002490 }
2491
Vlad Yasevichbdf30922007-03-23 11:33:12 -07002492 /* Note that unless the spp_flag is set to SPP_HB_ENABLE the value of
2493 * this field is ignored. Note also that a value of zero indicates
2494 * the current setting should be left unchanged.
2495 */
2496 if (params->spp_flags & SPP_HB_ENABLE) {
2497
2498 /* Re-zero the interval if the SPP_HB_TIME_IS_ZERO is
2499 * set. This lets us use 0 value when this flag
2500 * is set.
2501 */
2502 if (params->spp_flags & SPP_HB_TIME_IS_ZERO)
2503 params->spp_hbinterval = 0;
2504
2505 if (params->spp_hbinterval ||
2506 (params->spp_flags & SPP_HB_TIME_IS_ZERO)) {
2507 if (trans) {
2508 trans->hbinterval =
2509 msecs_to_jiffies(params->spp_hbinterval);
2510 } else if (asoc) {
2511 asoc->hbinterval =
2512 msecs_to_jiffies(params->spp_hbinterval);
2513 } else {
2514 sp->hbinterval = params->spp_hbinterval;
2515 }
Frank Filz52ccb8e2005-12-22 11:36:46 -08002516 }
2517 }
2518
2519 if (hb_change) {
2520 if (trans) {
2521 trans->param_flags =
2522 (trans->param_flags & ~SPP_HB) | hb_change;
2523 } else if (asoc) {
2524 asoc->param_flags =
2525 (asoc->param_flags & ~SPP_HB) | hb_change;
2526 } else {
2527 sp->param_flags =
2528 (sp->param_flags & ~SPP_HB) | hb_change;
2529 }
2530 }
2531
Vlad Yasevichbdf30922007-03-23 11:33:12 -07002532 /* When Path MTU discovery is disabled the value specified here will
2533 * be the "fixed" path mtu (i.e. the value of the spp_flags field must
2534 * include the flag SPP_PMTUD_DISABLE for this field to have any
2535 * effect).
2536 */
2537 if ((params->spp_flags & SPP_PMTUD_DISABLE) && params->spp_pathmtu) {
Frank Filz52ccb8e2005-12-22 11:36:46 -08002538 if (trans) {
2539 trans->pathmtu = params->spp_pathmtu;
Xin Long3ebfdf02017-04-04 13:39:55 +08002540 sctp_assoc_sync_pmtu(asoc);
Frank Filz52ccb8e2005-12-22 11:36:46 -08002541 } else if (asoc) {
2542 asoc->pathmtu = params->spp_pathmtu;
Frank Filz52ccb8e2005-12-22 11:36:46 -08002543 } else {
2544 sp->pathmtu = params->spp_pathmtu;
2545 }
2546 }
2547
2548 if (pmtud_change) {
2549 if (trans) {
2550 int update = (trans->param_flags & SPP_PMTUD_DISABLE) &&
2551 (params->spp_flags & SPP_PMTUD_ENABLE);
2552 trans->param_flags =
2553 (trans->param_flags & ~SPP_PMTUD) | pmtud_change;
2554 if (update) {
Vlad Yasevich9914ae32011-04-26 21:51:31 +00002555 sctp_transport_pmtu(trans, sctp_opt2sk(sp));
Xin Long3ebfdf02017-04-04 13:39:55 +08002556 sctp_assoc_sync_pmtu(asoc);
Frank Filz52ccb8e2005-12-22 11:36:46 -08002557 }
2558 } else if (asoc) {
2559 asoc->param_flags =
2560 (asoc->param_flags & ~SPP_PMTUD) | pmtud_change;
2561 } else {
2562 sp->param_flags =
2563 (sp->param_flags & ~SPP_PMTUD) | pmtud_change;
2564 }
2565 }
2566
Vlad Yasevichbdf30922007-03-23 11:33:12 -07002567 /* Note that unless the spp_flag is set to SPP_SACKDELAY_ENABLE the
2568 * value of this field is ignored. Note also that a value of zero
2569 * indicates the current setting should be left unchanged.
2570 */
2571 if ((params->spp_flags & SPP_SACKDELAY_ENABLE) && params->spp_sackdelay) {
Frank Filz52ccb8e2005-12-22 11:36:46 -08002572 if (trans) {
2573 trans->sackdelay =
2574 msecs_to_jiffies(params->spp_sackdelay);
2575 } else if (asoc) {
2576 asoc->sackdelay =
2577 msecs_to_jiffies(params->spp_sackdelay);
2578 } else {
2579 sp->sackdelay = params->spp_sackdelay;
2580 }
2581 }
2582
2583 if (sackdelay_change) {
2584 if (trans) {
2585 trans->param_flags =
2586 (trans->param_flags & ~SPP_SACKDELAY) |
2587 sackdelay_change;
2588 } else if (asoc) {
2589 asoc->param_flags =
2590 (asoc->param_flags & ~SPP_SACKDELAY) |
2591 sackdelay_change;
2592 } else {
2593 sp->param_flags =
2594 (sp->param_flags & ~SPP_SACKDELAY) |
2595 sackdelay_change;
2596 }
2597 }
2598
Andrei Pelinescu-Onciul37051f72009-11-23 15:53:57 -05002599 /* Note that a value of zero indicates the current setting should be
2600 left unchanged.
Vlad Yasevichbdf30922007-03-23 11:33:12 -07002601 */
Andrei Pelinescu-Onciul37051f72009-11-23 15:53:57 -05002602 if (params->spp_pathmaxrxt) {
Frank Filz52ccb8e2005-12-22 11:36:46 -08002603 if (trans) {
2604 trans->pathmaxrxt = params->spp_pathmaxrxt;
2605 } else if (asoc) {
2606 asoc->pathmaxrxt = params->spp_pathmaxrxt;
2607 } else {
2608 sp->pathmaxrxt = params->spp_pathmaxrxt;
2609 }
2610 }
2611
2612 return 0;
2613}
2614
2615static int sctp_setsockopt_peer_addr_params(struct sock *sk,
David S. Millerb7058842009-09-30 16:12:20 -07002616 char __user *optval,
2617 unsigned int optlen)
Frank Filz52ccb8e2005-12-22 11:36:46 -08002618{
2619 struct sctp_paddrparams params;
2620 struct sctp_transport *trans = NULL;
2621 struct sctp_association *asoc = NULL;
2622 struct sctp_sock *sp = sctp_sk(sk);
2623 int error;
2624 int hb_change, pmtud_change, sackdelay_change;
2625
2626 if (optlen != sizeof(struct sctp_paddrparams))
wangweidongcb3f8372013-12-23 12:16:50 +08002627 return -EINVAL;
Frank Filz52ccb8e2005-12-22 11:36:46 -08002628
2629 if (copy_from_user(&params, optval, optlen))
2630 return -EFAULT;
2631
2632 /* Validate flags and value parameters. */
2633 hb_change = params.spp_flags & SPP_HB;
2634 pmtud_change = params.spp_flags & SPP_PMTUD;
2635 sackdelay_change = params.spp_flags & SPP_SACKDELAY;
2636
2637 if (hb_change == SPP_HB ||
2638 pmtud_change == SPP_PMTUD ||
2639 sackdelay_change == SPP_SACKDELAY ||
2640 params.spp_sackdelay > 500 ||
Joe Perchesf64f9e72009-11-29 16:55:45 -08002641 (params.spp_pathmtu &&
2642 params.spp_pathmtu < SCTP_DEFAULT_MINSEGMENT))
Frank Filz52ccb8e2005-12-22 11:36:46 -08002643 return -EINVAL;
2644
2645 /* If an address other than INADDR_ANY is specified, and
2646 * no transport is found, then the request is invalid.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002647 */
wangweidongcb3f8372013-12-23 12:16:50 +08002648 if (!sctp_is_any(sk, (union sctp_addr *)&params.spp_address)) {
Frank Filz52ccb8e2005-12-22 11:36:46 -08002649 trans = sctp_addr_id2transport(sk, &params.spp_address,
2650 params.spp_assoc_id);
2651 if (!trans)
2652 return -EINVAL;
2653 }
2654
2655 /* Get association, if assoc_id != 0 and the socket is a one
2656 * to many style socket, and an association was not found, then
2657 * the id was invalid.
2658 */
2659 asoc = sctp_id2assoc(sk, params.spp_assoc_id);
2660 if (!asoc && params.spp_assoc_id && sctp_style(sk, UDP))
2661 return -EINVAL;
2662
2663 /* Heartbeat demand can only be sent on a transport or
2664 * association, but not a socket.
2665 */
2666 if (params.spp_flags & SPP_HB_DEMAND && !trans && !asoc)
2667 return -EINVAL;
2668
2669 /* Process parameters. */
2670 error = sctp_apply_peer_addr_params(&params, trans, asoc, sp,
2671 hb_change, pmtud_change,
2672 sackdelay_change);
2673
2674 if (error)
2675 return error;
2676
2677 /* If changes are for association, also apply parameters to each
2678 * transport.
2679 */
2680 if (!trans && asoc) {
Robert P. J. Day9dbc15f2008-04-12 18:54:24 -07002681 list_for_each_entry(trans, &asoc->peer.transport_addr_list,
2682 transports) {
Frank Filz52ccb8e2005-12-22 11:36:46 -08002683 sctp_apply_peer_addr_params(&params, trans, asoc, sp,
2684 hb_change, pmtud_change,
2685 sackdelay_change);
2686 }
2687 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002688
2689 return 0;
2690}
2691
wangweidong0ea5e4d2014-01-15 17:24:01 +08002692static inline __u32 sctp_spp_sackdelay_enable(__u32 param_flags)
2693{
2694 return (param_flags & ~SPP_SACKDELAY) | SPP_SACKDELAY_ENABLE;
2695}
2696
2697static inline __u32 sctp_spp_sackdelay_disable(__u32 param_flags)
2698{
2699 return (param_flags & ~SPP_SACKDELAY) | SPP_SACKDELAY_DISABLE;
2700}
2701
Wei Yongjund364d922008-05-09 15:13:26 -07002702/*
2703 * 7.1.23. Get or set delayed ack timer (SCTP_DELAYED_SACK)
Frank Filz77086102005-12-22 11:37:30 -08002704 *
Wei Yongjund364d922008-05-09 15:13:26 -07002705 * This option will effect the way delayed acks are performed. This
2706 * option allows you to get or set the delayed ack time, in
2707 * milliseconds. It also allows changing the delayed ack frequency.
2708 * Changing the frequency to 1 disables the delayed sack algorithm. If
2709 * the assoc_id is 0, then this sets or gets the endpoints default
2710 * values. If the assoc_id field is non-zero, then the set or get
2711 * effects the specified association for the one to many model (the
2712 * assoc_id field is ignored by the one to one model). Note that if
2713 * sack_delay or sack_freq are 0 when setting this option, then the
2714 * current values will remain unchanged.
Frank Filz77086102005-12-22 11:37:30 -08002715 *
Wei Yongjund364d922008-05-09 15:13:26 -07002716 * struct sctp_sack_info {
2717 * sctp_assoc_t sack_assoc_id;
2718 * uint32_t sack_delay;
2719 * uint32_t sack_freq;
2720 * };
Frank Filz77086102005-12-22 11:37:30 -08002721 *
Wei Yongjund364d922008-05-09 15:13:26 -07002722 * sack_assoc_id - This parameter, indicates which association the user
2723 * is performing an action upon. Note that if this field's value is
2724 * zero then the endpoints default value is changed (effecting future
2725 * associations only).
Frank Filz77086102005-12-22 11:37:30 -08002726 *
Wei Yongjund364d922008-05-09 15:13:26 -07002727 * sack_delay - This parameter contains the number of milliseconds that
2728 * the user is requesting the delayed ACK timer be set to. Note that
2729 * this value is defined in the standard to be between 200 and 500
2730 * milliseconds.
Frank Filz77086102005-12-22 11:37:30 -08002731 *
Wei Yongjund364d922008-05-09 15:13:26 -07002732 * sack_freq - This parameter contains the number of packets that must
2733 * be received before a sack is sent without waiting for the delay
2734 * timer to expire. The default value for this is 2, setting this
2735 * value to 1 will disable the delayed sack algorithm.
Frank Filz77086102005-12-22 11:37:30 -08002736 */
2737
Wei Yongjund364d922008-05-09 15:13:26 -07002738static int sctp_setsockopt_delayed_ack(struct sock *sk,
David S. Millerb7058842009-09-30 16:12:20 -07002739 char __user *optval, unsigned int optlen)
Frank Filz77086102005-12-22 11:37:30 -08002740{
Wei Yongjund364d922008-05-09 15:13:26 -07002741 struct sctp_sack_info params;
Frank Filz77086102005-12-22 11:37:30 -08002742 struct sctp_transport *trans = NULL;
2743 struct sctp_association *asoc = NULL;
2744 struct sctp_sock *sp = sctp_sk(sk);
2745
Wei Yongjund364d922008-05-09 15:13:26 -07002746 if (optlen == sizeof(struct sctp_sack_info)) {
2747 if (copy_from_user(&params, optval, optlen))
2748 return -EFAULT;
2749
2750 if (params.sack_delay == 0 && params.sack_freq == 0)
2751 return 0;
2752 } else if (optlen == sizeof(struct sctp_assoc_value)) {
Neil Horman94f65192013-12-23 08:29:43 -05002753 pr_warn_ratelimited(DEPRECATED
Neil Hormanf916ec92014-01-02 12:54:27 -05002754 "%s (pid %d) "
Neil Horman94f65192013-12-23 08:29:43 -05002755 "Use of struct sctp_assoc_value in delayed_ack socket option.\n"
Neil Hormanf916ec92014-01-02 12:54:27 -05002756 "Use struct sctp_sack_info instead\n",
2757 current->comm, task_pid_nr(current));
Wei Yongjund364d922008-05-09 15:13:26 -07002758 if (copy_from_user(&params, optval, optlen))
2759 return -EFAULT;
2760
2761 if (params.sack_delay == 0)
2762 params.sack_freq = 1;
2763 else
2764 params.sack_freq = 0;
2765 } else
wangweidongcb3f8372013-12-23 12:16:50 +08002766 return -EINVAL;
Frank Filz77086102005-12-22 11:37:30 -08002767
Frank Filz77086102005-12-22 11:37:30 -08002768 /* Validate value parameter. */
Wei Yongjund364d922008-05-09 15:13:26 -07002769 if (params.sack_delay > 500)
Frank Filz77086102005-12-22 11:37:30 -08002770 return -EINVAL;
2771
Wei Yongjund364d922008-05-09 15:13:26 -07002772 /* Get association, if sack_assoc_id != 0 and the socket is a one
Frank Filz77086102005-12-22 11:37:30 -08002773 * to many style socket, and an association was not found, then
2774 * the id was invalid.
YOSHIFUJI Hideakid808ad92007-02-09 23:25:18 +09002775 */
Wei Yongjund364d922008-05-09 15:13:26 -07002776 asoc = sctp_id2assoc(sk, params.sack_assoc_id);
2777 if (!asoc && params.sack_assoc_id && sctp_style(sk, UDP))
Frank Filz77086102005-12-22 11:37:30 -08002778 return -EINVAL;
2779
Wei Yongjund364d922008-05-09 15:13:26 -07002780 if (params.sack_delay) {
Frank Filz77086102005-12-22 11:37:30 -08002781 if (asoc) {
2782 asoc->sackdelay =
Wei Yongjund364d922008-05-09 15:13:26 -07002783 msecs_to_jiffies(params.sack_delay);
YOSHIFUJI Hideakid808ad92007-02-09 23:25:18 +09002784 asoc->param_flags =
wangweidong0ea5e4d2014-01-15 17:24:01 +08002785 sctp_spp_sackdelay_enable(asoc->param_flags);
Frank Filz77086102005-12-22 11:37:30 -08002786 } else {
Wei Yongjund364d922008-05-09 15:13:26 -07002787 sp->sackdelay = params.sack_delay;
YOSHIFUJI Hideakid808ad92007-02-09 23:25:18 +09002788 sp->param_flags =
wangweidong0ea5e4d2014-01-15 17:24:01 +08002789 sctp_spp_sackdelay_enable(sp->param_flags);
Frank Filz77086102005-12-22 11:37:30 -08002790 }
Wei Yongjund364d922008-05-09 15:13:26 -07002791 }
2792
2793 if (params.sack_freq == 1) {
Frank Filz77086102005-12-22 11:37:30 -08002794 if (asoc) {
YOSHIFUJI Hideakid808ad92007-02-09 23:25:18 +09002795 asoc->param_flags =
wangweidong0ea5e4d2014-01-15 17:24:01 +08002796 sctp_spp_sackdelay_disable(asoc->param_flags);
Frank Filz77086102005-12-22 11:37:30 -08002797 } else {
YOSHIFUJI Hideakid808ad92007-02-09 23:25:18 +09002798 sp->param_flags =
wangweidong0ea5e4d2014-01-15 17:24:01 +08002799 sctp_spp_sackdelay_disable(sp->param_flags);
Frank Filz77086102005-12-22 11:37:30 -08002800 }
Wei Yongjund364d922008-05-09 15:13:26 -07002801 } else if (params.sack_freq > 1) {
2802 if (asoc) {
2803 asoc->sackfreq = params.sack_freq;
2804 asoc->param_flags =
wangweidong0ea5e4d2014-01-15 17:24:01 +08002805 sctp_spp_sackdelay_enable(asoc->param_flags);
Wei Yongjund364d922008-05-09 15:13:26 -07002806 } else {
2807 sp->sackfreq = params.sack_freq;
2808 sp->param_flags =
wangweidong0ea5e4d2014-01-15 17:24:01 +08002809 sctp_spp_sackdelay_enable(sp->param_flags);
Wei Yongjund364d922008-05-09 15:13:26 -07002810 }
Frank Filz77086102005-12-22 11:37:30 -08002811 }
2812
2813 /* If change is for association, also apply to each transport. */
2814 if (asoc) {
Robert P. J. Day9dbc15f2008-04-12 18:54:24 -07002815 list_for_each_entry(trans, &asoc->peer.transport_addr_list,
2816 transports) {
Wei Yongjund364d922008-05-09 15:13:26 -07002817 if (params.sack_delay) {
Frank Filz77086102005-12-22 11:37:30 -08002818 trans->sackdelay =
Wei Yongjund364d922008-05-09 15:13:26 -07002819 msecs_to_jiffies(params.sack_delay);
YOSHIFUJI Hideakid808ad92007-02-09 23:25:18 +09002820 trans->param_flags =
wangweidong0ea5e4d2014-01-15 17:24:01 +08002821 sctp_spp_sackdelay_enable(trans->param_flags);
Wei Yongjund364d922008-05-09 15:13:26 -07002822 }
Vlad Yasevich7bfe8bdb2008-06-09 15:45:05 -07002823 if (params.sack_freq == 1) {
YOSHIFUJI Hideakid808ad92007-02-09 23:25:18 +09002824 trans->param_flags =
wangweidong0ea5e4d2014-01-15 17:24:01 +08002825 sctp_spp_sackdelay_disable(trans->param_flags);
Wei Yongjund364d922008-05-09 15:13:26 -07002826 } else if (params.sack_freq > 1) {
2827 trans->sackfreq = params.sack_freq;
2828 trans->param_flags =
wangweidong0ea5e4d2014-01-15 17:24:01 +08002829 sctp_spp_sackdelay_enable(trans->param_flags);
Frank Filz77086102005-12-22 11:37:30 -08002830 }
2831 }
2832 }
YOSHIFUJI Hideakid808ad92007-02-09 23:25:18 +09002833
Frank Filz77086102005-12-22 11:37:30 -08002834 return 0;
2835}
2836
Linus Torvalds1da177e2005-04-16 15:20:36 -07002837/* 7.1.3 Initialization Parameters (SCTP_INITMSG)
2838 *
2839 * Applications can specify protocol parameters for the default association
2840 * initialization. The option name argument to setsockopt() and getsockopt()
2841 * is SCTP_INITMSG.
2842 *
2843 * Setting initialization parameters is effective only on an unconnected
2844 * socket (for UDP-style sockets only future associations are effected
2845 * by the change). With TCP-style sockets, this option is inherited by
2846 * sockets derived from a listener socket.
2847 */
David S. Millerb7058842009-09-30 16:12:20 -07002848static int sctp_setsockopt_initmsg(struct sock *sk, char __user *optval, unsigned int optlen)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002849{
2850 struct sctp_initmsg sinit;
2851 struct sctp_sock *sp = sctp_sk(sk);
2852
2853 if (optlen != sizeof(struct sctp_initmsg))
2854 return -EINVAL;
2855 if (copy_from_user(&sinit, optval, optlen))
2856 return -EFAULT;
2857
2858 if (sinit.sinit_num_ostreams)
YOSHIFUJI Hideakid808ad92007-02-09 23:25:18 +09002859 sp->initmsg.sinit_num_ostreams = sinit.sinit_num_ostreams;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002860 if (sinit.sinit_max_instreams)
YOSHIFUJI Hideakid808ad92007-02-09 23:25:18 +09002861 sp->initmsg.sinit_max_instreams = sinit.sinit_max_instreams;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002862 if (sinit.sinit_max_attempts)
YOSHIFUJI Hideakid808ad92007-02-09 23:25:18 +09002863 sp->initmsg.sinit_max_attempts = sinit.sinit_max_attempts;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002864 if (sinit.sinit_max_init_timeo)
YOSHIFUJI Hideakid808ad92007-02-09 23:25:18 +09002865 sp->initmsg.sinit_max_init_timeo = sinit.sinit_max_init_timeo;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002866
2867 return 0;
2868}
2869
2870/*
2871 * 7.1.14 Set default send parameters (SCTP_DEFAULT_SEND_PARAM)
2872 *
2873 * Applications that wish to use the sendto() system call may wish to
2874 * specify a default set of parameters that would normally be supplied
2875 * through the inclusion of ancillary data. This socket option allows
2876 * such an application to set the default sctp_sndrcvinfo structure.
2877 * The application that wishes to use this socket option simply passes
2878 * in to this call the sctp_sndrcvinfo structure defined in Section
2879 * 5.2.2) The input parameters accepted by this call include
2880 * sinfo_stream, sinfo_flags, sinfo_ppid, sinfo_context,
2881 * sinfo_timetolive. The user must provide the sinfo_assoc_id field in
2882 * to this call if the caller is using the UDP model.
2883 */
2884static int sctp_setsockopt_default_send_param(struct sock *sk,
David S. Millerb7058842009-09-30 16:12:20 -07002885 char __user *optval,
2886 unsigned int optlen)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002887{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002888 struct sctp_sock *sp = sctp_sk(sk);
Geir Ola Vaagland6b3fd5f2014-07-12 20:30:39 +02002889 struct sctp_association *asoc;
2890 struct sctp_sndrcvinfo info;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002891
Geir Ola Vaagland6b3fd5f2014-07-12 20:30:39 +02002892 if (optlen != sizeof(info))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002893 return -EINVAL;
2894 if (copy_from_user(&info, optval, optlen))
2895 return -EFAULT;
Geir Ola Vaagland6b3fd5f2014-07-12 20:30:39 +02002896 if (info.sinfo_flags &
2897 ~(SCTP_UNORDERED | SCTP_ADDR_OVER |
2898 SCTP_ABORT | SCTP_EOF))
2899 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002900
2901 asoc = sctp_id2assoc(sk, info.sinfo_assoc_id);
2902 if (!asoc && info.sinfo_assoc_id && sctp_style(sk, UDP))
2903 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002904 if (asoc) {
2905 asoc->default_stream = info.sinfo_stream;
2906 asoc->default_flags = info.sinfo_flags;
2907 asoc->default_ppid = info.sinfo_ppid;
2908 asoc->default_context = info.sinfo_context;
2909 asoc->default_timetolive = info.sinfo_timetolive;
2910 } else {
2911 sp->default_stream = info.sinfo_stream;
2912 sp->default_flags = info.sinfo_flags;
2913 sp->default_ppid = info.sinfo_ppid;
2914 sp->default_context = info.sinfo_context;
2915 sp->default_timetolive = info.sinfo_timetolive;
2916 }
2917
2918 return 0;
2919}
2920
Geir Ola Vaagland6b3fd5f2014-07-12 20:30:39 +02002921/* RFC6458, Section 8.1.31. Set/get Default Send Parameters
2922 * (SCTP_DEFAULT_SNDINFO)
2923 */
2924static int sctp_setsockopt_default_sndinfo(struct sock *sk,
2925 char __user *optval,
2926 unsigned int optlen)
2927{
2928 struct sctp_sock *sp = sctp_sk(sk);
2929 struct sctp_association *asoc;
2930 struct sctp_sndinfo info;
2931
2932 if (optlen != sizeof(info))
2933 return -EINVAL;
2934 if (copy_from_user(&info, optval, optlen))
2935 return -EFAULT;
2936 if (info.snd_flags &
2937 ~(SCTP_UNORDERED | SCTP_ADDR_OVER |
2938 SCTP_ABORT | SCTP_EOF))
2939 return -EINVAL;
2940
2941 asoc = sctp_id2assoc(sk, info.snd_assoc_id);
2942 if (!asoc && info.snd_assoc_id && sctp_style(sk, UDP))
2943 return -EINVAL;
2944 if (asoc) {
2945 asoc->default_stream = info.snd_sid;
2946 asoc->default_flags = info.snd_flags;
2947 asoc->default_ppid = info.snd_ppid;
2948 asoc->default_context = info.snd_context;
2949 } else {
2950 sp->default_stream = info.snd_sid;
2951 sp->default_flags = info.snd_flags;
2952 sp->default_ppid = info.snd_ppid;
2953 sp->default_context = info.snd_context;
2954 }
2955
2956 return 0;
2957}
2958
Linus Torvalds1da177e2005-04-16 15:20:36 -07002959/* 7.1.10 Set Primary Address (SCTP_PRIMARY_ADDR)
2960 *
2961 * Requests that the local SCTP stack use the enclosed peer address as
2962 * the association primary. The enclosed address must be one of the
2963 * association peer's addresses.
2964 */
2965static int sctp_setsockopt_primary_addr(struct sock *sk, char __user *optval,
David S. Millerb7058842009-09-30 16:12:20 -07002966 unsigned int optlen)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002967{
2968 struct sctp_prim prim;
2969 struct sctp_transport *trans;
Richard Haines2277c7c2018-02-13 20:56:24 +00002970 struct sctp_af *af;
2971 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002972
2973 if (optlen != sizeof(struct sctp_prim))
2974 return -EINVAL;
2975
2976 if (copy_from_user(&prim, optval, sizeof(struct sctp_prim)))
2977 return -EFAULT;
2978
Richard Haines2277c7c2018-02-13 20:56:24 +00002979 /* Allow security module to validate address but need address len. */
2980 af = sctp_get_af_specific(prim.ssp_addr.ss_family);
2981 if (!af)
2982 return -EINVAL;
2983
2984 err = security_sctp_bind_connect(sk, SCTP_PRIMARY_ADDR,
2985 (struct sockaddr *)&prim.ssp_addr,
2986 af->sockaddr_len);
2987 if (err)
2988 return err;
2989
Linus Torvalds1da177e2005-04-16 15:20:36 -07002990 trans = sctp_addr_id2transport(sk, &prim.ssp_addr, prim.ssp_assoc_id);
2991 if (!trans)
2992 return -EINVAL;
2993
2994 sctp_assoc_set_primary(trans->asoc, trans);
2995
2996 return 0;
2997}
2998
2999/*
3000 * 7.1.5 SCTP_NODELAY
3001 *
3002 * Turn on/off any Nagle-like algorithm. This means that packets are
3003 * generally sent as soon as possible and no unnecessary delays are
3004 * introduced, at the cost of more packets in the network. Expects an
3005 * integer boolean flag.
3006 */
3007static int sctp_setsockopt_nodelay(struct sock *sk, char __user *optval,
David S. Millerb7058842009-09-30 16:12:20 -07003008 unsigned int optlen)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003009{
3010 int val;
3011
3012 if (optlen < sizeof(int))
3013 return -EINVAL;
3014 if (get_user(val, (int __user *)optval))
3015 return -EFAULT;
3016
3017 sctp_sk(sk)->nodelay = (val == 0) ? 0 : 1;
3018 return 0;
3019}
3020
3021/*
3022 *
3023 * 7.1.1 SCTP_RTOINFO
3024 *
3025 * The protocol parameters used to initialize and bound retransmission
3026 * timeout (RTO) are tunable. sctp_rtoinfo structure is used to access
3027 * and modify these parameters.
3028 * All parameters are time values, in milliseconds. A value of 0, when
3029 * modifying the parameters, indicates that the current value should not
3030 * be changed.
3031 *
3032 */
David S. Millerb7058842009-09-30 16:12:20 -07003033static int sctp_setsockopt_rtoinfo(struct sock *sk, char __user *optval, unsigned int optlen)
3034{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003035 struct sctp_rtoinfo rtoinfo;
3036 struct sctp_association *asoc;
wangweidong85f935d2013-12-11 09:50:38 +08003037 unsigned long rto_min, rto_max;
3038 struct sctp_sock *sp = sctp_sk(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003039
3040 if (optlen != sizeof (struct sctp_rtoinfo))
3041 return -EINVAL;
3042
3043 if (copy_from_user(&rtoinfo, optval, optlen))
3044 return -EFAULT;
3045
3046 asoc = sctp_id2assoc(sk, rtoinfo.srto_assoc_id);
3047
3048 /* Set the values to the specific association */
3049 if (!asoc && rtoinfo.srto_assoc_id && sctp_style(sk, UDP))
3050 return -EINVAL;
3051
wangweidong85f935d2013-12-11 09:50:38 +08003052 rto_max = rtoinfo.srto_max;
3053 rto_min = rtoinfo.srto_min;
3054
3055 if (rto_max)
3056 rto_max = asoc ? msecs_to_jiffies(rto_max) : rto_max;
3057 else
3058 rto_max = asoc ? asoc->rto_max : sp->rtoinfo.srto_max;
3059
3060 if (rto_min)
3061 rto_min = asoc ? msecs_to_jiffies(rto_min) : rto_min;
3062 else
3063 rto_min = asoc ? asoc->rto_min : sp->rtoinfo.srto_min;
3064
3065 if (rto_min > rto_max)
3066 return -EINVAL;
3067
Linus Torvalds1da177e2005-04-16 15:20:36 -07003068 if (asoc) {
3069 if (rtoinfo.srto_initial != 0)
YOSHIFUJI Hideakid808ad92007-02-09 23:25:18 +09003070 asoc->rto_initial =
Linus Torvalds1da177e2005-04-16 15:20:36 -07003071 msecs_to_jiffies(rtoinfo.srto_initial);
wangweidong85f935d2013-12-11 09:50:38 +08003072 asoc->rto_max = rto_max;
3073 asoc->rto_min = rto_min;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003074 } else {
3075 /* If there is no association or the association-id = 0
3076 * set the values to the endpoint.
3077 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003078 if (rtoinfo.srto_initial != 0)
3079 sp->rtoinfo.srto_initial = rtoinfo.srto_initial;
wangweidong85f935d2013-12-11 09:50:38 +08003080 sp->rtoinfo.srto_max = rto_max;
3081 sp->rtoinfo.srto_min = rto_min;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003082 }
3083
3084 return 0;
3085}
3086
3087/*
3088 *
3089 * 7.1.2 SCTP_ASSOCINFO
3090 *
Michael Opdenacker59c51592007-05-09 08:57:56 +02003091 * This option is used to tune the maximum retransmission attempts
Linus Torvalds1da177e2005-04-16 15:20:36 -07003092 * of the association.
3093 * Returns an error if the new association retransmission value is
3094 * greater than the sum of the retransmission value of the peer.
3095 * See [SCTP] for more information.
3096 *
3097 */
David S. Millerb7058842009-09-30 16:12:20 -07003098static int sctp_setsockopt_associnfo(struct sock *sk, char __user *optval, unsigned int optlen)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003099{
3100
3101 struct sctp_assocparams assocparams;
3102 struct sctp_association *asoc;
3103
3104 if (optlen != sizeof(struct sctp_assocparams))
3105 return -EINVAL;
3106 if (copy_from_user(&assocparams, optval, optlen))
3107 return -EFAULT;
3108
3109 asoc = sctp_id2assoc(sk, assocparams.sasoc_assoc_id);
3110
3111 if (!asoc && assocparams.sasoc_assoc_id && sctp_style(sk, UDP))
3112 return -EINVAL;
3113
3114 /* Set the values to the specific association */
3115 if (asoc) {
Vlad Yasevich402d68c2006-06-17 22:54:51 -07003116 if (assocparams.sasoc_asocmaxrxt != 0) {
3117 __u32 path_sum = 0;
3118 int paths = 0;
Vlad Yasevich402d68c2006-06-17 22:54:51 -07003119 struct sctp_transport *peer_addr;
3120
Robert P. J. Day9dbc15f2008-04-12 18:54:24 -07003121 list_for_each_entry(peer_addr, &asoc->peer.transport_addr_list,
3122 transports) {
Vlad Yasevich402d68c2006-06-17 22:54:51 -07003123 path_sum += peer_addr->pathmaxrxt;
3124 paths++;
3125 }
3126
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02003127 /* Only validate asocmaxrxt if we have more than
Vlad Yasevich402d68c2006-06-17 22:54:51 -07003128 * one path/transport. We do this because path
3129 * retransmissions are only counted when we have more
3130 * then one path.
3131 */
3132 if (paths > 1 &&
3133 assocparams.sasoc_asocmaxrxt > path_sum)
3134 return -EINVAL;
3135
Linus Torvalds1da177e2005-04-16 15:20:36 -07003136 asoc->max_retrans = assocparams.sasoc_asocmaxrxt;
Vlad Yasevich402d68c2006-06-17 22:54:51 -07003137 }
3138
Daniel Borkmann52db8822013-06-25 18:17:27 +02003139 if (assocparams.sasoc_cookie_life != 0)
3140 asoc->cookie_life = ms_to_ktime(assocparams.sasoc_cookie_life);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003141 } else {
3142 /* Set the values to the endpoint */
3143 struct sctp_sock *sp = sctp_sk(sk);
3144
3145 if (assocparams.sasoc_asocmaxrxt != 0)
3146 sp->assocparams.sasoc_asocmaxrxt =
3147 assocparams.sasoc_asocmaxrxt;
3148 if (assocparams.sasoc_cookie_life != 0)
3149 sp->assocparams.sasoc_cookie_life =
3150 assocparams.sasoc_cookie_life;
3151 }
3152 return 0;
3153}
3154
3155/*
3156 * 7.1.16 Set/clear IPv4 mapped addresses (SCTP_I_WANT_MAPPED_V4_ADDR)
3157 *
3158 * This socket option is a boolean flag which turns on or off mapped V4
3159 * addresses. If this option is turned on and the socket is type
3160 * PF_INET6, then IPv4 addresses will be mapped to V6 representation.
3161 * If this option is turned off, then no mapping will be done of V4
3162 * addresses and a user will receive both PF_INET6 and PF_INET type
3163 * addresses on the socket.
3164 */
David S. Millerb7058842009-09-30 16:12:20 -07003165static int sctp_setsockopt_mappedv4(struct sock *sk, char __user *optval, unsigned int optlen)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003166{
3167 int val;
3168 struct sctp_sock *sp = sctp_sk(sk);
3169
3170 if (optlen < sizeof(int))
3171 return -EINVAL;
3172 if (get_user(val, (int __user *)optval))
3173 return -EFAULT;
3174 if (val)
3175 sp->v4mapped = 1;
3176 else
3177 sp->v4mapped = 0;
3178
3179 return 0;
3180}
3181
3182/*
Wei Yongjune89c2092008-12-25 16:54:58 -08003183 * 8.1.16. Get or Set the Maximum Fragmentation Size (SCTP_MAXSEG)
3184 * This option will get or set the maximum size to put in any outgoing
3185 * SCTP DATA chunk. If a message is larger than this size it will be
Linus Torvalds1da177e2005-04-16 15:20:36 -07003186 * fragmented by SCTP into the specified size. Note that the underlying
3187 * SCTP implementation may fragment into smaller sized chunks when the
3188 * PMTU of the underlying association is smaller than the value set by
Wei Yongjune89c2092008-12-25 16:54:58 -08003189 * the user. The default value for this option is '0' which indicates
3190 * the user is NOT limiting fragmentation and only the PMTU will effect
3191 * SCTP's choice of DATA chunk size. Note also that values set larger
3192 * than the maximum size of an IP datagram will effectively let SCTP
3193 * control fragmentation (i.e. the same as setting this option to 0).
3194 *
3195 * The following structure is used to access and modify this parameter:
3196 *
3197 * struct sctp_assoc_value {
3198 * sctp_assoc_t assoc_id;
3199 * uint32_t assoc_value;
3200 * };
3201 *
3202 * assoc_id: This parameter is ignored for one-to-one style sockets.
3203 * For one-to-many style sockets this parameter indicates which
3204 * association the user is performing an action upon. Note that if
3205 * this field's value is zero then the endpoints default value is
3206 * changed (effecting future associations only).
3207 * assoc_value: This parameter specifies the maximum size in bytes.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003208 */
David S. Millerb7058842009-09-30 16:12:20 -07003209static int sctp_setsockopt_maxseg(struct sock *sk, char __user *optval, unsigned int optlen)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003210{
Xin Longecca8f82017-11-17 14:11:11 +08003211 struct sctp_sock *sp = sctp_sk(sk);
Richard Hainesb7e10c22018-02-24 16:18:51 +00003212 struct sctp_af *af = sp->pf->af;
Wei Yongjune89c2092008-12-25 16:54:58 -08003213 struct sctp_assoc_value params;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003214 struct sctp_association *asoc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003215 int val;
3216
Wei Yongjune89c2092008-12-25 16:54:58 -08003217 if (optlen == sizeof(int)) {
Neil Horman94f65192013-12-23 08:29:43 -05003218 pr_warn_ratelimited(DEPRECATED
Neil Hormanf916ec92014-01-02 12:54:27 -05003219 "%s (pid %d) "
Neil Horman94f65192013-12-23 08:29:43 -05003220 "Use of int in maxseg socket option.\n"
Neil Hormanf916ec92014-01-02 12:54:27 -05003221 "Use struct sctp_assoc_value instead\n",
3222 current->comm, task_pid_nr(current));
Wei Yongjune89c2092008-12-25 16:54:58 -08003223 if (copy_from_user(&val, optval, optlen))
3224 return -EFAULT;
3225 params.assoc_id = 0;
3226 } else if (optlen == sizeof(struct sctp_assoc_value)) {
3227 if (copy_from_user(&params, optval, optlen))
3228 return -EFAULT;
3229 val = params.assoc_value;
Xin Longecca8f82017-11-17 14:11:11 +08003230 } else {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003231 return -EINVAL;
Xin Longecca8f82017-11-17 14:11:11 +08003232 }
Wei Yongjune89c2092008-12-25 16:54:58 -08003233
Xin Longecca8f82017-11-17 14:11:11 +08003234 if (val) {
3235 int min_len, max_len;
3236
Richard Hainesb7e10c22018-02-24 16:18:51 +00003237 min_len = SCTP_DEFAULT_MINSEGMENT - af->net_header_len;
3238 min_len -= af->ip_options_len(sk);
Xin Longecca8f82017-11-17 14:11:11 +08003239 min_len -= sizeof(struct sctphdr) +
3240 sizeof(struct sctp_data_chunk);
3241
3242 max_len = SCTP_MAX_CHUNK_LEN - sizeof(struct sctp_data_chunk);
3243
3244 if (val < min_len || val > max_len)
3245 return -EINVAL;
3246 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003247
Wei Yongjune89c2092008-12-25 16:54:58 -08003248 asoc = sctp_id2assoc(sk, params.assoc_id);
Wei Yongjune89c2092008-12-25 16:54:58 -08003249 if (asoc) {
3250 if (val == 0) {
Richard Hainesb7e10c22018-02-24 16:18:51 +00003251 val = asoc->pathmtu - af->net_header_len;
3252 val -= af->ip_options_len(sk);
Wei Yongjune89c2092008-12-25 16:54:58 -08003253 val -= sizeof(struct sctphdr) +
Xin Long668c9be2017-12-08 21:04:02 +08003254 sctp_datachk_len(&asoc->stream);
Wei Yongjune89c2092008-12-25 16:54:58 -08003255 }
Vlad Yasevichf68b2e02009-09-04 18:21:00 -04003256 asoc->user_frag = val;
3257 asoc->frag_point = sctp_frag_point(asoc, asoc->pathmtu);
Wei Yongjune89c2092008-12-25 16:54:58 -08003258 } else {
Xin Longecca8f82017-11-17 14:11:11 +08003259 if (params.assoc_id && sctp_style(sk, UDP))
3260 return -EINVAL;
Wei Yongjune89c2092008-12-25 16:54:58 -08003261 sp->user_frag = val;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003262 }
3263
3264 return 0;
3265}
3266
3267
3268/*
3269 * 7.1.9 Set Peer Primary Address (SCTP_SET_PEER_PRIMARY_ADDR)
3270 *
3271 * Requests that the peer mark the enclosed address as the association
3272 * primary. The enclosed address must be one of the association's
3273 * locally bound addresses. The following structure is used to make a
3274 * set primary request:
3275 */
3276static int sctp_setsockopt_peer_primary_addr(struct sock *sk, char __user *optval,
David S. Millerb7058842009-09-30 16:12:20 -07003277 unsigned int optlen)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003278{
Eric W. Biedermane1fc3b12012-08-07 07:29:57 +00003279 struct net *net = sock_net(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003280 struct sctp_sock *sp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003281 struct sctp_association *asoc = NULL;
3282 struct sctp_setpeerprim prim;
3283 struct sctp_chunk *chunk;
Wei Yongjun40a01032010-12-07 17:11:09 +00003284 struct sctp_af *af;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003285 int err;
3286
3287 sp = sctp_sk(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003288
Eric W. Biedermane1fc3b12012-08-07 07:29:57 +00003289 if (!net->sctp.addip_enable)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003290 return -EPERM;
3291
3292 if (optlen != sizeof(struct sctp_setpeerprim))
3293 return -EINVAL;
3294
3295 if (copy_from_user(&prim, optval, optlen))
3296 return -EFAULT;
3297
3298 asoc = sctp_id2assoc(sk, prim.sspp_assoc_id);
YOSHIFUJI Hideakid808ad92007-02-09 23:25:18 +09003299 if (!asoc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003300 return -EINVAL;
3301
3302 if (!asoc->peer.asconf_capable)
3303 return -EPERM;
3304
3305 if (asoc->peer.addip_disabled_mask & SCTP_PARAM_SET_PRIMARY)
3306 return -EPERM;
3307
3308 if (!sctp_state(asoc, ESTABLISHED))
3309 return -ENOTCONN;
3310
Wei Yongjun40a01032010-12-07 17:11:09 +00003311 af = sctp_get_af_specific(prim.sspp_addr.ss_family);
3312 if (!af)
3313 return -EINVAL;
3314
3315 if (!af->addr_valid((union sctp_addr *)&prim.sspp_addr, sp, NULL))
3316 return -EADDRNOTAVAIL;
3317
Linus Torvalds1da177e2005-04-16 15:20:36 -07003318 if (!sctp_assoc_lookup_laddr(asoc, (union sctp_addr *)&prim.sspp_addr))
3319 return -EADDRNOTAVAIL;
3320
Richard Haines2277c7c2018-02-13 20:56:24 +00003321 /* Allow security module to validate address. */
3322 err = security_sctp_bind_connect(sk, SCTP_SET_PEER_PRIMARY_ADDR,
3323 (struct sockaddr *)&prim.sspp_addr,
3324 af->sockaddr_len);
3325 if (err)
3326 return err;
3327
Linus Torvalds1da177e2005-04-16 15:20:36 -07003328 /* Create an ASCONF chunk with SET_PRIMARY parameter */
3329 chunk = sctp_make_asconf_set_prim(asoc,
3330 (union sctp_addr *)&prim.sspp_addr);
3331 if (!chunk)
3332 return -ENOMEM;
3333
3334 err = sctp_send_asconf(asoc, chunk);
3335
Daniel Borkmannbb333812013-06-28 19:49:40 +02003336 pr_debug("%s: we set peer primary addr primitively\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003337
3338 return err;
3339}
3340
Ivan Skytte Jorgensen0f3fffd2006-12-20 16:07:04 -08003341static int sctp_setsockopt_adaptation_layer(struct sock *sk, char __user *optval,
David S. Millerb7058842009-09-30 16:12:20 -07003342 unsigned int optlen)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003343{
Ivan Skytte Jorgensen0f3fffd2006-12-20 16:07:04 -08003344 struct sctp_setadaptation adaptation;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003345
Ivan Skytte Jorgensen0f3fffd2006-12-20 16:07:04 -08003346 if (optlen != sizeof(struct sctp_setadaptation))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003347 return -EINVAL;
Ivan Skytte Jorgensen0f3fffd2006-12-20 16:07:04 -08003348 if (copy_from_user(&adaptation, optval, optlen))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003349 return -EFAULT;
3350
Ivan Skytte Jorgensen0f3fffd2006-12-20 16:07:04 -08003351 sctp_sk(sk)->adaptation_ind = adaptation.ssb_adaptation_ind;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003352
3353 return 0;
3354}
3355
Ivan Skytte Jorgensen6ab792f2006-12-13 16:34:22 -08003356/*
3357 * 7.1.29. Set or Get the default context (SCTP_CONTEXT)
3358 *
3359 * The context field in the sctp_sndrcvinfo structure is normally only
3360 * used when a failed message is retrieved holding the value that was
3361 * sent down on the actual send call. This option allows the setting of
3362 * a default context on an association basis that will be received on
3363 * reading messages from the peer. This is especially helpful in the
3364 * one-2-many model for an application to keep some reference to an
3365 * internal state machine that is processing messages on the
3366 * association. Note that the setting of this value only effects
3367 * received messages from the peer and does not effect the value that is
3368 * saved with outbound messages.
3369 */
3370static int sctp_setsockopt_context(struct sock *sk, char __user *optval,
David S. Millerb7058842009-09-30 16:12:20 -07003371 unsigned int optlen)
Ivan Skytte Jorgensen6ab792f2006-12-13 16:34:22 -08003372{
3373 struct sctp_assoc_value params;
3374 struct sctp_sock *sp;
3375 struct sctp_association *asoc;
3376
3377 if (optlen != sizeof(struct sctp_assoc_value))
3378 return -EINVAL;
3379 if (copy_from_user(&params, optval, optlen))
3380 return -EFAULT;
3381
3382 sp = sctp_sk(sk);
3383
3384 if (params.assoc_id != 0) {
3385 asoc = sctp_id2assoc(sk, params.assoc_id);
3386 if (!asoc)
3387 return -EINVAL;
3388 asoc->default_rcv_context = params.assoc_value;
3389 } else {
3390 sp->default_rcv_context = params.assoc_value;
3391 }
3392
3393 return 0;
3394}
3395
Vlad Yasevichb6e13312007-04-20 12:23:15 -07003396/*
3397 * 7.1.24. Get or set fragmented interleave (SCTP_FRAGMENT_INTERLEAVE)
3398 *
3399 * This options will at a minimum specify if the implementation is doing
3400 * fragmented interleave. Fragmented interleave, for a one to many
3401 * socket, is when subsequent calls to receive a message may return
3402 * parts of messages from different associations. Some implementations
3403 * may allow you to turn this value on or off. If so, when turned off,
3404 * no fragment interleave will occur (which will cause a head of line
3405 * blocking amongst multiple associations sharing the same one to many
3406 * socket). When this option is turned on, then each receive call may
3407 * come from a different association (thus the user must receive data
3408 * with the extended calls (e.g. sctp_recvmsg) to keep track of which
3409 * association each receive belongs to.
3410 *
3411 * This option takes a boolean value. A non-zero value indicates that
3412 * fragmented interleave is on. A value of zero indicates that
3413 * fragmented interleave is off.
3414 *
3415 * Note that it is important that an implementation that allows this
3416 * option to be turned on, have it off by default. Otherwise an unaware
3417 * application using the one to many model may become confused and act
3418 * incorrectly.
3419 */
3420static int sctp_setsockopt_fragment_interleave(struct sock *sk,
3421 char __user *optval,
David S. Millerb7058842009-09-30 16:12:20 -07003422 unsigned int optlen)
Vlad Yasevichb6e13312007-04-20 12:23:15 -07003423{
3424 int val;
3425
3426 if (optlen != sizeof(int))
3427 return -EINVAL;
3428 if (get_user(val, (int __user *)optval))
3429 return -EFAULT;
3430
Xin Long772a5862017-12-08 21:03:58 +08003431 sctp_sk(sk)->frag_interleave = !!val;
3432
3433 if (!sctp_sk(sk)->frag_interleave)
3434 sctp_sk(sk)->strm_interleave = 0;
Vlad Yasevichb6e13312007-04-20 12:23:15 -07003435
3436 return 0;
3437}
3438
Vlad Yasevichd49d91d2007-03-23 11:32:00 -07003439/*
Wei Yongjun8510b932008-12-25 16:59:03 -08003440 * 8.1.21. Set or Get the SCTP Partial Delivery Point
Vlad Yasevichd49d91d2007-03-23 11:32:00 -07003441 * (SCTP_PARTIAL_DELIVERY_POINT)
Wei Yongjun8510b932008-12-25 16:59:03 -08003442 *
Vlad Yasevichd49d91d2007-03-23 11:32:00 -07003443 * This option will set or get the SCTP partial delivery point. This
3444 * point is the size of a message where the partial delivery API will be
3445 * invoked to help free up rwnd space for the peer. Setting this to a
Wei Yongjun8510b932008-12-25 16:59:03 -08003446 * lower value will cause partial deliveries to happen more often. The
Vlad Yasevichd49d91d2007-03-23 11:32:00 -07003447 * calls argument is an integer that sets or gets the partial delivery
Wei Yongjun8510b932008-12-25 16:59:03 -08003448 * point. Note also that the call will fail if the user attempts to set
3449 * this value larger than the socket receive buffer size.
3450 *
3451 * Note that any single message having a length smaller than or equal to
3452 * the SCTP partial delivery point will be delivered in one single read
3453 * call as long as the user provided buffer is large enough to hold the
3454 * message.
Vlad Yasevichd49d91d2007-03-23 11:32:00 -07003455 */
3456static int sctp_setsockopt_partial_delivery_point(struct sock *sk,
3457 char __user *optval,
David S. Millerb7058842009-09-30 16:12:20 -07003458 unsigned int optlen)
Vlad Yasevichd49d91d2007-03-23 11:32:00 -07003459{
3460 u32 val;
3461
3462 if (optlen != sizeof(u32))
3463 return -EINVAL;
3464 if (get_user(val, (int __user *)optval))
3465 return -EFAULT;
3466
Wei Yongjun8510b932008-12-25 16:59:03 -08003467 /* Note: We double the receive buffer from what the user sets
3468 * it to be, also initial rwnd is based on rcvbuf/2.
3469 */
3470 if (val > (sk->sk_rcvbuf >> 1))
3471 return -EINVAL;
3472
Vlad Yasevichd49d91d2007-03-23 11:32:00 -07003473 sctp_sk(sk)->pd_point = val;
3474
3475 return 0; /* is this the right error code? */
3476}
3477
Vlad Yasevich70331572007-03-23 11:34:36 -07003478/*
3479 * 7.1.28. Set or Get the maximum burst (SCTP_MAX_BURST)
3480 *
3481 * This option will allow a user to change the maximum burst of packets
3482 * that can be emitted by this association. Note that the default value
3483 * is 4, and some implementations may restrict this setting so that it
3484 * can only be lowered.
3485 *
3486 * NOTE: This text doesn't seem right. Do this on a socket basis with
3487 * future associations inheriting the socket value.
3488 */
3489static int sctp_setsockopt_maxburst(struct sock *sk,
3490 char __user *optval,
David S. Millerb7058842009-09-30 16:12:20 -07003491 unsigned int optlen)
Vlad Yasevich70331572007-03-23 11:34:36 -07003492{
Neil Horman219b99a2008-03-05 13:44:46 -08003493 struct sctp_assoc_value params;
3494 struct sctp_sock *sp;
3495 struct sctp_association *asoc;
Vlad Yasevich70331572007-03-23 11:34:36 -07003496 int val;
Neil Horman219b99a2008-03-05 13:44:46 -08003497 int assoc_id = 0;
Vlad Yasevich70331572007-03-23 11:34:36 -07003498
Neil Horman219b99a2008-03-05 13:44:46 -08003499 if (optlen == sizeof(int)) {
Neil Horman94f65192013-12-23 08:29:43 -05003500 pr_warn_ratelimited(DEPRECATED
Neil Hormanf916ec92014-01-02 12:54:27 -05003501 "%s (pid %d) "
Neil Horman94f65192013-12-23 08:29:43 -05003502 "Use of int in max_burst socket option deprecated.\n"
Neil Hormanf916ec92014-01-02 12:54:27 -05003503 "Use struct sctp_assoc_value instead\n",
3504 current->comm, task_pid_nr(current));
Neil Horman219b99a2008-03-05 13:44:46 -08003505 if (copy_from_user(&val, optval, optlen))
3506 return -EFAULT;
3507 } else if (optlen == sizeof(struct sctp_assoc_value)) {
3508 if (copy_from_user(&params, optval, optlen))
3509 return -EFAULT;
3510 val = params.assoc_value;
3511 assoc_id = params.assoc_id;
3512 } else
3513 return -EINVAL;
3514
3515 sp = sctp_sk(sk);
3516
3517 if (assoc_id != 0) {
3518 asoc = sctp_id2assoc(sk, assoc_id);
3519 if (!asoc)
3520 return -EINVAL;
3521 asoc->max_burst = val;
3522 } else
3523 sp->max_burst = val;
Vlad Yasevich70331572007-03-23 11:34:36 -07003524
3525 return 0;
3526}
3527
Vlad Yasevich65b07e52007-09-16 19:34:00 -07003528/*
3529 * 7.1.18. Add a chunk that must be authenticated (SCTP_AUTH_CHUNK)
3530 *
3531 * This set option adds a chunk type that the user is requesting to be
3532 * received only in an authenticated way. Changes to the list of chunks
3533 * will only effect future associations on the socket.
3534 */
3535static int sctp_setsockopt_auth_chunk(struct sock *sk,
David S. Millerb7058842009-09-30 16:12:20 -07003536 char __user *optval,
3537 unsigned int optlen)
Vlad Yasevich65b07e52007-09-16 19:34:00 -07003538{
Vlad Yasevichb14878c2014-04-17 17:26:50 +02003539 struct sctp_endpoint *ep = sctp_sk(sk)->ep;
Vlad Yasevich65b07e52007-09-16 19:34:00 -07003540 struct sctp_authchunk val;
3541
Vlad Yasevichb14878c2014-04-17 17:26:50 +02003542 if (!ep->auth_enable)
Vlad Yasevich5e739d12008-08-21 03:34:25 -07003543 return -EACCES;
3544
Vlad Yasevich65b07e52007-09-16 19:34:00 -07003545 if (optlen != sizeof(struct sctp_authchunk))
3546 return -EINVAL;
3547 if (copy_from_user(&val, optval, optlen))
3548 return -EFAULT;
3549
3550 switch (val.sauth_chunk) {
Joe Perches7fd71b12011-07-01 09:43:11 +00003551 case SCTP_CID_INIT:
3552 case SCTP_CID_INIT_ACK:
3553 case SCTP_CID_SHUTDOWN_COMPLETE:
3554 case SCTP_CID_AUTH:
3555 return -EINVAL;
Vlad Yasevich65b07e52007-09-16 19:34:00 -07003556 }
3557
3558 /* add this chunk id to the endpoint */
Vlad Yasevichb14878c2014-04-17 17:26:50 +02003559 return sctp_auth_ep_add_chunkid(ep, val.sauth_chunk);
Vlad Yasevich65b07e52007-09-16 19:34:00 -07003560}
3561
3562/*
3563 * 7.1.19. Get or set the list of supported HMAC Identifiers (SCTP_HMAC_IDENT)
3564 *
3565 * This option gets or sets the list of HMAC algorithms that the local
3566 * endpoint requires the peer to use.
3567 */
3568static int sctp_setsockopt_hmac_ident(struct sock *sk,
David S. Millerb7058842009-09-30 16:12:20 -07003569 char __user *optval,
3570 unsigned int optlen)
Vlad Yasevich65b07e52007-09-16 19:34:00 -07003571{
Vlad Yasevichb14878c2014-04-17 17:26:50 +02003572 struct sctp_endpoint *ep = sctp_sk(sk)->ep;
Vlad Yasevich65b07e52007-09-16 19:34:00 -07003573 struct sctp_hmacalgo *hmacs;
Vlad Yasevichd9724052008-08-27 16:09:49 -07003574 u32 idents;
Vlad Yasevich65b07e52007-09-16 19:34:00 -07003575 int err;
3576
Vlad Yasevichb14878c2014-04-17 17:26:50 +02003577 if (!ep->auth_enable)
Vlad Yasevich5e739d12008-08-21 03:34:25 -07003578 return -EACCES;
3579
Vlad Yasevich65b07e52007-09-16 19:34:00 -07003580 if (optlen < sizeof(struct sctp_hmacalgo))
3581 return -EINVAL;
Marcelo Ricardo Leitner5960cef2018-01-08 19:02:28 -02003582 optlen = min_t(unsigned int, optlen, sizeof(struct sctp_hmacalgo) +
3583 SCTP_AUTH_NUM_HMACS * sizeof(u16));
Vlad Yasevich65b07e52007-09-16 19:34:00 -07003584
wangweidongcb3f8372013-12-23 12:16:50 +08003585 hmacs = memdup_user(optval, optlen);
Shan Wei934253a2011-04-18 19:13:18 +00003586 if (IS_ERR(hmacs))
3587 return PTR_ERR(hmacs);
Vlad Yasevich65b07e52007-09-16 19:34:00 -07003588
Vlad Yasevichd9724052008-08-27 16:09:49 -07003589 idents = hmacs->shmac_num_idents;
3590 if (idents == 0 || idents > SCTP_AUTH_NUM_HMACS ||
3591 (idents * sizeof(u16)) > (optlen - sizeof(struct sctp_hmacalgo))) {
Vlad Yasevich65b07e52007-09-16 19:34:00 -07003592 err = -EINVAL;
3593 goto out;
3594 }
3595
Vlad Yasevichb14878c2014-04-17 17:26:50 +02003596 err = sctp_auth_ep_set_hmacs(ep, hmacs);
Vlad Yasevich65b07e52007-09-16 19:34:00 -07003597out:
3598 kfree(hmacs);
3599 return err;
3600}
3601
3602/*
3603 * 7.1.20. Set a shared key (SCTP_AUTH_KEY)
3604 *
3605 * This option will set a shared secret key which is used to build an
3606 * association shared key.
3607 */
3608static int sctp_setsockopt_auth_key(struct sock *sk,
3609 char __user *optval,
David S. Millerb7058842009-09-30 16:12:20 -07003610 unsigned int optlen)
Vlad Yasevich65b07e52007-09-16 19:34:00 -07003611{
Vlad Yasevichb14878c2014-04-17 17:26:50 +02003612 struct sctp_endpoint *ep = sctp_sk(sk)->ep;
Vlad Yasevich65b07e52007-09-16 19:34:00 -07003613 struct sctp_authkey *authkey;
3614 struct sctp_association *asoc;
3615 int ret;
3616
Vlad Yasevichb14878c2014-04-17 17:26:50 +02003617 if (!ep->auth_enable)
Vlad Yasevich5e739d12008-08-21 03:34:25 -07003618 return -EACCES;
3619
Vlad Yasevich65b07e52007-09-16 19:34:00 -07003620 if (optlen <= sizeof(struct sctp_authkey))
3621 return -EINVAL;
Marcelo Ricardo Leitner5960cef2018-01-08 19:02:28 -02003622 /* authkey->sca_keylength is u16, so optlen can't be bigger than
3623 * this.
3624 */
3625 optlen = min_t(unsigned int, optlen, USHRT_MAX +
3626 sizeof(struct sctp_authkey));
Vlad Yasevich65b07e52007-09-16 19:34:00 -07003627
wangweidongcb3f8372013-12-23 12:16:50 +08003628 authkey = memdup_user(optval, optlen);
Shan Wei934253a2011-04-18 19:13:18 +00003629 if (IS_ERR(authkey))
3630 return PTR_ERR(authkey);
Vlad Yasevich65b07e52007-09-16 19:34:00 -07003631
Vlad Yasevich328fc472008-08-27 16:08:54 -07003632 if (authkey->sca_keylength > optlen - sizeof(struct sctp_authkey)) {
Vlad Yasevich30c22352008-08-25 15:16:19 -07003633 ret = -EINVAL;
3634 goto out;
3635 }
3636
Vlad Yasevich65b07e52007-09-16 19:34:00 -07003637 asoc = sctp_id2assoc(sk, authkey->sca_assoc_id);
3638 if (!asoc && authkey->sca_assoc_id && sctp_style(sk, UDP)) {
3639 ret = -EINVAL;
3640 goto out;
3641 }
3642
Vlad Yasevichb14878c2014-04-17 17:26:50 +02003643 ret = sctp_auth_set_key(ep, asoc, authkey);
Vlad Yasevich65b07e52007-09-16 19:34:00 -07003644out:
Daniel Borkmann6ba542a2013-02-08 03:04:34 +00003645 kzfree(authkey);
Vlad Yasevich65b07e52007-09-16 19:34:00 -07003646 return ret;
3647}
3648
3649/*
3650 * 7.1.21. Get or set the active shared key (SCTP_AUTH_ACTIVE_KEY)
3651 *
3652 * This option will get or set the active shared key to be used to build
3653 * the association shared key.
3654 */
3655static int sctp_setsockopt_active_key(struct sock *sk,
David S. Millerb7058842009-09-30 16:12:20 -07003656 char __user *optval,
3657 unsigned int optlen)
Vlad Yasevich65b07e52007-09-16 19:34:00 -07003658{
Vlad Yasevichb14878c2014-04-17 17:26:50 +02003659 struct sctp_endpoint *ep = sctp_sk(sk)->ep;
Vlad Yasevich65b07e52007-09-16 19:34:00 -07003660 struct sctp_authkeyid val;
3661 struct sctp_association *asoc;
3662
Vlad Yasevichb14878c2014-04-17 17:26:50 +02003663 if (!ep->auth_enable)
Vlad Yasevich5e739d12008-08-21 03:34:25 -07003664 return -EACCES;
3665
Vlad Yasevich65b07e52007-09-16 19:34:00 -07003666 if (optlen != sizeof(struct sctp_authkeyid))
3667 return -EINVAL;
3668 if (copy_from_user(&val, optval, optlen))
3669 return -EFAULT;
3670
3671 asoc = sctp_id2assoc(sk, val.scact_assoc_id);
3672 if (!asoc && val.scact_assoc_id && sctp_style(sk, UDP))
3673 return -EINVAL;
3674
Vlad Yasevichb14878c2014-04-17 17:26:50 +02003675 return sctp_auth_set_active_key(ep, asoc, val.scact_keynumber);
Vlad Yasevich65b07e52007-09-16 19:34:00 -07003676}
3677
3678/*
3679 * 7.1.22. Delete a shared key (SCTP_AUTH_DELETE_KEY)
3680 *
3681 * This set option will delete a shared secret key from use.
3682 */
3683static int sctp_setsockopt_del_key(struct sock *sk,
David S. Millerb7058842009-09-30 16:12:20 -07003684 char __user *optval,
3685 unsigned int optlen)
Vlad Yasevich65b07e52007-09-16 19:34:00 -07003686{
Vlad Yasevichb14878c2014-04-17 17:26:50 +02003687 struct sctp_endpoint *ep = sctp_sk(sk)->ep;
Vlad Yasevich65b07e52007-09-16 19:34:00 -07003688 struct sctp_authkeyid val;
3689 struct sctp_association *asoc;
3690
Vlad Yasevichb14878c2014-04-17 17:26:50 +02003691 if (!ep->auth_enable)
Vlad Yasevich5e739d12008-08-21 03:34:25 -07003692 return -EACCES;
3693
Vlad Yasevich65b07e52007-09-16 19:34:00 -07003694 if (optlen != sizeof(struct sctp_authkeyid))
3695 return -EINVAL;
3696 if (copy_from_user(&val, optval, optlen))
3697 return -EFAULT;
3698
3699 asoc = sctp_id2assoc(sk, val.scact_assoc_id);
3700 if (!asoc && val.scact_assoc_id && sctp_style(sk, UDP))
3701 return -EINVAL;
3702
Vlad Yasevichb14878c2014-04-17 17:26:50 +02003703 return sctp_auth_del_key_id(ep, asoc, val.scact_keynumber);
Vlad Yasevich65b07e52007-09-16 19:34:00 -07003704
3705}
3706
Michio Honda7dc04d72011-04-26 20:16:31 +09003707/*
Xin Long601590e2018-03-14 19:05:32 +08003708 * 8.3.4 Deactivate a Shared Key (SCTP_AUTH_DEACTIVATE_KEY)
3709 *
3710 * This set option will deactivate a shared secret key.
3711 */
3712static int sctp_setsockopt_deactivate_key(struct sock *sk, char __user *optval,
3713 unsigned int optlen)
3714{
3715 struct sctp_endpoint *ep = sctp_sk(sk)->ep;
3716 struct sctp_authkeyid val;
3717 struct sctp_association *asoc;
3718
3719 if (!ep->auth_enable)
3720 return -EACCES;
3721
3722 if (optlen != sizeof(struct sctp_authkeyid))
3723 return -EINVAL;
3724 if (copy_from_user(&val, optval, optlen))
3725 return -EFAULT;
3726
3727 asoc = sctp_id2assoc(sk, val.scact_assoc_id);
3728 if (!asoc && val.scact_assoc_id && sctp_style(sk, UDP))
3729 return -EINVAL;
3730
3731 return sctp_auth_deact_key_id(ep, asoc, val.scact_keynumber);
3732}
3733
3734/*
Michio Honda7dc04d72011-04-26 20:16:31 +09003735 * 8.1.23 SCTP_AUTO_ASCONF
3736 *
3737 * This option will enable or disable the use of the automatic generation of
3738 * ASCONF chunks to add and delete addresses to an existing association. Note
3739 * that this option has two caveats namely: a) it only affects sockets that
3740 * are bound to all addresses available to the SCTP stack, and b) the system
3741 * administrator may have an overriding control that turns the ASCONF feature
3742 * off no matter what setting the socket option may have.
3743 * This option expects an integer boolean flag, where a non-zero value turns on
3744 * the option, and a zero value turns off the option.
3745 * Note. In this implementation, socket operation overrides default parameter
3746 * being set by sysctl as well as FreeBSD implementation
3747 */
3748static int sctp_setsockopt_auto_asconf(struct sock *sk, char __user *optval,
3749 unsigned int optlen)
3750{
3751 int val;
3752 struct sctp_sock *sp = sctp_sk(sk);
3753
3754 if (optlen < sizeof(int))
3755 return -EINVAL;
3756 if (get_user(val, (int __user *)optval))
3757 return -EFAULT;
3758 if (!sctp_is_ep_boundall(sk) && val)
3759 return -EINVAL;
3760 if ((val && sp->do_auto_asconf) || (!val && !sp->do_auto_asconf))
3761 return 0;
3762
Marcelo Ricardo Leitner2d45a022015-06-12 10:16:41 -03003763 spin_lock_bh(&sock_net(sk)->sctp.addr_wq_lock);
Michio Honda7dc04d72011-04-26 20:16:31 +09003764 if (val == 0 && sp->do_auto_asconf) {
3765 list_del(&sp->auto_asconf_list);
3766 sp->do_auto_asconf = 0;
3767 } else if (val && !sp->do_auto_asconf) {
3768 list_add_tail(&sp->auto_asconf_list,
Eric W. Biederman4db67e82012-08-06 08:42:04 +00003769 &sock_net(sk)->sctp.auto_asconf_splist);
Michio Honda7dc04d72011-04-26 20:16:31 +09003770 sp->do_auto_asconf = 1;
3771 }
Marcelo Ricardo Leitner2d45a022015-06-12 10:16:41 -03003772 spin_unlock_bh(&sock_net(sk)->sctp.addr_wq_lock);
Michio Honda7dc04d72011-04-26 20:16:31 +09003773 return 0;
3774}
3775
Neil Horman5aa93bc2012-07-21 07:56:07 +00003776/*
3777 * SCTP_PEER_ADDR_THLDS
3778 *
3779 * This option allows us to alter the partially failed threshold for one or all
3780 * transports in an association. See Section 6.1 of:
3781 * http://www.ietf.org/id/draft-nishida-tsvwg-sctp-failover-05.txt
3782 */
3783static int sctp_setsockopt_paddr_thresholds(struct sock *sk,
3784 char __user *optval,
3785 unsigned int optlen)
3786{
3787 struct sctp_paddrthlds val;
3788 struct sctp_transport *trans;
3789 struct sctp_association *asoc;
3790
3791 if (optlen < sizeof(struct sctp_paddrthlds))
3792 return -EINVAL;
3793 if (copy_from_user(&val, (struct sctp_paddrthlds __user *)optval,
3794 sizeof(struct sctp_paddrthlds)))
3795 return -EFAULT;
3796
3797
3798 if (sctp_is_any(sk, (const union sctp_addr *)&val.spt_address)) {
3799 asoc = sctp_id2assoc(sk, val.spt_assoc_id);
3800 if (!asoc)
3801 return -ENOENT;
3802 list_for_each_entry(trans, &asoc->peer.transport_addr_list,
3803 transports) {
3804 if (val.spt_pathmaxrxt)
3805 trans->pathmaxrxt = val.spt_pathmaxrxt;
3806 trans->pf_retrans = val.spt_pathpfthld;
3807 }
3808
3809 if (val.spt_pathmaxrxt)
3810 asoc->pathmaxrxt = val.spt_pathmaxrxt;
3811 asoc->pf_retrans = val.spt_pathpfthld;
3812 } else {
3813 trans = sctp_addr_id2transport(sk, &val.spt_address,
3814 val.spt_assoc_id);
3815 if (!trans)
3816 return -ENOENT;
3817
3818 if (val.spt_pathmaxrxt)
3819 trans->pathmaxrxt = val.spt_pathmaxrxt;
3820 trans->pf_retrans = val.spt_pathpfthld;
3821 }
3822
3823 return 0;
3824}
3825
Geir Ola Vaagland0d3a4212014-07-12 20:30:37 +02003826static int sctp_setsockopt_recvrcvinfo(struct sock *sk,
3827 char __user *optval,
3828 unsigned int optlen)
3829{
3830 int val;
3831
3832 if (optlen < sizeof(int))
3833 return -EINVAL;
3834 if (get_user(val, (int __user *) optval))
3835 return -EFAULT;
3836
3837 sctp_sk(sk)->recvrcvinfo = (val == 0) ? 0 : 1;
3838
3839 return 0;
3840}
3841
Geir Ola Vaagland2347c802014-07-12 20:30:38 +02003842static int sctp_setsockopt_recvnxtinfo(struct sock *sk,
3843 char __user *optval,
3844 unsigned int optlen)
3845{
3846 int val;
3847
3848 if (optlen < sizeof(int))
3849 return -EINVAL;
3850 if (get_user(val, (int __user *) optval))
3851 return -EFAULT;
3852
3853 sctp_sk(sk)->recvnxtinfo = (val == 0) ? 0 : 1;
3854
3855 return 0;
3856}
3857
Xin Long28aa4c22016-07-09 19:47:40 +08003858static int sctp_setsockopt_pr_supported(struct sock *sk,
3859 char __user *optval,
3860 unsigned int optlen)
3861{
3862 struct sctp_assoc_value params;
3863 struct sctp_association *asoc;
3864 int retval = -EINVAL;
3865
3866 if (optlen != sizeof(params))
3867 goto out;
3868
3869 if (copy_from_user(&params, optval, optlen)) {
3870 retval = -EFAULT;
3871 goto out;
3872 }
3873
3874 asoc = sctp_id2assoc(sk, params.assoc_id);
3875 if (asoc) {
3876 asoc->prsctp_enable = !!params.assoc_value;
3877 } else if (!params.assoc_id) {
3878 struct sctp_sock *sp = sctp_sk(sk);
3879
3880 sp->ep->prsctp_enable = !!params.assoc_value;
3881 } else {
3882 goto out;
3883 }
3884
3885 retval = 0;
3886
3887out:
3888 return retval;
3889}
3890
Xin Longf959fb42016-07-09 19:47:41 +08003891static int sctp_setsockopt_default_prinfo(struct sock *sk,
3892 char __user *optval,
3893 unsigned int optlen)
3894{
3895 struct sctp_default_prinfo info;
3896 struct sctp_association *asoc;
3897 int retval = -EINVAL;
3898
3899 if (optlen != sizeof(info))
3900 goto out;
3901
3902 if (copy_from_user(&info, optval, sizeof(info))) {
3903 retval = -EFAULT;
3904 goto out;
3905 }
3906
3907 if (info.pr_policy & ~SCTP_PR_SCTP_MASK)
3908 goto out;
3909
3910 if (info.pr_policy == SCTP_PR_SCTP_NONE)
3911 info.pr_value = 0;
3912
3913 asoc = sctp_id2assoc(sk, info.pr_assoc_id);
3914 if (asoc) {
3915 SCTP_PR_SET_POLICY(asoc->default_flags, info.pr_policy);
3916 asoc->default_timetolive = info.pr_value;
3917 } else if (!info.pr_assoc_id) {
3918 struct sctp_sock *sp = sctp_sk(sk);
3919
3920 SCTP_PR_SET_POLICY(sp->default_flags, info.pr_policy);
3921 sp->default_timetolive = info.pr_value;
3922 } else {
3923 goto out;
3924 }
3925
3926 retval = 0;
3927
3928out:
3929 return retval;
3930}
3931
Xin Longc0d8bab2017-03-10 12:11:12 +08003932static int sctp_setsockopt_reconfig_supported(struct sock *sk,
3933 char __user *optval,
3934 unsigned int optlen)
3935{
3936 struct sctp_assoc_value params;
3937 struct sctp_association *asoc;
3938 int retval = -EINVAL;
3939
3940 if (optlen != sizeof(params))
3941 goto out;
3942
3943 if (copy_from_user(&params, optval, optlen)) {
3944 retval = -EFAULT;
3945 goto out;
3946 }
3947
3948 asoc = sctp_id2assoc(sk, params.assoc_id);
3949 if (asoc) {
3950 asoc->reconf_enable = !!params.assoc_value;
3951 } else if (!params.assoc_id) {
3952 struct sctp_sock *sp = sctp_sk(sk);
3953
3954 sp->ep->reconf_enable = !!params.assoc_value;
3955 } else {
3956 goto out;
3957 }
3958
3959 retval = 0;
3960
3961out:
3962 return retval;
3963}
3964
Xin Long9fb657a2017-01-18 00:44:46 +08003965static int sctp_setsockopt_enable_strreset(struct sock *sk,
3966 char __user *optval,
3967 unsigned int optlen)
3968{
3969 struct sctp_assoc_value params;
3970 struct sctp_association *asoc;
3971 int retval = -EINVAL;
3972
3973 if (optlen != sizeof(params))
3974 goto out;
3975
3976 if (copy_from_user(&params, optval, optlen)) {
3977 retval = -EFAULT;
3978 goto out;
3979 }
3980
3981 if (params.assoc_value & (~SCTP_ENABLE_STRRESET_MASK))
3982 goto out;
3983
3984 asoc = sctp_id2assoc(sk, params.assoc_id);
3985 if (asoc) {
3986 asoc->strreset_enable = params.assoc_value;
3987 } else if (!params.assoc_id) {
3988 struct sctp_sock *sp = sctp_sk(sk);
3989
3990 sp->ep->strreset_enable = params.assoc_value;
3991 } else {
3992 goto out;
3993 }
3994
3995 retval = 0;
3996
3997out:
3998 return retval;
3999}
4000
Xin Long7f9d68a2017-01-18 00:44:47 +08004001static int sctp_setsockopt_reset_streams(struct sock *sk,
4002 char __user *optval,
4003 unsigned int optlen)
4004{
4005 struct sctp_reset_streams *params;
4006 struct sctp_association *asoc;
4007 int retval = -EINVAL;
4008
Xin Long2342b8d2017-12-10 15:40:51 +08004009 if (optlen < sizeof(*params))
Xin Long7f9d68a2017-01-18 00:44:47 +08004010 return -EINVAL;
Marcelo Ricardo Leitner5960cef2018-01-08 19:02:28 -02004011 /* srs_number_streams is u16, so optlen can't be bigger than this. */
4012 optlen = min_t(unsigned int, optlen, USHRT_MAX +
4013 sizeof(__u16) * sizeof(*params));
Xin Long7f9d68a2017-01-18 00:44:47 +08004014
4015 params = memdup_user(optval, optlen);
4016 if (IS_ERR(params))
4017 return PTR_ERR(params);
4018
Xin Long2342b8d2017-12-10 15:40:51 +08004019 if (params->srs_number_streams * sizeof(__u16) >
4020 optlen - sizeof(*params))
4021 goto out;
4022
Xin Long7f9d68a2017-01-18 00:44:47 +08004023 asoc = sctp_id2assoc(sk, params->srs_assoc_id);
4024 if (!asoc)
4025 goto out;
4026
4027 retval = sctp_send_reset_streams(asoc, params);
4028
4029out:
4030 kfree(params);
4031 return retval;
4032}
4033
Xin Longa92ce1a2017-02-09 01:18:18 +08004034static int sctp_setsockopt_reset_assoc(struct sock *sk,
4035 char __user *optval,
4036 unsigned int optlen)
4037{
4038 struct sctp_association *asoc;
4039 sctp_assoc_t associd;
4040 int retval = -EINVAL;
4041
4042 if (optlen != sizeof(associd))
4043 goto out;
4044
4045 if (copy_from_user(&associd, optval, optlen)) {
4046 retval = -EFAULT;
4047 goto out;
4048 }
4049
4050 asoc = sctp_id2assoc(sk, associd);
4051 if (!asoc)
4052 goto out;
4053
4054 retval = sctp_send_reset_assoc(asoc);
4055
4056out:
4057 return retval;
4058}
4059
Xin Long242bd2d2017-02-09 01:18:20 +08004060static int sctp_setsockopt_add_streams(struct sock *sk,
4061 char __user *optval,
4062 unsigned int optlen)
4063{
4064 struct sctp_association *asoc;
4065 struct sctp_add_streams params;
4066 int retval = -EINVAL;
4067
4068 if (optlen != sizeof(params))
4069 goto out;
4070
4071 if (copy_from_user(&params, optval, optlen)) {
4072 retval = -EFAULT;
4073 goto out;
4074 }
4075
4076 asoc = sctp_id2assoc(sk, params.sas_assoc_id);
4077 if (!asoc)
4078 goto out;
4079
4080 retval = sctp_send_add_streams(asoc, &params);
4081
4082out:
4083 return retval;
4084}
4085
Marcelo Ricardo Leitner13aa8772017-10-03 19:20:14 -03004086static int sctp_setsockopt_scheduler(struct sock *sk,
4087 char __user *optval,
4088 unsigned int optlen)
4089{
4090 struct sctp_association *asoc;
4091 struct sctp_assoc_value params;
4092 int retval = -EINVAL;
4093
4094 if (optlen < sizeof(params))
4095 goto out;
4096
4097 optlen = sizeof(params);
4098 if (copy_from_user(&params, optval, optlen)) {
4099 retval = -EFAULT;
4100 goto out;
4101 }
4102
4103 if (params.assoc_value > SCTP_SS_MAX)
4104 goto out;
4105
4106 asoc = sctp_id2assoc(sk, params.assoc_id);
4107 if (!asoc)
4108 goto out;
4109
4110 retval = sctp_sched_set_sched(asoc, params.assoc_value);
4111
4112out:
4113 return retval;
4114}
4115
Marcelo Ricardo Leitner0ccdf3c2017-10-03 19:20:15 -03004116static int sctp_setsockopt_scheduler_value(struct sock *sk,
4117 char __user *optval,
4118 unsigned int optlen)
4119{
4120 struct sctp_association *asoc;
4121 struct sctp_stream_value params;
4122 int retval = -EINVAL;
4123
4124 if (optlen < sizeof(params))
4125 goto out;
4126
4127 optlen = sizeof(params);
4128 if (copy_from_user(&params, optval, optlen)) {
4129 retval = -EFAULT;
4130 goto out;
4131 }
4132
4133 asoc = sctp_id2assoc(sk, params.assoc_id);
4134 if (!asoc)
4135 goto out;
4136
4137 retval = sctp_sched_set_value(asoc, params.stream_id,
4138 params.stream_value, GFP_KERNEL);
4139
4140out:
4141 return retval;
4142}
4143
Xin Long772a5862017-12-08 21:03:58 +08004144static int sctp_setsockopt_interleaving_supported(struct sock *sk,
4145 char __user *optval,
4146 unsigned int optlen)
4147{
4148 struct sctp_sock *sp = sctp_sk(sk);
4149 struct net *net = sock_net(sk);
4150 struct sctp_assoc_value params;
4151 int retval = -EINVAL;
4152
4153 if (optlen < sizeof(params))
4154 goto out;
4155
4156 optlen = sizeof(params);
4157 if (copy_from_user(&params, optval, optlen)) {
4158 retval = -EFAULT;
4159 goto out;
4160 }
4161
4162 if (params.assoc_id)
4163 goto out;
4164
4165 if (!net->sctp.intl_enable || !sp->frag_interleave) {
4166 retval = -EPERM;
4167 goto out;
4168 }
4169
4170 sp->strm_interleave = !!params.assoc_value;
4171
4172 retval = 0;
4173
4174out:
4175 return retval;
4176}
4177
Linus Torvalds1da177e2005-04-16 15:20:36 -07004178/* API 6.2 setsockopt(), getsockopt()
4179 *
4180 * Applications use setsockopt() and getsockopt() to set or retrieve
4181 * socket options. Socket options are used to change the default
4182 * behavior of sockets calls. They are described in Section 7.
4183 *
4184 * The syntax is:
4185 *
4186 * ret = getsockopt(int sd, int level, int optname, void __user *optval,
4187 * int __user *optlen);
4188 * ret = setsockopt(int sd, int level, int optname, const void __user *optval,
4189 * int optlen);
4190 *
4191 * sd - the socket descript.
4192 * level - set to IPPROTO_SCTP for all SCTP options.
4193 * optname - the option name.
4194 * optval - the buffer to store the value of the option.
4195 * optlen - the size of the buffer.
4196 */
Daniel Borkmanndda91922013-06-17 11:40:05 +02004197static int sctp_setsockopt(struct sock *sk, int level, int optname,
4198 char __user *optval, unsigned int optlen)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004199{
4200 int retval = 0;
4201
Daniel Borkmannbb333812013-06-28 19:49:40 +02004202 pr_debug("%s: sk:%p, optname:%d\n", __func__, sk, optname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004203
4204 /* I can hardly begin to describe how wrong this is. This is
4205 * so broken as to be worse than useless. The API draft
4206 * REALLY is NOT helpful here... I am not convinced that the
4207 * semantics of setsockopt() with a level OTHER THAN SOL_SCTP
4208 * are at all well-founded.
4209 */
4210 if (level != SOL_SCTP) {
4211 struct sctp_af *af = sctp_sk(sk)->pf->af;
4212 retval = af->setsockopt(sk, level, optname, optval, optlen);
4213 goto out_nounlock;
4214 }
4215
wangweidong048ed4b2014-01-21 15:44:11 +08004216 lock_sock(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004217
4218 switch (optname) {
4219 case SCTP_SOCKOPT_BINDX_ADD:
4220 /* 'optlen' is the size of the addresses buffer. */
4221 retval = sctp_setsockopt_bindx(sk, (struct sockaddr __user *)optval,
4222 optlen, SCTP_BINDX_ADD_ADDR);
4223 break;
4224
4225 case SCTP_SOCKOPT_BINDX_REM:
4226 /* 'optlen' is the size of the addresses buffer. */
4227 retval = sctp_setsockopt_bindx(sk, (struct sockaddr __user *)optval,
4228 optlen, SCTP_BINDX_REM_ADDR);
4229 break;
4230
Vlad Yasevich88a0a942008-05-09 15:14:11 -07004231 case SCTP_SOCKOPT_CONNECTX_OLD:
4232 /* 'optlen' is the size of the addresses buffer. */
4233 retval = sctp_setsockopt_connectx_old(sk,
4234 (struct sockaddr __user *)optval,
4235 optlen);
4236 break;
4237
Frank Filz3f7a87d2005-06-20 13:14:57 -07004238 case SCTP_SOCKOPT_CONNECTX:
4239 /* 'optlen' is the size of the addresses buffer. */
Vlad Yasevich88a0a942008-05-09 15:14:11 -07004240 retval = sctp_setsockopt_connectx(sk,
4241 (struct sockaddr __user *)optval,
4242 optlen);
Frank Filz3f7a87d2005-06-20 13:14:57 -07004243 break;
4244
Linus Torvalds1da177e2005-04-16 15:20:36 -07004245 case SCTP_DISABLE_FRAGMENTS:
4246 retval = sctp_setsockopt_disable_fragments(sk, optval, optlen);
4247 break;
4248
4249 case SCTP_EVENTS:
4250 retval = sctp_setsockopt_events(sk, optval, optlen);
4251 break;
4252
4253 case SCTP_AUTOCLOSE:
4254 retval = sctp_setsockopt_autoclose(sk, optval, optlen);
4255 break;
4256
4257 case SCTP_PEER_ADDR_PARAMS:
4258 retval = sctp_setsockopt_peer_addr_params(sk, optval, optlen);
4259 break;
4260
Shan Wei4580ccc2011-01-18 22:39:00 +00004261 case SCTP_DELAYED_SACK:
Wei Yongjund364d922008-05-09 15:13:26 -07004262 retval = sctp_setsockopt_delayed_ack(sk, optval, optlen);
Frank Filz77086102005-12-22 11:37:30 -08004263 break;
Vlad Yasevichd49d91d2007-03-23 11:32:00 -07004264 case SCTP_PARTIAL_DELIVERY_POINT:
4265 retval = sctp_setsockopt_partial_delivery_point(sk, optval, optlen);
4266 break;
Frank Filz77086102005-12-22 11:37:30 -08004267
Linus Torvalds1da177e2005-04-16 15:20:36 -07004268 case SCTP_INITMSG:
4269 retval = sctp_setsockopt_initmsg(sk, optval, optlen);
4270 break;
4271 case SCTP_DEFAULT_SEND_PARAM:
4272 retval = sctp_setsockopt_default_send_param(sk, optval,
4273 optlen);
4274 break;
Geir Ola Vaagland6b3fd5f2014-07-12 20:30:39 +02004275 case SCTP_DEFAULT_SNDINFO:
4276 retval = sctp_setsockopt_default_sndinfo(sk, optval, optlen);
4277 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004278 case SCTP_PRIMARY_ADDR:
4279 retval = sctp_setsockopt_primary_addr(sk, optval, optlen);
4280 break;
4281 case SCTP_SET_PEER_PRIMARY_ADDR:
4282 retval = sctp_setsockopt_peer_primary_addr(sk, optval, optlen);
4283 break;
4284 case SCTP_NODELAY:
4285 retval = sctp_setsockopt_nodelay(sk, optval, optlen);
4286 break;
4287 case SCTP_RTOINFO:
4288 retval = sctp_setsockopt_rtoinfo(sk, optval, optlen);
4289 break;
4290 case SCTP_ASSOCINFO:
4291 retval = sctp_setsockopt_associnfo(sk, optval, optlen);
4292 break;
4293 case SCTP_I_WANT_MAPPED_V4_ADDR:
4294 retval = sctp_setsockopt_mappedv4(sk, optval, optlen);
4295 break;
4296 case SCTP_MAXSEG:
4297 retval = sctp_setsockopt_maxseg(sk, optval, optlen);
4298 break;
Ivan Skytte Jorgensen0f3fffd2006-12-20 16:07:04 -08004299 case SCTP_ADAPTATION_LAYER:
4300 retval = sctp_setsockopt_adaptation_layer(sk, optval, optlen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004301 break;
Ivan Skytte Jorgensen6ab792f2006-12-13 16:34:22 -08004302 case SCTP_CONTEXT:
4303 retval = sctp_setsockopt_context(sk, optval, optlen);
4304 break;
Vlad Yasevichb6e13312007-04-20 12:23:15 -07004305 case SCTP_FRAGMENT_INTERLEAVE:
4306 retval = sctp_setsockopt_fragment_interleave(sk, optval, optlen);
4307 break;
Vlad Yasevich70331572007-03-23 11:34:36 -07004308 case SCTP_MAX_BURST:
4309 retval = sctp_setsockopt_maxburst(sk, optval, optlen);
4310 break;
Vlad Yasevich65b07e52007-09-16 19:34:00 -07004311 case SCTP_AUTH_CHUNK:
4312 retval = sctp_setsockopt_auth_chunk(sk, optval, optlen);
4313 break;
4314 case SCTP_HMAC_IDENT:
4315 retval = sctp_setsockopt_hmac_ident(sk, optval, optlen);
4316 break;
4317 case SCTP_AUTH_KEY:
4318 retval = sctp_setsockopt_auth_key(sk, optval, optlen);
4319 break;
4320 case SCTP_AUTH_ACTIVE_KEY:
4321 retval = sctp_setsockopt_active_key(sk, optval, optlen);
4322 break;
4323 case SCTP_AUTH_DELETE_KEY:
4324 retval = sctp_setsockopt_del_key(sk, optval, optlen);
4325 break;
Xin Long601590e2018-03-14 19:05:32 +08004326 case SCTP_AUTH_DEACTIVATE_KEY:
4327 retval = sctp_setsockopt_deactivate_key(sk, optval, optlen);
4328 break;
Michio Honda7dc04d72011-04-26 20:16:31 +09004329 case SCTP_AUTO_ASCONF:
4330 retval = sctp_setsockopt_auto_asconf(sk, optval, optlen);
4331 break;
Neil Horman5aa93bc2012-07-21 07:56:07 +00004332 case SCTP_PEER_ADDR_THLDS:
4333 retval = sctp_setsockopt_paddr_thresholds(sk, optval, optlen);
4334 break;
Geir Ola Vaagland0d3a4212014-07-12 20:30:37 +02004335 case SCTP_RECVRCVINFO:
4336 retval = sctp_setsockopt_recvrcvinfo(sk, optval, optlen);
4337 break;
Geir Ola Vaagland2347c802014-07-12 20:30:38 +02004338 case SCTP_RECVNXTINFO:
4339 retval = sctp_setsockopt_recvnxtinfo(sk, optval, optlen);
4340 break;
Xin Long28aa4c22016-07-09 19:47:40 +08004341 case SCTP_PR_SUPPORTED:
4342 retval = sctp_setsockopt_pr_supported(sk, optval, optlen);
4343 break;
Xin Longf959fb42016-07-09 19:47:41 +08004344 case SCTP_DEFAULT_PRINFO:
4345 retval = sctp_setsockopt_default_prinfo(sk, optval, optlen);
4346 break;
Xin Longc0d8bab2017-03-10 12:11:12 +08004347 case SCTP_RECONFIG_SUPPORTED:
4348 retval = sctp_setsockopt_reconfig_supported(sk, optval, optlen);
4349 break;
Xin Long9fb657a2017-01-18 00:44:46 +08004350 case SCTP_ENABLE_STREAM_RESET:
4351 retval = sctp_setsockopt_enable_strreset(sk, optval, optlen);
4352 break;
Xin Long7f9d68a2017-01-18 00:44:47 +08004353 case SCTP_RESET_STREAMS:
4354 retval = sctp_setsockopt_reset_streams(sk, optval, optlen);
4355 break;
Xin Longa92ce1a2017-02-09 01:18:18 +08004356 case SCTP_RESET_ASSOC:
4357 retval = sctp_setsockopt_reset_assoc(sk, optval, optlen);
4358 break;
Xin Long242bd2d2017-02-09 01:18:20 +08004359 case SCTP_ADD_STREAMS:
4360 retval = sctp_setsockopt_add_streams(sk, optval, optlen);
4361 break;
Marcelo Ricardo Leitner13aa8772017-10-03 19:20:14 -03004362 case SCTP_STREAM_SCHEDULER:
4363 retval = sctp_setsockopt_scheduler(sk, optval, optlen);
4364 break;
Marcelo Ricardo Leitner0ccdf3c2017-10-03 19:20:15 -03004365 case SCTP_STREAM_SCHEDULER_VALUE:
4366 retval = sctp_setsockopt_scheduler_value(sk, optval, optlen);
4367 break;
Xin Long772a5862017-12-08 21:03:58 +08004368 case SCTP_INTERLEAVING_SUPPORTED:
4369 retval = sctp_setsockopt_interleaving_supported(sk, optval,
4370 optlen);
4371 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004372 default:
4373 retval = -ENOPROTOOPT;
4374 break;
Stephen Hemminger3ff50b72007-04-20 17:09:22 -07004375 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004376
wangweidong048ed4b2014-01-21 15:44:11 +08004377 release_sock(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004378
4379out_nounlock:
4380 return retval;
4381}
4382
4383/* API 3.1.6 connect() - UDP Style Syntax
4384 *
4385 * An application may use the connect() call in the UDP model to initiate an
4386 * association without sending data.
4387 *
4388 * The syntax is:
4389 *
4390 * ret = connect(int sd, const struct sockaddr *nam, socklen_t len);
4391 *
4392 * sd: the socket descriptor to have a new association added to.
4393 *
4394 * nam: the address structure (either struct sockaddr_in or struct
4395 * sockaddr_in6 defined in RFC2553 [7]).
4396 *
4397 * len: the size of the address.
4398 */
Daniel Borkmanndda91922013-06-17 11:40:05 +02004399static int sctp_connect(struct sock *sk, struct sockaddr *addr,
4400 int addr_len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004401{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004402 int err = 0;
Frank Filz3f7a87d2005-06-20 13:14:57 -07004403 struct sctp_af *af;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004404
wangweidong048ed4b2014-01-21 15:44:11 +08004405 lock_sock(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004406
Daniel Borkmannbb333812013-06-28 19:49:40 +02004407 pr_debug("%s: sk:%p, sockaddr:%p, addr_len:%d\n", __func__, sk,
4408 addr, addr_len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004409
Frank Filz3f7a87d2005-06-20 13:14:57 -07004410 /* Validate addr_len before calling common connect/connectx routine. */
4411 af = sctp_get_af_specific(addr->sa_family);
4412 if (!af || addr_len < af->sockaddr_len) {
4413 err = -EINVAL;
4414 } else {
4415 /* Pass correct addr len to common routine (so it knows there
4416 * is only one address being passed.
4417 */
Vlad Yasevich88a0a942008-05-09 15:14:11 -07004418 err = __sctp_connect(sk, addr, af->sockaddr_len, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004419 }
4420
wangweidong048ed4b2014-01-21 15:44:11 +08004421 release_sock(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004422 return err;
4423}
4424
4425/* FIXME: Write comments. */
Daniel Borkmanndda91922013-06-17 11:40:05 +02004426static int sctp_disconnect(struct sock *sk, int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004427{
4428 return -EOPNOTSUPP; /* STUB */
4429}
4430
4431/* 4.1.4 accept() - TCP Style Syntax
4432 *
4433 * Applications use accept() call to remove an established SCTP
4434 * association from the accept queue of the endpoint. A new socket
4435 * descriptor will be returned from accept() to represent the newly
4436 * formed association.
4437 */
David Howellscdfbabf2017-03-09 08:09:05 +00004438static struct sock *sctp_accept(struct sock *sk, int flags, int *err, bool kern)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004439{
4440 struct sctp_sock *sp;
4441 struct sctp_endpoint *ep;
4442 struct sock *newsk = NULL;
4443 struct sctp_association *asoc;
4444 long timeo;
4445 int error = 0;
4446
wangweidong048ed4b2014-01-21 15:44:11 +08004447 lock_sock(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004448
4449 sp = sctp_sk(sk);
4450 ep = sp->ep;
4451
4452 if (!sctp_style(sk, TCP)) {
4453 error = -EOPNOTSUPP;
4454 goto out;
4455 }
4456
4457 if (!sctp_sstate(sk, LISTENING)) {
4458 error = -EINVAL;
4459 goto out;
4460 }
4461
Sridhar Samudrala8abfedd2006-08-22 00:24:09 -07004462 timeo = sock_rcvtimeo(sk, flags & O_NONBLOCK);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004463
4464 error = sctp_wait_for_accept(sk, timeo);
4465 if (error)
4466 goto out;
4467
4468 /* We treat the list of associations on the endpoint as the accept
4469 * queue and pick the first association on the list.
4470 */
4471 asoc = list_entry(ep->asocs.next, struct sctp_association, asocs);
4472
David Howellscdfbabf2017-03-09 08:09:05 +00004473 newsk = sp->pf->create_accept_sk(sk, asoc, kern);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004474 if (!newsk) {
4475 error = -ENOMEM;
4476 goto out;
4477 }
4478
4479 /* Populate the fields of the newsk from the oldsk and migrate the
4480 * asoc to the newsk.
4481 */
4482 sctp_sock_migrate(sk, newsk, asoc, SCTP_SOCKET_TCP);
4483
4484out:
wangweidong048ed4b2014-01-21 15:44:11 +08004485 release_sock(sk);
YOSHIFUJI Hideakid808ad92007-02-09 23:25:18 +09004486 *err = error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004487 return newsk;
4488}
4489
4490/* The SCTP ioctl handler. */
Daniel Borkmanndda91922013-06-17 11:40:05 +02004491static int sctp_ioctl(struct sock *sk, int cmd, unsigned long arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004492{
Diego Elio 'Flameeyes' Pettenò65040c32010-09-03 03:47:03 +00004493 int rc = -ENOTCONN;
4494
wangweidong048ed4b2014-01-21 15:44:11 +08004495 lock_sock(sk);
Diego Elio 'Flameeyes' Pettenò65040c32010-09-03 03:47:03 +00004496
4497 /*
4498 * SEQPACKET-style sockets in LISTENING state are valid, for
4499 * SCTP, so only discard TCP-style sockets in LISTENING state.
4500 */
4501 if (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING))
4502 goto out;
4503
4504 switch (cmd) {
4505 case SIOCINQ: {
4506 struct sk_buff *skb;
4507 unsigned int amount = 0;
4508
4509 skb = skb_peek(&sk->sk_receive_queue);
4510 if (skb != NULL) {
4511 /*
4512 * We will only return the amount of this packet since
4513 * that is all that will be read.
4514 */
4515 amount = skb->len;
4516 }
4517 rc = put_user(amount, (int __user *)arg);
Diego Elio 'Flameeyes' Pettenò65040c32010-09-03 03:47:03 +00004518 break;
David S. Miller9a7241c2010-10-03 22:14:37 -07004519 }
Diego Elio 'Flameeyes' Pettenò65040c32010-09-03 03:47:03 +00004520 default:
4521 rc = -ENOIOCTLCMD;
4522 break;
4523 }
4524out:
wangweidong048ed4b2014-01-21 15:44:11 +08004525 release_sock(sk);
Diego Elio 'Flameeyes' Pettenò65040c32010-09-03 03:47:03 +00004526 return rc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004527}
4528
4529/* This is the function which gets called during socket creation to
4530 * initialized the SCTP-specific portion of the sock.
4531 * The sock structure should already be zero-filled memory.
4532 */
Daniel Borkmanndda91922013-06-17 11:40:05 +02004533static int sctp_init_sock(struct sock *sk)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004534{
Eric W. Biedermane1fc3b12012-08-07 07:29:57 +00004535 struct net *net = sock_net(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004536 struct sctp_sock *sp;
4537
Daniel Borkmannbb333812013-06-28 19:49:40 +02004538 pr_debug("%s: sk:%p\n", __func__, sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004539
4540 sp = sctp_sk(sk);
4541
4542 /* Initialize the SCTP per socket area. */
4543 switch (sk->sk_type) {
4544 case SOCK_SEQPACKET:
4545 sp->type = SCTP_SOCKET_UDP;
4546 break;
4547 case SOCK_STREAM:
4548 sp->type = SCTP_SOCKET_TCP;
4549 break;
4550 default:
4551 return -ESOCKTNOSUPPORT;
4552 }
4553
Marcelo Ricardo Leitner90017ac2016-06-02 15:05:43 -03004554 sk->sk_gso_type = SKB_GSO_SCTP;
4555
Linus Torvalds1da177e2005-04-16 15:20:36 -07004556 /* Initialize default send parameters. These parameters can be
4557 * modified with the SCTP_DEFAULT_SEND_PARAM socket option.
4558 */
4559 sp->default_stream = 0;
4560 sp->default_ppid = 0;
4561 sp->default_flags = 0;
4562 sp->default_context = 0;
4563 sp->default_timetolive = 0;
4564
Ivan Skytte Jorgensen6ab792f2006-12-13 16:34:22 -08004565 sp->default_rcv_context = 0;
Eric W. Biedermane1fc3b12012-08-07 07:29:57 +00004566 sp->max_burst = net->sctp.max_burst;
Ivan Skytte Jorgensen6ab792f2006-12-13 16:34:22 -08004567
Neil Horman3c681982012-10-24 09:20:03 +00004568 sp->sctp_hmac_alg = net->sctp.sctp_hmac_alg;
4569
Linus Torvalds1da177e2005-04-16 15:20:36 -07004570 /* Initialize default setup parameters. These parameters
4571 * can be modified with the SCTP_INITMSG socket option or
4572 * overridden by the SCTP_INIT CMSG.
4573 */
4574 sp->initmsg.sinit_num_ostreams = sctp_max_outstreams;
4575 sp->initmsg.sinit_max_instreams = sctp_max_instreams;
Eric W. Biedermane1fc3b12012-08-07 07:29:57 +00004576 sp->initmsg.sinit_max_attempts = net->sctp.max_retrans_init;
4577 sp->initmsg.sinit_max_init_timeo = net->sctp.rto_max;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004578
4579 /* Initialize default RTO related parameters. These parameters can
4580 * be modified for with the SCTP_RTOINFO socket option.
4581 */
Eric W. Biedermane1fc3b12012-08-07 07:29:57 +00004582 sp->rtoinfo.srto_initial = net->sctp.rto_initial;
4583 sp->rtoinfo.srto_max = net->sctp.rto_max;
4584 sp->rtoinfo.srto_min = net->sctp.rto_min;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004585
4586 /* Initialize default association related parameters. These parameters
4587 * can be modified with the SCTP_ASSOCINFO socket option.
4588 */
Eric W. Biedermane1fc3b12012-08-07 07:29:57 +00004589 sp->assocparams.sasoc_asocmaxrxt = net->sctp.max_retrans_association;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004590 sp->assocparams.sasoc_number_peer_destinations = 0;
4591 sp->assocparams.sasoc_peer_rwnd = 0;
4592 sp->assocparams.sasoc_local_rwnd = 0;
Eric W. Biedermane1fc3b12012-08-07 07:29:57 +00004593 sp->assocparams.sasoc_cookie_life = net->sctp.valid_cookie_life;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004594
4595 /* Initialize default event subscriptions. By default, all the
YOSHIFUJI Hideakid808ad92007-02-09 23:25:18 +09004596 * options are off.
Linus Torvalds1da177e2005-04-16 15:20:36 -07004597 */
4598 memset(&sp->subscribe, 0, sizeof(struct sctp_event_subscribe));
4599
4600 /* Default Peer Address Parameters. These defaults can
4601 * be modified via SCTP_PEER_ADDR_PARAMS
4602 */
Eric W. Biedermane1fc3b12012-08-07 07:29:57 +00004603 sp->hbinterval = net->sctp.hb_interval;
4604 sp->pathmaxrxt = net->sctp.max_retrans_path;
wangweidong4e2d52b2013-12-23 12:16:54 +08004605 sp->pathmtu = 0; /* allow default discovery */
Eric W. Biedermane1fc3b12012-08-07 07:29:57 +00004606 sp->sackdelay = net->sctp.sack_timeout;
Vlad Yasevich7bfe8bdb2008-06-09 15:45:05 -07004607 sp->sackfreq = 2;
Frank Filz52ccb8e2005-12-22 11:36:46 -08004608 sp->param_flags = SPP_HB_ENABLE |
YOSHIFUJI Hideakid808ad92007-02-09 23:25:18 +09004609 SPP_PMTUD_ENABLE |
4610 SPP_SACKDELAY_ENABLE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004611
4612 /* If enabled no SCTP message fragmentation will be performed.
4613 * Configure through SCTP_DISABLE_FRAGMENTS socket option.
4614 */
4615 sp->disable_fragments = 0;
4616
Sridhar Samudrala208edef2006-09-29 17:08:01 -07004617 /* Enable Nagle algorithm by default. */
4618 sp->nodelay = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004619
Geir Ola Vaagland0d3a4212014-07-12 20:30:37 +02004620 sp->recvrcvinfo = 0;
Geir Ola Vaagland2347c802014-07-12 20:30:38 +02004621 sp->recvnxtinfo = 0;
Geir Ola Vaagland0d3a4212014-07-12 20:30:37 +02004622
Linus Torvalds1da177e2005-04-16 15:20:36 -07004623 /* Enable by default. */
4624 sp->v4mapped = 1;
4625
4626 /* Auto-close idle associations after the configured
4627 * number of seconds. A value of 0 disables this
4628 * feature. Configure through the SCTP_AUTOCLOSE socket option,
4629 * for UDP-style sockets only.
4630 */
4631 sp->autoclose = 0;
4632
4633 /* User specified fragmentation limit. */
4634 sp->user_frag = 0;
4635
Ivan Skytte Jorgensen0f3fffd2006-12-20 16:07:04 -08004636 sp->adaptation_ind = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004637
4638 sp->pf = sctp_get_pf_specific(sk->sk_family);
4639
4640 /* Control variables for partial data delivery. */
Vlad Yasevichb6e13312007-04-20 12:23:15 -07004641 atomic_set(&sp->pd_mode, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004642 skb_queue_head_init(&sp->pd_lobby);
Vlad Yasevichb6e13312007-04-20 12:23:15 -07004643 sp->frag_interleave = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004644
4645 /* Create a per socket endpoint structure. Even if we
4646 * change the data structure relationships, this may still
4647 * be useful for storing pre-connect address information.
4648 */
Daniel Borkmannc164b832013-06-14 18:24:06 +02004649 sp->ep = sctp_endpoint_new(sk, GFP_KERNEL);
4650 if (!sp->ep)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004651 return -ENOMEM;
4652
Linus Torvalds1da177e2005-04-16 15:20:36 -07004653 sp->hmac = NULL;
4654
Daniel Borkmann0a2fbac2013-06-25 18:17:29 +02004655 sk->sk_destruct = sctp_destruct_sock;
4656
Linus Torvalds1da177e2005-04-16 15:20:36 -07004657 SCTP_DBG_OBJCNT_INC(sock);
David S. Miller6f756a82008-11-23 17:34:03 -08004658
4659 local_bh_disable();
Tonghao Zhang8cb38a62017-12-22 10:15:20 -08004660 sk_sockets_allocated_inc(sk);
Eric W. Biedermane1fc3b12012-08-07 07:29:57 +00004661 sock_prot_inuse_add(net, sk->sk_prot, 1);
Marcelo Ricardo Leitner2d45a022015-06-12 10:16:41 -03004662
4663 /* Nothing can fail after this block, otherwise
4664 * sctp_destroy_sock() will be called without addr_wq_lock held
4665 */
Eric W. Biedermane1fc3b12012-08-07 07:29:57 +00004666 if (net->sctp.default_auto_asconf) {
Marcelo Ricardo Leitner2d45a022015-06-12 10:16:41 -03004667 spin_lock(&sock_net(sk)->sctp.addr_wq_lock);
Michio Honda9f7d6532011-04-26 19:32:51 +09004668 list_add_tail(&sp->auto_asconf_list,
Eric W. Biedermane1fc3b12012-08-07 07:29:57 +00004669 &net->sctp.auto_asconf_splist);
Michio Honda9f7d6532011-04-26 19:32:51 +09004670 sp->do_auto_asconf = 1;
Marcelo Ricardo Leitner2d45a022015-06-12 10:16:41 -03004671 spin_unlock(&sock_net(sk)->sctp.addr_wq_lock);
4672 } else {
Michio Honda9f7d6532011-04-26 19:32:51 +09004673 sp->do_auto_asconf = 0;
Marcelo Ricardo Leitner2d45a022015-06-12 10:16:41 -03004674 }
4675
David S. Miller6f756a82008-11-23 17:34:03 -08004676 local_bh_enable();
4677
Linus Torvalds1da177e2005-04-16 15:20:36 -07004678 return 0;
4679}
4680
Marcelo Ricardo Leitner2d45a022015-06-12 10:16:41 -03004681/* Cleanup any SCTP per socket resources. Must be called with
4682 * sock_net(sk)->sctp.addr_wq_lock held if sp->do_auto_asconf is true
4683 */
Daniel Borkmanndda91922013-06-17 11:40:05 +02004684static void sctp_destroy_sock(struct sock *sk)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004685{
Michio Honda9f7d6532011-04-26 19:32:51 +09004686 struct sctp_sock *sp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004687
Daniel Borkmannbb333812013-06-28 19:49:40 +02004688 pr_debug("%s: sk:%p\n", __func__, sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004689
4690 /* Release our hold on the endpoint. */
Michio Honda9f7d6532011-04-26 19:32:51 +09004691 sp = sctp_sk(sk);
Daniel Borkmann1abd1652013-06-06 15:53:47 +02004692 /* This could happen during socket init, thus we bail out
4693 * early, since the rest of the below is not setup either.
4694 */
4695 if (sp->ep == NULL)
4696 return;
4697
Michio Honda9f7d6532011-04-26 19:32:51 +09004698 if (sp->do_auto_asconf) {
4699 sp->do_auto_asconf = 0;
4700 list_del(&sp->auto_asconf_list);
4701 }
4702 sctp_endpoint_free(sp->ep);
Eric Dumazet5bc0b3b2008-11-25 13:53:27 -08004703 local_bh_disable();
Tonghao Zhang8cb38a62017-12-22 10:15:20 -08004704 sk_sockets_allocated_dec(sk);
Eric Dumazet9a57f7f2008-11-17 02:41:00 -08004705 sock_prot_inuse_add(sock_net(sk), sk->sk_prot, -1);
Eric Dumazet5bc0b3b2008-11-25 13:53:27 -08004706 local_bh_enable();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004707}
4708
Daniel Borkmann0a2fbac2013-06-25 18:17:29 +02004709/* Triggered when there are no references on the socket anymore */
4710static void sctp_destruct_sock(struct sock *sk)
4711{
4712 struct sctp_sock *sp = sctp_sk(sk);
4713
4714 /* Free up the HMAC transform. */
Herbert Xu5821c762016-01-24 21:20:12 +08004715 crypto_free_shash(sp->hmac);
Daniel Borkmann0a2fbac2013-06-25 18:17:29 +02004716
4717 inet_sock_destruct(sk);
4718}
4719
Linus Torvalds1da177e2005-04-16 15:20:36 -07004720/* API 4.1.7 shutdown() - TCP Style Syntax
4721 * int shutdown(int socket, int how);
4722 *
4723 * sd - the socket descriptor of the association to be closed.
4724 * how - Specifies the type of shutdown. The values are
4725 * as follows:
4726 * SHUT_RD
4727 * Disables further receive operations. No SCTP
4728 * protocol action is taken.
4729 * SHUT_WR
4730 * Disables further send operations, and initiates
4731 * the SCTP shutdown sequence.
4732 * SHUT_RDWR
4733 * Disables further send and receive operations
4734 * and initiates the SCTP shutdown sequence.
4735 */
Daniel Borkmanndda91922013-06-17 11:40:05 +02004736static void sctp_shutdown(struct sock *sk, int how)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004737{
Eric W. Biederman55e26eb2012-08-07 07:25:24 +00004738 struct net *net = sock_net(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004739 struct sctp_endpoint *ep;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004740
4741 if (!sctp_style(sk, TCP))
4742 return;
4743
Xin Long5bf35dd2016-11-13 21:44:37 +08004744 ep = sctp_sk(sk)->ep;
4745 if (how & SEND_SHUTDOWN && !list_empty(&ep->asocs)) {
4746 struct sctp_association *asoc;
4747
Yafang Shaocbabf462017-12-20 11:12:54 +08004748 inet_sk_set_state(sk, SCTP_SS_CLOSING);
Xin Long5bf35dd2016-11-13 21:44:37 +08004749 asoc = list_entry(ep->asocs.next,
4750 struct sctp_association, asocs);
4751 sctp_primitive_SHUTDOWN(net, asoc, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004752 }
4753}
4754
Xin Long52c52a62016-04-14 15:35:30 +08004755int sctp_get_sctp_info(struct sock *sk, struct sctp_association *asoc,
4756 struct sctp_info *info)
4757{
4758 struct sctp_transport *prim;
4759 struct list_head *pos;
4760 int mask;
4761
4762 memset(info, 0, sizeof(*info));
4763 if (!asoc) {
4764 struct sctp_sock *sp = sctp_sk(sk);
4765
4766 info->sctpi_s_autoclose = sp->autoclose;
4767 info->sctpi_s_adaptation_ind = sp->adaptation_ind;
4768 info->sctpi_s_pd_point = sp->pd_point;
4769 info->sctpi_s_nodelay = sp->nodelay;
4770 info->sctpi_s_disable_fragments = sp->disable_fragments;
4771 info->sctpi_s_v4mapped = sp->v4mapped;
4772 info->sctpi_s_frag_interleave = sp->frag_interleave;
Xin Long40eb90e92016-05-29 17:42:13 +08004773 info->sctpi_s_type = sp->type;
Xin Long52c52a62016-04-14 15:35:30 +08004774
4775 return 0;
4776 }
4777
4778 info->sctpi_tag = asoc->c.my_vtag;
4779 info->sctpi_state = asoc->state;
4780 info->sctpi_rwnd = asoc->a_rwnd;
4781 info->sctpi_unackdata = asoc->unack_data;
4782 info->sctpi_penddata = sctp_tsnmap_pending(&asoc->peer.tsn_map);
Xin Longcee360a2017-05-31 16:36:31 +08004783 info->sctpi_instrms = asoc->stream.incnt;
4784 info->sctpi_outstrms = asoc->stream.outcnt;
Xin Long52c52a62016-04-14 15:35:30 +08004785 list_for_each(pos, &asoc->base.inqueue.in_chunk_list)
4786 info->sctpi_inqueue++;
4787 list_for_each(pos, &asoc->outqueue.out_chunk_list)
4788 info->sctpi_outqueue++;
4789 info->sctpi_overall_error = asoc->overall_error_count;
4790 info->sctpi_max_burst = asoc->max_burst;
4791 info->sctpi_maxseg = asoc->frag_point;
4792 info->sctpi_peer_rwnd = asoc->peer.rwnd;
4793 info->sctpi_peer_tag = asoc->c.peer_vtag;
4794
4795 mask = asoc->peer.ecn_capable << 1;
4796 mask = (mask | asoc->peer.ipv4_address) << 1;
4797 mask = (mask | asoc->peer.ipv6_address) << 1;
4798 mask = (mask | asoc->peer.hostname_address) << 1;
4799 mask = (mask | asoc->peer.asconf_capable) << 1;
4800 mask = (mask | asoc->peer.prsctp_capable) << 1;
4801 mask = (mask | asoc->peer.auth_capable);
4802 info->sctpi_peer_capable = mask;
4803 mask = asoc->peer.sack_needed << 1;
4804 mask = (mask | asoc->peer.sack_generation) << 1;
4805 mask = (mask | asoc->peer.zero_window_announced);
4806 info->sctpi_peer_sack = mask;
4807
4808 info->sctpi_isacks = asoc->stats.isacks;
4809 info->sctpi_osacks = asoc->stats.osacks;
4810 info->sctpi_opackets = asoc->stats.opackets;
4811 info->sctpi_ipackets = asoc->stats.ipackets;
4812 info->sctpi_rtxchunks = asoc->stats.rtxchunks;
4813 info->sctpi_outofseqtsns = asoc->stats.outofseqtsns;
4814 info->sctpi_idupchunks = asoc->stats.idupchunks;
4815 info->sctpi_gapcnt = asoc->stats.gapcnt;
4816 info->sctpi_ouodchunks = asoc->stats.ouodchunks;
4817 info->sctpi_iuodchunks = asoc->stats.iuodchunks;
4818 info->sctpi_oodchunks = asoc->stats.oodchunks;
4819 info->sctpi_iodchunks = asoc->stats.iodchunks;
4820 info->sctpi_octrlchunks = asoc->stats.octrlchunks;
4821 info->sctpi_ictrlchunks = asoc->stats.ictrlchunks;
4822
4823 prim = asoc->peer.primary_path;
Stefano Brivioee6c88b2017-08-23 13:27:13 +02004824 memcpy(&info->sctpi_p_address, &prim->ipaddr, sizeof(prim->ipaddr));
Xin Long52c52a62016-04-14 15:35:30 +08004825 info->sctpi_p_state = prim->state;
4826 info->sctpi_p_cwnd = prim->cwnd;
4827 info->sctpi_p_srtt = prim->srtt;
4828 info->sctpi_p_rto = jiffies_to_msecs(prim->rto);
4829 info->sctpi_p_hbinterval = prim->hbinterval;
4830 info->sctpi_p_pathmaxrxt = prim->pathmaxrxt;
4831 info->sctpi_p_sackdelay = jiffies_to_msecs(prim->sackdelay);
4832 info->sctpi_p_ssthresh = prim->ssthresh;
4833 info->sctpi_p_partial_bytes_acked = prim->partial_bytes_acked;
4834 info->sctpi_p_flight_size = prim->flight_size;
4835 info->sctpi_p_error = prim->error_count;
4836
4837 return 0;
4838}
4839EXPORT_SYMBOL_GPL(sctp_get_sctp_info);
4840
Xin Long626d16f2016-04-14 15:35:31 +08004841/* use callback to avoid exporting the core structure */
Tom Herbert97a6ec42017-12-04 10:31:41 -08004842void sctp_transport_walk_start(struct rhashtable_iter *iter)
Xin Long626d16f2016-04-14 15:35:31 +08004843{
Xin Long7fda702f2016-11-15 23:23:11 +08004844 rhltable_walk_enter(&sctp_transport_hashtable, iter);
Xin Long626d16f2016-04-14 15:35:31 +08004845
Tom Herbert97a6ec42017-12-04 10:31:41 -08004846 rhashtable_walk_start(iter);
Xin Long626d16f2016-04-14 15:35:31 +08004847}
4848
4849void sctp_transport_walk_stop(struct rhashtable_iter *iter)
4850{
4851 rhashtable_walk_stop(iter);
4852 rhashtable_walk_exit(iter);
4853}
4854
4855struct sctp_transport *sctp_transport_get_next(struct net *net,
4856 struct rhashtable_iter *iter)
4857{
4858 struct sctp_transport *t;
4859
4860 t = rhashtable_walk_next(iter);
4861 for (; t; t = rhashtable_walk_next(iter)) {
4862 if (IS_ERR(t)) {
4863 if (PTR_ERR(t) == -EAGAIN)
4864 continue;
4865 break;
4866 }
4867
4868 if (net_eq(sock_net(t->asoc->base.sk), net) &&
4869 t->asoc->peer.primary_path == t)
4870 break;
4871 }
4872
4873 return t;
4874}
4875
4876struct sctp_transport *sctp_transport_get_idx(struct net *net,
4877 struct rhashtable_iter *iter,
4878 int pos)
4879{
4880 void *obj = SEQ_START_TOKEN;
4881
4882 while (pos && (obj = sctp_transport_get_next(net, iter)) &&
4883 !IS_ERR(obj))
4884 pos--;
4885
4886 return obj;
4887}
4888
4889int sctp_for_each_endpoint(int (*cb)(struct sctp_endpoint *, void *),
4890 void *p) {
4891 int err = 0;
4892 int hash = 0;
4893 struct sctp_ep_common *epb;
4894 struct sctp_hashbucket *head;
4895
4896 for (head = sctp_ep_hashtable; hash < sctp_ep_hashsize;
4897 hash++, head++) {
Xin Long581409d2017-06-10 14:48:14 +08004898 read_lock_bh(&head->lock);
Xin Long626d16f2016-04-14 15:35:31 +08004899 sctp_for_each_hentry(epb, &head->chain) {
4900 err = cb(sctp_ep(epb), p);
4901 if (err)
4902 break;
4903 }
Xin Long581409d2017-06-10 14:48:14 +08004904 read_unlock_bh(&head->lock);
Xin Long626d16f2016-04-14 15:35:31 +08004905 }
4906
4907 return err;
4908}
4909EXPORT_SYMBOL_GPL(sctp_for_each_endpoint);
4910
4911int sctp_transport_lookup_process(int (*cb)(struct sctp_transport *, void *),
4912 struct net *net,
4913 const union sctp_addr *laddr,
4914 const union sctp_addr *paddr, void *p)
4915{
4916 struct sctp_transport *transport;
Xin Long08abb792016-12-15 23:05:52 +08004917 int err;
Xin Long626d16f2016-04-14 15:35:31 +08004918
4919 rcu_read_lock();
4920 transport = sctp_addrs_lookup_transport(net, laddr, paddr);
Xin Long626d16f2016-04-14 15:35:31 +08004921 rcu_read_unlock();
Xin Long08abb792016-12-15 23:05:52 +08004922 if (!transport)
4923 return -ENOENT;
4924
Xin Long1cceda782016-09-29 02:55:44 +08004925 err = cb(transport, p);
Xin Longcd26da42016-10-31 20:32:31 +08004926 sctp_transport_put(transport);
Xin Long1cceda782016-09-29 02:55:44 +08004927
Xin Long626d16f2016-04-14 15:35:31 +08004928 return err;
4929}
4930EXPORT_SYMBOL_GPL(sctp_transport_lookup_process);
4931
4932int sctp_for_each_transport(int (*cb)(struct sctp_transport *, void *),
Xin Longd25adbe2017-09-15 11:02:21 +08004933 int (*cb_done)(struct sctp_transport *, void *),
4934 struct net *net, int *pos, void *p) {
Xin Long626d16f2016-04-14 15:35:31 +08004935 struct rhashtable_iter hti;
Xin Longd25adbe2017-09-15 11:02:21 +08004936 struct sctp_transport *tsp;
4937 int ret;
Xin Long626d16f2016-04-14 15:35:31 +08004938
Xin Longd25adbe2017-09-15 11:02:21 +08004939again:
Xin Longf53d77e2018-01-23 18:22:25 +08004940 ret = 0;
Tom Herbert97a6ec42017-12-04 10:31:41 -08004941 sctp_transport_walk_start(&hti);
Xin Long626d16f2016-04-14 15:35:31 +08004942
Xin Longd25adbe2017-09-15 11:02:21 +08004943 tsp = sctp_transport_get_idx(net, &hti, *pos + 1);
4944 for (; !IS_ERR_OR_NULL(tsp); tsp = sctp_transport_get_next(net, &hti)) {
4945 if (!sctp_transport_hold(tsp))
Xin Long626d16f2016-04-14 15:35:31 +08004946 continue;
Xin Longd25adbe2017-09-15 11:02:21 +08004947 ret = cb(tsp, p);
4948 if (ret)
Xin Long626d16f2016-04-14 15:35:31 +08004949 break;
Xin Longd25adbe2017-09-15 11:02:21 +08004950 (*pos)++;
4951 sctp_transport_put(tsp);
Xin Long626d16f2016-04-14 15:35:31 +08004952 }
Xin Long626d16f2016-04-14 15:35:31 +08004953 sctp_transport_walk_stop(&hti);
Xin Long53fa1032016-04-14 15:35:35 +08004954
Xin Longd25adbe2017-09-15 11:02:21 +08004955 if (ret) {
4956 if (cb_done && !cb_done(tsp, p)) {
4957 (*pos)++;
4958 sctp_transport_put(tsp);
4959 goto again;
4960 }
4961 sctp_transport_put(tsp);
4962 }
4963
4964 return ret;
Xin Long626d16f2016-04-14 15:35:31 +08004965}
4966EXPORT_SYMBOL_GPL(sctp_for_each_transport);
4967
Linus Torvalds1da177e2005-04-16 15:20:36 -07004968/* 7.2.1 Association Status (SCTP_STATUS)
4969
4970 * Applications can retrieve current status information about an
4971 * association, including association state, peer receiver window size,
4972 * number of unacked data chunks, and number of data chunks pending
4973 * receipt. This information is read-only.
4974 */
4975static int sctp_getsockopt_sctp_status(struct sock *sk, int len,
4976 char __user *optval,
4977 int __user *optlen)
4978{
4979 struct sctp_status status;
4980 struct sctp_association *asoc = NULL;
4981 struct sctp_transport *transport;
4982 sctp_assoc_t associd;
4983 int retval = 0;
4984
Neil Horman408f22e2007-06-16 14:03:45 -04004985 if (len < sizeof(status)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004986 retval = -EINVAL;
4987 goto out;
4988 }
4989
Neil Horman408f22e2007-06-16 14:03:45 -04004990 len = sizeof(status);
4991 if (copy_from_user(&status, optval, len)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004992 retval = -EFAULT;
4993 goto out;
4994 }
4995
4996 associd = status.sstat_assoc_id;
4997 asoc = sctp_id2assoc(sk, associd);
4998 if (!asoc) {
4999 retval = -EINVAL;
5000 goto out;
5001 }
5002
5003 transport = asoc->peer.primary_path;
5004
5005 status.sstat_assoc_id = sctp_assoc2id(asoc);
Daniel Borkmann38ab1fa2014-08-28 15:28:26 +02005006 status.sstat_state = sctp_assoc_to_state(asoc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005007 status.sstat_rwnd = asoc->peer.rwnd;
5008 status.sstat_unackdata = asoc->unack_data;
5009
5010 status.sstat_penddata = sctp_tsnmap_pending(&asoc->peer.tsn_map);
Xin Longcee360a2017-05-31 16:36:31 +08005011 status.sstat_instrms = asoc->stream.incnt;
5012 status.sstat_outstrms = asoc->stream.outcnt;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005013 status.sstat_fragmentation_point = asoc->frag_point;
5014 status.sstat_primary.spinfo_assoc_id = sctp_assoc2id(transport->asoc);
Al Viro8cec6b82006-11-20 17:23:01 -08005015 memcpy(&status.sstat_primary.spinfo_address, &transport->ipaddr,
5016 transport->af_specific->sockaddr_len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005017 /* Map ipv4 address into v4-mapped-on-v6 address. */
Jason Gunthorpe299ee122014-07-30 12:40:53 -06005018 sctp_get_pf_specific(sk->sk_family)->addr_to_user(sctp_sk(sk),
Linus Torvalds1da177e2005-04-16 15:20:36 -07005019 (union sctp_addr *)&status.sstat_primary.spinfo_address);
Frank Filz3f7a87d2005-06-20 13:14:57 -07005020 status.sstat_primary.spinfo_state = transport->state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005021 status.sstat_primary.spinfo_cwnd = transport->cwnd;
5022 status.sstat_primary.spinfo_srtt = transport->srtt;
5023 status.sstat_primary.spinfo_rto = jiffies_to_msecs(transport->rto);
Frank Filz52ccb8e2005-12-22 11:36:46 -08005024 status.sstat_primary.spinfo_mtu = transport->pathmtu;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005025
Frank Filz3f7a87d2005-06-20 13:14:57 -07005026 if (status.sstat_primary.spinfo_state == SCTP_UNKNOWN)
5027 status.sstat_primary.spinfo_state = SCTP_ACTIVE;
5028
Linus Torvalds1da177e2005-04-16 15:20:36 -07005029 if (put_user(len, optlen)) {
5030 retval = -EFAULT;
5031 goto out;
5032 }
5033
Daniel Borkmannbb333812013-06-28 19:49:40 +02005034 pr_debug("%s: len:%d, state:%d, rwnd:%d, assoc_id:%d\n",
5035 __func__, len, status.sstat_state, status.sstat_rwnd,
5036 status.sstat_assoc_id);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005037
5038 if (copy_to_user(optval, &status, len)) {
5039 retval = -EFAULT;
5040 goto out;
5041 }
5042
5043out:
Eric Dumazeta02cec22010-09-22 20:43:57 +00005044 return retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005045}
5046
5047
5048/* 7.2.2 Peer Address Information (SCTP_GET_PEER_ADDR_INFO)
5049 *
5050 * Applications can retrieve information about a specific peer address
5051 * of an association, including its reachability state, congestion
5052 * window, and retransmission timer values. This information is
5053 * read-only.
5054 */
5055static int sctp_getsockopt_peer_addr_info(struct sock *sk, int len,
5056 char __user *optval,
5057 int __user *optlen)
5058{
5059 struct sctp_paddrinfo pinfo;
5060 struct sctp_transport *transport;
5061 int retval = 0;
5062
Neil Horman408f22e2007-06-16 14:03:45 -04005063 if (len < sizeof(pinfo)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005064 retval = -EINVAL;
5065 goto out;
5066 }
5067
Neil Horman408f22e2007-06-16 14:03:45 -04005068 len = sizeof(pinfo);
5069 if (copy_from_user(&pinfo, optval, len)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005070 retval = -EFAULT;
5071 goto out;
5072 }
5073
5074 transport = sctp_addr_id2transport(sk, &pinfo.spinfo_address,
5075 pinfo.spinfo_assoc_id);
5076 if (!transport)
5077 return -EINVAL;
5078
5079 pinfo.spinfo_assoc_id = sctp_assoc2id(transport->asoc);
Frank Filz3f7a87d2005-06-20 13:14:57 -07005080 pinfo.spinfo_state = transport->state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005081 pinfo.spinfo_cwnd = transport->cwnd;
5082 pinfo.spinfo_srtt = transport->srtt;
5083 pinfo.spinfo_rto = jiffies_to_msecs(transport->rto);
Frank Filz52ccb8e2005-12-22 11:36:46 -08005084 pinfo.spinfo_mtu = transport->pathmtu;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005085
Frank Filz3f7a87d2005-06-20 13:14:57 -07005086 if (pinfo.spinfo_state == SCTP_UNKNOWN)
5087 pinfo.spinfo_state = SCTP_ACTIVE;
5088
Linus Torvalds1da177e2005-04-16 15:20:36 -07005089 if (put_user(len, optlen)) {
5090 retval = -EFAULT;
5091 goto out;
5092 }
5093
5094 if (copy_to_user(optval, &pinfo, len)) {
5095 retval = -EFAULT;
5096 goto out;
5097 }
5098
5099out:
Eric Dumazeta02cec22010-09-22 20:43:57 +00005100 return retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005101}
5102
5103/* 7.1.12 Enable/Disable message fragmentation (SCTP_DISABLE_FRAGMENTS)
5104 *
5105 * This option is a on/off flag. If enabled no SCTP message
5106 * fragmentation will be performed. Instead if a message being sent
5107 * exceeds the current PMTU size, the message will NOT be sent and
5108 * instead a error will be indicated to the user.
5109 */
5110static int sctp_getsockopt_disable_fragments(struct sock *sk, int len,
5111 char __user *optval, int __user *optlen)
5112{
5113 int val;
5114
5115 if (len < sizeof(int))
5116 return -EINVAL;
5117
5118 len = sizeof(int);
5119 val = (sctp_sk(sk)->disable_fragments == 1);
5120 if (put_user(len, optlen))
5121 return -EFAULT;
5122 if (copy_to_user(optval, &val, len))
5123 return -EFAULT;
5124 return 0;
5125}
5126
5127/* 7.1.15 Set notification and ancillary events (SCTP_EVENTS)
5128 *
5129 * This socket option is used to specify various notifications and
5130 * ancillary data the user wishes to receive.
5131 */
5132static int sctp_getsockopt_events(struct sock *sk, int len, char __user *optval,
5133 int __user *optlen)
5134{
Jiri Slabya4b8e712016-10-21 14:13:24 +02005135 if (len == 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005136 return -EINVAL;
Thomas Grafacdd5982012-04-03 22:17:53 +00005137 if (len > sizeof(struct sctp_event_subscribe))
5138 len = sizeof(struct sctp_event_subscribe);
Neil Horman408f22e2007-06-16 14:03:45 -04005139 if (put_user(len, optlen))
5140 return -EFAULT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005141 if (copy_to_user(optval, &sctp_sk(sk)->subscribe, len))
5142 return -EFAULT;
5143 return 0;
5144}
5145
5146/* 7.1.8 Automatic Close of associations (SCTP_AUTOCLOSE)
5147 *
5148 * This socket option is applicable to the UDP-style socket only. When
5149 * set it will cause associations that are idle for more than the
5150 * specified number of seconds to automatically close. An association
5151 * being idle is defined an association that has NOT sent or received
5152 * user data. The special value of '0' indicates that no automatic
5153 * close of any associations should be performed. The option expects an
5154 * integer defining the number of seconds of idle time before an
5155 * association is closed.
5156 */
5157static int sctp_getsockopt_autoclose(struct sock *sk, int len, char __user *optval, int __user *optlen)
5158{
5159 /* Applicable to UDP-style socket only */
5160 if (sctp_style(sk, TCP))
5161 return -EOPNOTSUPP;
Neil Horman408f22e2007-06-16 14:03:45 -04005162 if (len < sizeof(int))
Linus Torvalds1da177e2005-04-16 15:20:36 -07005163 return -EINVAL;
Neil Horman408f22e2007-06-16 14:03:45 -04005164 len = sizeof(int);
5165 if (put_user(len, optlen))
5166 return -EFAULT;
David Windsorb2ce04c2017-06-10 22:50:43 -04005167 if (put_user(sctp_sk(sk)->autoclose, (int __user *)optval))
Linus Torvalds1da177e2005-04-16 15:20:36 -07005168 return -EFAULT;
5169 return 0;
5170}
5171
5172/* Helper routine to branch off an association to a new socket. */
Benjamin Poirier0343c552012-03-08 05:55:58 +00005173int sctp_do_peeloff(struct sock *sk, sctp_assoc_t id, struct socket **sockp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005174{
Benjamin Poirier0343c552012-03-08 05:55:58 +00005175 struct sctp_association *asoc = sctp_id2assoc(sk, id);
Jason Gunthorpe299ee122014-07-30 12:40:53 -06005176 struct sctp_sock *sp = sctp_sk(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005177 struct socket *sock;
5178 int err = 0;
5179
Xin Longdf80cd92017-10-17 23:26:10 +08005180 /* Do not peel off from one netns to another one. */
5181 if (!net_eq(current->nsproxy->net_ns, sock_net(sk)))
5182 return -EINVAL;
5183
Benjamin Poirier0343c552012-03-08 05:55:58 +00005184 if (!asoc)
5185 return -EINVAL;
5186
Linus Torvalds1da177e2005-04-16 15:20:36 -07005187 /* An association cannot be branched off from an already peeled-off
5188 * socket, nor is this supported for tcp style sockets.
5189 */
5190 if (!sctp_style(sk, UDP))
5191 return -EINVAL;
5192
5193 /* Create a new socket. */
5194 err = sock_create(sk->sk_family, SOCK_SEQPACKET, IPPROTO_SCTP, &sock);
5195 if (err < 0)
5196 return err;
5197
Vlad Yasevich914e1c82009-02-13 08:33:44 +00005198 sctp_copy_sock(sock->sk, sk, asoc);
Vlad Yasevich4f444302006-10-30 18:54:32 -08005199
5200 /* Make peeled-off sockets more like 1-1 accepted sockets.
Richard Hainesb7e10c22018-02-24 16:18:51 +00005201 * Set the daddr and initialize id to something more random and also
5202 * copy over any ip options.
Vlad Yasevich4f444302006-10-30 18:54:32 -08005203 */
Jason Gunthorpe299ee122014-07-30 12:40:53 -06005204 sp->pf->to_sk_daddr(&asoc->peer.primary_addr, sk);
Richard Hainesb7e10c22018-02-24 16:18:51 +00005205 sp->pf->copy_ip_options(sk, sock->sk);
Vlad Yasevich914e1c82009-02-13 08:33:44 +00005206
5207 /* Populate the fields of the newsk from the oldsk and migrate the
5208 * asoc to the newsk.
5209 */
5210 sctp_sock_migrate(sk, sock->sk, asoc, SCTP_SOCKET_UDP_HIGH_BANDWIDTH);
Vlad Yasevich4f444302006-10-30 18:54:32 -08005211
Linus Torvalds1da177e2005-04-16 15:20:36 -07005212 *sockp = sock;
5213
5214 return err;
5215}
Benjamin Poirier0343c552012-03-08 05:55:58 +00005216EXPORT_SYMBOL(sctp_do_peeloff);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005217
Neil Horman2cb5c8e2017-06-30 13:32:57 -04005218static int sctp_getsockopt_peeloff_common(struct sock *sk, sctp_peeloff_arg_t *peeloff,
5219 struct file **newfile, unsigned flags)
5220{
5221 struct socket *newsock;
5222 int retval;
5223
5224 retval = sctp_do_peeloff(sk, peeloff->associd, &newsock);
5225 if (retval < 0)
5226 goto out;
5227
5228 /* Map the socket to an unused fd that can be returned to the user. */
5229 retval = get_unused_fd_flags(flags & SOCK_CLOEXEC);
5230 if (retval < 0) {
5231 sock_release(newsock);
5232 goto out;
5233 }
5234
5235 *newfile = sock_alloc_file(newsock, 0, NULL);
5236 if (IS_ERR(*newfile)) {
5237 put_unused_fd(retval);
Neil Horman2cb5c8e2017-06-30 13:32:57 -04005238 retval = PTR_ERR(*newfile);
5239 *newfile = NULL;
5240 return retval;
5241 }
5242
5243 pr_debug("%s: sk:%p, newsk:%p, sd:%d\n", __func__, sk, newsock->sk,
5244 retval);
5245
5246 peeloff->sd = retval;
5247
5248 if (flags & SOCK_NONBLOCK)
5249 (*newfile)->f_flags |= O_NONBLOCK;
5250out:
5251 return retval;
5252}
5253
Linus Torvalds1da177e2005-04-16 15:20:36 -07005254static int sctp_getsockopt_peeloff(struct sock *sk, int len, char __user *optval, int __user *optlen)
5255{
5256 sctp_peeloff_arg_t peeloff;
Neil Horman2cb5c8e2017-06-30 13:32:57 -04005257 struct file *newfile = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005258 int retval = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005259
Neil Horman408f22e2007-06-16 14:03:45 -04005260 if (len < sizeof(sctp_peeloff_arg_t))
Linus Torvalds1da177e2005-04-16 15:20:36 -07005261 return -EINVAL;
Neil Horman408f22e2007-06-16 14:03:45 -04005262 len = sizeof(sctp_peeloff_arg_t);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005263 if (copy_from_user(&peeloff, optval, len))
5264 return -EFAULT;
5265
Neil Horman2cb5c8e2017-06-30 13:32:57 -04005266 retval = sctp_getsockopt_peeloff_common(sk, &peeloff, &newfile, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005267 if (retval < 0)
5268 goto out;
5269
Linus Torvalds1da177e2005-04-16 15:20:36 -07005270 /* Return the fd mapped to the new socket. */
Al Viro56b31d12012-08-18 00:25:51 -04005271 if (put_user(len, optlen)) {
5272 fput(newfile);
5273 put_unused_fd(retval);
Neil Horman408f22e2007-06-16 14:03:45 -04005274 return -EFAULT;
Al Viro56b31d12012-08-18 00:25:51 -04005275 }
Neil Horman2cb5c8e2017-06-30 13:32:57 -04005276
5277 if (copy_to_user(optval, &peeloff, len)) {
5278 fput(newfile);
5279 put_unused_fd(retval);
5280 return -EFAULT;
5281 }
5282 fd_install(retval, newfile);
5283out:
5284 return retval;
5285}
5286
5287static int sctp_getsockopt_peeloff_flags(struct sock *sk, int len,
5288 char __user *optval, int __user *optlen)
5289{
5290 sctp_peeloff_flags_arg_t peeloff;
5291 struct file *newfile = NULL;
5292 int retval = 0;
5293
5294 if (len < sizeof(sctp_peeloff_flags_arg_t))
5295 return -EINVAL;
5296 len = sizeof(sctp_peeloff_flags_arg_t);
5297 if (copy_from_user(&peeloff, optval, len))
5298 return -EFAULT;
5299
5300 retval = sctp_getsockopt_peeloff_common(sk, &peeloff.p_arg,
5301 &newfile, peeloff.flags);
5302 if (retval < 0)
5303 goto out;
5304
5305 /* Return the fd mapped to the new socket. */
5306 if (put_user(len, optlen)) {
5307 fput(newfile);
5308 put_unused_fd(retval);
5309 return -EFAULT;
5310 }
5311
Al Viro56b31d12012-08-18 00:25:51 -04005312 if (copy_to_user(optval, &peeloff, len)) {
5313 fput(newfile);
5314 put_unused_fd(retval);
5315 return -EFAULT;
5316 }
5317 fd_install(retval, newfile);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005318out:
5319 return retval;
5320}
5321
5322/* 7.1.13 Peer Address Parameters (SCTP_PEER_ADDR_PARAMS)
5323 *
5324 * Applications can enable or disable heartbeats for any peer address of
5325 * an association, modify an address's heartbeat interval, force a
5326 * heartbeat to be sent immediately, and adjust the address's maximum
5327 * number of retransmissions sent before an address is considered
5328 * unreachable. The following structure is used to access and modify an
5329 * address's parameters:
5330 *
5331 * struct sctp_paddrparams {
Frank Filz52ccb8e2005-12-22 11:36:46 -08005332 * sctp_assoc_t spp_assoc_id;
5333 * struct sockaddr_storage spp_address;
5334 * uint32_t spp_hbinterval;
5335 * uint16_t spp_pathmaxrxt;
5336 * uint32_t spp_pathmtu;
5337 * uint32_t spp_sackdelay;
5338 * uint32_t spp_flags;
5339 * };
Linus Torvalds1da177e2005-04-16 15:20:36 -07005340 *
Frank Filz52ccb8e2005-12-22 11:36:46 -08005341 * spp_assoc_id - (one-to-many style socket) This is filled in the
5342 * application, and identifies the association for
5343 * this query.
Linus Torvalds1da177e2005-04-16 15:20:36 -07005344 * spp_address - This specifies which address is of interest.
5345 * spp_hbinterval - This contains the value of the heartbeat interval,
Frank Filz52ccb8e2005-12-22 11:36:46 -08005346 * in milliseconds. If a value of zero
5347 * is present in this field then no changes are to
5348 * be made to this parameter.
Linus Torvalds1da177e2005-04-16 15:20:36 -07005349 * spp_pathmaxrxt - This contains the maximum number of
5350 * retransmissions before this address shall be
Frank Filz52ccb8e2005-12-22 11:36:46 -08005351 * considered unreachable. If a value of zero
5352 * is present in this field then no changes are to
5353 * be made to this parameter.
5354 * spp_pathmtu - When Path MTU discovery is disabled the value
5355 * specified here will be the "fixed" path mtu.
5356 * Note that if the spp_address field is empty
5357 * then all associations on this address will
5358 * have this fixed path mtu set upon them.
5359 *
5360 * spp_sackdelay - When delayed sack is enabled, this value specifies
5361 * the number of milliseconds that sacks will be delayed
5362 * for. This value will apply to all addresses of an
5363 * association if the spp_address field is empty. Note
5364 * also, that if delayed sack is enabled and this
5365 * value is set to 0, no change is made to the last
5366 * recorded delayed sack timer value.
5367 *
5368 * spp_flags - These flags are used to control various features
5369 * on an association. The flag field may contain
5370 * zero or more of the following options.
5371 *
5372 * SPP_HB_ENABLE - Enable heartbeats on the
5373 * specified address. Note that if the address
5374 * field is empty all addresses for the association
5375 * have heartbeats enabled upon them.
5376 *
5377 * SPP_HB_DISABLE - Disable heartbeats on the
5378 * speicifed address. Note that if the address
5379 * field is empty all addresses for the association
5380 * will have their heartbeats disabled. Note also
5381 * that SPP_HB_ENABLE and SPP_HB_DISABLE are
5382 * mutually exclusive, only one of these two should
5383 * be specified. Enabling both fields will have
5384 * undetermined results.
5385 *
5386 * SPP_HB_DEMAND - Request a user initiated heartbeat
5387 * to be made immediately.
5388 *
5389 * SPP_PMTUD_ENABLE - This field will enable PMTU
5390 * discovery upon the specified address. Note that
5391 * if the address feild is empty then all addresses
5392 * on the association are effected.
5393 *
5394 * SPP_PMTUD_DISABLE - This field will disable PMTU
5395 * discovery upon the specified address. Note that
5396 * if the address feild is empty then all addresses
5397 * on the association are effected. Not also that
5398 * SPP_PMTUD_ENABLE and SPP_PMTUD_DISABLE are mutually
5399 * exclusive. Enabling both will have undetermined
5400 * results.
5401 *
5402 * SPP_SACKDELAY_ENABLE - Setting this flag turns
5403 * on delayed sack. The time specified in spp_sackdelay
5404 * is used to specify the sack delay for this address. Note
5405 * that if spp_address is empty then all addresses will
5406 * enable delayed sack and take on the sack delay
5407 * value specified in spp_sackdelay.
5408 * SPP_SACKDELAY_DISABLE - Setting this flag turns
5409 * off delayed sack. If the spp_address field is blank then
5410 * delayed sack is disabled for the entire association. Note
5411 * also that this field is mutually exclusive to
5412 * SPP_SACKDELAY_ENABLE, setting both will have undefined
5413 * results.
Linus Torvalds1da177e2005-04-16 15:20:36 -07005414 */
5415static int sctp_getsockopt_peer_addr_params(struct sock *sk, int len,
Frank Filz52ccb8e2005-12-22 11:36:46 -08005416 char __user *optval, int __user *optlen)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005417{
Frank Filz52ccb8e2005-12-22 11:36:46 -08005418 struct sctp_paddrparams params;
5419 struct sctp_transport *trans = NULL;
5420 struct sctp_association *asoc = NULL;
5421 struct sctp_sock *sp = sctp_sk(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005422
Neil Horman408f22e2007-06-16 14:03:45 -04005423 if (len < sizeof(struct sctp_paddrparams))
Linus Torvalds1da177e2005-04-16 15:20:36 -07005424 return -EINVAL;
Neil Horman408f22e2007-06-16 14:03:45 -04005425 len = sizeof(struct sctp_paddrparams);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005426 if (copy_from_user(&params, optval, len))
5427 return -EFAULT;
5428
Frank Filz52ccb8e2005-12-22 11:36:46 -08005429 /* If an address other than INADDR_ANY is specified, and
5430 * no transport is found, then the request is invalid.
Linus Torvalds1da177e2005-04-16 15:20:36 -07005431 */
wangweidongcb3f8372013-12-23 12:16:50 +08005432 if (!sctp_is_any(sk, (union sctp_addr *)&params.spp_address)) {
Frank Filz52ccb8e2005-12-22 11:36:46 -08005433 trans = sctp_addr_id2transport(sk, &params.spp_address,
5434 params.spp_assoc_id);
5435 if (!trans) {
Daniel Borkmannbb333812013-06-28 19:49:40 +02005436 pr_debug("%s: failed no transport\n", __func__);
Frank Filz52ccb8e2005-12-22 11:36:46 -08005437 return -EINVAL;
5438 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005439 }
5440
Frank Filz52ccb8e2005-12-22 11:36:46 -08005441 /* Get association, if assoc_id != 0 and the socket is a one
5442 * to many style socket, and an association was not found, then
5443 * the id was invalid.
5444 */
5445 asoc = sctp_id2assoc(sk, params.spp_assoc_id);
5446 if (!asoc && params.spp_assoc_id && sctp_style(sk, UDP)) {
Daniel Borkmannbb333812013-06-28 19:49:40 +02005447 pr_debug("%s: failed no association\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005448 return -EINVAL;
Frank Filz52ccb8e2005-12-22 11:36:46 -08005449 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07005450
Frank Filz52ccb8e2005-12-22 11:36:46 -08005451 if (trans) {
5452 /* Fetch transport values. */
5453 params.spp_hbinterval = jiffies_to_msecs(trans->hbinterval);
5454 params.spp_pathmtu = trans->pathmtu;
5455 params.spp_pathmaxrxt = trans->pathmaxrxt;
5456 params.spp_sackdelay = jiffies_to_msecs(trans->sackdelay);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005457
Frank Filz52ccb8e2005-12-22 11:36:46 -08005458 /*draft-11 doesn't say what to return in spp_flags*/
5459 params.spp_flags = trans->param_flags;
5460 } else if (asoc) {
5461 /* Fetch association values. */
5462 params.spp_hbinterval = jiffies_to_msecs(asoc->hbinterval);
5463 params.spp_pathmtu = asoc->pathmtu;
5464 params.spp_pathmaxrxt = asoc->pathmaxrxt;
5465 params.spp_sackdelay = jiffies_to_msecs(asoc->sackdelay);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005466
Frank Filz52ccb8e2005-12-22 11:36:46 -08005467 /*draft-11 doesn't say what to return in spp_flags*/
5468 params.spp_flags = asoc->param_flags;
5469 } else {
5470 /* Fetch socket values. */
5471 params.spp_hbinterval = sp->hbinterval;
5472 params.spp_pathmtu = sp->pathmtu;
5473 params.spp_sackdelay = sp->sackdelay;
5474 params.spp_pathmaxrxt = sp->pathmaxrxt;
5475
5476 /*draft-11 doesn't say what to return in spp_flags*/
5477 params.spp_flags = sp->param_flags;
5478 }
5479
Linus Torvalds1da177e2005-04-16 15:20:36 -07005480 if (copy_to_user(optval, &params, len))
5481 return -EFAULT;
5482
5483 if (put_user(len, optlen))
5484 return -EFAULT;
5485
5486 return 0;
5487}
5488
Wei Yongjund364d922008-05-09 15:13:26 -07005489/*
5490 * 7.1.23. Get or set delayed ack timer (SCTP_DELAYED_SACK)
Frank Filz77086102005-12-22 11:37:30 -08005491 *
Wei Yongjund364d922008-05-09 15:13:26 -07005492 * This option will effect the way delayed acks are performed. This
5493 * option allows you to get or set the delayed ack time, in
5494 * milliseconds. It also allows changing the delayed ack frequency.
5495 * Changing the frequency to 1 disables the delayed sack algorithm. If
5496 * the assoc_id is 0, then this sets or gets the endpoints default
5497 * values. If the assoc_id field is non-zero, then the set or get
5498 * effects the specified association for the one to many model (the
5499 * assoc_id field is ignored by the one to one model). Note that if
5500 * sack_delay or sack_freq are 0 when setting this option, then the
5501 * current values will remain unchanged.
Frank Filz77086102005-12-22 11:37:30 -08005502 *
Wei Yongjund364d922008-05-09 15:13:26 -07005503 * struct sctp_sack_info {
5504 * sctp_assoc_t sack_assoc_id;
5505 * uint32_t sack_delay;
5506 * uint32_t sack_freq;
5507 * };
Frank Filz77086102005-12-22 11:37:30 -08005508 *
Wei Yongjund364d922008-05-09 15:13:26 -07005509 * sack_assoc_id - This parameter, indicates which association the user
5510 * is performing an action upon. Note that if this field's value is
5511 * zero then the endpoints default value is changed (effecting future
5512 * associations only).
Frank Filz77086102005-12-22 11:37:30 -08005513 *
Wei Yongjund364d922008-05-09 15:13:26 -07005514 * sack_delay - This parameter contains the number of milliseconds that
5515 * the user is requesting the delayed ACK timer be set to. Note that
5516 * this value is defined in the standard to be between 200 and 500
5517 * milliseconds.
Frank Filz77086102005-12-22 11:37:30 -08005518 *
Wei Yongjund364d922008-05-09 15:13:26 -07005519 * sack_freq - This parameter contains the number of packets that must
5520 * be received before a sack is sent without waiting for the delay
5521 * timer to expire. The default value for this is 2, setting this
5522 * value to 1 will disable the delayed sack algorithm.
Frank Filz77086102005-12-22 11:37:30 -08005523 */
Wei Yongjund364d922008-05-09 15:13:26 -07005524static int sctp_getsockopt_delayed_ack(struct sock *sk, int len,
Frank Filz77086102005-12-22 11:37:30 -08005525 char __user *optval,
5526 int __user *optlen)
5527{
Wei Yongjund364d922008-05-09 15:13:26 -07005528 struct sctp_sack_info params;
Frank Filz77086102005-12-22 11:37:30 -08005529 struct sctp_association *asoc = NULL;
5530 struct sctp_sock *sp = sctp_sk(sk);
5531
Wei Yongjund364d922008-05-09 15:13:26 -07005532 if (len >= sizeof(struct sctp_sack_info)) {
5533 len = sizeof(struct sctp_sack_info);
5534
5535 if (copy_from_user(&params, optval, len))
5536 return -EFAULT;
5537 } else if (len == sizeof(struct sctp_assoc_value)) {
Neil Horman94f65192013-12-23 08:29:43 -05005538 pr_warn_ratelimited(DEPRECATED
Neil Hormanf916ec92014-01-02 12:54:27 -05005539 "%s (pid %d) "
Neil Horman94f65192013-12-23 08:29:43 -05005540 "Use of struct sctp_assoc_value in delayed_ack socket option.\n"
Neil Hormanf916ec92014-01-02 12:54:27 -05005541 "Use struct sctp_sack_info instead\n",
5542 current->comm, task_pid_nr(current));
Wei Yongjund364d922008-05-09 15:13:26 -07005543 if (copy_from_user(&params, optval, len))
5544 return -EFAULT;
5545 } else
wangweidongcb3f8372013-12-23 12:16:50 +08005546 return -EINVAL;
Frank Filz77086102005-12-22 11:37:30 -08005547
Wei Yongjund364d922008-05-09 15:13:26 -07005548 /* Get association, if sack_assoc_id != 0 and the socket is a one
Frank Filz77086102005-12-22 11:37:30 -08005549 * to many style socket, and an association was not found, then
5550 * the id was invalid.
YOSHIFUJI Hideakid808ad92007-02-09 23:25:18 +09005551 */
Wei Yongjund364d922008-05-09 15:13:26 -07005552 asoc = sctp_id2assoc(sk, params.sack_assoc_id);
5553 if (!asoc && params.sack_assoc_id && sctp_style(sk, UDP))
Frank Filz77086102005-12-22 11:37:30 -08005554 return -EINVAL;
5555
5556 if (asoc) {
5557 /* Fetch association values. */
Wei Yongjund364d922008-05-09 15:13:26 -07005558 if (asoc->param_flags & SPP_SACKDELAY_ENABLE) {
5559 params.sack_delay = jiffies_to_msecs(
Frank Filz77086102005-12-22 11:37:30 -08005560 asoc->sackdelay);
Wei Yongjund364d922008-05-09 15:13:26 -07005561 params.sack_freq = asoc->sackfreq;
5562
5563 } else {
5564 params.sack_delay = 0;
5565 params.sack_freq = 1;
5566 }
Frank Filz77086102005-12-22 11:37:30 -08005567 } else {
5568 /* Fetch socket values. */
Wei Yongjund364d922008-05-09 15:13:26 -07005569 if (sp->param_flags & SPP_SACKDELAY_ENABLE) {
5570 params.sack_delay = sp->sackdelay;
5571 params.sack_freq = sp->sackfreq;
5572 } else {
5573 params.sack_delay = 0;
5574 params.sack_freq = 1;
5575 }
Frank Filz77086102005-12-22 11:37:30 -08005576 }
5577
5578 if (copy_to_user(optval, &params, len))
5579 return -EFAULT;
5580
5581 if (put_user(len, optlen))
5582 return -EFAULT;
5583
5584 return 0;
5585}
5586
Linus Torvalds1da177e2005-04-16 15:20:36 -07005587/* 7.1.3 Initialization Parameters (SCTP_INITMSG)
5588 *
5589 * Applications can specify protocol parameters for the default association
5590 * initialization. The option name argument to setsockopt() and getsockopt()
5591 * is SCTP_INITMSG.
5592 *
5593 * Setting initialization parameters is effective only on an unconnected
5594 * socket (for UDP-style sockets only future associations are effected
5595 * by the change). With TCP-style sockets, this option is inherited by
5596 * sockets derived from a listener socket.
5597 */
5598static int sctp_getsockopt_initmsg(struct sock *sk, int len, char __user *optval, int __user *optlen)
5599{
Neil Horman408f22e2007-06-16 14:03:45 -04005600 if (len < sizeof(struct sctp_initmsg))
Linus Torvalds1da177e2005-04-16 15:20:36 -07005601 return -EINVAL;
Neil Horman408f22e2007-06-16 14:03:45 -04005602 len = sizeof(struct sctp_initmsg);
5603 if (put_user(len, optlen))
5604 return -EFAULT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005605 if (copy_to_user(optval, &sctp_sk(sk)->initmsg, len))
5606 return -EFAULT;
5607 return 0;
5608}
5609
Linus Torvalds1da177e2005-04-16 15:20:36 -07005610
Ivan Skytte Jørgensen5fe467e2005-10-06 21:36:17 -07005611static int sctp_getsockopt_peer_addrs(struct sock *sk, int len,
5612 char __user *optval, int __user *optlen)
5613{
5614 struct sctp_association *asoc;
Ivan Skytte Jørgensen5fe467e2005-10-06 21:36:17 -07005615 int cnt = 0;
5616 struct sctp_getaddrs getaddrs;
5617 struct sctp_transport *from;
5618 void __user *to;
5619 union sctp_addr temp;
5620 struct sctp_sock *sp = sctp_sk(sk);
5621 int addrlen;
5622 size_t space_left;
5623 int bytes_copied;
5624
5625 if (len < sizeof(struct sctp_getaddrs))
5626 return -EINVAL;
5627
5628 if (copy_from_user(&getaddrs, optval, sizeof(struct sctp_getaddrs)))
5629 return -EFAULT;
5630
5631 /* For UDP-style sockets, id specifies the association to query. */
5632 asoc = sctp_id2assoc(sk, getaddrs.assoc_id);
5633 if (!asoc)
5634 return -EINVAL;
5635
wangweidongcb3f8372013-12-23 12:16:50 +08005636 to = optval + offsetof(struct sctp_getaddrs, addrs);
5637 space_left = len - offsetof(struct sctp_getaddrs, addrs);
Ivan Skytte Jørgensen5fe467e2005-10-06 21:36:17 -07005638
Robert P. J. Day9dbc15f2008-04-12 18:54:24 -07005639 list_for_each_entry(from, &asoc->peer.transport_addr_list,
5640 transports) {
Al Virob3f5b3b2006-11-20 17:22:43 -08005641 memcpy(&temp, &from->ipaddr, sizeof(temp));
Jason Gunthorpe299ee122014-07-30 12:40:53 -06005642 addrlen = sctp_get_pf_specific(sk->sk_family)
5643 ->addr_to_user(sp, &temp);
Vlad Yasevichaad97f32007-04-28 21:09:04 -07005644 if (space_left < addrlen)
Ivan Skytte Jørgensen5fe467e2005-10-06 21:36:17 -07005645 return -ENOMEM;
Ivan Skytte Jørgensen5fe467e2005-10-06 21:36:17 -07005646 if (copy_to_user(to, &temp, addrlen))
5647 return -EFAULT;
5648 to += addrlen;
5649 cnt++;
5650 space_left -= addrlen;
5651 }
5652
5653 if (put_user(cnt, &((struct sctp_getaddrs __user *)optval)->addr_num))
5654 return -EFAULT;
5655 bytes_copied = ((char __user *)to) - optval;
5656 if (put_user(bytes_copied, optlen))
5657 return -EFAULT;
5658
5659 return 0;
5660}
5661
Vlad Yasevichaad97f32007-04-28 21:09:04 -07005662static int sctp_copy_laddrs(struct sock *sk, __u16 port, void *to,
5663 size_t space_left, int *bytes_copied)
Ivan Skytte Jørgensen5fe467e2005-10-06 21:36:17 -07005664{
Ivan Skytte Jørgensen5fe467e2005-10-06 21:36:17 -07005665 struct sctp_sockaddr_entry *addr;
Ivan Skytte Jørgensen5fe467e2005-10-06 21:36:17 -07005666 union sctp_addr temp;
5667 int cnt = 0;
5668 int addrlen;
Eric W. Biederman4db67e82012-08-06 08:42:04 +00005669 struct net *net = sock_net(sk);
Ivan Skytte Jørgensen5fe467e2005-10-06 21:36:17 -07005670
Vlad Yasevich29303542007-09-16 16:02:12 -07005671 rcu_read_lock();
Eric W. Biederman4db67e82012-08-06 08:42:04 +00005672 list_for_each_entry_rcu(addr, &net->sctp.local_addr_list, list) {
Vlad Yasevich29303542007-09-16 16:02:12 -07005673 if (!addr->valid)
5674 continue;
5675
YOSHIFUJI Hideakid808ad92007-02-09 23:25:18 +09005676 if ((PF_INET == sk->sk_family) &&
Al Viro6244be42006-11-20 17:21:44 -08005677 (AF_INET6 == addr->a.sa.sa_family))
Ivan Skytte Jørgensen5fe467e2005-10-06 21:36:17 -07005678 continue;
Vlad Yasevich7dab83d2008-07-18 23:05:40 -07005679 if ((PF_INET6 == sk->sk_family) &&
5680 inet_v6_ipv6only(sk) &&
5681 (AF_INET == addr->a.sa.sa_family))
5682 continue;
Al Viro6244be42006-11-20 17:21:44 -08005683 memcpy(&temp, &addr->a, sizeof(temp));
Vlad Yasevichb46ae362008-01-28 14:25:36 -05005684 if (!temp.v4.sin_port)
5685 temp.v4.sin_port = htons(port);
5686
Jason Gunthorpe299ee122014-07-30 12:40:53 -06005687 addrlen = sctp_get_pf_specific(sk->sk_family)
5688 ->addr_to_user(sctp_sk(sk), &temp);
5689
Vlad Yasevich29303542007-09-16 16:02:12 -07005690 if (space_left < addrlen) {
5691 cnt = -ENOMEM;
5692 break;
5693 }
Vlad Yasevichaad97f32007-04-28 21:09:04 -07005694 memcpy(to, &temp, addrlen);
Sridhar Samudrala29c7cf92006-12-13 16:26:26 -08005695
Vlad Yasevichaad97f32007-04-28 21:09:04 -07005696 to += addrlen;
wangweidongcb3f8372013-12-23 12:16:50 +08005697 cnt++;
Ivan Skytte Jørgensen5fe467e2005-10-06 21:36:17 -07005698 space_left -= addrlen;
Vlad Yasevich3663c302007-07-03 12:43:12 -04005699 *bytes_copied += addrlen;
Ivan Skytte Jørgensen5fe467e2005-10-06 21:36:17 -07005700 }
Vlad Yasevich29303542007-09-16 16:02:12 -07005701 rcu_read_unlock();
Ivan Skytte Jørgensen5fe467e2005-10-06 21:36:17 -07005702
5703 return cnt;
5704}
5705
Linus Torvalds1da177e2005-04-16 15:20:36 -07005706
Ivan Skytte Jørgensen5fe467e2005-10-06 21:36:17 -07005707static int sctp_getsockopt_local_addrs(struct sock *sk, int len,
5708 char __user *optval, int __user *optlen)
5709{
5710 struct sctp_bind_addr *bp;
5711 struct sctp_association *asoc;
Ivan Skytte Jørgensen5fe467e2005-10-06 21:36:17 -07005712 int cnt = 0;
5713 struct sctp_getaddrs getaddrs;
5714 struct sctp_sockaddr_entry *addr;
5715 void __user *to;
5716 union sctp_addr temp;
5717 struct sctp_sock *sp = sctp_sk(sk);
5718 int addrlen;
Ivan Skytte Jørgensen5fe467e2005-10-06 21:36:17 -07005719 int err = 0;
5720 size_t space_left;
Vlad Yasevichaad97f32007-04-28 21:09:04 -07005721 int bytes_copied = 0;
5722 void *addrs;
Vlad Yasevich70b57b82007-05-09 13:51:31 -07005723 void *buf;
Ivan Skytte Jørgensen5fe467e2005-10-06 21:36:17 -07005724
Neil Horman408f22e2007-06-16 14:03:45 -04005725 if (len < sizeof(struct sctp_getaddrs))
Ivan Skytte Jørgensen5fe467e2005-10-06 21:36:17 -07005726 return -EINVAL;
5727
5728 if (copy_from_user(&getaddrs, optval, sizeof(struct sctp_getaddrs)))
5729 return -EFAULT;
5730
5731 /*
5732 * For UDP-style sockets, id specifies the association to query.
5733 * If the id field is set to the value '0' then the locally bound
5734 * addresses are returned without regard to any particular
5735 * association.
5736 */
5737 if (0 == getaddrs.assoc_id) {
5738 bp = &sctp_sk(sk)->ep->base.bind_addr;
Ivan Skytte Jørgensen5fe467e2005-10-06 21:36:17 -07005739 } else {
5740 asoc = sctp_id2assoc(sk, getaddrs.assoc_id);
5741 if (!asoc)
5742 return -EINVAL;
5743 bp = &asoc->base.bind_addr;
Ivan Skytte Jørgensen5fe467e2005-10-06 21:36:17 -07005744 }
5745
wangweidongcb3f8372013-12-23 12:16:50 +08005746 to = optval + offsetof(struct sctp_getaddrs, addrs);
5747 space_left = len - offsetof(struct sctp_getaddrs, addrs);
Neil Horman186e2342007-06-18 19:59:16 -04005748
Marcelo Ricardo Leitnercacc0622015-11-30 14:32:54 -02005749 addrs = kmalloc(space_left, GFP_USER | __GFP_NOWARN);
Vlad Yasevichaad97f32007-04-28 21:09:04 -07005750 if (!addrs)
5751 return -ENOMEM;
Ivan Skytte Jørgensen5fe467e2005-10-06 21:36:17 -07005752
Ivan Skytte Jørgensen5fe467e2005-10-06 21:36:17 -07005753 /* If the endpoint is bound to 0.0.0.0 or ::0, get the valid
5754 * addresses from the global local address list.
5755 */
5756 if (sctp_list_single_entry(&bp->address_list)) {
5757 addr = list_entry(bp->address_list.next,
5758 struct sctp_sockaddr_entry, list);
Vlad Yasevich52cae8f2008-08-18 10:34:34 -04005759 if (sctp_is_any(sk, &addr->a)) {
Vlad Yasevichaad97f32007-04-28 21:09:04 -07005760 cnt = sctp_copy_laddrs(sk, bp->port, addrs,
5761 space_left, &bytes_copied);
Ivan Skytte Jørgensen5fe467e2005-10-06 21:36:17 -07005762 if (cnt < 0) {
5763 err = cnt;
Vlad Yasevich559cf712007-09-16 16:03:28 -07005764 goto out;
Ivan Skytte Jørgensen5fe467e2005-10-06 21:36:17 -07005765 }
YOSHIFUJI Hideakid808ad92007-02-09 23:25:18 +09005766 goto copy_getaddrs;
Ivan Skytte Jørgensen5fe467e2005-10-06 21:36:17 -07005767 }
5768 }
5769
Vlad Yasevich70b57b82007-05-09 13:51:31 -07005770 buf = addrs;
Vlad Yasevich559cf712007-09-16 16:03:28 -07005771 /* Protection on the bound address list is not needed since
5772 * in the socket option context we hold a socket lock and
5773 * thus the bound address list can't change.
5774 */
5775 list_for_each_entry(addr, &bp->address_list, list) {
Al Viro6244be42006-11-20 17:21:44 -08005776 memcpy(&temp, &addr->a, sizeof(temp));
Jason Gunthorpe299ee122014-07-30 12:40:53 -06005777 addrlen = sctp_get_pf_specific(sk->sk_family)
5778 ->addr_to_user(sp, &temp);
Vlad Yasevichaad97f32007-04-28 21:09:04 -07005779 if (space_left < addrlen) {
5780 err = -ENOMEM; /*fixme: right error?*/
Vlad Yasevich559cf712007-09-16 16:03:28 -07005781 goto out;
Ivan Skytte Jørgensen5fe467e2005-10-06 21:36:17 -07005782 }
Vlad Yasevich70b57b82007-05-09 13:51:31 -07005783 memcpy(buf, &temp, addrlen);
5784 buf += addrlen;
Vlad Yasevichaad97f32007-04-28 21:09:04 -07005785 bytes_copied += addrlen;
wangweidongcb3f8372013-12-23 12:16:50 +08005786 cnt++;
Ivan Skytte Jørgensen5fe467e2005-10-06 21:36:17 -07005787 space_left -= addrlen;
5788 }
5789
5790copy_getaddrs:
Vlad Yasevichaad97f32007-04-28 21:09:04 -07005791 if (copy_to_user(to, addrs, bytes_copied)) {
5792 err = -EFAULT;
Sebastian Siewiord6f9fda2007-07-27 22:55:59 +02005793 goto out;
Vlad Yasevichaad97f32007-04-28 21:09:04 -07005794 }
Vlad Yasevichfe979ac2007-05-23 11:11:37 -04005795 if (put_user(cnt, &((struct sctp_getaddrs __user *)optval)->addr_num)) {
5796 err = -EFAULT;
Sebastian Siewiord6f9fda2007-07-27 22:55:59 +02005797 goto out;
Vlad Yasevichfe979ac2007-05-23 11:11:37 -04005798 }
Marcelo Ricardo Leitnerc76f97c2018-01-08 19:02:29 -02005799 /* XXX: We should have accounted for sizeof(struct sctp_getaddrs) too,
5800 * but we can't change it anymore.
5801 */
Ivan Skytte Jørgensen5fe467e2005-10-06 21:36:17 -07005802 if (put_user(bytes_copied, optlen))
Vlad Yasevichfe979ac2007-05-23 11:11:37 -04005803 err = -EFAULT;
Sebastian Siewiord6f9fda2007-07-27 22:55:59 +02005804out:
Vlad Yasevichaad97f32007-04-28 21:09:04 -07005805 kfree(addrs);
Ivan Skytte Jørgensen5fe467e2005-10-06 21:36:17 -07005806 return err;
5807}
5808
Linus Torvalds1da177e2005-04-16 15:20:36 -07005809/* 7.1.10 Set Primary Address (SCTP_PRIMARY_ADDR)
5810 *
5811 * Requests that the local SCTP stack use the enclosed peer address as
5812 * the association primary. The enclosed address must be one of the
5813 * association peer's addresses.
5814 */
5815static int sctp_getsockopt_primary_addr(struct sock *sk, int len,
5816 char __user *optval, int __user *optlen)
5817{
5818 struct sctp_prim prim;
5819 struct sctp_association *asoc;
5820 struct sctp_sock *sp = sctp_sk(sk);
5821
Neil Horman408f22e2007-06-16 14:03:45 -04005822 if (len < sizeof(struct sctp_prim))
Linus Torvalds1da177e2005-04-16 15:20:36 -07005823 return -EINVAL;
5824
Neil Horman408f22e2007-06-16 14:03:45 -04005825 len = sizeof(struct sctp_prim);
5826
5827 if (copy_from_user(&prim, optval, len))
Linus Torvalds1da177e2005-04-16 15:20:36 -07005828 return -EFAULT;
5829
5830 asoc = sctp_id2assoc(sk, prim.ssp_assoc_id);
5831 if (!asoc)
5832 return -EINVAL;
5833
5834 if (!asoc->peer.primary_path)
5835 return -ENOTCONN;
YOSHIFUJI Hideakid808ad92007-02-09 23:25:18 +09005836
Al Viro8cec6b82006-11-20 17:23:01 -08005837 memcpy(&prim.ssp_addr, &asoc->peer.primary_path->ipaddr,
5838 asoc->peer.primary_path->af_specific->sockaddr_len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005839
Jason Gunthorpe299ee122014-07-30 12:40:53 -06005840 sctp_get_pf_specific(sk->sk_family)->addr_to_user(sp,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005841 (union sctp_addr *)&prim.ssp_addr);
5842
Neil Horman408f22e2007-06-16 14:03:45 -04005843 if (put_user(len, optlen))
5844 return -EFAULT;
5845 if (copy_to_user(optval, &prim, len))
Linus Torvalds1da177e2005-04-16 15:20:36 -07005846 return -EFAULT;
5847
5848 return 0;
5849}
5850
5851/*
Ivan Skytte Jorgensen0f3fffd2006-12-20 16:07:04 -08005852 * 7.1.11 Set Adaptation Layer Indicator (SCTP_ADAPTATION_LAYER)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005853 *
Ivan Skytte Jorgensen0f3fffd2006-12-20 16:07:04 -08005854 * Requests that the local endpoint set the specified Adaptation Layer
Linus Torvalds1da177e2005-04-16 15:20:36 -07005855 * Indication parameter for all future INIT and INIT-ACK exchanges.
5856 */
Ivan Skytte Jorgensen0f3fffd2006-12-20 16:07:04 -08005857static int sctp_getsockopt_adaptation_layer(struct sock *sk, int len,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005858 char __user *optval, int __user *optlen)
5859{
Ivan Skytte Jorgensen0f3fffd2006-12-20 16:07:04 -08005860 struct sctp_setadaptation adaptation;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005861
Neil Horman408f22e2007-06-16 14:03:45 -04005862 if (len < sizeof(struct sctp_setadaptation))
Linus Torvalds1da177e2005-04-16 15:20:36 -07005863 return -EINVAL;
5864
Neil Horman408f22e2007-06-16 14:03:45 -04005865 len = sizeof(struct sctp_setadaptation);
5866
Ivan Skytte Jorgensen0f3fffd2006-12-20 16:07:04 -08005867 adaptation.ssb_adaptation_ind = sctp_sk(sk)->adaptation_ind;
Neil Horman408f22e2007-06-16 14:03:45 -04005868
5869 if (put_user(len, optlen))
5870 return -EFAULT;
Ivan Skytte Jorgensen0f3fffd2006-12-20 16:07:04 -08005871 if (copy_to_user(optval, &adaptation, len))
Linus Torvalds1da177e2005-04-16 15:20:36 -07005872 return -EFAULT;
Ivan Skytte Jorgensena1ab3582005-10-28 15:33:24 -07005873
Linus Torvalds1da177e2005-04-16 15:20:36 -07005874 return 0;
5875}
5876
5877/*
5878 *
5879 * 7.1.14 Set default send parameters (SCTP_DEFAULT_SEND_PARAM)
5880 *
5881 * Applications that wish to use the sendto() system call may wish to
5882 * specify a default set of parameters that would normally be supplied
5883 * through the inclusion of ancillary data. This socket option allows
5884 * such an application to set the default sctp_sndrcvinfo structure.
5885
5886
5887 * The application that wishes to use this socket option simply passes
5888 * in to this call the sctp_sndrcvinfo structure defined in Section
5889 * 5.2.2) The input parameters accepted by this call include
5890 * sinfo_stream, sinfo_flags, sinfo_ppid, sinfo_context,
5891 * sinfo_timetolive. The user must provide the sinfo_assoc_id field in
5892 * to this call if the caller is using the UDP model.
5893 *
5894 * For getsockopt, it get the default sctp_sndrcvinfo structure.
5895 */
5896static int sctp_getsockopt_default_send_param(struct sock *sk,
5897 int len, char __user *optval,
5898 int __user *optlen)
5899{
Linus Torvalds1da177e2005-04-16 15:20:36 -07005900 struct sctp_sock *sp = sctp_sk(sk);
Geir Ola Vaagland6b3fd5f2014-07-12 20:30:39 +02005901 struct sctp_association *asoc;
5902 struct sctp_sndrcvinfo info;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005903
Geir Ola Vaagland6b3fd5f2014-07-12 20:30:39 +02005904 if (len < sizeof(info))
Linus Torvalds1da177e2005-04-16 15:20:36 -07005905 return -EINVAL;
Neil Horman408f22e2007-06-16 14:03:45 -04005906
Geir Ola Vaagland6b3fd5f2014-07-12 20:30:39 +02005907 len = sizeof(info);
Neil Horman408f22e2007-06-16 14:03:45 -04005908
5909 if (copy_from_user(&info, optval, len))
Linus Torvalds1da177e2005-04-16 15:20:36 -07005910 return -EFAULT;
5911
5912 asoc = sctp_id2assoc(sk, info.sinfo_assoc_id);
5913 if (!asoc && info.sinfo_assoc_id && sctp_style(sk, UDP))
5914 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005915 if (asoc) {
5916 info.sinfo_stream = asoc->default_stream;
5917 info.sinfo_flags = asoc->default_flags;
5918 info.sinfo_ppid = asoc->default_ppid;
5919 info.sinfo_context = asoc->default_context;
5920 info.sinfo_timetolive = asoc->default_timetolive;
5921 } else {
5922 info.sinfo_stream = sp->default_stream;
5923 info.sinfo_flags = sp->default_flags;
5924 info.sinfo_ppid = sp->default_ppid;
5925 info.sinfo_context = sp->default_context;
5926 info.sinfo_timetolive = sp->default_timetolive;
5927 }
5928
Neil Horman408f22e2007-06-16 14:03:45 -04005929 if (put_user(len, optlen))
5930 return -EFAULT;
5931 if (copy_to_user(optval, &info, len))
Linus Torvalds1da177e2005-04-16 15:20:36 -07005932 return -EFAULT;
5933
5934 return 0;
5935}
5936
Geir Ola Vaagland6b3fd5f2014-07-12 20:30:39 +02005937/* RFC6458, Section 8.1.31. Set/get Default Send Parameters
5938 * (SCTP_DEFAULT_SNDINFO)
5939 */
5940static int sctp_getsockopt_default_sndinfo(struct sock *sk, int len,
5941 char __user *optval,
5942 int __user *optlen)
5943{
5944 struct sctp_sock *sp = sctp_sk(sk);
5945 struct sctp_association *asoc;
5946 struct sctp_sndinfo info;
5947
5948 if (len < sizeof(info))
5949 return -EINVAL;
5950
5951 len = sizeof(info);
5952
5953 if (copy_from_user(&info, optval, len))
5954 return -EFAULT;
5955
5956 asoc = sctp_id2assoc(sk, info.snd_assoc_id);
5957 if (!asoc && info.snd_assoc_id && sctp_style(sk, UDP))
5958 return -EINVAL;
5959 if (asoc) {
5960 info.snd_sid = asoc->default_stream;
5961 info.snd_flags = asoc->default_flags;
5962 info.snd_ppid = asoc->default_ppid;
5963 info.snd_context = asoc->default_context;
5964 } else {
5965 info.snd_sid = sp->default_stream;
5966 info.snd_flags = sp->default_flags;
5967 info.snd_ppid = sp->default_ppid;
5968 info.snd_context = sp->default_context;
5969 }
5970
5971 if (put_user(len, optlen))
5972 return -EFAULT;
5973 if (copy_to_user(optval, &info, len))
5974 return -EFAULT;
5975
5976 return 0;
5977}
5978
Linus Torvalds1da177e2005-04-16 15:20:36 -07005979/*
5980 *
5981 * 7.1.5 SCTP_NODELAY
5982 *
5983 * Turn on/off any Nagle-like algorithm. This means that packets are
5984 * generally sent as soon as possible and no unnecessary delays are
5985 * introduced, at the cost of more packets in the network. Expects an
5986 * integer boolean flag.
5987 */
5988
5989static int sctp_getsockopt_nodelay(struct sock *sk, int len,
5990 char __user *optval, int __user *optlen)
5991{
5992 int val;
5993
5994 if (len < sizeof(int))
5995 return -EINVAL;
5996
5997 len = sizeof(int);
5998 val = (sctp_sk(sk)->nodelay == 1);
5999 if (put_user(len, optlen))
6000 return -EFAULT;
6001 if (copy_to_user(optval, &val, len))
6002 return -EFAULT;
6003 return 0;
6004}
6005
6006/*
6007 *
6008 * 7.1.1 SCTP_RTOINFO
6009 *
6010 * The protocol parameters used to initialize and bound retransmission
6011 * timeout (RTO) are tunable. sctp_rtoinfo structure is used to access
6012 * and modify these parameters.
6013 * All parameters are time values, in milliseconds. A value of 0, when
6014 * modifying the parameters, indicates that the current value should not
6015 * be changed.
6016 *
6017 */
6018static int sctp_getsockopt_rtoinfo(struct sock *sk, int len,
6019 char __user *optval,
6020 int __user *optlen) {
6021 struct sctp_rtoinfo rtoinfo;
6022 struct sctp_association *asoc;
6023
Neil Horman408f22e2007-06-16 14:03:45 -04006024 if (len < sizeof (struct sctp_rtoinfo))
Linus Torvalds1da177e2005-04-16 15:20:36 -07006025 return -EINVAL;
6026
Neil Horman408f22e2007-06-16 14:03:45 -04006027 len = sizeof(struct sctp_rtoinfo);
6028
6029 if (copy_from_user(&rtoinfo, optval, len))
Linus Torvalds1da177e2005-04-16 15:20:36 -07006030 return -EFAULT;
6031
6032 asoc = sctp_id2assoc(sk, rtoinfo.srto_assoc_id);
6033
6034 if (!asoc && rtoinfo.srto_assoc_id && sctp_style(sk, UDP))
6035 return -EINVAL;
6036
6037 /* Values corresponding to the specific association. */
6038 if (asoc) {
6039 rtoinfo.srto_initial = jiffies_to_msecs(asoc->rto_initial);
6040 rtoinfo.srto_max = jiffies_to_msecs(asoc->rto_max);
6041 rtoinfo.srto_min = jiffies_to_msecs(asoc->rto_min);
6042 } else {
6043 /* Values corresponding to the endpoint. */
6044 struct sctp_sock *sp = sctp_sk(sk);
6045
6046 rtoinfo.srto_initial = sp->rtoinfo.srto_initial;
6047 rtoinfo.srto_max = sp->rtoinfo.srto_max;
6048 rtoinfo.srto_min = sp->rtoinfo.srto_min;
6049 }
6050
6051 if (put_user(len, optlen))
6052 return -EFAULT;
6053
6054 if (copy_to_user(optval, &rtoinfo, len))
6055 return -EFAULT;
6056
6057 return 0;
6058}
6059
6060/*
6061 *
6062 * 7.1.2 SCTP_ASSOCINFO
6063 *
Michael Opdenacker59c51592007-05-09 08:57:56 +02006064 * This option is used to tune the maximum retransmission attempts
Linus Torvalds1da177e2005-04-16 15:20:36 -07006065 * of the association.
6066 * Returns an error if the new association retransmission value is
6067 * greater than the sum of the retransmission value of the peer.
6068 * See [SCTP] for more information.
6069 *
6070 */
6071static int sctp_getsockopt_associnfo(struct sock *sk, int len,
6072 char __user *optval,
6073 int __user *optlen)
6074{
6075
6076 struct sctp_assocparams assocparams;
6077 struct sctp_association *asoc;
6078 struct list_head *pos;
6079 int cnt = 0;
6080
Neil Horman408f22e2007-06-16 14:03:45 -04006081 if (len < sizeof (struct sctp_assocparams))
Linus Torvalds1da177e2005-04-16 15:20:36 -07006082 return -EINVAL;
6083
Neil Horman408f22e2007-06-16 14:03:45 -04006084 len = sizeof(struct sctp_assocparams);
6085
6086 if (copy_from_user(&assocparams, optval, len))
Linus Torvalds1da177e2005-04-16 15:20:36 -07006087 return -EFAULT;
6088
6089 asoc = sctp_id2assoc(sk, assocparams.sasoc_assoc_id);
6090
6091 if (!asoc && assocparams.sasoc_assoc_id && sctp_style(sk, UDP))
6092 return -EINVAL;
6093
6094 /* Values correspoinding to the specific association */
Vladislav Yasevich17337212005-04-28 11:57:54 -07006095 if (asoc) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07006096 assocparams.sasoc_asocmaxrxt = asoc->max_retrans;
6097 assocparams.sasoc_peer_rwnd = asoc->peer.rwnd;
6098 assocparams.sasoc_local_rwnd = asoc->a_rwnd;
Daniel Borkmann52db8822013-06-25 18:17:27 +02006099 assocparams.sasoc_cookie_life = ktime_to_ms(asoc->cookie_life);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006100
6101 list_for_each(pos, &asoc->peer.transport_addr_list) {
wangweidongcb3f8372013-12-23 12:16:50 +08006102 cnt++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006103 }
6104
6105 assocparams.sasoc_number_peer_destinations = cnt;
6106 } else {
6107 /* Values corresponding to the endpoint */
6108 struct sctp_sock *sp = sctp_sk(sk);
6109
6110 assocparams.sasoc_asocmaxrxt = sp->assocparams.sasoc_asocmaxrxt;
6111 assocparams.sasoc_peer_rwnd = sp->assocparams.sasoc_peer_rwnd;
6112 assocparams.sasoc_local_rwnd = sp->assocparams.sasoc_local_rwnd;
6113 assocparams.sasoc_cookie_life =
6114 sp->assocparams.sasoc_cookie_life;
6115 assocparams.sasoc_number_peer_destinations =
6116 sp->assocparams.
6117 sasoc_number_peer_destinations;
6118 }
6119
6120 if (put_user(len, optlen))
6121 return -EFAULT;
6122
6123 if (copy_to_user(optval, &assocparams, len))
6124 return -EFAULT;
6125
6126 return 0;
6127}
6128
6129/*
6130 * 7.1.16 Set/clear IPv4 mapped addresses (SCTP_I_WANT_MAPPED_V4_ADDR)
6131 *
6132 * This socket option is a boolean flag which turns on or off mapped V4
6133 * addresses. If this option is turned on and the socket is type
6134 * PF_INET6, then IPv4 addresses will be mapped to V6 representation.
6135 * If this option is turned off, then no mapping will be done of V4
6136 * addresses and a user will receive both PF_INET6 and PF_INET type
6137 * addresses on the socket.
6138 */
6139static int sctp_getsockopt_mappedv4(struct sock *sk, int len,
6140 char __user *optval, int __user *optlen)
6141{
6142 int val;
6143 struct sctp_sock *sp = sctp_sk(sk);
6144
6145 if (len < sizeof(int))
6146 return -EINVAL;
6147
6148 len = sizeof(int);
6149 val = sp->v4mapped;
6150 if (put_user(len, optlen))
6151 return -EFAULT;
6152 if (copy_to_user(optval, &val, len))
6153 return -EFAULT;
6154
6155 return 0;
6156}
6157
6158/*
Ivan Skytte Jorgensen6ab792f2006-12-13 16:34:22 -08006159 * 7.1.29. Set or Get the default context (SCTP_CONTEXT)
6160 * (chapter and verse is quoted at sctp_setsockopt_context())
6161 */
6162static int sctp_getsockopt_context(struct sock *sk, int len,
6163 char __user *optval, int __user *optlen)
6164{
6165 struct sctp_assoc_value params;
6166 struct sctp_sock *sp;
6167 struct sctp_association *asoc;
6168
Neil Horman408f22e2007-06-16 14:03:45 -04006169 if (len < sizeof(struct sctp_assoc_value))
Ivan Skytte Jorgensen6ab792f2006-12-13 16:34:22 -08006170 return -EINVAL;
6171
Neil Horman408f22e2007-06-16 14:03:45 -04006172 len = sizeof(struct sctp_assoc_value);
6173
Ivan Skytte Jorgensen6ab792f2006-12-13 16:34:22 -08006174 if (copy_from_user(&params, optval, len))
6175 return -EFAULT;
6176
6177 sp = sctp_sk(sk);
6178
6179 if (params.assoc_id != 0) {
6180 asoc = sctp_id2assoc(sk, params.assoc_id);
6181 if (!asoc)
6182 return -EINVAL;
6183 params.assoc_value = asoc->default_rcv_context;
6184 } else {
6185 params.assoc_value = sp->default_rcv_context;
6186 }
6187
6188 if (put_user(len, optlen))
6189 return -EFAULT;
6190 if (copy_to_user(optval, &params, len))
6191 return -EFAULT;
6192
6193 return 0;
6194}
6195
6196/*
Wei Yongjune89c2092008-12-25 16:54:58 -08006197 * 8.1.16. Get or Set the Maximum Fragmentation Size (SCTP_MAXSEG)
6198 * This option will get or set the maximum size to put in any outgoing
6199 * SCTP DATA chunk. If a message is larger than this size it will be
Linus Torvalds1da177e2005-04-16 15:20:36 -07006200 * fragmented by SCTP into the specified size. Note that the underlying
6201 * SCTP implementation may fragment into smaller sized chunks when the
6202 * PMTU of the underlying association is smaller than the value set by
Wei Yongjune89c2092008-12-25 16:54:58 -08006203 * the user. The default value for this option is '0' which indicates
6204 * the user is NOT limiting fragmentation and only the PMTU will effect
6205 * SCTP's choice of DATA chunk size. Note also that values set larger
6206 * than the maximum size of an IP datagram will effectively let SCTP
6207 * control fragmentation (i.e. the same as setting this option to 0).
6208 *
6209 * The following structure is used to access and modify this parameter:
6210 *
6211 * struct sctp_assoc_value {
6212 * sctp_assoc_t assoc_id;
6213 * uint32_t assoc_value;
6214 * };
6215 *
6216 * assoc_id: This parameter is ignored for one-to-one style sockets.
6217 * For one-to-many style sockets this parameter indicates which
6218 * association the user is performing an action upon. Note that if
6219 * this field's value is zero then the endpoints default value is
6220 * changed (effecting future associations only).
6221 * assoc_value: This parameter specifies the maximum size in bytes.
Linus Torvalds1da177e2005-04-16 15:20:36 -07006222 */
6223static int sctp_getsockopt_maxseg(struct sock *sk, int len,
6224 char __user *optval, int __user *optlen)
6225{
Wei Yongjune89c2092008-12-25 16:54:58 -08006226 struct sctp_assoc_value params;
6227 struct sctp_association *asoc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006228
Wei Yongjune89c2092008-12-25 16:54:58 -08006229 if (len == sizeof(int)) {
Neil Horman94f65192013-12-23 08:29:43 -05006230 pr_warn_ratelimited(DEPRECATED
Neil Hormanf916ec92014-01-02 12:54:27 -05006231 "%s (pid %d) "
Neil Horman94f65192013-12-23 08:29:43 -05006232 "Use of int in maxseg socket option.\n"
Neil Hormanf916ec92014-01-02 12:54:27 -05006233 "Use struct sctp_assoc_value instead\n",
6234 current->comm, task_pid_nr(current));
Wei Yongjune89c2092008-12-25 16:54:58 -08006235 params.assoc_id = 0;
6236 } else if (len >= sizeof(struct sctp_assoc_value)) {
6237 len = sizeof(struct sctp_assoc_value);
Marcelo Ricardo Leitnerc76f97c2018-01-08 19:02:29 -02006238 if (copy_from_user(&params, optval, len))
Wei Yongjune89c2092008-12-25 16:54:58 -08006239 return -EFAULT;
6240 } else
Linus Torvalds1da177e2005-04-16 15:20:36 -07006241 return -EINVAL;
6242
Wei Yongjune89c2092008-12-25 16:54:58 -08006243 asoc = sctp_id2assoc(sk, params.assoc_id);
6244 if (!asoc && params.assoc_id && sctp_style(sk, UDP))
6245 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006246
Wei Yongjune89c2092008-12-25 16:54:58 -08006247 if (asoc)
6248 params.assoc_value = asoc->frag_point;
6249 else
6250 params.assoc_value = sctp_sk(sk)->user_frag;
6251
Linus Torvalds1da177e2005-04-16 15:20:36 -07006252 if (put_user(len, optlen))
6253 return -EFAULT;
Wei Yongjune89c2092008-12-25 16:54:58 -08006254 if (len == sizeof(int)) {
6255 if (copy_to_user(optval, &params.assoc_value, len))
6256 return -EFAULT;
6257 } else {
6258 if (copy_to_user(optval, &params, len))
6259 return -EFAULT;
6260 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07006261
6262 return 0;
6263}
6264
Vlad Yasevichb6e13312007-04-20 12:23:15 -07006265/*
6266 * 7.1.24. Get or set fragmented interleave (SCTP_FRAGMENT_INTERLEAVE)
6267 * (chapter and verse is quoted at sctp_setsockopt_fragment_interleave())
6268 */
6269static int sctp_getsockopt_fragment_interleave(struct sock *sk, int len,
6270 char __user *optval, int __user *optlen)
6271{
6272 int val;
6273
6274 if (len < sizeof(int))
6275 return -EINVAL;
6276
6277 len = sizeof(int);
6278
6279 val = sctp_sk(sk)->frag_interleave;
6280 if (put_user(len, optlen))
6281 return -EFAULT;
6282 if (copy_to_user(optval, &val, len))
6283 return -EFAULT;
6284
6285 return 0;
6286}
6287
Vlad Yasevichd49d91d2007-03-23 11:32:00 -07006288/*
6289 * 7.1.25. Set or Get the sctp partial delivery point
6290 * (chapter and verse is quoted at sctp_setsockopt_partial_delivery_point())
6291 */
6292static int sctp_getsockopt_partial_delivery_point(struct sock *sk, int len,
6293 char __user *optval,
6294 int __user *optlen)
6295{
YOSHIFUJI Hideaki9cbcbf42007-07-19 10:44:50 +09006296 u32 val;
Vlad Yasevichd49d91d2007-03-23 11:32:00 -07006297
6298 if (len < sizeof(u32))
6299 return -EINVAL;
6300
6301 len = sizeof(u32);
6302
6303 val = sctp_sk(sk)->pd_point;
6304 if (put_user(len, optlen))
6305 return -EFAULT;
6306 if (copy_to_user(optval, &val, len))
6307 return -EFAULT;
6308
Wei Yongjun7d743b72010-12-14 16:10:41 +00006309 return 0;
Vlad Yasevichd49d91d2007-03-23 11:32:00 -07006310}
6311
Vlad Yasevich70331572007-03-23 11:34:36 -07006312/*
6313 * 7.1.28. Set or Get the maximum burst (SCTP_MAX_BURST)
6314 * (chapter and verse is quoted at sctp_setsockopt_maxburst())
6315 */
6316static int sctp_getsockopt_maxburst(struct sock *sk, int len,
6317 char __user *optval,
6318 int __user *optlen)
6319{
Neil Horman219b99a2008-03-05 13:44:46 -08006320 struct sctp_assoc_value params;
6321 struct sctp_sock *sp;
6322 struct sctp_association *asoc;
Vlad Yasevich70331572007-03-23 11:34:36 -07006323
Neil Horman219b99a2008-03-05 13:44:46 -08006324 if (len == sizeof(int)) {
Neil Horman94f65192013-12-23 08:29:43 -05006325 pr_warn_ratelimited(DEPRECATED
Neil Hormanf916ec92014-01-02 12:54:27 -05006326 "%s (pid %d) "
Neil Horman94f65192013-12-23 08:29:43 -05006327 "Use of int in max_burst socket option.\n"
Neil Hormanf916ec92014-01-02 12:54:27 -05006328 "Use struct sctp_assoc_value instead\n",
6329 current->comm, task_pid_nr(current));
Neil Horman219b99a2008-03-05 13:44:46 -08006330 params.assoc_id = 0;
Wei Yongjunc6db93a2009-03-02 09:46:12 +00006331 } else if (len >= sizeof(struct sctp_assoc_value)) {
6332 len = sizeof(struct sctp_assoc_value);
Neil Horman219b99a2008-03-05 13:44:46 -08006333 if (copy_from_user(&params, optval, len))
6334 return -EFAULT;
6335 } else
6336 return -EINVAL;
Vlad Yasevich70331572007-03-23 11:34:36 -07006337
Neil Horman219b99a2008-03-05 13:44:46 -08006338 sp = sctp_sk(sk);
Vlad Yasevich70331572007-03-23 11:34:36 -07006339
Neil Horman219b99a2008-03-05 13:44:46 -08006340 if (params.assoc_id != 0) {
6341 asoc = sctp_id2assoc(sk, params.assoc_id);
6342 if (!asoc)
6343 return -EINVAL;
6344 params.assoc_value = asoc->max_burst;
6345 } else
6346 params.assoc_value = sp->max_burst;
6347
6348 if (len == sizeof(int)) {
6349 if (copy_to_user(optval, &params.assoc_value, len))
6350 return -EFAULT;
6351 } else {
6352 if (copy_to_user(optval, &params, len))
6353 return -EFAULT;
6354 }
6355
6356 return 0;
6357
Vlad Yasevich70331572007-03-23 11:34:36 -07006358}
6359
Vlad Yasevich65b07e52007-09-16 19:34:00 -07006360static int sctp_getsockopt_hmac_ident(struct sock *sk, int len,
6361 char __user *optval, int __user *optlen)
6362{
Vlad Yasevichb14878c2014-04-17 17:26:50 +02006363 struct sctp_endpoint *ep = sctp_sk(sk)->ep;
Vlad Yasevich5e739d12008-08-21 03:34:25 -07006364 struct sctp_hmacalgo __user *p = (void __user *)optval;
Vlad Yasevich65b07e52007-09-16 19:34:00 -07006365 struct sctp_hmac_algo_param *hmacs;
Vlad Yasevich5e739d12008-08-21 03:34:25 -07006366 __u16 data_len = 0;
6367 u32 num_idents;
Xin Long7a84bd42016-02-03 23:33:30 +08006368 int i;
Vlad Yasevich5e739d12008-08-21 03:34:25 -07006369
Vlad Yasevichb14878c2014-04-17 17:26:50 +02006370 if (!ep->auth_enable)
Vlad Yasevich5e739d12008-08-21 03:34:25 -07006371 return -EACCES;
Vlad Yasevich65b07e52007-09-16 19:34:00 -07006372
Vlad Yasevichb14878c2014-04-17 17:26:50 +02006373 hmacs = ep->auth_hmacs_list;
Xin Long3c918702017-06-30 11:52:16 +08006374 data_len = ntohs(hmacs->param_hdr.length) -
6375 sizeof(struct sctp_paramhdr);
Vlad Yasevich65b07e52007-09-16 19:34:00 -07006376
Vlad Yasevich5e739d12008-08-21 03:34:25 -07006377 if (len < sizeof(struct sctp_hmacalgo) + data_len)
Vlad Yasevich65b07e52007-09-16 19:34:00 -07006378 return -EINVAL;
Vlad Yasevich5e739d12008-08-21 03:34:25 -07006379
6380 len = sizeof(struct sctp_hmacalgo) + data_len;
6381 num_idents = data_len / sizeof(u16);
6382
Vlad Yasevich65b07e52007-09-16 19:34:00 -07006383 if (put_user(len, optlen))
6384 return -EFAULT;
Vlad Yasevich5e739d12008-08-21 03:34:25 -07006385 if (put_user(num_idents, &p->shmac_num_idents))
Vlad Yasevich65b07e52007-09-16 19:34:00 -07006386 return -EFAULT;
Xin Long7a84bd42016-02-03 23:33:30 +08006387 for (i = 0; i < num_idents; i++) {
6388 __u16 hmacid = ntohs(hmacs->hmac_ids[i]);
6389
6390 if (copy_to_user(&p->shmac_idents[i], &hmacid, sizeof(__u16)))
6391 return -EFAULT;
6392 }
Vlad Yasevich65b07e52007-09-16 19:34:00 -07006393 return 0;
6394}
6395
6396static int sctp_getsockopt_active_key(struct sock *sk, int len,
6397 char __user *optval, int __user *optlen)
6398{
Vlad Yasevichb14878c2014-04-17 17:26:50 +02006399 struct sctp_endpoint *ep = sctp_sk(sk)->ep;
Vlad Yasevich65b07e52007-09-16 19:34:00 -07006400 struct sctp_authkeyid val;
6401 struct sctp_association *asoc;
6402
Vlad Yasevichb14878c2014-04-17 17:26:50 +02006403 if (!ep->auth_enable)
Vlad Yasevich5e739d12008-08-21 03:34:25 -07006404 return -EACCES;
6405
Vlad Yasevich65b07e52007-09-16 19:34:00 -07006406 if (len < sizeof(struct sctp_authkeyid))
6407 return -EINVAL;
Marcelo Ricardo Leitnerc76f97c2018-01-08 19:02:29 -02006408
6409 len = sizeof(struct sctp_authkeyid);
6410 if (copy_from_user(&val, optval, len))
Vlad Yasevich65b07e52007-09-16 19:34:00 -07006411 return -EFAULT;
6412
6413 asoc = sctp_id2assoc(sk, val.scact_assoc_id);
6414 if (!asoc && val.scact_assoc_id && sctp_style(sk, UDP))
6415 return -EINVAL;
6416
6417 if (asoc)
6418 val.scact_keynumber = asoc->active_key_id;
6419 else
Vlad Yasevichb14878c2014-04-17 17:26:50 +02006420 val.scact_keynumber = ep->active_key_id;
Vlad Yasevich65b07e52007-09-16 19:34:00 -07006421
Vlad Yasevich5e739d12008-08-21 03:34:25 -07006422 if (put_user(len, optlen))
6423 return -EFAULT;
6424 if (copy_to_user(optval, &val, len))
6425 return -EFAULT;
6426
Vlad Yasevich65b07e52007-09-16 19:34:00 -07006427 return 0;
6428}
6429
6430static int sctp_getsockopt_peer_auth_chunks(struct sock *sk, int len,
6431 char __user *optval, int __user *optlen)
6432{
Vlad Yasevichb14878c2014-04-17 17:26:50 +02006433 struct sctp_endpoint *ep = sctp_sk(sk)->ep;
Al Viro411223c2007-10-14 19:21:20 +01006434 struct sctp_authchunks __user *p = (void __user *)optval;
Vlad Yasevich65b07e52007-09-16 19:34:00 -07006435 struct sctp_authchunks val;
6436 struct sctp_association *asoc;
6437 struct sctp_chunks_param *ch;
Vlad Yasevich5e739d12008-08-21 03:34:25 -07006438 u32 num_chunks = 0;
Vlad Yasevich65b07e52007-09-16 19:34:00 -07006439 char __user *to;
6440
Vlad Yasevichb14878c2014-04-17 17:26:50 +02006441 if (!ep->auth_enable)
Vlad Yasevich5e739d12008-08-21 03:34:25 -07006442 return -EACCES;
6443
6444 if (len < sizeof(struct sctp_authchunks))
Vlad Yasevich65b07e52007-09-16 19:34:00 -07006445 return -EINVAL;
6446
Marcelo Ricardo Leitnerc76f97c2018-01-08 19:02:29 -02006447 if (copy_from_user(&val, optval, sizeof(val)))
Vlad Yasevich65b07e52007-09-16 19:34:00 -07006448 return -EFAULT;
6449
Al Viro411223c2007-10-14 19:21:20 +01006450 to = p->gauth_chunks;
Vlad Yasevich65b07e52007-09-16 19:34:00 -07006451 asoc = sctp_id2assoc(sk, val.gauth_assoc_id);
6452 if (!asoc)
6453 return -EINVAL;
6454
6455 ch = asoc->peer.peer_chunks;
Vlad Yasevich5e739d12008-08-21 03:34:25 -07006456 if (!ch)
6457 goto num;
Vlad Yasevich65b07e52007-09-16 19:34:00 -07006458
6459 /* See if the user provided enough room for all the data */
Xin Long3c918702017-06-30 11:52:16 +08006460 num_chunks = ntohs(ch->param_hdr.length) - sizeof(struct sctp_paramhdr);
Vlad Yasevichb40db682008-02-27 14:40:37 -05006461 if (len < num_chunks)
Vlad Yasevich65b07e52007-09-16 19:34:00 -07006462 return -EINVAL;
6463
Vlad Yasevich5e739d12008-08-21 03:34:25 -07006464 if (copy_to_user(to, ch->chunks, num_chunks))
Vlad Yasevich65b07e52007-09-16 19:34:00 -07006465 return -EFAULT;
Vlad Yasevich5e739d12008-08-21 03:34:25 -07006466num:
6467 len = sizeof(struct sctp_authchunks) + num_chunks;
wangweidong8d726512013-12-23 12:16:53 +08006468 if (put_user(len, optlen))
6469 return -EFAULT;
Vlad Yasevich7e8616d2008-02-27 16:04:52 -05006470 if (put_user(num_chunks, &p->gauth_number_of_chunks))
6471 return -EFAULT;
Vlad Yasevich65b07e52007-09-16 19:34:00 -07006472 return 0;
6473}
6474
6475static int sctp_getsockopt_local_auth_chunks(struct sock *sk, int len,
6476 char __user *optval, int __user *optlen)
6477{
Vlad Yasevichb14878c2014-04-17 17:26:50 +02006478 struct sctp_endpoint *ep = sctp_sk(sk)->ep;
Al Viro411223c2007-10-14 19:21:20 +01006479 struct sctp_authchunks __user *p = (void __user *)optval;
Vlad Yasevich65b07e52007-09-16 19:34:00 -07006480 struct sctp_authchunks val;
6481 struct sctp_association *asoc;
6482 struct sctp_chunks_param *ch;
Vlad Yasevich5e739d12008-08-21 03:34:25 -07006483 u32 num_chunks = 0;
Vlad Yasevich65b07e52007-09-16 19:34:00 -07006484 char __user *to;
6485
Vlad Yasevichb14878c2014-04-17 17:26:50 +02006486 if (!ep->auth_enable)
Vlad Yasevich5e739d12008-08-21 03:34:25 -07006487 return -EACCES;
6488
6489 if (len < sizeof(struct sctp_authchunks))
Vlad Yasevich65b07e52007-09-16 19:34:00 -07006490 return -EINVAL;
6491
Marcelo Ricardo Leitnerc76f97c2018-01-08 19:02:29 -02006492 if (copy_from_user(&val, optval, sizeof(val)))
Vlad Yasevich65b07e52007-09-16 19:34:00 -07006493 return -EFAULT;
6494
Al Viro411223c2007-10-14 19:21:20 +01006495 to = p->gauth_chunks;
Vlad Yasevich65b07e52007-09-16 19:34:00 -07006496 asoc = sctp_id2assoc(sk, val.gauth_assoc_id);
6497 if (!asoc && val.gauth_assoc_id && sctp_style(sk, UDP))
6498 return -EINVAL;
6499
6500 if (asoc)
wangweidong26ac8e52013-12-23 12:16:51 +08006501 ch = (struct sctp_chunks_param *)asoc->c.auth_chunks;
Vlad Yasevich65b07e52007-09-16 19:34:00 -07006502 else
Vlad Yasevichb14878c2014-04-17 17:26:50 +02006503 ch = ep->auth_chunk_list;
Vlad Yasevich65b07e52007-09-16 19:34:00 -07006504
Vlad Yasevich5e739d12008-08-21 03:34:25 -07006505 if (!ch)
6506 goto num;
6507
Xin Long3c918702017-06-30 11:52:16 +08006508 num_chunks = ntohs(ch->param_hdr.length) - sizeof(struct sctp_paramhdr);
Vlad Yasevich5e739d12008-08-21 03:34:25 -07006509 if (len < sizeof(struct sctp_authchunks) + num_chunks)
Vlad Yasevich65b07e52007-09-16 19:34:00 -07006510 return -EINVAL;
6511
Vlad Yasevich5e739d12008-08-21 03:34:25 -07006512 if (copy_to_user(to, ch->chunks, num_chunks))
6513 return -EFAULT;
6514num:
6515 len = sizeof(struct sctp_authchunks) + num_chunks;
Vlad Yasevich65b07e52007-09-16 19:34:00 -07006516 if (put_user(len, optlen))
6517 return -EFAULT;
Vlad Yasevich7e8616d2008-02-27 16:04:52 -05006518 if (put_user(num_chunks, &p->gauth_number_of_chunks))
6519 return -EFAULT;
Vlad Yasevich65b07e52007-09-16 19:34:00 -07006520
6521 return 0;
6522}
6523
Wei Yongjunaea3c5c2008-12-25 16:57:24 -08006524/*
6525 * 8.2.5. Get the Current Number of Associations (SCTP_GET_ASSOC_NUMBER)
6526 * This option gets the current number of associations that are attached
6527 * to a one-to-many style socket. The option value is an uint32_t.
6528 */
6529static int sctp_getsockopt_assoc_number(struct sock *sk, int len,
6530 char __user *optval, int __user *optlen)
6531{
6532 struct sctp_sock *sp = sctp_sk(sk);
6533 struct sctp_association *asoc;
6534 u32 val = 0;
6535
6536 if (sctp_style(sk, TCP))
6537 return -EOPNOTSUPP;
6538
6539 if (len < sizeof(u32))
6540 return -EINVAL;
6541
6542 len = sizeof(u32);
6543
6544 list_for_each_entry(asoc, &(sp->ep->asocs), asocs) {
6545 val++;
6546 }
6547
6548 if (put_user(len, optlen))
6549 return -EFAULT;
6550 if (copy_to_user(optval, &val, len))
6551 return -EFAULT;
6552
6553 return 0;
6554}
6555
Wei Yongjun209ba422011-04-17 17:27:08 +00006556/*
Michio Honda7dc04d72011-04-26 20:16:31 +09006557 * 8.1.23 SCTP_AUTO_ASCONF
6558 * See the corresponding setsockopt entry as description
6559 */
6560static int sctp_getsockopt_auto_asconf(struct sock *sk, int len,
6561 char __user *optval, int __user *optlen)
6562{
6563 int val = 0;
6564
6565 if (len < sizeof(int))
6566 return -EINVAL;
6567
6568 len = sizeof(int);
6569 if (sctp_sk(sk)->do_auto_asconf && sctp_is_ep_boundall(sk))
6570 val = 1;
6571 if (put_user(len, optlen))
6572 return -EFAULT;
6573 if (copy_to_user(optval, &val, len))
6574 return -EFAULT;
6575 return 0;
6576}
6577
6578/*
Wei Yongjun209ba422011-04-17 17:27:08 +00006579 * 8.2.6. Get the Current Identifiers of Associations
6580 * (SCTP_GET_ASSOC_ID_LIST)
6581 *
6582 * This option gets the current list of SCTP association identifiers of
6583 * the SCTP associations handled by a one-to-many style socket.
6584 */
6585static int sctp_getsockopt_assoc_ids(struct sock *sk, int len,
6586 char __user *optval, int __user *optlen)
6587{
6588 struct sctp_sock *sp = sctp_sk(sk);
6589 struct sctp_association *asoc;
6590 struct sctp_assoc_ids *ids;
6591 u32 num = 0;
6592
6593 if (sctp_style(sk, TCP))
6594 return -EOPNOTSUPP;
6595
6596 if (len < sizeof(struct sctp_assoc_ids))
6597 return -EINVAL;
6598
6599 list_for_each_entry(asoc, &(sp->ep->asocs), asocs) {
6600 num++;
6601 }
6602
6603 if (len < sizeof(struct sctp_assoc_ids) + sizeof(sctp_assoc_t) * num)
6604 return -EINVAL;
6605
6606 len = sizeof(struct sctp_assoc_ids) + sizeof(sctp_assoc_t) * num;
6607
Marcelo Ricardo Leitner9ba0b962015-12-23 16:28:40 -02006608 ids = kmalloc(len, GFP_USER | __GFP_NOWARN);
Wei Yongjun209ba422011-04-17 17:27:08 +00006609 if (unlikely(!ids))
6610 return -ENOMEM;
6611
6612 ids->gaids_number_of_ids = num;
6613 num = 0;
6614 list_for_each_entry(asoc, &(sp->ep->asocs), asocs) {
6615 ids->gaids_assoc_id[num++] = asoc->assoc_id;
6616 }
6617
6618 if (put_user(len, optlen) || copy_to_user(optval, ids, len)) {
6619 kfree(ids);
6620 return -EFAULT;
6621 }
6622
6623 kfree(ids);
6624 return 0;
6625}
6626
Neil Horman5aa93bc2012-07-21 07:56:07 +00006627/*
6628 * SCTP_PEER_ADDR_THLDS
6629 *
6630 * This option allows us to fetch the partially failed threshold for one or all
6631 * transports in an association. See Section 6.1 of:
6632 * http://www.ietf.org/id/draft-nishida-tsvwg-sctp-failover-05.txt
6633 */
6634static int sctp_getsockopt_paddr_thresholds(struct sock *sk,
6635 char __user *optval,
6636 int len,
6637 int __user *optlen)
6638{
6639 struct sctp_paddrthlds val;
6640 struct sctp_transport *trans;
6641 struct sctp_association *asoc;
6642
6643 if (len < sizeof(struct sctp_paddrthlds))
6644 return -EINVAL;
6645 len = sizeof(struct sctp_paddrthlds);
6646 if (copy_from_user(&val, (struct sctp_paddrthlds __user *)optval, len))
6647 return -EFAULT;
6648
6649 if (sctp_is_any(sk, (const union sctp_addr *)&val.spt_address)) {
6650 asoc = sctp_id2assoc(sk, val.spt_assoc_id);
6651 if (!asoc)
6652 return -ENOENT;
6653
6654 val.spt_pathpfthld = asoc->pf_retrans;
6655 val.spt_pathmaxrxt = asoc->pathmaxrxt;
6656 } else {
6657 trans = sctp_addr_id2transport(sk, &val.spt_address,
6658 val.spt_assoc_id);
6659 if (!trans)
6660 return -ENOENT;
6661
6662 val.spt_pathmaxrxt = trans->pathmaxrxt;
6663 val.spt_pathpfthld = trans->pf_retrans;
6664 }
6665
6666 if (put_user(len, optlen) || copy_to_user(optval, &val, len))
6667 return -EFAULT;
6668
6669 return 0;
6670}
6671
Michele Baldessari196d6752012-12-01 04:49:42 +00006672/*
6673 * SCTP_GET_ASSOC_STATS
6674 *
6675 * This option retrieves local per endpoint statistics. It is modeled
6676 * after OpenSolaris' implementation
6677 */
6678static int sctp_getsockopt_assoc_stats(struct sock *sk, int len,
6679 char __user *optval,
6680 int __user *optlen)
6681{
6682 struct sctp_assoc_stats sas;
6683 struct sctp_association *asoc = NULL;
6684
6685 /* User must provide at least the assoc id */
6686 if (len < sizeof(sctp_assoc_t))
6687 return -EINVAL;
6688
Guenter Roeck726bc6b2013-02-27 10:57:31 +00006689 /* Allow the struct to grow and fill in as much as possible */
6690 len = min_t(size_t, len, sizeof(sas));
6691
Michele Baldessari196d6752012-12-01 04:49:42 +00006692 if (copy_from_user(&sas, optval, len))
6693 return -EFAULT;
6694
6695 asoc = sctp_id2assoc(sk, sas.sas_assoc_id);
6696 if (!asoc)
6697 return -EINVAL;
6698
6699 sas.sas_rtxchunks = asoc->stats.rtxchunks;
6700 sas.sas_gapcnt = asoc->stats.gapcnt;
6701 sas.sas_outofseqtsns = asoc->stats.outofseqtsns;
6702 sas.sas_osacks = asoc->stats.osacks;
6703 sas.sas_isacks = asoc->stats.isacks;
6704 sas.sas_octrlchunks = asoc->stats.octrlchunks;
6705 sas.sas_ictrlchunks = asoc->stats.ictrlchunks;
6706 sas.sas_oodchunks = asoc->stats.oodchunks;
6707 sas.sas_iodchunks = asoc->stats.iodchunks;
6708 sas.sas_ouodchunks = asoc->stats.ouodchunks;
6709 sas.sas_iuodchunks = asoc->stats.iuodchunks;
6710 sas.sas_idupchunks = asoc->stats.idupchunks;
6711 sas.sas_opackets = asoc->stats.opackets;
6712 sas.sas_ipackets = asoc->stats.ipackets;
6713
6714 /* New high max rto observed, will return 0 if not a single
6715 * RTO update took place. obs_rto_ipaddr will be bogus
6716 * in such a case
6717 */
6718 sas.sas_maxrto = asoc->stats.max_obs_rto;
6719 memcpy(&sas.sas_obs_rto_ipaddr, &asoc->stats.obs_rto_ipaddr,
6720 sizeof(struct sockaddr_storage));
6721
6722 /* Mark beginning of a new observation period */
6723 asoc->stats.max_obs_rto = asoc->rto_min;
6724
Michele Baldessari196d6752012-12-01 04:49:42 +00006725 if (put_user(len, optlen))
6726 return -EFAULT;
6727
Daniel Borkmannbb333812013-06-28 19:49:40 +02006728 pr_debug("%s: len:%d, assoc_id:%d\n", __func__, len, sas.sas_assoc_id);
Michele Baldessari196d6752012-12-01 04:49:42 +00006729
6730 if (copy_to_user(optval, &sas, len))
6731 return -EFAULT;
6732
6733 return 0;
6734}
6735
Geir Ola Vaagland0d3a4212014-07-12 20:30:37 +02006736static int sctp_getsockopt_recvrcvinfo(struct sock *sk, int len,
6737 char __user *optval,
6738 int __user *optlen)
6739{
6740 int val = 0;
6741
6742 if (len < sizeof(int))
6743 return -EINVAL;
6744
6745 len = sizeof(int);
6746 if (sctp_sk(sk)->recvrcvinfo)
6747 val = 1;
6748 if (put_user(len, optlen))
6749 return -EFAULT;
6750 if (copy_to_user(optval, &val, len))
6751 return -EFAULT;
6752
6753 return 0;
6754}
6755
Geir Ola Vaagland2347c802014-07-12 20:30:38 +02006756static int sctp_getsockopt_recvnxtinfo(struct sock *sk, int len,
6757 char __user *optval,
6758 int __user *optlen)
6759{
6760 int val = 0;
6761
6762 if (len < sizeof(int))
6763 return -EINVAL;
6764
6765 len = sizeof(int);
6766 if (sctp_sk(sk)->recvnxtinfo)
6767 val = 1;
6768 if (put_user(len, optlen))
6769 return -EFAULT;
6770 if (copy_to_user(optval, &val, len))
6771 return -EFAULT;
6772
6773 return 0;
6774}
6775
Xin Long28aa4c22016-07-09 19:47:40 +08006776static int sctp_getsockopt_pr_supported(struct sock *sk, int len,
6777 char __user *optval,
6778 int __user *optlen)
6779{
6780 struct sctp_assoc_value params;
6781 struct sctp_association *asoc;
6782 int retval = -EFAULT;
6783
6784 if (len < sizeof(params)) {
6785 retval = -EINVAL;
6786 goto out;
6787 }
6788
6789 len = sizeof(params);
6790 if (copy_from_user(&params, optval, len))
6791 goto out;
6792
6793 asoc = sctp_id2assoc(sk, params.assoc_id);
6794 if (asoc) {
6795 params.assoc_value = asoc->prsctp_enable;
6796 } else if (!params.assoc_id) {
6797 struct sctp_sock *sp = sctp_sk(sk);
6798
6799 params.assoc_value = sp->ep->prsctp_enable;
6800 } else {
6801 retval = -EINVAL;
6802 goto out;
6803 }
6804
6805 if (put_user(len, optlen))
6806 goto out;
6807
6808 if (copy_to_user(optval, &params, len))
6809 goto out;
6810
6811 retval = 0;
6812
6813out:
6814 return retval;
6815}
6816
Xin Longf959fb42016-07-09 19:47:41 +08006817static int sctp_getsockopt_default_prinfo(struct sock *sk, int len,
6818 char __user *optval,
6819 int __user *optlen)
6820{
6821 struct sctp_default_prinfo info;
6822 struct sctp_association *asoc;
6823 int retval = -EFAULT;
6824
6825 if (len < sizeof(info)) {
6826 retval = -EINVAL;
6827 goto out;
6828 }
6829
6830 len = sizeof(info);
6831 if (copy_from_user(&info, optval, len))
6832 goto out;
6833
6834 asoc = sctp_id2assoc(sk, info.pr_assoc_id);
6835 if (asoc) {
6836 info.pr_policy = SCTP_PR_POLICY(asoc->default_flags);
6837 info.pr_value = asoc->default_timetolive;
6838 } else if (!info.pr_assoc_id) {
6839 struct sctp_sock *sp = sctp_sk(sk);
6840
6841 info.pr_policy = SCTP_PR_POLICY(sp->default_flags);
6842 info.pr_value = sp->default_timetolive;
6843 } else {
6844 retval = -EINVAL;
6845 goto out;
6846 }
6847
6848 if (put_user(len, optlen))
6849 goto out;
6850
6851 if (copy_to_user(optval, &info, len))
6852 goto out;
6853
6854 retval = 0;
6855
6856out:
6857 return retval;
6858}
6859
Xin Long826d2532016-07-09 19:47:42 +08006860static int sctp_getsockopt_pr_assocstatus(struct sock *sk, int len,
6861 char __user *optval,
6862 int __user *optlen)
6863{
6864 struct sctp_prstatus params;
6865 struct sctp_association *asoc;
6866 int policy;
6867 int retval = -EINVAL;
6868
6869 if (len < sizeof(params))
6870 goto out;
6871
6872 len = sizeof(params);
6873 if (copy_from_user(&params, optval, len)) {
6874 retval = -EFAULT;
6875 goto out;
6876 }
6877
6878 policy = params.sprstat_policy;
6879 if (policy & ~SCTP_PR_SCTP_MASK)
6880 goto out;
6881
6882 asoc = sctp_id2assoc(sk, params.sprstat_assoc_id);
6883 if (!asoc)
6884 goto out;
6885
6886 if (policy == SCTP_PR_SCTP_NONE) {
6887 params.sprstat_abandoned_unsent = 0;
6888 params.sprstat_abandoned_sent = 0;
6889 for (policy = 0; policy <= SCTP_PR_INDEX(MAX); policy++) {
6890 params.sprstat_abandoned_unsent +=
6891 asoc->abandoned_unsent[policy];
6892 params.sprstat_abandoned_sent +=
6893 asoc->abandoned_sent[policy];
6894 }
6895 } else {
6896 params.sprstat_abandoned_unsent =
6897 asoc->abandoned_unsent[__SCTP_PR_INDEX(policy)];
6898 params.sprstat_abandoned_sent =
6899 asoc->abandoned_sent[__SCTP_PR_INDEX(policy)];
6900 }
6901
6902 if (put_user(len, optlen)) {
6903 retval = -EFAULT;
6904 goto out;
6905 }
6906
6907 if (copy_to_user(optval, &params, len)) {
6908 retval = -EFAULT;
6909 goto out;
6910 }
6911
6912 retval = 0;
6913
6914out:
6915 return retval;
6916}
6917
Xin Longd229d482017-04-01 17:07:46 +08006918static int sctp_getsockopt_pr_streamstatus(struct sock *sk, int len,
6919 char __user *optval,
6920 int __user *optlen)
6921{
Marcelo Ricardo Leitnerf952be72017-10-03 19:20:11 -03006922 struct sctp_stream_out_ext *streamoute;
Xin Longd229d482017-04-01 17:07:46 +08006923 struct sctp_association *asoc;
6924 struct sctp_prstatus params;
6925 int retval = -EINVAL;
6926 int policy;
6927
6928 if (len < sizeof(params))
6929 goto out;
6930
6931 len = sizeof(params);
6932 if (copy_from_user(&params, optval, len)) {
6933 retval = -EFAULT;
6934 goto out;
6935 }
6936
6937 policy = params.sprstat_policy;
6938 if (policy & ~SCTP_PR_SCTP_MASK)
6939 goto out;
6940
6941 asoc = sctp_id2assoc(sk, params.sprstat_assoc_id);
Xin Longcee360a2017-05-31 16:36:31 +08006942 if (!asoc || params.sprstat_sid >= asoc->stream.outcnt)
Xin Longd229d482017-04-01 17:07:46 +08006943 goto out;
6944
Marcelo Ricardo Leitnerf952be72017-10-03 19:20:11 -03006945 streamoute = asoc->stream.out[params.sprstat_sid].ext;
6946 if (!streamoute) {
6947 /* Not allocated yet, means all stats are 0 */
6948 params.sprstat_abandoned_unsent = 0;
6949 params.sprstat_abandoned_sent = 0;
6950 retval = 0;
6951 goto out;
6952 }
6953
Xin Longd229d482017-04-01 17:07:46 +08006954 if (policy == SCTP_PR_SCTP_NONE) {
6955 params.sprstat_abandoned_unsent = 0;
6956 params.sprstat_abandoned_sent = 0;
6957 for (policy = 0; policy <= SCTP_PR_INDEX(MAX); policy++) {
6958 params.sprstat_abandoned_unsent +=
Marcelo Ricardo Leitnerf952be72017-10-03 19:20:11 -03006959 streamoute->abandoned_unsent[policy];
Xin Longd229d482017-04-01 17:07:46 +08006960 params.sprstat_abandoned_sent +=
Marcelo Ricardo Leitnerf952be72017-10-03 19:20:11 -03006961 streamoute->abandoned_sent[policy];
Xin Longd229d482017-04-01 17:07:46 +08006962 }
6963 } else {
6964 params.sprstat_abandoned_unsent =
Marcelo Ricardo Leitnerf952be72017-10-03 19:20:11 -03006965 streamoute->abandoned_unsent[__SCTP_PR_INDEX(policy)];
Xin Longd229d482017-04-01 17:07:46 +08006966 params.sprstat_abandoned_sent =
Marcelo Ricardo Leitnerf952be72017-10-03 19:20:11 -03006967 streamoute->abandoned_sent[__SCTP_PR_INDEX(policy)];
Xin Longd229d482017-04-01 17:07:46 +08006968 }
6969
6970 if (put_user(len, optlen) || copy_to_user(optval, &params, len)) {
6971 retval = -EFAULT;
6972 goto out;
6973 }
6974
6975 retval = 0;
6976
6977out:
6978 return retval;
6979}
6980
Xin Longc0d8bab2017-03-10 12:11:12 +08006981static int sctp_getsockopt_reconfig_supported(struct sock *sk, int len,
6982 char __user *optval,
6983 int __user *optlen)
6984{
6985 struct sctp_assoc_value params;
6986 struct sctp_association *asoc;
6987 int retval = -EFAULT;
6988
6989 if (len < sizeof(params)) {
6990 retval = -EINVAL;
6991 goto out;
6992 }
6993
6994 len = sizeof(params);
6995 if (copy_from_user(&params, optval, len))
6996 goto out;
6997
6998 asoc = sctp_id2assoc(sk, params.assoc_id);
6999 if (asoc) {
7000 params.assoc_value = asoc->reconf_enable;
7001 } else if (!params.assoc_id) {
7002 struct sctp_sock *sp = sctp_sk(sk);
7003
7004 params.assoc_value = sp->ep->reconf_enable;
7005 } else {
7006 retval = -EINVAL;
7007 goto out;
7008 }
7009
7010 if (put_user(len, optlen))
7011 goto out;
7012
7013 if (copy_to_user(optval, &params, len))
7014 goto out;
7015
7016 retval = 0;
7017
7018out:
7019 return retval;
7020}
7021
Xin Long9fb657a2017-01-18 00:44:46 +08007022static int sctp_getsockopt_enable_strreset(struct sock *sk, int len,
7023 char __user *optval,
7024 int __user *optlen)
7025{
7026 struct sctp_assoc_value params;
7027 struct sctp_association *asoc;
7028 int retval = -EFAULT;
7029
7030 if (len < sizeof(params)) {
7031 retval = -EINVAL;
7032 goto out;
7033 }
7034
7035 len = sizeof(params);
7036 if (copy_from_user(&params, optval, len))
7037 goto out;
7038
7039 asoc = sctp_id2assoc(sk, params.assoc_id);
7040 if (asoc) {
7041 params.assoc_value = asoc->strreset_enable;
7042 } else if (!params.assoc_id) {
7043 struct sctp_sock *sp = sctp_sk(sk);
7044
7045 params.assoc_value = sp->ep->strreset_enable;
7046 } else {
7047 retval = -EINVAL;
7048 goto out;
7049 }
7050
7051 if (put_user(len, optlen))
7052 goto out;
7053
7054 if (copy_to_user(optval, &params, len))
7055 goto out;
7056
7057 retval = 0;
7058
7059out:
7060 return retval;
7061}
7062
Marcelo Ricardo Leitner13aa8772017-10-03 19:20:14 -03007063static int sctp_getsockopt_scheduler(struct sock *sk, int len,
7064 char __user *optval,
7065 int __user *optlen)
7066{
7067 struct sctp_assoc_value params;
7068 struct sctp_association *asoc;
7069 int retval = -EFAULT;
7070
7071 if (len < sizeof(params)) {
7072 retval = -EINVAL;
7073 goto out;
7074 }
7075
7076 len = sizeof(params);
7077 if (copy_from_user(&params, optval, len))
7078 goto out;
7079
7080 asoc = sctp_id2assoc(sk, params.assoc_id);
7081 if (!asoc) {
7082 retval = -EINVAL;
7083 goto out;
7084 }
7085
7086 params.assoc_value = sctp_sched_get_sched(asoc);
7087
7088 if (put_user(len, optlen))
7089 goto out;
7090
7091 if (copy_to_user(optval, &params, len))
7092 goto out;
7093
7094 retval = 0;
7095
7096out:
7097 return retval;
7098}
7099
Marcelo Ricardo Leitner0ccdf3c2017-10-03 19:20:15 -03007100static int sctp_getsockopt_scheduler_value(struct sock *sk, int len,
7101 char __user *optval,
7102 int __user *optlen)
7103{
7104 struct sctp_stream_value params;
7105 struct sctp_association *asoc;
7106 int retval = -EFAULT;
7107
7108 if (len < sizeof(params)) {
7109 retval = -EINVAL;
7110 goto out;
7111 }
7112
7113 len = sizeof(params);
7114 if (copy_from_user(&params, optval, len))
7115 goto out;
7116
7117 asoc = sctp_id2assoc(sk, params.assoc_id);
7118 if (!asoc) {
7119 retval = -EINVAL;
7120 goto out;
7121 }
7122
7123 retval = sctp_sched_get_value(asoc, params.stream_id,
7124 &params.stream_value);
7125 if (retval)
7126 goto out;
7127
7128 if (put_user(len, optlen)) {
7129 retval = -EFAULT;
7130 goto out;
7131 }
7132
7133 if (copy_to_user(optval, &params, len)) {
7134 retval = -EFAULT;
7135 goto out;
7136 }
7137
7138out:
7139 return retval;
7140}
7141
Xin Long772a5862017-12-08 21:03:58 +08007142static int sctp_getsockopt_interleaving_supported(struct sock *sk, int len,
7143 char __user *optval,
7144 int __user *optlen)
7145{
7146 struct sctp_assoc_value params;
7147 struct sctp_association *asoc;
7148 int retval = -EFAULT;
7149
7150 if (len < sizeof(params)) {
7151 retval = -EINVAL;
7152 goto out;
7153 }
7154
7155 len = sizeof(params);
7156 if (copy_from_user(&params, optval, len))
7157 goto out;
7158
7159 asoc = sctp_id2assoc(sk, params.assoc_id);
7160 if (asoc) {
7161 params.assoc_value = asoc->intl_enable;
7162 } else if (!params.assoc_id) {
7163 struct sctp_sock *sp = sctp_sk(sk);
7164
7165 params.assoc_value = sp->strm_interleave;
7166 } else {
7167 retval = -EINVAL;
7168 goto out;
7169 }
7170
7171 if (put_user(len, optlen))
7172 goto out;
7173
7174 if (copy_to_user(optval, &params, len))
7175 goto out;
7176
7177 retval = 0;
7178
7179out:
7180 return retval;
7181}
7182
Daniel Borkmanndda91922013-06-17 11:40:05 +02007183static int sctp_getsockopt(struct sock *sk, int level, int optname,
7184 char __user *optval, int __user *optlen)
Linus Torvalds1da177e2005-04-16 15:20:36 -07007185{
7186 int retval = 0;
7187 int len;
7188
Daniel Borkmannbb333812013-06-28 19:49:40 +02007189 pr_debug("%s: sk:%p, optname:%d\n", __func__, sk, optname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007190
7191 /* I can hardly begin to describe how wrong this is. This is
7192 * so broken as to be worse than useless. The API draft
7193 * REALLY is NOT helpful here... I am not convinced that the
7194 * semantics of getsockopt() with a level OTHER THAN SOL_SCTP
7195 * are at all well-founded.
7196 */
7197 if (level != SOL_SCTP) {
7198 struct sctp_af *af = sctp_sk(sk)->pf->af;
7199
7200 retval = af->getsockopt(sk, level, optname, optval, optlen);
7201 return retval;
7202 }
7203
7204 if (get_user(len, optlen))
7205 return -EFAULT;
7206
Jiri Slabya4b8e712016-10-21 14:13:24 +02007207 if (len < 0)
7208 return -EINVAL;
7209
wangweidong048ed4b2014-01-21 15:44:11 +08007210 lock_sock(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007211
7212 switch (optname) {
7213 case SCTP_STATUS:
7214 retval = sctp_getsockopt_sctp_status(sk, len, optval, optlen);
7215 break;
7216 case SCTP_DISABLE_FRAGMENTS:
7217 retval = sctp_getsockopt_disable_fragments(sk, len, optval,
7218 optlen);
7219 break;
7220 case SCTP_EVENTS:
7221 retval = sctp_getsockopt_events(sk, len, optval, optlen);
7222 break;
7223 case SCTP_AUTOCLOSE:
7224 retval = sctp_getsockopt_autoclose(sk, len, optval, optlen);
7225 break;
7226 case SCTP_SOCKOPT_PEELOFF:
7227 retval = sctp_getsockopt_peeloff(sk, len, optval, optlen);
7228 break;
Neil Horman2cb5c8e2017-06-30 13:32:57 -04007229 case SCTP_SOCKOPT_PEELOFF_FLAGS:
7230 retval = sctp_getsockopt_peeloff_flags(sk, len, optval, optlen);
7231 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007232 case SCTP_PEER_ADDR_PARAMS:
7233 retval = sctp_getsockopt_peer_addr_params(sk, len, optval,
7234 optlen);
7235 break;
Shan Wei4580ccc2011-01-18 22:39:00 +00007236 case SCTP_DELAYED_SACK:
Wei Yongjund364d922008-05-09 15:13:26 -07007237 retval = sctp_getsockopt_delayed_ack(sk, len, optval,
Frank Filz77086102005-12-22 11:37:30 -08007238 optlen);
7239 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007240 case SCTP_INITMSG:
7241 retval = sctp_getsockopt_initmsg(sk, len, optval, optlen);
7242 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007243 case SCTP_GET_PEER_ADDRS:
7244 retval = sctp_getsockopt_peer_addrs(sk, len, optval,
7245 optlen);
7246 break;
7247 case SCTP_GET_LOCAL_ADDRS:
7248 retval = sctp_getsockopt_local_addrs(sk, len, optval,
7249 optlen);
7250 break;
Vlad Yasevichc6ba68a2009-06-01 12:41:15 -04007251 case SCTP_SOCKOPT_CONNECTX3:
7252 retval = sctp_getsockopt_connectx3(sk, len, optval, optlen);
7253 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007254 case SCTP_DEFAULT_SEND_PARAM:
7255 retval = sctp_getsockopt_default_send_param(sk, len,
7256 optval, optlen);
7257 break;
Geir Ola Vaagland6b3fd5f2014-07-12 20:30:39 +02007258 case SCTP_DEFAULT_SNDINFO:
7259 retval = sctp_getsockopt_default_sndinfo(sk, len,
7260 optval, optlen);
7261 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007262 case SCTP_PRIMARY_ADDR:
7263 retval = sctp_getsockopt_primary_addr(sk, len, optval, optlen);
7264 break;
7265 case SCTP_NODELAY:
7266 retval = sctp_getsockopt_nodelay(sk, len, optval, optlen);
7267 break;
7268 case SCTP_RTOINFO:
7269 retval = sctp_getsockopt_rtoinfo(sk, len, optval, optlen);
7270 break;
7271 case SCTP_ASSOCINFO:
7272 retval = sctp_getsockopt_associnfo(sk, len, optval, optlen);
7273 break;
7274 case SCTP_I_WANT_MAPPED_V4_ADDR:
7275 retval = sctp_getsockopt_mappedv4(sk, len, optval, optlen);
7276 break;
7277 case SCTP_MAXSEG:
7278 retval = sctp_getsockopt_maxseg(sk, len, optval, optlen);
7279 break;
7280 case SCTP_GET_PEER_ADDR_INFO:
7281 retval = sctp_getsockopt_peer_addr_info(sk, len, optval,
7282 optlen);
7283 break;
Ivan Skytte Jorgensen0f3fffd2006-12-20 16:07:04 -08007284 case SCTP_ADAPTATION_LAYER:
7285 retval = sctp_getsockopt_adaptation_layer(sk, len, optval,
Linus Torvalds1da177e2005-04-16 15:20:36 -07007286 optlen);
7287 break;
Ivan Skytte Jorgensen6ab792f2006-12-13 16:34:22 -08007288 case SCTP_CONTEXT:
7289 retval = sctp_getsockopt_context(sk, len, optval, optlen);
7290 break;
Vlad Yasevichb6e13312007-04-20 12:23:15 -07007291 case SCTP_FRAGMENT_INTERLEAVE:
7292 retval = sctp_getsockopt_fragment_interleave(sk, len, optval,
7293 optlen);
7294 break;
Vlad Yasevichd49d91d2007-03-23 11:32:00 -07007295 case SCTP_PARTIAL_DELIVERY_POINT:
7296 retval = sctp_getsockopt_partial_delivery_point(sk, len, optval,
7297 optlen);
7298 break;
Vlad Yasevich70331572007-03-23 11:34:36 -07007299 case SCTP_MAX_BURST:
7300 retval = sctp_getsockopt_maxburst(sk, len, optval, optlen);
7301 break;
Vlad Yasevich65b07e52007-09-16 19:34:00 -07007302 case SCTP_AUTH_KEY:
7303 case SCTP_AUTH_CHUNK:
7304 case SCTP_AUTH_DELETE_KEY:
Xin Long601590e2018-03-14 19:05:32 +08007305 case SCTP_AUTH_DEACTIVATE_KEY:
Vlad Yasevich65b07e52007-09-16 19:34:00 -07007306 retval = -EOPNOTSUPP;
7307 break;
7308 case SCTP_HMAC_IDENT:
7309 retval = sctp_getsockopt_hmac_ident(sk, len, optval, optlen);
7310 break;
7311 case SCTP_AUTH_ACTIVE_KEY:
7312 retval = sctp_getsockopt_active_key(sk, len, optval, optlen);
7313 break;
7314 case SCTP_PEER_AUTH_CHUNKS:
7315 retval = sctp_getsockopt_peer_auth_chunks(sk, len, optval,
7316 optlen);
7317 break;
7318 case SCTP_LOCAL_AUTH_CHUNKS:
7319 retval = sctp_getsockopt_local_auth_chunks(sk, len, optval,
7320 optlen);
7321 break;
Wei Yongjunaea3c5c2008-12-25 16:57:24 -08007322 case SCTP_GET_ASSOC_NUMBER:
7323 retval = sctp_getsockopt_assoc_number(sk, len, optval, optlen);
7324 break;
Wei Yongjun209ba422011-04-17 17:27:08 +00007325 case SCTP_GET_ASSOC_ID_LIST:
7326 retval = sctp_getsockopt_assoc_ids(sk, len, optval, optlen);
7327 break;
Michio Honda7dc04d72011-04-26 20:16:31 +09007328 case SCTP_AUTO_ASCONF:
7329 retval = sctp_getsockopt_auto_asconf(sk, len, optval, optlen);
7330 break;
Neil Horman5aa93bc2012-07-21 07:56:07 +00007331 case SCTP_PEER_ADDR_THLDS:
7332 retval = sctp_getsockopt_paddr_thresholds(sk, optval, len, optlen);
7333 break;
Michele Baldessari196d6752012-12-01 04:49:42 +00007334 case SCTP_GET_ASSOC_STATS:
7335 retval = sctp_getsockopt_assoc_stats(sk, len, optval, optlen);
7336 break;
Geir Ola Vaagland0d3a4212014-07-12 20:30:37 +02007337 case SCTP_RECVRCVINFO:
7338 retval = sctp_getsockopt_recvrcvinfo(sk, len, optval, optlen);
7339 break;
Geir Ola Vaagland2347c802014-07-12 20:30:38 +02007340 case SCTP_RECVNXTINFO:
7341 retval = sctp_getsockopt_recvnxtinfo(sk, len, optval, optlen);
7342 break;
Xin Long28aa4c22016-07-09 19:47:40 +08007343 case SCTP_PR_SUPPORTED:
7344 retval = sctp_getsockopt_pr_supported(sk, len, optval, optlen);
7345 break;
Xin Longf959fb42016-07-09 19:47:41 +08007346 case SCTP_DEFAULT_PRINFO:
7347 retval = sctp_getsockopt_default_prinfo(sk, len, optval,
7348 optlen);
7349 break;
Xin Long826d2532016-07-09 19:47:42 +08007350 case SCTP_PR_ASSOC_STATUS:
7351 retval = sctp_getsockopt_pr_assocstatus(sk, len, optval,
7352 optlen);
7353 break;
Xin Longd229d482017-04-01 17:07:46 +08007354 case SCTP_PR_STREAM_STATUS:
7355 retval = sctp_getsockopt_pr_streamstatus(sk, len, optval,
7356 optlen);
7357 break;
Xin Longc0d8bab2017-03-10 12:11:12 +08007358 case SCTP_RECONFIG_SUPPORTED:
7359 retval = sctp_getsockopt_reconfig_supported(sk, len, optval,
7360 optlen);
7361 break;
Xin Long9fb657a2017-01-18 00:44:46 +08007362 case SCTP_ENABLE_STREAM_RESET:
7363 retval = sctp_getsockopt_enable_strreset(sk, len, optval,
7364 optlen);
7365 break;
Marcelo Ricardo Leitner13aa8772017-10-03 19:20:14 -03007366 case SCTP_STREAM_SCHEDULER:
7367 retval = sctp_getsockopt_scheduler(sk, len, optval,
7368 optlen);
7369 break;
Marcelo Ricardo Leitner0ccdf3c2017-10-03 19:20:15 -03007370 case SCTP_STREAM_SCHEDULER_VALUE:
7371 retval = sctp_getsockopt_scheduler_value(sk, len, optval,
7372 optlen);
7373 break;
Xin Long772a5862017-12-08 21:03:58 +08007374 case SCTP_INTERLEAVING_SUPPORTED:
7375 retval = sctp_getsockopt_interleaving_supported(sk, len, optval,
7376 optlen);
7377 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007378 default:
7379 retval = -ENOPROTOOPT;
7380 break;
Stephen Hemminger3ff50b72007-04-20 17:09:22 -07007381 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07007382
wangweidong048ed4b2014-01-21 15:44:11 +08007383 release_sock(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007384 return retval;
7385}
7386
Craig Gallek086c6532016-02-10 11:50:35 -05007387static int sctp_hash(struct sock *sk)
Linus Torvalds1da177e2005-04-16 15:20:36 -07007388{
7389 /* STUB */
Craig Gallek086c6532016-02-10 11:50:35 -05007390 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007391}
7392
7393static void sctp_unhash(struct sock *sk)
7394{
7395 /* STUB */
7396}
7397
7398/* Check if port is acceptable. Possibly find first available port.
7399 *
7400 * The port hash table (contained in the 'global' SCTP protocol storage
7401 * returned by struct sctp_protocol *sctp_get_protocol()). The hash
7402 * table is an array of 4096 lists (sctp_bind_hashbucket). Each
7403 * list (the list number is the port number hashed out, so as you
7404 * would expect from a hash function, all the ports in a given list have
7405 * such a number that hashes out to the same list number; you were
7406 * expecting that, right?); so each list has a set of ports, with a
7407 * link to the socket (struct sock) that uses it, the port number and
7408 * a fastreuse flag (FIXME: NPI ipg).
7409 */
7410static struct sctp_bind_bucket *sctp_bucket_create(
Eric W. Biedermanf1f43762012-08-06 08:39:38 +00007411 struct sctp_bind_hashbucket *head, struct net *, unsigned short snum);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007412
7413static long sctp_get_port_local(struct sock *sk, union sctp_addr *addr)
7414{
7415 struct sctp_bind_hashbucket *head; /* hash list */
Sasha Levinb67bfe02013-02-27 17:06:00 -08007416 struct sctp_bind_bucket *pp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007417 unsigned short snum;
7418 int ret;
7419
Al Viro04afd8b2006-11-20 17:02:01 -08007420 snum = ntohs(addr->v4.sin_port);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007421
Daniel Borkmannbb333812013-06-28 19:49:40 +02007422 pr_debug("%s: begins, snum:%d\n", __func__, snum);
7423
wangweidong79b91132014-01-21 15:44:07 +08007424 local_bh_disable();
Linus Torvalds1da177e2005-04-16 15:20:36 -07007425
7426 if (snum == 0) {
Stephen Hemminger06393002007-10-10 17:30:18 -07007427 /* Search for an available port. */
Stephen Hemminger227b60f2007-10-10 17:30:46 -07007428 int low, high, remaining, index;
7429 unsigned int rover;
WANG Cong122ff242014-05-12 16:04:53 -07007430 struct net *net = sock_net(sk);
Stephen Hemminger227b60f2007-10-10 17:30:46 -07007431
WANG Cong122ff242014-05-12 16:04:53 -07007432 inet_get_local_port_range(net, &low, &high);
Stephen Hemminger227b60f2007-10-10 17:30:46 -07007433 remaining = (high - low) + 1;
Aruna-Hewapathirane63862b52014-01-11 07:15:59 -05007434 rover = prandom_u32() % remaining + low;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007435
Linus Torvalds1da177e2005-04-16 15:20:36 -07007436 do {
7437 rover++;
7438 if ((rover < low) || (rover > high))
7439 rover = low;
WANG Cong122ff242014-05-12 16:04:53 -07007440 if (inet_is_local_reserved_port(net, rover))
Amerigo Wange3826f12010-05-05 00:27:06 +00007441 continue;
Eric W. Biedermanf1f43762012-08-06 08:39:38 +00007442 index = sctp_phashfn(sock_net(sk), rover);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007443 head = &sctp_port_hashtable[index];
wangweidong3c8e43b2014-01-21 15:44:08 +08007444 spin_lock(&head->lock);
Sasha Levinb67bfe02013-02-27 17:06:00 -08007445 sctp_for_each_hentry(pp, &head->chain)
Eric W. Biedermanf1f43762012-08-06 08:39:38 +00007446 if ((pp->port == rover) &&
7447 net_eq(sock_net(sk), pp->net))
Linus Torvalds1da177e2005-04-16 15:20:36 -07007448 goto next;
7449 break;
7450 next:
wangweidong3c8e43b2014-01-21 15:44:08 +08007451 spin_unlock(&head->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007452 } while (--remaining > 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007453
7454 /* Exhausted local port range during search? */
7455 ret = 1;
7456 if (remaining <= 0)
7457 goto fail;
7458
7459 /* OK, here is the one we will use. HEAD (the port
7460 * hash table list entry) is non-NULL and we hold it's
7461 * mutex.
7462 */
7463 snum = rover;
7464 } else {
7465 /* We are given an specific port number; we verify
7466 * that it is not being used. If it is used, we will
7467 * exahust the search in the hash list corresponding
7468 * to the port number (snum) - we detect that with the
7469 * port iterator, pp being NULL.
7470 */
Eric W. Biedermanf1f43762012-08-06 08:39:38 +00007471 head = &sctp_port_hashtable[sctp_phashfn(sock_net(sk), snum)];
wangweidong3c8e43b2014-01-21 15:44:08 +08007472 spin_lock(&head->lock);
Sasha Levinb67bfe02013-02-27 17:06:00 -08007473 sctp_for_each_hentry(pp, &head->chain) {
Eric W. Biedermanf1f43762012-08-06 08:39:38 +00007474 if ((pp->port == snum) && net_eq(pp->net, sock_net(sk)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07007475 goto pp_found;
7476 }
7477 }
7478 pp = NULL;
7479 goto pp_not_found;
7480pp_found:
7481 if (!hlist_empty(&pp->owner)) {
7482 /* We had a port hash table hit - there is an
7483 * available port (pp != NULL) and it is being
7484 * used by other socket (pp->owner not empty); that other
7485 * socket is going to be sk2.
7486 */
7487 int reuse = sk->sk_reuse;
7488 struct sock *sk2;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007489
Daniel Borkmannbb333812013-06-28 19:49:40 +02007490 pr_debug("%s: found a possible match\n", __func__);
7491
Vlad Yasevichce5325c2007-05-04 13:34:49 -07007492 if (pp->fastreuse && sk->sk_reuse &&
7493 sk->sk_state != SCTP_SS_LISTENING)
Linus Torvalds1da177e2005-04-16 15:20:36 -07007494 goto success;
7495
7496 /* Run through the list of sockets bound to the port
7497 * (pp->port) [via the pointers bind_next and
7498 * bind_pprev in the struct sock *sk2 (pp->sk)]. On each one,
7499 * we get the endpoint they describe and run through
7500 * the endpoint's list of IP (v4 or v6) addresses,
7501 * comparing each of the addresses with the address of
7502 * the socket sk. If we find a match, then that means
7503 * that this port/socket (sk) combination are already
7504 * in an endpoint.
7505 */
Sasha Levinb67bfe02013-02-27 17:06:00 -08007506 sk_for_each_bound(sk2, &pp->owner) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07007507 struct sctp_endpoint *ep2;
7508 ep2 = sctp_sk(sk2)->ep;
7509
Vlad Yasevich4e540642008-07-18 23:06:32 -07007510 if (sk == sk2 ||
7511 (reuse && sk2->sk_reuse &&
7512 sk2->sk_state != SCTP_SS_LISTENING))
Linus Torvalds1da177e2005-04-16 15:20:36 -07007513 continue;
7514
Vlad Yasevich7dab83d2008-07-18 23:05:40 -07007515 if (sctp_bind_addr_conflict(&ep2->base.bind_addr, addr,
7516 sctp_sk(sk2), sctp_sk(sk))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07007517 ret = (long)sk2;
7518 goto fail_unlock;
7519 }
7520 }
Daniel Borkmannbb333812013-06-28 19:49:40 +02007521
7522 pr_debug("%s: found a match\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007523 }
7524pp_not_found:
7525 /* If there was a hash table miss, create a new port. */
7526 ret = 1;
Eric W. Biedermanf1f43762012-08-06 08:39:38 +00007527 if (!pp && !(pp = sctp_bucket_create(head, sock_net(sk), snum)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07007528 goto fail_unlock;
7529
7530 /* In either case (hit or miss), make sure fastreuse is 1 only
7531 * if sk->sk_reuse is too (that is, if the caller requested
7532 * SO_REUSEADDR on this socket -sk-).
7533 */
Vlad Yasevichce5325c2007-05-04 13:34:49 -07007534 if (hlist_empty(&pp->owner)) {
7535 if (sk->sk_reuse && sk->sk_state != SCTP_SS_LISTENING)
7536 pp->fastreuse = 1;
7537 else
7538 pp->fastreuse = 0;
7539 } else if (pp->fastreuse &&
7540 (!sk->sk_reuse || sk->sk_state == SCTP_SS_LISTENING))
Linus Torvalds1da177e2005-04-16 15:20:36 -07007541 pp->fastreuse = 0;
7542
7543 /* We are set, so fill up all the data in the hash table
7544 * entry, tie the socket list information with the rest of the
7545 * sockets FIXME: Blurry, NPI (ipg).
7546 */
7547success:
Linus Torvalds1da177e2005-04-16 15:20:36 -07007548 if (!sctp_sk(sk)->bind_hash) {
Eric Dumazetc720c7e82009-10-15 06:30:45 +00007549 inet_sk(sk)->inet_num = snum;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007550 sk_add_bind_node(sk, &pp->owner);
7551 sctp_sk(sk)->bind_hash = pp;
7552 }
7553 ret = 0;
7554
7555fail_unlock:
wangweidong3c8e43b2014-01-21 15:44:08 +08007556 spin_unlock(&head->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007557
7558fail:
wangweidong79b91132014-01-21 15:44:07 +08007559 local_bh_enable();
Linus Torvalds1da177e2005-04-16 15:20:36 -07007560 return ret;
7561}
7562
7563/* Assign a 'snum' port to the socket. If snum == 0, an ephemeral
7564 * port is requested.
7565 */
7566static int sctp_get_port(struct sock *sk, unsigned short snum)
7567{
Linus Torvalds1da177e2005-04-16 15:20:36 -07007568 union sctp_addr addr;
7569 struct sctp_af *af = sctp_sk(sk)->pf->af;
7570
7571 /* Set up a dummy address struct from the sk. */
7572 af->from_sk(&addr, sk);
7573 addr.v4.sin_port = htons(snum);
7574
7575 /* Note: sk->sk_num gets filled in if ephemeral port request. */
Daniel Borkmann62208f12013-06-25 18:17:30 +02007576 return !!sctp_get_port_local(sk, &addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007577}
7578
7579/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07007580 * Move a socket to LISTENING state.
7581 */
Daniel Borkmanndda91922013-06-17 11:40:05 +02007582static int sctp_listen_start(struct sock *sk, int backlog)
Linus Torvalds1da177e2005-04-16 15:20:36 -07007583{
Vlad Yasevich5e8f3f72009-03-12 09:49:17 +00007584 struct sctp_sock *sp = sctp_sk(sk);
7585 struct sctp_endpoint *ep = sp->ep;
Herbert Xu5821c762016-01-24 21:20:12 +08007586 struct crypto_shash *tfm = NULL;
Neil Horman3c681982012-10-24 09:20:03 +00007587 char alg[32];
Linus Torvalds1da177e2005-04-16 15:20:36 -07007588
7589 /* Allocate HMAC for generating cookie. */
Neil Horman3c681982012-10-24 09:20:03 +00007590 if (!sp->hmac && sp->sctp_hmac_alg) {
7591 sprintf(alg, "hmac(%s)", sp->sctp_hmac_alg);
Herbert Xu5821c762016-01-24 21:20:12 +08007592 tfm = crypto_alloc_shash(alg, 0, 0);
Vlad Yasevich8dc49842007-05-09 13:50:20 -07007593 if (IS_ERR(tfm)) {
Joe Perchese87cc472012-05-13 21:56:26 +00007594 net_info_ratelimited("failed to load transform for %s: %ld\n",
Neil Horman3c681982012-10-24 09:20:03 +00007595 sp->sctp_hmac_alg, PTR_ERR(tfm));
Vlad Yasevich5e8f3f72009-03-12 09:49:17 +00007596 return -ENOSYS;
7597 }
7598 sctp_sk(sk)->hmac = tfm;
7599 }
7600
7601 /*
7602 * If a bind() or sctp_bindx() is not called prior to a listen()
7603 * call that allows new associations to be accepted, the system
7604 * picks an ephemeral port and will choose an address set equivalent
7605 * to binding with a wildcard address.
7606 *
7607 * This is not currently spelled out in the SCTP sockets
7608 * extensions draft, but follows the practice as seen in TCP
7609 * sockets.
7610 *
7611 */
Yafang Shaocbabf462017-12-20 11:12:54 +08007612 inet_sk_set_state(sk, SCTP_SS_LISTENING);
Vlad Yasevich5e8f3f72009-03-12 09:49:17 +00007613 if (!ep->base.bind_addr.port) {
7614 if (sctp_autobind(sk))
7615 return -EAGAIN;
7616 } else {
Eric Dumazetc720c7e82009-10-15 06:30:45 +00007617 if (sctp_get_port(sk, inet_sk(sk)->inet_num)) {
Yafang Shaocbabf462017-12-20 11:12:54 +08007618 inet_sk_set_state(sk, SCTP_SS_CLOSED);
Vlad Yasevich5e8f3f72009-03-12 09:49:17 +00007619 return -EADDRINUSE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007620 }
7621 }
7622
Vlad Yasevich5e8f3f72009-03-12 09:49:17 +00007623 sk->sk_max_ack_backlog = backlog;
7624 sctp_hash_endpoint(ep);
7625 return 0;
7626}
7627
7628/*
7629 * 4.1.3 / 5.1.3 listen()
7630 *
7631 * By default, new associations are not accepted for UDP style sockets.
7632 * An application uses listen() to mark a socket as being able to
7633 * accept new associations.
7634 *
7635 * On TCP style sockets, applications use listen() to ready the SCTP
7636 * endpoint for accepting inbound associations.
7637 *
7638 * On both types of endpoints a backlog of '0' disables listening.
7639 *
7640 * Move a socket to LISTENING state.
7641 */
7642int sctp_inet_listen(struct socket *sock, int backlog)
7643{
7644 struct sock *sk = sock->sk;
7645 struct sctp_endpoint *ep = sctp_sk(sk)->ep;
7646 int err = -EINVAL;
7647
7648 if (unlikely(backlog < 0))
7649 return err;
7650
wangweidong048ed4b2014-01-21 15:44:11 +08007651 lock_sock(sk);
Vlad Yasevich5e8f3f72009-03-12 09:49:17 +00007652
7653 /* Peeled-off sockets are not allowed to listen(). */
7654 if (sctp_style(sk, UDP_HIGH_BANDWIDTH))
7655 goto out;
7656
7657 if (sock->state != SS_UNCONNECTED)
7658 goto out;
7659
Xin Long34b27892017-04-06 13:10:52 +08007660 if (!sctp_sstate(sk, LISTENING) && !sctp_sstate(sk, CLOSED))
7661 goto out;
7662
Vlad Yasevich5e8f3f72009-03-12 09:49:17 +00007663 /* If backlog is zero, disable listening. */
7664 if (!backlog) {
7665 if (sctp_sstate(sk, CLOSED))
7666 goto out;
7667
7668 err = 0;
7669 sctp_unhash_endpoint(ep);
7670 sk->sk_state = SCTP_SS_CLOSED;
7671 if (sk->sk_reuse)
7672 sctp_sk(sk)->bind_hash->fastreuse = 1;
7673 goto out;
Stephen Hemminger3ff50b72007-04-20 17:09:22 -07007674 }
7675
Vlad Yasevich5e8f3f72009-03-12 09:49:17 +00007676 /* If we are already listening, just update the backlog */
7677 if (sctp_sstate(sk, LISTENING))
7678 sk->sk_max_ack_backlog = backlog;
7679 else {
7680 err = sctp_listen_start(sk, backlog);
7681 if (err)
7682 goto out;
7683 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07007684
Vlad Yasevich5e8f3f72009-03-12 09:49:17 +00007685 err = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007686out:
wangweidong048ed4b2014-01-21 15:44:11 +08007687 release_sock(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007688 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007689}
7690
7691/*
7692 * This function is done by modeling the current datagram_poll() and the
7693 * tcp_poll(). Note that, based on these implementations, we don't
7694 * lock the socket in this function, even though it seems that,
7695 * ideally, locking or some other mechanisms can be used to ensure
Neil Horman9bffc4a2005-12-19 14:24:40 -08007696 * the integrity of the counters (sndbuf and wmem_alloc) used
Linus Torvalds1da177e2005-04-16 15:20:36 -07007697 * in this place. We assume that we don't need locks either until proven
7698 * otherwise.
7699 *
7700 * Another thing to note is that we include the Async I/O support
7701 * here, again, by modeling the current TCP/UDP code. We don't have
7702 * a good way to test with it yet.
7703 */
Al Viroade994f2017-07-03 00:01:49 -04007704__poll_t sctp_poll(struct file *file, struct socket *sock, poll_table *wait)
Linus Torvalds1da177e2005-04-16 15:20:36 -07007705{
7706 struct sock *sk = sock->sk;
7707 struct sctp_sock *sp = sctp_sk(sk);
Al Viroade994f2017-07-03 00:01:49 -04007708 __poll_t mask;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007709
Eric Dumazetaa395142010-04-20 13:03:51 +00007710 poll_wait(file, sk_sleep(sk), wait);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007711
Marcelo Ricardo Leitner486bdee2016-04-12 18:11:31 -03007712 sock_rps_record_flow(sk);
7713
Linus Torvalds1da177e2005-04-16 15:20:36 -07007714 /* A TCP-style listening socket becomes readable when the accept queue
7715 * is not empty.
7716 */
7717 if (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING))
7718 return (!list_empty(&sp->ep->asocs)) ?
Linus Torvaldsa9a08842018-02-11 14:34:03 -08007719 (EPOLLIN | EPOLLRDNORM) : 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007720
7721 mask = 0;
7722
7723 /* Is there any exceptional events? */
7724 if (sk->sk_err || !skb_queue_empty(&sk->sk_error_queue))
Linus Torvaldsa9a08842018-02-11 14:34:03 -08007725 mask |= EPOLLERR |
7726 (sock_flag(sk, SOCK_SELECT_ERR_QUEUE) ? EPOLLPRI : 0);
Davide Libenzif348d702006-03-25 03:07:39 -08007727 if (sk->sk_shutdown & RCV_SHUTDOWN)
Linus Torvaldsa9a08842018-02-11 14:34:03 -08007728 mask |= EPOLLRDHUP | EPOLLIN | EPOLLRDNORM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007729 if (sk->sk_shutdown == SHUTDOWN_MASK)
Linus Torvaldsa9a08842018-02-11 14:34:03 -08007730 mask |= EPOLLHUP;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007731
7732 /* Is it readable? Reconsider this code with TCP-style support. */
Eric Dumazetdb409802010-09-06 11:13:50 +00007733 if (!skb_queue_empty(&sk->sk_receive_queue))
Linus Torvaldsa9a08842018-02-11 14:34:03 -08007734 mask |= EPOLLIN | EPOLLRDNORM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007735
7736 /* The association is either gone or not ready. */
7737 if (!sctp_style(sk, UDP) && sctp_sstate(sk, CLOSED))
7738 return mask;
7739
7740 /* Is it writable? */
7741 if (sctp_writeable(sk)) {
Linus Torvaldsa9a08842018-02-11 14:34:03 -08007742 mask |= EPOLLOUT | EPOLLWRNORM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007743 } else {
Eric Dumazet9cd3e072015-11-29 20:03:10 -08007744 sk_set_bit(SOCKWQ_ASYNC_NOSPACE, sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007745 /*
7746 * Since the socket is not locked, the buffer
7747 * might be made available after the writeable check and
7748 * before the bit is set. This could cause a lost I/O
7749 * signal. tcp_poll() has a race breaker for this race
7750 * condition. Based on their implementation, we put
7751 * in the following code to cover it as well.
7752 */
7753 if (sctp_writeable(sk))
Linus Torvaldsa9a08842018-02-11 14:34:03 -08007754 mask |= EPOLLOUT | EPOLLWRNORM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007755 }
7756 return mask;
7757}
7758
7759/********************************************************************
7760 * 2nd Level Abstractions
7761 ********************************************************************/
7762
7763static struct sctp_bind_bucket *sctp_bucket_create(
Eric W. Biedermanf1f43762012-08-06 08:39:38 +00007764 struct sctp_bind_hashbucket *head, struct net *net, unsigned short snum)
Linus Torvalds1da177e2005-04-16 15:20:36 -07007765{
7766 struct sctp_bind_bucket *pp;
7767
Christoph Lameter54e6ecb2006-12-06 20:33:16 -08007768 pp = kmem_cache_alloc(sctp_bucket_cachep, GFP_ATOMIC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007769 if (pp) {
Li Zefan935a7f62008-04-10 01:58:06 -07007770 SCTP_DBG_OBJCNT_INC(bind_bucket);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007771 pp->port = snum;
7772 pp->fastreuse = 0;
7773 INIT_HLIST_HEAD(&pp->owner);
Eric W. Biedermanf1f43762012-08-06 08:39:38 +00007774 pp->net = net;
Vlad Yasevichd970dbf2007-11-09 11:43:40 -05007775 hlist_add_head(&pp->node, &head->chain);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007776 }
7777 return pp;
7778}
7779
7780/* Caller must hold hashbucket lock for this tb with local BH disabled */
7781static void sctp_bucket_destroy(struct sctp_bind_bucket *pp)
7782{
Sridhar Samudrala37fa6872006-07-21 14:45:47 -07007783 if (pp && hlist_empty(&pp->owner)) {
Vlad Yasevichd970dbf2007-11-09 11:43:40 -05007784 __hlist_del(&pp->node);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007785 kmem_cache_free(sctp_bucket_cachep, pp);
7786 SCTP_DBG_OBJCNT_DEC(bind_bucket);
7787 }
7788}
7789
7790/* Release this socket's reference to a local port. */
7791static inline void __sctp_put_port(struct sock *sk)
7792{
7793 struct sctp_bind_hashbucket *head =
Eric W. Biedermanf1f43762012-08-06 08:39:38 +00007794 &sctp_port_hashtable[sctp_phashfn(sock_net(sk),
7795 inet_sk(sk)->inet_num)];
Linus Torvalds1da177e2005-04-16 15:20:36 -07007796 struct sctp_bind_bucket *pp;
7797
wangweidong3c8e43b2014-01-21 15:44:08 +08007798 spin_lock(&head->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007799 pp = sctp_sk(sk)->bind_hash;
7800 __sk_del_bind_node(sk);
7801 sctp_sk(sk)->bind_hash = NULL;
Eric Dumazetc720c7e82009-10-15 06:30:45 +00007802 inet_sk(sk)->inet_num = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007803 sctp_bucket_destroy(pp);
wangweidong3c8e43b2014-01-21 15:44:08 +08007804 spin_unlock(&head->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007805}
7806
7807void sctp_put_port(struct sock *sk)
7808{
wangweidong79b91132014-01-21 15:44:07 +08007809 local_bh_disable();
Linus Torvalds1da177e2005-04-16 15:20:36 -07007810 __sctp_put_port(sk);
wangweidong79b91132014-01-21 15:44:07 +08007811 local_bh_enable();
Linus Torvalds1da177e2005-04-16 15:20:36 -07007812}
7813
7814/*
7815 * The system picks an ephemeral port and choose an address set equivalent
7816 * to binding with a wildcard address.
7817 * One of those addresses will be the primary address for the association.
7818 * This automatically enables the multihoming capability of SCTP.
7819 */
7820static int sctp_autobind(struct sock *sk)
7821{
7822 union sctp_addr autoaddr;
7823 struct sctp_af *af;
Al Viro6fbfa9f2006-11-20 17:24:53 -08007824 __be16 port;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007825
7826 /* Initialize a local sockaddr structure to INADDR_ANY. */
7827 af = sctp_sk(sk)->pf->af;
7828
Eric Dumazetc720c7e82009-10-15 06:30:45 +00007829 port = htons(inet_sk(sk)->inet_num);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007830 af->inaddr_any(&autoaddr, port);
7831
7832 return sctp_do_bind(sk, &autoaddr, af->sockaddr_len);
7833}
7834
7835/* Parse out IPPROTO_SCTP CMSG headers. Perform only minimal validation.
7836 *
7837 * From RFC 2292
7838 * 4.2 The cmsghdr Structure *
7839 *
7840 * When ancillary data is sent or received, any number of ancillary data
7841 * objects can be specified by the msg_control and msg_controllen members of
7842 * the msghdr structure, because each object is preceded by
7843 * a cmsghdr structure defining the object's length (the cmsg_len member).
7844 * Historically Berkeley-derived implementations have passed only one object
7845 * at a time, but this API allows multiple objects to be
7846 * passed in a single call to sendmsg() or recvmsg(). The following example
7847 * shows two ancillary data objects in a control buffer.
7848 *
7849 * |<--------------------------- msg_controllen -------------------------->|
7850 * | |
7851 *
7852 * |<----- ancillary data object ----->|<----- ancillary data object ----->|
7853 *
7854 * |<---------- CMSG_SPACE() --------->|<---------- CMSG_SPACE() --------->|
7855 * | | |
7856 *
7857 * |<---------- cmsg_len ---------->| |<--------- cmsg_len ----------->| |
7858 *
7859 * |<--------- CMSG_LEN() --------->| |<-------- CMSG_LEN() ---------->| |
7860 * | | | | |
7861 *
7862 * +-----+-----+-----+--+-----------+--+-----+-----+-----+--+-----------+--+
7863 * |cmsg_|cmsg_|cmsg_|XX| |XX|cmsg_|cmsg_|cmsg_|XX| |XX|
7864 *
7865 * |len |level|type |XX|cmsg_data[]|XX|len |level|type |XX|cmsg_data[]|XX|
7866 *
7867 * +-----+-----+-----+--+-----------+--+-----+-----+-----+--+-----------+--+
7868 * ^
7869 * |
7870 *
7871 * msg_control
7872 * points here
7873 */
Xin Longa05437a2017-08-11 10:23:48 +08007874static int sctp_msghdr_parse(const struct msghdr *msg, struct sctp_cmsgs *cmsgs)
Linus Torvalds1da177e2005-04-16 15:20:36 -07007875{
Vlad Yasevichab38fb02008-04-12 18:40:06 -07007876 struct msghdr *my_msg = (struct msghdr *)msg;
Xin Longa05437a2017-08-11 10:23:48 +08007877 struct cmsghdr *cmsg;
Linus Torvalds1da177e2005-04-16 15:20:36 -07007878
Gu Zhengf95b4142014-12-11 11:22:04 +08007879 for_each_cmsghdr(cmsg, my_msg) {
Vlad Yasevichab38fb02008-04-12 18:40:06 -07007880 if (!CMSG_OK(my_msg, cmsg))
Linus Torvalds1da177e2005-04-16 15:20:36 -07007881 return -EINVAL;
7882
7883 /* Should we parse this header or ignore? */
7884 if (cmsg->cmsg_level != IPPROTO_SCTP)
7885 continue;
7886
7887 /* Strictly check lengths following example in SCM code. */
7888 switch (cmsg->cmsg_type) {
7889 case SCTP_INIT:
7890 /* SCTP Socket API Extension
Geir Ola Vaagland63b94932014-07-12 20:30:36 +02007891 * 5.3.1 SCTP Initiation Structure (SCTP_INIT)
Linus Torvalds1da177e2005-04-16 15:20:36 -07007892 *
7893 * This cmsghdr structure provides information for
7894 * initializing new SCTP associations with sendmsg().
7895 * The SCTP_INITMSG socket option uses this same data
7896 * structure. This structure is not used for
7897 * recvmsg().
7898 *
7899 * cmsg_level cmsg_type cmsg_data[]
7900 * ------------ ------------ ----------------------
7901 * IPPROTO_SCTP SCTP_INIT struct sctp_initmsg
7902 */
Geir Ola Vaagland63b94932014-07-12 20:30:36 +02007903 if (cmsg->cmsg_len != CMSG_LEN(sizeof(struct sctp_initmsg)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07007904 return -EINVAL;
Geir Ola Vaagland63b94932014-07-12 20:30:36 +02007905
7906 cmsgs->init = CMSG_DATA(cmsg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007907 break;
7908
7909 case SCTP_SNDRCV:
7910 /* SCTP Socket API Extension
Geir Ola Vaagland63b94932014-07-12 20:30:36 +02007911 * 5.3.2 SCTP Header Information Structure(SCTP_SNDRCV)
Linus Torvalds1da177e2005-04-16 15:20:36 -07007912 *
7913 * This cmsghdr structure specifies SCTP options for
7914 * sendmsg() and describes SCTP header information
7915 * about a received message through recvmsg().
7916 *
7917 * cmsg_level cmsg_type cmsg_data[]
7918 * ------------ ------------ ----------------------
7919 * IPPROTO_SCTP SCTP_SNDRCV struct sctp_sndrcvinfo
7920 */
Geir Ola Vaagland63b94932014-07-12 20:30:36 +02007921 if (cmsg->cmsg_len != CMSG_LEN(sizeof(struct sctp_sndrcvinfo)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07007922 return -EINVAL;
7923
Geir Ola Vaagland63b94932014-07-12 20:30:36 +02007924 cmsgs->srinfo = CMSG_DATA(cmsg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07007925
Geir Ola Vaagland63b94932014-07-12 20:30:36 +02007926 if (cmsgs->srinfo->sinfo_flags &
Ivan Skytte Jorgenseneaa5c542005-10-28 15:10:00 -07007927 ~(SCTP_UNORDERED | SCTP_ADDR_OVER |
Xin Long49102802018-03-05 20:44:20 +08007928 SCTP_SACK_IMMEDIATELY | SCTP_SENDALL |
7929 SCTP_PR_SCTP_MASK | SCTP_ABORT | SCTP_EOF))
Linus Torvalds1da177e2005-04-16 15:20:36 -07007930 return -EINVAL;
7931 break;
7932
Geir Ola Vaagland63b94932014-07-12 20:30:36 +02007933 case SCTP_SNDINFO:
7934 /* SCTP Socket API Extension
7935 * 5.3.4 SCTP Send Information Structure (SCTP_SNDINFO)
7936 *
7937 * This cmsghdr structure specifies SCTP options for
7938 * sendmsg(). This structure and SCTP_RCVINFO replaces
7939 * SCTP_SNDRCV which has been deprecated.
7940 *
7941 * cmsg_level cmsg_type cmsg_data[]
7942 * ------------ ------------ ---------------------
7943 * IPPROTO_SCTP SCTP_SNDINFO struct sctp_sndinfo
7944 */
7945 if (cmsg->cmsg_len != CMSG_LEN(sizeof(struct sctp_sndinfo)))
7946 return -EINVAL;
7947
7948 cmsgs->sinfo = CMSG_DATA(cmsg);
7949
7950 if (cmsgs->sinfo->snd_flags &
7951 ~(SCTP_UNORDERED | SCTP_ADDR_OVER |
Xin Long49102802018-03-05 20:44:20 +08007952 SCTP_SACK_IMMEDIATELY | SCTP_SENDALL |
7953 SCTP_PR_SCTP_MASK | SCTP_ABORT | SCTP_EOF))
Geir Ola Vaagland63b94932014-07-12 20:30:36 +02007954 return -EINVAL;
7955 break;
Xin Longed63afb2018-03-05 20:44:18 +08007956 case SCTP_PRINFO:
7957 /* SCTP Socket API Extension
7958 * 5.3.7 SCTP PR-SCTP Information Structure (SCTP_PRINFO)
7959 *
7960 * This cmsghdr structure specifies SCTP options for sendmsg().
7961 *
7962 * cmsg_level cmsg_type cmsg_data[]
7963 * ------------ ------------ ---------------------
7964 * IPPROTO_SCTP SCTP_PRINFO struct sctp_prinfo
7965 */
7966 if (cmsg->cmsg_len != CMSG_LEN(sizeof(struct sctp_prinfo)))
7967 return -EINVAL;
7968
7969 cmsgs->prinfo = CMSG_DATA(cmsg);
7970 if (cmsgs->prinfo->pr_policy & ~SCTP_PR_SCTP_MASK)
7971 return -EINVAL;
7972
7973 if (cmsgs->prinfo->pr_policy == SCTP_PR_SCTP_NONE)
7974 cmsgs->prinfo->pr_value = 0;
7975 break;
Xin Long3ff547c2018-03-14 19:05:31 +08007976 case SCTP_AUTHINFO:
7977 /* SCTP Socket API Extension
7978 * 5.3.8 SCTP AUTH Information Structure (SCTP_AUTHINFO)
7979 *
7980 * This cmsghdr structure specifies SCTP options for sendmsg().
7981 *
7982 * cmsg_level cmsg_type cmsg_data[]
7983 * ------------ ------------ ---------------------
7984 * IPPROTO_SCTP SCTP_AUTHINFO struct sctp_authinfo
7985 */
7986 if (cmsg->cmsg_len != CMSG_LEN(sizeof(struct sctp_authinfo)))
7987 return -EINVAL;
7988
7989 cmsgs->authinfo = CMSG_DATA(cmsg);
7990 break;
Xin Long2c0dbaa2018-03-05 20:44:19 +08007991 case SCTP_DSTADDRV4:
7992 case SCTP_DSTADDRV6:
7993 /* SCTP Socket API Extension
7994 * 5.3.9/10 SCTP Destination IPv4/6 Address Structure (SCTP_DSTADDRV4/6)
7995 *
7996 * This cmsghdr structure specifies SCTP options for sendmsg().
7997 *
7998 * cmsg_level cmsg_type cmsg_data[]
7999 * ------------ ------------ ---------------------
8000 * IPPROTO_SCTP SCTP_DSTADDRV4 struct in_addr
8001 * ------------ ------------ ---------------------
8002 * IPPROTO_SCTP SCTP_DSTADDRV6 struct in6_addr
8003 */
8004 cmsgs->addrs_msg = my_msg;
8005 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07008006 default:
8007 return -EINVAL;
Stephen Hemminger3ff50b72007-04-20 17:09:22 -07008008 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07008009 }
Geir Ola Vaagland63b94932014-07-12 20:30:36 +02008010
Linus Torvalds1da177e2005-04-16 15:20:36 -07008011 return 0;
8012}
8013
8014/*
8015 * Wait for a packet..
8016 * Note: This function is the same function as in core/datagram.c
8017 * with a few modifications to make lksctp work.
8018 */
wangweidong26ac8e52013-12-23 12:16:51 +08008019static int sctp_wait_for_packet(struct sock *sk, int *err, long *timeo_p)
Linus Torvalds1da177e2005-04-16 15:20:36 -07008020{
8021 int error;
8022 DEFINE_WAIT(wait);
8023
Eric Dumazetaa395142010-04-20 13:03:51 +00008024 prepare_to_wait_exclusive(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008025
8026 /* Socket errors? */
8027 error = sock_error(sk);
8028 if (error)
8029 goto out;
8030
8031 if (!skb_queue_empty(&sk->sk_receive_queue))
8032 goto ready;
8033
8034 /* Socket shut down? */
8035 if (sk->sk_shutdown & RCV_SHUTDOWN)
8036 goto out;
8037
8038 /* Sequenced packets can come disconnected. If so we report the
8039 * problem.
8040 */
8041 error = -ENOTCONN;
8042
8043 /* Is there a good reason to think that we may receive some data? */
8044 if (list_empty(&sctp_sk(sk)->ep->asocs) && !sctp_sstate(sk, LISTENING))
8045 goto out;
8046
8047 /* Handle signals. */
8048 if (signal_pending(current))
8049 goto interrupted;
8050
8051 /* Let another process have a go. Since we are going to sleep
8052 * anyway. Note: This may cause odd behaviors if the message
8053 * does not fit in the user's buffer, but this seems to be the
8054 * only way to honor MSG_DONTWAIT realistically.
8055 */
wangweidong048ed4b2014-01-21 15:44:11 +08008056 release_sock(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008057 *timeo_p = schedule_timeout(*timeo_p);
wangweidong048ed4b2014-01-21 15:44:11 +08008058 lock_sock(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008059
8060ready:
Eric Dumazetaa395142010-04-20 13:03:51 +00008061 finish_wait(sk_sleep(sk), &wait);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008062 return 0;
8063
8064interrupted:
8065 error = sock_intr_errno(*timeo_p);
8066
8067out:
Eric Dumazetaa395142010-04-20 13:03:51 +00008068 finish_wait(sk_sleep(sk), &wait);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008069 *err = error;
8070 return error;
8071}
8072
8073/* Receive a datagram.
8074 * Note: This is pretty much the same routine as in core/datagram.c
8075 * with a few changes to make lksctp work.
8076 */
Geir Ola Vaagland2347c802014-07-12 20:30:38 +02008077struct sk_buff *sctp_skb_recv_datagram(struct sock *sk, int flags,
8078 int noblock, int *err)
Linus Torvalds1da177e2005-04-16 15:20:36 -07008079{
8080 int error;
8081 struct sk_buff *skb;
8082 long timeo;
8083
Linus Torvalds1da177e2005-04-16 15:20:36 -07008084 timeo = sock_rcvtimeo(sk, noblock);
8085
Daniel Borkmannbb333812013-06-28 19:49:40 +02008086 pr_debug("%s: timeo:%ld, max:%ld\n", __func__, timeo,
8087 MAX_SCHEDULE_TIMEOUT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008088
8089 do {
8090 /* Again only user level code calls this function,
8091 * so nothing interrupt level
8092 * will suddenly eat the receive_queue.
8093 *
8094 * Look at current nfs client by the way...
David Shwatrz8917a3c2010-12-02 09:01:55 +00008095 * However, this function was correct in any case. 8)
Linus Torvalds1da177e2005-04-16 15:20:36 -07008096 */
8097 if (flags & MSG_PEEK) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07008098 skb = skb_peek(&sk->sk_receive_queue);
8099 if (skb)
Reshetova, Elena63354792017-06-30 13:07:58 +03008100 refcount_inc(&skb->users);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008101 } else {
Marcelo Ricardo Leitner311b2172016-04-13 19:12:29 -03008102 skb = __skb_dequeue(&sk->sk_receive_queue);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008103 }
8104
8105 if (skb)
8106 return skb;
8107
Neil Horman6736dc32005-12-02 20:30:06 -08008108 /* Caller is allowed not to check sk->sk_err before calling. */
8109 error = sock_error(sk);
8110 if (error)
8111 goto no_packet;
8112
Linus Torvalds1da177e2005-04-16 15:20:36 -07008113 if (sk->sk_shutdown & RCV_SHUTDOWN)
8114 break;
8115
Alexander Duyck2b5cd0d2017-03-24 10:08:12 -07008116 if (sk_can_busy_loop(sk)) {
8117 sk_busy_loop(sk, noblock);
8118
8119 if (!skb_queue_empty(&sk->sk_receive_queue))
8120 continue;
8121 }
Neil Horman8465a5f2014-04-17 15:26:51 -04008122
Linus Torvalds1da177e2005-04-16 15:20:36 -07008123 /* User doesn't want to wait. */
8124 error = -EAGAIN;
8125 if (!timeo)
8126 goto no_packet;
8127 } while (sctp_wait_for_packet(sk, err, &timeo) == 0);
8128
8129 return NULL;
8130
8131no_packet:
8132 *err = error;
8133 return NULL;
8134}
8135
8136/* If sndbuf has changed, wake up per association sndbuf waiters. */
8137static void __sctp_write_space(struct sctp_association *asoc)
8138{
8139 struct sock *sk = asoc->base.sk;
Linus Torvalds1da177e2005-04-16 15:20:36 -07008140
Eric Dumazetceb5d582015-11-29 20:03:11 -08008141 if (sctp_wspace(asoc) <= 0)
8142 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07008143
Eric Dumazetceb5d582015-11-29 20:03:11 -08008144 if (waitqueue_active(&asoc->wait))
8145 wake_up_interruptible(&asoc->wait);
Eric Dumazeteaefd112011-02-18 03:26:36 +00008146
Eric Dumazetceb5d582015-11-29 20:03:11 -08008147 if (sctp_writeable(sk)) {
8148 struct socket_wq *wq;
8149
8150 rcu_read_lock();
8151 wq = rcu_dereference(sk->sk_wq);
8152 if (wq) {
8153 if (waitqueue_active(&wq->wait))
8154 wake_up_interruptible(&wq->wait);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008155
8156 /* Note that we try to include the Async I/O support
8157 * here by modeling from the current TCP/UDP code.
8158 * We have not tested with it yet.
8159 */
Eric Dumazeteaefd112011-02-18 03:26:36 +00008160 if (!(sk->sk_shutdown & SEND_SHUTDOWN))
Eric Dumazetceb5d582015-11-29 20:03:11 -08008161 sock_wake_async(wq, SOCK_WAKE_SPACE, POLL_OUT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008162 }
Eric Dumazetceb5d582015-11-29 20:03:11 -08008163 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07008164 }
8165}
8166
Daniel Borkmann52c35be2014-04-08 17:26:13 +02008167static void sctp_wake_up_waiters(struct sock *sk,
8168 struct sctp_association *asoc)
8169{
8170 struct sctp_association *tmp = asoc;
8171
8172 /* We do accounting for the sndbuf space per association,
8173 * so we only need to wake our own association.
8174 */
8175 if (asoc->ep->sndbuf_policy)
8176 return __sctp_write_space(asoc);
8177
Daniel Borkmann1e1cdf82014-04-09 16:10:20 +02008178 /* If association goes down and is just flushing its
8179 * outq, then just normally notify others.
8180 */
8181 if (asoc->base.dead)
8182 return sctp_write_space(sk);
8183
Daniel Borkmann52c35be2014-04-08 17:26:13 +02008184 /* Accounting for the sndbuf space is per socket, so we
8185 * need to wake up others, try to be fair and in case of
8186 * other associations, let them have a go first instead
8187 * of just doing a sctp_write_space() call.
8188 *
8189 * Note that we reach sctp_wake_up_waiters() only when
8190 * associations free up queued chunks, thus we are under
8191 * lock and the list of associations on a socket is
8192 * guaranteed not to change.
8193 */
8194 for (tmp = list_next_entry(tmp, asocs); 1;
8195 tmp = list_next_entry(tmp, asocs)) {
8196 /* Manually skip the head element. */
8197 if (&tmp->asocs == &((sctp_sk(sk))->ep->asocs))
8198 continue;
8199 /* Wake up association. */
8200 __sctp_write_space(tmp);
8201 /* We've reached the end. */
8202 if (tmp == asoc)
8203 break;
8204 }
8205}
8206
Linus Torvalds1da177e2005-04-16 15:20:36 -07008207/* Do accounting for the sndbuf space.
8208 * Decrement the used sndbuf space of the corresponding association by the
8209 * data size which was just transmitted(freed).
8210 */
8211static void sctp_wfree(struct sk_buff *skb)
8212{
Daniel Borkmannf869c912014-11-20 01:54:48 +01008213 struct sctp_chunk *chunk = skb_shinfo(skb)->destructor_arg;
8214 struct sctp_association *asoc = chunk->asoc;
8215 struct sock *sk = asoc->base.sk;
Linus Torvalds1da177e2005-04-16 15:20:36 -07008216
Neil Horman4eb701d2005-04-28 12:02:04 -07008217 asoc->sndbuf_used -= SCTP_DATA_SNDSIZE(chunk) +
8218 sizeof(struct sk_buff) +
8219 sizeof(struct sctp_chunk);
8220
Reshetova, Elena14afee42017-06-30 13:08:00 +03008221 WARN_ON(refcount_sub_and_test(sizeof(struct sctp_chunk), &sk->sk_wmem_alloc));
Neil Horman4eb701d2005-04-28 12:02:04 -07008222
Neil Horman4d93df02007-08-15 16:07:44 -07008223 /*
Hideo Aoki3ab224b2007-12-31 00:11:19 -08008224 * This undoes what is done via sctp_set_owner_w and sk_mem_charge
Neil Horman4d93df02007-08-15 16:07:44 -07008225 */
8226 sk->sk_wmem_queued -= skb->truesize;
Hideo Aoki3ab224b2007-12-31 00:11:19 -08008227 sk_mem_uncharge(sk, skb->truesize);
Neil Horman4d93df02007-08-15 16:07:44 -07008228
Xin Longec2e5062018-03-14 19:05:33 +08008229 if (chunk->shkey) {
8230 struct sctp_shared_key *shkey = chunk->shkey;
8231
8232 /* refcnt == 2 and !list_empty mean after this release, it's
8233 * not being used anywhere, and it's time to notify userland
8234 * that this shkey can be freed if it's been deactivated.
8235 */
8236 if (shkey->deactivated && !list_empty(&shkey->key_list) &&
8237 refcount_read(&shkey->refcnt) == 2) {
8238 struct sctp_ulpevent *ev;
8239
8240 ev = sctp_ulpevent_make_authkey(asoc, shkey->key_id,
8241 SCTP_AUTH_FREE_KEY,
8242 GFP_KERNEL);
8243 if (ev)
8244 asoc->stream.si->enqueue_event(&asoc->ulpq, ev);
8245 }
Xin Long1b1e0bc2018-03-14 19:05:30 +08008246 sctp_auth_shkey_release(chunk->shkey);
Xin Longec2e5062018-03-14 19:05:33 +08008247 }
Xin Long1b1e0bc2018-03-14 19:05:30 +08008248
Neil Horman4eb701d2005-04-28 12:02:04 -07008249 sock_wfree(skb);
Daniel Borkmann52c35be2014-04-08 17:26:13 +02008250 sctp_wake_up_waiters(sk, asoc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008251
8252 sctp_association_put(asoc);
8253}
8254
Vlad Yasevich331c4ee2006-10-09 21:34:04 -07008255/* Do accounting for the receive space on the socket.
8256 * Accounting for the association is done in ulpevent.c
8257 * We set this as a destructor for the cloned data skbs so that
8258 * accounting is done at the correct time.
8259 */
8260void sctp_sock_rfree(struct sk_buff *skb)
8261{
8262 struct sock *sk = skb->sk;
8263 struct sctp_ulpevent *event = sctp_skb2event(skb);
8264
8265 atomic_sub(event->rmem_len, &sk->sk_rmem_alloc);
Neil Horman4d93df02007-08-15 16:07:44 -07008266
8267 /*
Hideo Aoki3ab224b2007-12-31 00:11:19 -08008268 * Mimic the behavior of sock_rfree
Neil Horman4d93df02007-08-15 16:07:44 -07008269 */
Hideo Aoki3ab224b2007-12-31 00:11:19 -08008270 sk_mem_uncharge(sk, event->rmem_len);
Vlad Yasevich331c4ee2006-10-09 21:34:04 -07008271}
8272
8273
Linus Torvalds1da177e2005-04-16 15:20:36 -07008274/* Helper function to wait for space in the sndbuf. */
8275static int sctp_wait_for_sndbuf(struct sctp_association *asoc, long *timeo_p,
Xin Longa0ff6602018-01-15 17:01:36 +08008276 size_t msg_len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07008277{
8278 struct sock *sk = asoc->base.sk;
Linus Torvalds1da177e2005-04-16 15:20:36 -07008279 long current_timeo = *timeo_p;
8280 DEFINE_WAIT(wait);
Xin Longa0ff6602018-01-15 17:01:36 +08008281 int err = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07008282
Daniel Borkmannbb333812013-06-28 19:49:40 +02008283 pr_debug("%s: asoc:%p, timeo:%ld, msg_len:%zu\n", __func__, asoc,
8284 *timeo_p, msg_len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008285
8286 /* Increment the association's refcnt. */
8287 sctp_association_hold(asoc);
8288
8289 /* Wait on the association specific sndbuf space. */
8290 for (;;) {
8291 prepare_to_wait_exclusive(&asoc->wait, &wait,
8292 TASK_INTERRUPTIBLE);
Xin Longca3af4d2017-11-15 16:55:54 +08008293 if (asoc->base.dead)
8294 goto do_dead;
Linus Torvalds1da177e2005-04-16 15:20:36 -07008295 if (!*timeo_p)
8296 goto do_nonblock;
Xin Longca3af4d2017-11-15 16:55:54 +08008297 if (sk->sk_err || asoc->state >= SCTP_STATE_SHUTDOWN_PENDING)
Linus Torvalds1da177e2005-04-16 15:20:36 -07008298 goto do_error;
8299 if (signal_pending(current))
8300 goto do_interrupted;
8301 if (msg_len <= sctp_wspace(asoc))
8302 break;
8303
8304 /* Let another process have a go. Since we are going
8305 * to sleep anyway.
8306 */
wangweidong048ed4b2014-01-21 15:44:11 +08008307 release_sock(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008308 current_timeo = schedule_timeout(current_timeo);
wangweidong048ed4b2014-01-21 15:44:11 +08008309 lock_sock(sk);
Xin Longa0ff6602018-01-15 17:01:36 +08008310 if (sk != asoc->base.sk)
8311 goto do_error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07008312
8313 *timeo_p = current_timeo;
8314 }
8315
8316out:
8317 finish_wait(&asoc->wait, &wait);
8318
8319 /* Release the association's refcnt. */
8320 sctp_association_put(asoc);
8321
8322 return err;
8323
Xin Longca3af4d2017-11-15 16:55:54 +08008324do_dead:
8325 err = -ESRCH;
8326 goto out;
8327
Linus Torvalds1da177e2005-04-16 15:20:36 -07008328do_error:
8329 err = -EPIPE;
8330 goto out;
8331
8332do_interrupted:
8333 err = sock_intr_errno(*timeo_p);
8334 goto out;
8335
8336do_nonblock:
8337 err = -EAGAIN;
8338 goto out;
8339}
8340
David S. Miller676d2362014-04-11 16:15:36 -04008341void sctp_data_ready(struct sock *sk)
Wei Yongjun561b1732010-04-28 08:47:18 +00008342{
David S. Miller7ef52732010-05-02 21:43:40 -07008343 struct socket_wq *wq;
8344
8345 rcu_read_lock();
8346 wq = rcu_dereference(sk->sk_wq);
Herbert Xu1ce0bf52015-11-26 13:55:39 +08008347 if (skwq_has_sleeper(wq))
Linus Torvaldsa9a08842018-02-11 14:34:03 -08008348 wake_up_interruptible_sync_poll(&wq->wait, EPOLLIN |
8349 EPOLLRDNORM | EPOLLRDBAND);
Wei Yongjun561b1732010-04-28 08:47:18 +00008350 sk_wake_async(sk, SOCK_WAKE_WAITD, POLL_IN);
David S. Miller7ef52732010-05-02 21:43:40 -07008351 rcu_read_unlock();
Wei Yongjun561b1732010-04-28 08:47:18 +00008352}
8353
Linus Torvalds1da177e2005-04-16 15:20:36 -07008354/* If socket sndbuf has changed, wake up all per association waiters. */
8355void sctp_write_space(struct sock *sk)
8356{
8357 struct sctp_association *asoc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07008358
8359 /* Wake up the tasks in each wait queue. */
Robert P. J. Day9dbc15f2008-04-12 18:54:24 -07008360 list_for_each_entry(asoc, &((sctp_sk(sk))->ep->asocs), asocs) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07008361 __sctp_write_space(asoc);
8362 }
8363}
8364
8365/* Is there any sndbuf space available on the socket?
8366 *
Neil Horman9bffc4a2005-12-19 14:24:40 -08008367 * Note that sk_wmem_alloc is the sum of the send buffers on all of the
Linus Torvalds1da177e2005-04-16 15:20:36 -07008368 * associations on the same socket. For a UDP-style socket with
8369 * multiple associations, it is possible for it to be "unwriteable"
8370 * prematurely. I assume that this is acceptable because
8371 * a premature "unwriteable" is better than an accidental "writeable" which
8372 * would cause an unwanted block under certain circumstances. For the 1-1
8373 * UDP-style sockets or TCP-style sockets, this code should work.
8374 * - Daisy
8375 */
8376static int sctp_writeable(struct sock *sk)
8377{
8378 int amt = 0;
8379
Eric Dumazet31e6d362009-06-17 19:05:41 -07008380 amt = sk->sk_sndbuf - sk_wmem_alloc_get(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008381 if (amt < 0)
8382 amt = 0;
8383 return amt;
8384}
8385
8386/* Wait for an association to go into ESTABLISHED state. If timeout is 0,
8387 * returns immediately with EINPROGRESS.
8388 */
8389static int sctp_wait_for_connect(struct sctp_association *asoc, long *timeo_p)
8390{
8391 struct sock *sk = asoc->base.sk;
8392 int err = 0;
8393 long current_timeo = *timeo_p;
8394 DEFINE_WAIT(wait);
8395
Daniel Borkmannbb333812013-06-28 19:49:40 +02008396 pr_debug("%s: asoc:%p, timeo:%ld\n", __func__, asoc, *timeo_p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008397
8398 /* Increment the association's refcnt. */
8399 sctp_association_hold(asoc);
8400
8401 for (;;) {
8402 prepare_to_wait_exclusive(&asoc->wait, &wait,
8403 TASK_INTERRUPTIBLE);
8404 if (!*timeo_p)
8405 goto do_nonblock;
8406 if (sk->sk_shutdown & RCV_SHUTDOWN)
8407 break;
8408 if (sk->sk_err || asoc->state >= SCTP_STATE_SHUTDOWN_PENDING ||
8409 asoc->base.dead)
8410 goto do_error;
8411 if (signal_pending(current))
8412 goto do_interrupted;
8413
8414 if (sctp_state(asoc, ESTABLISHED))
8415 break;
8416
8417 /* Let another process have a go. Since we are going
8418 * to sleep anyway.
8419 */
wangweidong048ed4b2014-01-21 15:44:11 +08008420 release_sock(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008421 current_timeo = schedule_timeout(current_timeo);
wangweidong048ed4b2014-01-21 15:44:11 +08008422 lock_sock(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008423
8424 *timeo_p = current_timeo;
8425 }
8426
8427out:
8428 finish_wait(&asoc->wait, &wait);
8429
8430 /* Release the association's refcnt. */
8431 sctp_association_put(asoc);
8432
8433 return err;
8434
8435do_error:
Vlad Yasevich81845c22006-01-30 15:59:54 -08008436 if (asoc->init_err_counter + 1 > asoc->max_init_attempts)
Linus Torvalds1da177e2005-04-16 15:20:36 -07008437 err = -ETIMEDOUT;
8438 else
8439 err = -ECONNREFUSED;
8440 goto out;
8441
8442do_interrupted:
8443 err = sock_intr_errno(*timeo_p);
8444 goto out;
8445
8446do_nonblock:
8447 err = -EINPROGRESS;
8448 goto out;
8449}
8450
8451static int sctp_wait_for_accept(struct sock *sk, long timeo)
8452{
8453 struct sctp_endpoint *ep;
8454 int err = 0;
8455 DEFINE_WAIT(wait);
8456
8457 ep = sctp_sk(sk)->ep;
8458
8459
8460 for (;;) {
Eric Dumazetaa395142010-04-20 13:03:51 +00008461 prepare_to_wait_exclusive(sk_sleep(sk), &wait,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008462 TASK_INTERRUPTIBLE);
8463
8464 if (list_empty(&ep->asocs)) {
wangweidong048ed4b2014-01-21 15:44:11 +08008465 release_sock(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008466 timeo = schedule_timeout(timeo);
wangweidong048ed4b2014-01-21 15:44:11 +08008467 lock_sock(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008468 }
8469
8470 err = -EINVAL;
8471 if (!sctp_sstate(sk, LISTENING))
8472 break;
8473
8474 err = 0;
8475 if (!list_empty(&ep->asocs))
8476 break;
8477
8478 err = sock_intr_errno(timeo);
8479 if (signal_pending(current))
8480 break;
8481
8482 err = -EAGAIN;
8483 if (!timeo)
8484 break;
8485 }
8486
Eric Dumazetaa395142010-04-20 13:03:51 +00008487 finish_wait(sk_sleep(sk), &wait);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008488
8489 return err;
8490}
8491
sebastian@breakpoint.cc04675212007-07-26 23:21:31 +02008492static void sctp_wait_for_close(struct sock *sk, long timeout)
Linus Torvalds1da177e2005-04-16 15:20:36 -07008493{
8494 DEFINE_WAIT(wait);
8495
8496 do {
Eric Dumazetaa395142010-04-20 13:03:51 +00008497 prepare_to_wait(sk_sleep(sk), &wait, TASK_INTERRUPTIBLE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008498 if (list_empty(&sctp_sk(sk)->ep->asocs))
8499 break;
wangweidong048ed4b2014-01-21 15:44:11 +08008500 release_sock(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008501 timeout = schedule_timeout(timeout);
wangweidong048ed4b2014-01-21 15:44:11 +08008502 lock_sock(sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008503 } while (!signal_pending(current) && timeout);
8504
Eric Dumazetaa395142010-04-20 13:03:51 +00008505 finish_wait(sk_sleep(sk), &wait);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008506}
8507
Tsutomu Fujiiea2bc482007-04-17 12:49:53 -07008508static void sctp_skb_set_owner_r_frag(struct sk_buff *skb, struct sock *sk)
8509{
8510 struct sk_buff *frag;
8511
8512 if (!skb->data_len)
8513 goto done;
8514
8515 /* Don't forget the fragments. */
David S. Miller1b003be2009-06-09 00:22:35 -07008516 skb_walk_frags(skb, frag)
Tsutomu Fujiiea2bc482007-04-17 12:49:53 -07008517 sctp_skb_set_owner_r_frag(frag, sk);
8518
8519done:
8520 sctp_skb_set_owner_r(skb, sk);
8521}
8522
Vlad Yasevich914e1c82009-02-13 08:33:44 +00008523void sctp_copy_sock(struct sock *newsk, struct sock *sk,
8524 struct sctp_association *asoc)
8525{
8526 struct inet_sock *inet = inet_sk(sk);
Julia Lawall09cb47a2010-01-21 02:43:20 -08008527 struct inet_sock *newinet;
Richard Haines2277c7c2018-02-13 20:56:24 +00008528 struct sctp_sock *sp = sctp_sk(sk);
8529 struct sctp_endpoint *ep = sp->ep;
Vlad Yasevich914e1c82009-02-13 08:33:44 +00008530
8531 newsk->sk_type = sk->sk_type;
8532 newsk->sk_bound_dev_if = sk->sk_bound_dev_if;
8533 newsk->sk_flags = sk->sk_flags;
Marcelo Ricardo Leitner50a5ffb2015-12-04 15:14:05 -02008534 newsk->sk_tsflags = sk->sk_tsflags;
Tom Herbert28448b82014-05-23 08:47:19 -07008535 newsk->sk_no_check_tx = sk->sk_no_check_tx;
8536 newsk->sk_no_check_rx = sk->sk_no_check_rx;
Vlad Yasevich914e1c82009-02-13 08:33:44 +00008537 newsk->sk_reuse = sk->sk_reuse;
8538
8539 newsk->sk_shutdown = sk->sk_shutdown;
Daniel Borkmann0a2fbac2013-06-25 18:17:29 +02008540 newsk->sk_destruct = sctp_destruct_sock;
Vlad Yasevich914e1c82009-02-13 08:33:44 +00008541 newsk->sk_family = sk->sk_family;
8542 newsk->sk_protocol = IPPROTO_SCTP;
8543 newsk->sk_backlog_rcv = sk->sk_prot->backlog_rcv;
8544 newsk->sk_sndbuf = sk->sk_sndbuf;
8545 newsk->sk_rcvbuf = sk->sk_rcvbuf;
8546 newsk->sk_lingertime = sk->sk_lingertime;
8547 newsk->sk_rcvtimeo = sk->sk_rcvtimeo;
8548 newsk->sk_sndtimeo = sk->sk_sndtimeo;
Marcelo Ricardo Leitner486bdee2016-04-12 18:11:31 -03008549 newsk->sk_rxhash = sk->sk_rxhash;
Vlad Yasevich914e1c82009-02-13 08:33:44 +00008550
8551 newinet = inet_sk(newsk);
8552
8553 /* Initialize sk's sport, dport, rcv_saddr and daddr for
8554 * getsockname() and getpeername()
8555 */
Eric Dumazetc720c7e82009-10-15 06:30:45 +00008556 newinet->inet_sport = inet->inet_sport;
8557 newinet->inet_saddr = inet->inet_saddr;
8558 newinet->inet_rcv_saddr = inet->inet_rcv_saddr;
8559 newinet->inet_dport = htons(asoc->peer.port);
Vlad Yasevich914e1c82009-02-13 08:33:44 +00008560 newinet->pmtudisc = inet->pmtudisc;
Eric Dumazetc720c7e82009-10-15 06:30:45 +00008561 newinet->inet_id = asoc->next_tsn ^ jiffies;
Vlad Yasevich914e1c82009-02-13 08:33:44 +00008562
8563 newinet->uc_ttl = inet->uc_ttl;
8564 newinet->mc_loop = 1;
8565 newinet->mc_ttl = 1;
8566 newinet->mc_index = 0;
8567 newinet->mc_list = NULL;
Marcelo Ricardo Leitner01ce63c2015-12-04 15:14:04 -02008568
8569 if (newsk->sk_flags & SK_FLAGS_TIMESTAMP)
8570 net_enable_timestamp();
Marcelo Ricardo Leitner3538a5c2015-12-23 16:44:09 -02008571
Richard Haines2277c7c2018-02-13 20:56:24 +00008572 /* Set newsk security attributes from orginal sk and connection
8573 * security attribute from ep.
8574 */
8575 security_sctp_sk_clone(ep, sk, newsk);
Vlad Yasevich914e1c82009-02-13 08:33:44 +00008576}
8577
Marcelo Ricardo Leitner2d45a022015-06-12 10:16:41 -03008578static inline void sctp_copy_descendant(struct sock *sk_to,
8579 const struct sock *sk_from)
8580{
8581 int ancestor_size = sizeof(struct inet_sock) +
8582 sizeof(struct sctp_sock) -
8583 offsetof(struct sctp_sock, auto_asconf_list);
8584
8585 if (sk_from->sk_family == PF_INET6)
8586 ancestor_size += sizeof(struct ipv6_pinfo);
8587
8588 __inet_sk_copy_descendant(sk_to, sk_from, ancestor_size);
8589}
8590
Linus Torvalds1da177e2005-04-16 15:20:36 -07008591/* Populate the fields of the newsk from the oldsk and migrate the assoc
8592 * and its messages to the newsk.
8593 */
8594static void sctp_sock_migrate(struct sock *oldsk, struct sock *newsk,
8595 struct sctp_association *assoc,
Xin Longb7ef2612017-08-11 10:23:50 +08008596 enum sctp_socket_type type)
Linus Torvalds1da177e2005-04-16 15:20:36 -07008597{
8598 struct sctp_sock *oldsp = sctp_sk(oldsk);
8599 struct sctp_sock *newsp = sctp_sk(newsk);
8600 struct sctp_bind_bucket *pp; /* hash list port iterator */
8601 struct sctp_endpoint *newep = newsp->ep;
8602 struct sk_buff *skb, *tmp;
8603 struct sctp_ulpevent *event;
Vlad Yasevichf26f7c42007-12-06 22:50:27 -08008604 struct sctp_bind_hashbucket *head;
Linus Torvalds1da177e2005-04-16 15:20:36 -07008605
8606 /* Migrate socket buffer sizes and all the socket level options to the
8607 * new socket.
8608 */
8609 newsk->sk_sndbuf = oldsk->sk_sndbuf;
8610 newsk->sk_rcvbuf = oldsk->sk_rcvbuf;
8611 /* Brute force copy old sctp opt. */
Marcelo Ricardo Leitner2d45a022015-06-12 10:16:41 -03008612 sctp_copy_descendant(newsk, oldsk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008613
8614 /* Restore the ep value that was overwritten with the above structure
8615 * copy.
8616 */
8617 newsp->ep = newep;
8618 newsp->hmac = NULL;
8619
8620 /* Hook this new socket in to the bind_hash list. */
Eric W. Biedermanf1f43762012-08-06 08:39:38 +00008621 head = &sctp_port_hashtable[sctp_phashfn(sock_net(oldsk),
8622 inet_sk(oldsk)->inet_num)];
Nicholas Mc Guire489ce5f2016-03-13 11:48:24 +01008623 spin_lock_bh(&head->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008624 pp = sctp_sk(oldsk)->bind_hash;
8625 sk_add_bind_node(newsk, &pp->owner);
8626 sctp_sk(newsk)->bind_hash = pp;
Eric Dumazetc720c7e82009-10-15 06:30:45 +00008627 inet_sk(newsk)->inet_num = inet_sk(oldsk)->inet_num;
Nicholas Mc Guire489ce5f2016-03-13 11:48:24 +01008628 spin_unlock_bh(&head->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008629
Vladislav Yasevich4243cac2005-06-13 15:10:49 -07008630 /* Copy the bind_addr list from the original endpoint to the new
8631 * endpoint so that we can handle restarts properly
8632 */
Vlad Yasevich8e71a112007-12-06 22:50:54 -08008633 sctp_bind_addr_dup(&newsp->ep->base.bind_addr,
8634 &oldsp->ep->base.bind_addr, GFP_KERNEL);
Vladislav Yasevich4243cac2005-06-13 15:10:49 -07008635
Linus Torvalds1da177e2005-04-16 15:20:36 -07008636 /* Move any messages in the old socket's receive queue that are for the
8637 * peeled off association to the new socket's receive queue.
8638 */
8639 sctp_skb_for_each(skb, &oldsk->sk_receive_queue, tmp) {
8640 event = sctp_skb2event(skb);
8641 if (event->asoc == assoc) {
David S. Miller8728b832005-08-09 19:25:21 -07008642 __skb_unlink(skb, &oldsk->sk_receive_queue);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008643 __skb_queue_tail(&newsk->sk_receive_queue, skb);
Tsutomu Fujiiea2bc482007-04-17 12:49:53 -07008644 sctp_skb_set_owner_r_frag(skb, newsk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008645 }
8646 }
8647
8648 /* Clean up any messages pending delivery due to partial
8649 * delivery. Three cases:
8650 * 1) No partial deliver; no work.
8651 * 2) Peeling off partial delivery; keep pd_lobby in new pd_lobby.
8652 * 3) Peeling off non-partial delivery; move pd_lobby to receive_queue.
8653 */
8654 skb_queue_head_init(&newsp->pd_lobby);
Vlad Yasevichb6e13312007-04-20 12:23:15 -07008655 atomic_set(&sctp_sk(newsk)->pd_mode, assoc->ulpq.pd_mode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008656
Vlad Yasevichb6e13312007-04-20 12:23:15 -07008657 if (atomic_read(&sctp_sk(oldsk)->pd_mode)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07008658 struct sk_buff_head *queue;
8659
8660 /* Decide which queue to move pd_lobby skbs to. */
8661 if (assoc->ulpq.pd_mode) {
8662 queue = &newsp->pd_lobby;
8663 } else
8664 queue = &newsk->sk_receive_queue;
8665
8666 /* Walk through the pd_lobby, looking for skbs that
8667 * need moved to the new socket.
8668 */
8669 sctp_skb_for_each(skb, &oldsp->pd_lobby, tmp) {
8670 event = sctp_skb2event(skb);
8671 if (event->asoc == assoc) {
David S. Miller8728b832005-08-09 19:25:21 -07008672 __skb_unlink(skb, &oldsp->pd_lobby);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008673 __skb_queue_tail(queue, skb);
Tsutomu Fujiiea2bc482007-04-17 12:49:53 -07008674 sctp_skb_set_owner_r_frag(skb, newsk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008675 }
8676 }
8677
8678 /* Clear up any skbs waiting for the partial
8679 * delivery to finish.
8680 */
8681 if (assoc->ulpq.pd_mode)
Vlad Yasevichb6e13312007-04-20 12:23:15 -07008682 sctp_clear_pd(oldsk, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008683
8684 }
8685
Xin Long13228232017-12-08 21:04:09 +08008686 sctp_for_each_rx_skb(assoc, newsk, sctp_skb_set_owner_r_frag);
Tsutomu Fujiiea2bc482007-04-17 12:49:53 -07008687
Linus Torvalds1da177e2005-04-16 15:20:36 -07008688 /* Set the type of socket to indicate that it is peeled off from the
8689 * original UDP-style socket or created with the accept() call on a
8690 * TCP-style socket..
8691 */
8692 newsp->type = type;
8693
Vladislav Yasevich61c9fed2006-05-19 11:01:18 -07008694 /* Mark the new socket "in-use" by the user so that any packets
8695 * that may arrive on the association after we've moved it are
8696 * queued to the backlog. This prevents a potential race between
8697 * backlog processing on the old socket and new-packet processing
8698 * on the new socket.
Zach Brown5131a182007-06-22 15:14:46 -07008699 *
8700 * The caller has just allocated newsk so we can guarantee that other
8701 * paths won't try to lock it and then oldsk.
Vladislav Yasevich61c9fed2006-05-19 11:01:18 -07008702 */
Zach Brown5131a182007-06-22 15:14:46 -07008703 lock_sock_nested(newsk, SINGLE_DEPTH_NESTING);
Xin Longd04adf12017-10-28 02:13:29 +08008704 sctp_for_each_tx_datachunk(assoc, sctp_clear_owner_w);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008705 sctp_assoc_migrate(assoc, newsk);
Xin Longd04adf12017-10-28 02:13:29 +08008706 sctp_for_each_tx_datachunk(assoc, sctp_set_owner_w);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008707
8708 /* If the association on the newsk is already closed before accept()
8709 * is called, set RCV_SHUTDOWN flag.
8710 */
Xin Longd46e4162016-06-09 22:48:18 +08008711 if (sctp_state(assoc, CLOSED) && sctp_style(newsk, TCP)) {
Yafang Shaocbabf462017-12-20 11:12:54 +08008712 inet_sk_set_state(newsk, SCTP_SS_CLOSED);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008713 newsk->sk_shutdown |= RCV_SHUTDOWN;
Xin Longd46e4162016-06-09 22:48:18 +08008714 } else {
Yafang Shaocbabf462017-12-20 11:12:54 +08008715 inet_sk_set_state(newsk, SCTP_SS_ESTABLISHED);
Xin Longd46e4162016-06-09 22:48:18 +08008716 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07008717
wangweidong048ed4b2014-01-21 15:44:11 +08008718 release_sock(newsk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07008719}
8720
Neil Horman4d93df02007-08-15 16:07:44 -07008721
Linus Torvalds1da177e2005-04-16 15:20:36 -07008722/* This proto struct describes the ULP interface for SCTP. */
8723struct proto sctp_prot = {
8724 .name = "SCTP",
8725 .owner = THIS_MODULE,
8726 .close = sctp_close,
8727 .connect = sctp_connect,
8728 .disconnect = sctp_disconnect,
8729 .accept = sctp_accept,
8730 .ioctl = sctp_ioctl,
8731 .init = sctp_init_sock,
8732 .destroy = sctp_destroy_sock,
8733 .shutdown = sctp_shutdown,
8734 .setsockopt = sctp_setsockopt,
8735 .getsockopt = sctp_getsockopt,
8736 .sendmsg = sctp_sendmsg,
8737 .recvmsg = sctp_recvmsg,
8738 .bind = sctp_bind,
8739 .backlog_rcv = sctp_backlog_rcv,
8740 .hash = sctp_hash,
8741 .unhash = sctp_unhash,
8742 .get_port = sctp_get_port,
8743 .obj_size = sizeof(struct sctp_sock),
David Windsorab9ee8e2017-08-24 16:57:57 -07008744 .useroffset = offsetof(struct sctp_sock, subscribe),
8745 .usersize = offsetof(struct sctp_sock, initmsg) -
8746 offsetof(struct sctp_sock, subscribe) +
8747 sizeof_field(struct sctp_sock, initmsg),
Neil Horman4d93df02007-08-15 16:07:44 -07008748 .sysctl_mem = sysctl_sctp_mem,
8749 .sysctl_rmem = sysctl_sctp_rmem,
8750 .sysctl_wmem = sysctl_sctp_wmem,
8751 .memory_pressure = &sctp_memory_pressure,
8752 .enter_memory_pressure = sctp_enter_memory_pressure,
8753 .memory_allocated = &sctp_memory_allocated,
Pavel Emelyanov5f318862008-02-20 00:23:01 -08008754 .sockets_allocated = &sctp_sockets_allocated,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008755};
8756
Eric Dumazetdfd56b82011-12-10 09:48:31 +00008757#if IS_ENABLED(CONFIG_IPV6)
Eric Dumazet8295b6d2007-11-05 23:40:28 -08008758
Eric Dumazet602dd622015-12-01 07:20:07 -08008759#include <net/transp_v6.h>
8760static void sctp_v6_destroy_sock(struct sock *sk)
8761{
8762 sctp_destroy_sock(sk);
8763 inet6_destroy_sock(sk);
8764}
8765
Linus Torvalds1da177e2005-04-16 15:20:36 -07008766struct proto sctpv6_prot = {
8767 .name = "SCTPv6",
8768 .owner = THIS_MODULE,
8769 .close = sctp_close,
8770 .connect = sctp_connect,
8771 .disconnect = sctp_disconnect,
8772 .accept = sctp_accept,
8773 .ioctl = sctp_ioctl,
8774 .init = sctp_init_sock,
Eric Dumazet602dd622015-12-01 07:20:07 -08008775 .destroy = sctp_v6_destroy_sock,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008776 .shutdown = sctp_shutdown,
8777 .setsockopt = sctp_setsockopt,
8778 .getsockopt = sctp_getsockopt,
8779 .sendmsg = sctp_sendmsg,
8780 .recvmsg = sctp_recvmsg,
8781 .bind = sctp_bind,
8782 .backlog_rcv = sctp_backlog_rcv,
8783 .hash = sctp_hash,
8784 .unhash = sctp_unhash,
8785 .get_port = sctp_get_port,
8786 .obj_size = sizeof(struct sctp6_sock),
David Windsorab9ee8e2017-08-24 16:57:57 -07008787 .useroffset = offsetof(struct sctp6_sock, sctp.subscribe),
8788 .usersize = offsetof(struct sctp6_sock, sctp.initmsg) -
8789 offsetof(struct sctp6_sock, sctp.subscribe) +
8790 sizeof_field(struct sctp6_sock, sctp.initmsg),
Neil Horman4d93df02007-08-15 16:07:44 -07008791 .sysctl_mem = sysctl_sctp_mem,
8792 .sysctl_rmem = sysctl_sctp_rmem,
8793 .sysctl_wmem = sysctl_sctp_wmem,
8794 .memory_pressure = &sctp_memory_pressure,
8795 .enter_memory_pressure = sctp_enter_memory_pressure,
8796 .memory_allocated = &sctp_memory_allocated,
Pavel Emelyanov5f318862008-02-20 00:23:01 -08008797 .sockets_allocated = &sctp_sockets_allocated,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008798};
Eric Dumazetdfd56b82011-12-10 09:48:31 +00008799#endif /* IS_ENABLED(CONFIG_IPV6) */