sm_statefuns.c 202.2 KB
Newer Older
1
/* SCTP kernel implementation
L
Linus Torvalds 已提交
2 3 4 5 6 7
 * (C) Copyright IBM Corp. 2001, 2004
 * Copyright (c) 1999-2000 Cisco, Inc.
 * Copyright (c) 1999-2001 Motorola, Inc.
 * Copyright (c) 2001-2002 Intel Corp.
 * Copyright (c) 2002      Nokia Corp.
 *
8
 * This is part of the SCTP Linux Kernel Implementation.
L
Linus Torvalds 已提交
9 10 11
 *
 * These are the state functions for the state machine.
 *
12
 * This SCTP implementation is free software;
L
Linus Torvalds 已提交
13 14 15 16 17
 * you can redistribute it and/or modify it under the terms of
 * the GNU General Public License as published by
 * the Free Software Foundation; either version 2, or (at your option)
 * any later version.
 *
18
 * This SCTP implementation is distributed in the hope that it
L
Linus Torvalds 已提交
19 20 21 22 23 24
 * will be useful, but WITHOUT ANY WARRANTY; without even the implied
 *                 ************************
 * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 * See the GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
25 26
 * along with GNU CC; see the file COPYING.  If not, see
 * <http://www.gnu.org/licenses/>.
L
Linus Torvalds 已提交
27 28 29
 *
 * Please send any bug reports or fixes you make to the
 * email address(es):
30
 *    lksctp developers <linux-sctp@vger.kernel.org>
L
Linus Torvalds 已提交
31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
 *
 * Written or modified by:
 *    La Monte H.P. Yarroll <piggy@acm.org>
 *    Karl Knutson          <karl@athena.chicago.il.us>
 *    Mathew Kotowsky       <kotowsky@sctp.org>
 *    Sridhar Samudrala     <samudrala@us.ibm.com>
 *    Jon Grimm             <jgrimm@us.ibm.com>
 *    Hui Huang 	    <hui.huang@nokia.com>
 *    Dajiang Zhang 	    <dajiang.zhang@nokia.com>
 *    Daisy Chang	    <daisyc@us.ibm.com>
 *    Ardelle Fan	    <ardelle.fan@intel.com>
 *    Ryan Layer	    <rmlayer@us.ibm.com>
 *    Kevin Gao		    <kevin.gao@intel.com>
 */

46 47
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

L
Linus Torvalds 已提交
48 49 50 51 52 53
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/ip.h>
#include <linux/ipv6.h>
#include <linux/net.h>
#include <linux/inet.h>
54
#include <linux/slab.h>
L
Linus Torvalds 已提交
55 56 57 58 59 60 61
#include <net/sock.h>
#include <net/inet_ecn.h>
#include <linux/skbuff.h>
#include <net/sctp/sctp.h>
#include <net/sctp/sm.h>
#include <net/sctp/structs.h>

62 63 64 65 66 67
static struct sctp_packet *sctp_abort_pkt_new(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					struct sctp_chunk *chunk,
					const void *payload, size_t paylen);
L
Linus Torvalds 已提交
68 69
static int sctp_eat_data(const struct sctp_association *asoc,
			 struct sctp_chunk *chunk,
70
			 struct sctp_cmd_seq *commands);
71 72 73 74
static struct sctp_packet *sctp_ootb_pkt_new(
					struct net *net,
					const struct sctp_association *asoc,
					const struct sctp_chunk *chunk);
75 76
static void sctp_send_stale_cookie_err(struct net *net,
				       const struct sctp_endpoint *ep,
L
Linus Torvalds 已提交
77 78
				       const struct sctp_association *asoc,
				       const struct sctp_chunk *chunk,
79
				       struct sctp_cmd_seq *commands,
L
Linus Torvalds 已提交
80
				       struct sctp_chunk *err_chunk);
81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
static enum sctp_disposition sctp_sf_do_5_2_6_stale(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands);
static enum sctp_disposition sctp_sf_shut_8_4_5(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands);
static enum sctp_disposition sctp_sf_tabort_8_4_8(
					struct net *net,
97
					const struct sctp_endpoint *ep,
98
					const struct sctp_association *asoc,
99
					const union sctp_subtype type,
100
					void *arg,
101
					struct sctp_cmd_seq *commands);
L
Linus Torvalds 已提交
102 103
static struct sctp_sackhdr *sctp_sm_pull_sack(struct sctp_chunk *chunk);

104 105 106 107 108 109
static enum sctp_disposition sctp_stop_t1_and_abort(
					struct net *net,
					struct sctp_cmd_seq *commands,
					__be16 error, int sk_err,
					const struct sctp_association *asoc,
					struct sctp_transport *transport);
A
Adrian Bunk 已提交
110

111 112 113 114 115 116 117 118
static enum sctp_disposition sctp_sf_abort_violation(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					void *arg,
					struct sctp_cmd_seq *commands,
					const __u8 *payload,
					const size_t paylen);
119

120 121 122 123 124 125 126
static enum sctp_disposition sctp_sf_violation_chunklen(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands);
L
Linus Torvalds 已提交
127

128 129 130 131 132 133 134
static enum sctp_disposition sctp_sf_violation_paramlen(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg, void *ext,
					struct sctp_cmd_seq *commands);
135

136 137 138 139 140 141 142
static enum sctp_disposition sctp_sf_violation_ctsn(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands);
143

144 145 146 147 148 149 150
static enum sctp_disposition sctp_sf_violation_chunk(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands);
151

152
static enum sctp_ierror sctp_sf_authenticate(
153 154 155 156 157
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					struct sctp_chunk *chunk);
158

159 160
static enum sctp_disposition __sctp_sf_do_9_1_abort(
					struct net *net,
161
					const struct sctp_endpoint *ep,
162
					const struct sctp_association *asoc,
163
					const union sctp_subtype type,
164
					void *arg,
165
					struct sctp_cmd_seq *commands);
166

L
Linus Torvalds 已提交
167 168 169
/* Small helper function that checks if the chunk length
 * is of the appropriate length.  The 'required_length' argument
 * is set to be the size of a specific chunk we are testing.
170 171
 * Return Values:  true  = Valid length
 * 		   false = Invalid length
L
Linus Torvalds 已提交
172 173
 *
 */
174 175
static inline bool sctp_chunk_length_valid(struct sctp_chunk *chunk,
					   __u16 required_length)
L
Linus Torvalds 已提交
176 177 178
{
	__u16 chunk_length = ntohs(chunk->chunk_hdr->length);

179 180
	/* Previously already marked? */
	if (unlikely(chunk->pdiscard))
181
		return false;
L
Linus Torvalds 已提交
182
	if (unlikely(chunk_length < required_length))
183
		return false;
L
Linus Torvalds 已提交
184

185
	return true;
L
Linus Torvalds 已提交
186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201
}

/**********************************************************
 * These are the state functions for handling chunk events.
 **********************************************************/

/*
 * Process the final SHUTDOWN COMPLETE.
 *
 * Section: 4 (C) (diagram), 9.2
 * Upon reception of the SHUTDOWN COMPLETE chunk the endpoint will verify
 * that it is in SHUTDOWN-ACK-SENT state, if it is not the chunk should be
 * discarded. If the endpoint is in the SHUTDOWN-ACK-SENT state the endpoint
 * should stop the T2-shutdown timer and remove all knowledge of the
 * association (and thus the association enters the CLOSED state).
 *
202
 * Verification Tag: 8.5.1(C), sctpimpguide 2.41.
L
Linus Torvalds 已提交
203 204
 * C) Rules for packet carrying SHUTDOWN COMPLETE:
 * ...
205 206 207 208 209 210 211 212 213
 * - The receiver of a SHUTDOWN COMPLETE shall accept the packet
 *   if the Verification Tag field of the packet matches its own tag and
 *   the T bit is not set
 *   OR
 *   it is set to its peer's tag and the T bit is set in the Chunk
 *   Flags.
 *   Otherwise, the receiver MUST silently discard the packet
 *   and take no further action.  An endpoint MUST ignore the
 *   SHUTDOWN COMPLETE if it is not in the SHUTDOWN-ACK-SENT state.
L
Linus Torvalds 已提交
214 215 216 217 218 219 220 221 222
 *
 * Inputs
 * (endpoint, asoc, chunk)
 *
 * Outputs
 * (asoc, reply_msg, msg_up, timers, counters)
 *
 * The return value is the disposition of the chunk.
 */
223 224 225 226 227
enum sctp_disposition sctp_sf_do_4_C(struct net *net,
				     const struct sctp_endpoint *ep,
				     const struct sctp_association *asoc,
				     const union sctp_subtype type,
				     void *arg, struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
228 229 230 231
{
	struct sctp_chunk *chunk = arg;
	struct sctp_ulpevent *ev;

232
	if (!sctp_vtag_verify_either(chunk, asoc))
233
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
234

L
Linus Torvalds 已提交
235 236 237 238 239 240
	/* RFC 2960 6.10 Bundling
	 *
	 * An endpoint MUST NOT bundle INIT, INIT ACK or
	 * SHUTDOWN COMPLETE with any other chunks.
	 */
	if (!chunk->singleton)
241
		return sctp_sf_violation_chunk(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
242

243
	/* Make sure that the SHUTDOWN_COMPLETE chunk has a valid length. */
244
	if (!sctp_chunk_length_valid(chunk, sizeof(struct sctp_chunkhdr)))
245
		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
246
						  commands);
L
Linus Torvalds 已提交
247 248 249 250 251 252 253 254 255

	/* RFC 2960 10.2 SCTP-to-ULP
	 *
	 * H) SHUTDOWN COMPLETE notification
	 *
	 * When SCTP completes the shutdown procedures (section 9.2) this
	 * notification is passed to the upper layer.
	 */
	ev = sctp_ulpevent_make_assoc_change(asoc, 0, SCTP_SHUTDOWN_COMP,
256
					     0, 0, 0, NULL, GFP_ATOMIC);
257 258
	if (ev)
		sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP,
259
				SCTP_ULPEVENT(ev));
L
Linus Torvalds 已提交
260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277

	/* Upon reception of the SHUTDOWN COMPLETE chunk the endpoint
	 * will verify that it is in SHUTDOWN-ACK-SENT state, if it is
	 * not the chunk should be discarded. If the endpoint is in
	 * the SHUTDOWN-ACK-SENT state the endpoint should stop the
	 * T2-shutdown timer and remove all knowledge of the
	 * association (and thus the association enters the CLOSED
	 * state).
	 */
	sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
			SCTP_TO(SCTP_EVENT_TIMEOUT_T2_SHUTDOWN));

	sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
			SCTP_TO(SCTP_EVENT_TIMEOUT_T5_SHUTDOWN_GUARD));

	sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
			SCTP_STATE(SCTP_STATE_CLOSED));

278 279
	SCTP_INC_STATS(net, SCTP_MIB_SHUTDOWNS);
	SCTP_DEC_STATS(net, SCTP_MIB_CURRESTAB);
L
Linus Torvalds 已提交
280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297

	sctp_add_cmd_sf(commands, SCTP_CMD_DELETE_TCB, SCTP_NULL());

	return SCTP_DISPOSITION_DELETE_TCB;
}

/*
 * Respond to a normal INIT chunk.
 * We are the side that is being asked for an association.
 *
 * Section: 5.1 Normal Establishment of an Association, B
 * B) "Z" shall respond immediately with an INIT ACK chunk.  The
 *    destination IP address of the INIT ACK MUST be set to the source
 *    IP address of the INIT to which this INIT ACK is responding.  In
 *    the response, besides filling in other parameters, "Z" must set the
 *    Verification Tag field to Tag_A, and also provide its own
 *    Verification Tag (Tag_Z) in the Initiate Tag field.
 *
298
 * Verification Tag: Must be 0.
L
Linus Torvalds 已提交
299 300 301 302 303 304 305 306 307
 *
 * Inputs
 * (endpoint, asoc, chunk)
 *
 * Outputs
 * (asoc, reply_msg, msg_up, timers, counters)
 *
 * The return value is the disposition of the chunk.
 */
308 309 310 311 312 313
enum sctp_disposition sctp_sf_do_5_1B_init(struct net *net,
					   const struct sctp_endpoint *ep,
					   const struct sctp_association *asoc,
					   const union sctp_subtype type,
					   void *arg,
					   struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
314
{
315 316
	struct sctp_chunk *chunk = arg, *repl, *err_chunk;
	struct sctp_unrecognized_param *unk_param;
L
Linus Torvalds 已提交
317 318 319 320 321 322 323
	struct sctp_association *new_asoc;
	struct sctp_packet *packet;
	int len;

	/* 6.10 Bundling
	 * An endpoint MUST NOT bundle INIT, INIT ACK or
	 * SHUTDOWN COMPLETE with any other chunks.
324
	 *
L
Linus Torvalds 已提交
325 326 327 328 329 330
	 * IG Section 2.11.2
	 * Furthermore, we require that the receiver of an INIT chunk MUST
	 * enforce these rules by silently discarding an arriving packet
	 * with an INIT chunk that is bundled with other chunks.
	 */
	if (!chunk->singleton)
331
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
332 333 334 335

	/* If the packet is an OOTB packet which is temporarily on the
	 * control endpoint, respond with an ABORT.
	 */
336
	if (ep == sctp_sk(net->sctp.ctl_sock)->ep) {
337
		SCTP_INC_STATS(net, SCTP_MIB_OUTOFBLUES);
338
		return sctp_sf_tabort_8_4_8(net, ep, asoc, type, arg, commands);
339
	}
L
Linus Torvalds 已提交
340 341

	/* 3.1 A packet containing an INIT chunk MUST have a zero Verification
342
	 * Tag.
L
Linus Torvalds 已提交
343 344
	 */
	if (chunk->sctp_hdr->vtag != 0)
345
		return sctp_sf_tabort_8_4_8(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
346 347 348 349 350 351

	/* Make sure that the INIT chunk has a valid length.
	 * Normally, this would cause an ABORT with a Protocol Violation
	 * error, but since we don't have an association, we'll
	 * just discard the packet.
	 */
352
	if (!sctp_chunk_length_valid(chunk, sizeof(struct sctp_init_chunk)))
353
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
354

355 356 357 358 359 360 361
	/* If the INIT is coming toward a closing socket, we'll send back
	 * and ABORT.  Essentially, this catches the race of INIT being
	 * backloged to the socket at the same time as the user isses close().
	 * Since the socket and all its associations are going away, we
	 * can treat this OOTB
	 */
	if (sctp_sstate(ep->base.sk, CLOSING))
362
		return sctp_sf_tabort_8_4_8(net, ep, asoc, type, arg, commands);
363

L
Linus Torvalds 已提交
364 365
	/* Verify the INIT chunk before processing it. */
	err_chunk = NULL;
366
	if (!sctp_verify_init(net, ep, asoc, chunk->chunk_hdr->type,
367
			      (struct sctp_init_chunk *)chunk->chunk_hdr, chunk,
L
Linus Torvalds 已提交
368 369 370 371 372
			      &err_chunk)) {
		/* This chunk contains fatal error. It is to be discarded.
		 * Send an ABORT, with causes if there is any.
		 */
		if (err_chunk) {
373
			packet = sctp_abort_pkt_new(net, ep, asoc, arg,
L
Linus Torvalds 已提交
374
					(__u8 *)(err_chunk->chunk_hdr) +
375
					sizeof(struct sctp_chunkhdr),
L
Linus Torvalds 已提交
376
					ntohs(err_chunk->chunk_hdr->length) -
377
					sizeof(struct sctp_chunkhdr));
L
Linus Torvalds 已提交
378 379 380 381 382 383

			sctp_chunk_free(err_chunk);

			if (packet) {
				sctp_add_cmd_sf(commands, SCTP_CMD_SEND_PKT,
						SCTP_PACKET(packet));
384
				SCTP_INC_STATS(net, SCTP_MIB_OUTCTRLCHUNKS);
L
Linus Torvalds 已提交
385 386 387 388 389
				return SCTP_DISPOSITION_CONSUME;
			} else {
				return SCTP_DISPOSITION_NOMEM;
			}
		} else {
390
			return sctp_sf_tabort_8_4_8(net, ep, asoc, type, arg,
L
Linus Torvalds 已提交
391 392 393 394
						    commands);
		}
	}

395
	/* Grab the INIT header.  */
396
	chunk->subh.init_hdr = (struct sctp_inithdr *)chunk->skb->data;
L
Linus Torvalds 已提交
397 398

	/* Tag the variable length parameters.  */
399
	chunk->param_hdr.v = skb_pull(chunk->skb, sizeof(struct sctp_inithdr));
L
Linus Torvalds 已提交
400 401 402 403 404

	new_asoc = sctp_make_temp_asoc(ep, chunk, GFP_ATOMIC);
	if (!new_asoc)
		goto nomem;

405 406 407 408 409
	if (sctp_assoc_set_bind_addr_from_ep(new_asoc,
					     sctp_scope(sctp_source(chunk)),
					     GFP_ATOMIC) < 0)
		goto nomem_init;

L
Linus Torvalds 已提交
410
	/* The call, sctp_process_init(), can fail on memory allocation.  */
411
	if (!sctp_process_init(new_asoc, chunk, sctp_source(chunk),
412
			       (struct sctp_init_chunk *)chunk->chunk_hdr,
L
Linus Torvalds 已提交
413 414 415 416 417 418 419 420 421 422 423
			       GFP_ATOMIC))
		goto nomem_init;

	/* B) "Z" shall respond immediately with an INIT ACK chunk.  */

	/* If there are errors need to be reported for unknown parameters,
	 * make sure to reserve enough room in the INIT ACK for them.
	 */
	len = 0;
	if (err_chunk)
		len = ntohs(err_chunk->chunk_hdr->length) -
424
		      sizeof(struct sctp_chunkhdr);
L
Linus Torvalds 已提交
425 426 427

	repl = sctp_make_init_ack(new_asoc, chunk, GFP_ATOMIC, len);
	if (!repl)
428
		goto nomem_init;
L
Linus Torvalds 已提交
429 430 431 432 433 434 435 436 437 438 439 440 441

	/* If there are errors need to be reported for unknown parameters,
	 * include them in the outgoing INIT ACK as "Unrecognized parameter"
	 * parameter.
	 */
	if (err_chunk) {
		/* Get the "Unrecognized parameter" parameter(s) out of the
		 * ERROR chunk generated by sctp_verify_init(). Since the
		 * error cause code for "unknown parameter" and the
		 * "Unrecognized parameter" type is the same, we can
		 * construct the parameters in INIT ACK by copying the
		 * ERROR causes over.
		 */
442
		unk_param = (struct sctp_unrecognized_param *)
L
Linus Torvalds 已提交
443
			    ((__u8 *)(err_chunk->chunk_hdr) +
444
			    sizeof(struct sctp_chunkhdr));
L
Linus Torvalds 已提交
445 446 447 448 449 450 451
		/* Replace the cause code with the "Unrecognized parameter"
		 * parameter type.
		 */
		sctp_addto_chunk(repl, len, unk_param);
		sctp_chunk_free(err_chunk);
	}

452 453
	sctp_add_cmd_sf(commands, SCTP_CMD_NEW_ASOC, SCTP_ASOC(new_asoc));

L
Linus Torvalds 已提交
454 455 456 457 458 459 460 461 462 463 464 465 466 467 468
	sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));

	/*
	 * Note:  After sending out INIT ACK with the State Cookie parameter,
	 * "Z" MUST NOT allocate any resources, nor keep any states for the
	 * new association.  Otherwise, "Z" will be vulnerable to resource
	 * attacks.
	 */
	sctp_add_cmd_sf(commands, SCTP_CMD_DELETE_TCB, SCTP_NULL());

	return SCTP_DISPOSITION_DELETE_TCB;

nomem_init:
	sctp_association_free(new_asoc);
nomem:
469 470
	if (err_chunk)
		sctp_chunk_free(err_chunk);
L
Linus Torvalds 已提交
471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501
	return SCTP_DISPOSITION_NOMEM;
}

/*
 * Respond to a normal INIT ACK chunk.
 * We are the side that is initiating the association.
 *
 * Section: 5.1 Normal Establishment of an Association, C
 * C) Upon reception of the INIT ACK from "Z", "A" shall stop the T1-init
 *    timer and leave COOKIE-WAIT state. "A" shall then send the State
 *    Cookie received in the INIT ACK chunk in a COOKIE ECHO chunk, start
 *    the T1-cookie timer, and enter the COOKIE-ECHOED state.
 *
 *    Note: The COOKIE ECHO chunk can be bundled with any pending outbound
 *    DATA chunks, but it MUST be the first chunk in the packet and
 *    until the COOKIE ACK is returned the sender MUST NOT send any
 *    other packets to the peer.
 *
 * Verification Tag: 3.3.3
 *   If the value of the Initiate Tag in a received INIT ACK chunk is
 *   found to be 0, the receiver MUST treat it as an error and close the
 *   association by transmitting an ABORT.
 *
 * Inputs
 * (endpoint, asoc, chunk)
 *
 * Outputs
 * (asoc, reply_msg, msg_up, timers, counters)
 *
 * The return value is the disposition of the chunk.
 */
502 503 504 505 506 507
enum sctp_disposition sctp_sf_do_5_1C_ack(struct net *net,
					  const struct sctp_endpoint *ep,
					  const struct sctp_association *asoc,
					  const union sctp_subtype type,
					  void *arg,
					  struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
508
{
509
	struct sctp_init_chunk *initchunk;
510
	struct sctp_chunk *chunk = arg;
L
Linus Torvalds 已提交
511 512 513 514
	struct sctp_chunk *err_chunk;
	struct sctp_packet *packet;

	if (!sctp_vtag_verify(chunk, asoc))
515
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
516 517 518 519 520 521

	/* 6.10 Bundling
	 * An endpoint MUST NOT bundle INIT, INIT ACK or
	 * SHUTDOWN COMPLETE with any other chunks.
	 */
	if (!chunk->singleton)
522
		return sctp_sf_violation_chunk(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
523

524
	/* Make sure that the INIT-ACK chunk has a valid length */
525
	if (!sctp_chunk_length_valid(chunk, sizeof(struct sctp_initack_chunk)))
526
		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
527
						  commands);
L
Linus Torvalds 已提交
528
	/* Grab the INIT header.  */
529
	chunk->subh.init_hdr = (struct sctp_inithdr *)chunk->skb->data;
L
Linus Torvalds 已提交
530 531 532

	/* Verify the INIT chunk before processing it. */
	err_chunk = NULL;
533
	if (!sctp_verify_init(net, ep, asoc, chunk->chunk_hdr->type,
534
			      (struct sctp_init_chunk *)chunk->chunk_hdr, chunk,
L
Linus Torvalds 已提交
535 536
			      &err_chunk)) {

X
Xin Long 已提交
537
		enum sctp_error error = SCTP_ERROR_NO_RESOURCE;
538

L
Linus Torvalds 已提交
539
		/* This chunk contains fatal error. It is to be discarded.
540 541 542
		 * Send an ABORT, with causes.  If there are no causes,
		 * then there wasn't enough memory.  Just terminate
		 * the association.
L
Linus Torvalds 已提交
543 544
		 */
		if (err_chunk) {
545
			packet = sctp_abort_pkt_new(net, ep, asoc, arg,
L
Linus Torvalds 已提交
546
					(__u8 *)(err_chunk->chunk_hdr) +
547
					sizeof(struct sctp_chunkhdr),
L
Linus Torvalds 已提交
548
					ntohs(err_chunk->chunk_hdr->length) -
549
					sizeof(struct sctp_chunkhdr));
L
Linus Torvalds 已提交
550 551 552 553 554 555

			sctp_chunk_free(err_chunk);

			if (packet) {
				sctp_add_cmd_sf(commands, SCTP_CMD_SEND_PKT,
						SCTP_PACKET(packet));
556
				SCTP_INC_STATS(net, SCTP_MIB_OUTCTRLCHUNKS);
557
				error = SCTP_ERROR_INV_PARAM;
L
Linus Torvalds 已提交
558 559
			}
		}
560 561 562 563 564 565 566 567 568

		/* SCTP-AUTH, Section 6.3:
		 *    It should be noted that if the receiver wants to tear
		 *    down an association in an authenticated way only, the
		 *    handling of malformed packets should not result in
		 *    tearing down the association.
		 *
		 * This means that if we only want to abort associations
		 * in an authenticated way (i.e AUTH+ABORT), then we
L
Lucas De Marchi 已提交
569
		 * can't destroy this association just because the packet
570 571 572
		 * was malformed.
		 */
		if (sctp_auth_recv_cid(SCTP_CID_ABORT, asoc))
573
			return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
574

575 576
		SCTP_INC_STATS(net, SCTP_MIB_ABORTEDS);
		return sctp_stop_t1_and_abort(net, commands, error, ECONNREFUSED,
577
						asoc, chunk->transport);
L
Linus Torvalds 已提交
578 579 580 581 582
	}

	/* Tag the variable length parameters.  Note that we never
	 * convert the parameters in an INIT chunk.
	 */
583
	chunk->param_hdr.v = skb_pull(chunk->skb, sizeof(struct sctp_inithdr));
L
Linus Torvalds 已提交
584

585
	initchunk = (struct sctp_init_chunk *)chunk->chunk_hdr;
L
Linus Torvalds 已提交
586 587 588 589

	sctp_add_cmd_sf(commands, SCTP_CMD_PEER_INIT,
			SCTP_PEER_INIT(initchunk));

F
Frank Filz 已提交
590 591 592
	/* Reset init error count upon receipt of INIT-ACK.  */
	sctp_add_cmd_sf(commands, SCTP_CMD_INIT_COUNTER_RESET, SCTP_NULL());

L
Linus Torvalds 已提交
593 594 595 596 597 598 599 600 601 602 603
	/* 5.1 C) "A" shall stop the T1-init timer and leave
	 * COOKIE-WAIT state.  "A" shall then ... start the T1-cookie
	 * timer, and enter the COOKIE-ECHOED state.
	 */
	sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
			SCTP_TO(SCTP_EVENT_TIMEOUT_T1_INIT));
	sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_START,
			SCTP_TO(SCTP_EVENT_TIMEOUT_T1_COOKIE));
	sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
			SCTP_STATE(SCTP_STATE_COOKIE_ECHOED));

604 605 606 607 608
	/* SCTP-AUTH: genereate the assocition shared keys so that
	 * we can potentially signe the COOKIE-ECHO.
	 */
	sctp_add_cmd_sf(commands, SCTP_CMD_ASSOC_SHKEY, SCTP_NULL());

L
Linus Torvalds 已提交
609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651
	/* 5.1 C) "A" shall then send the State Cookie received in the
	 * INIT ACK chunk in a COOKIE ECHO chunk, ...
	 */
	/* If there is any errors to report, send the ERROR chunk generated
	 * for unknown parameters as well.
	 */
	sctp_add_cmd_sf(commands, SCTP_CMD_GEN_COOKIE_ECHO,
			SCTP_CHUNK(err_chunk));

	return SCTP_DISPOSITION_CONSUME;
}

/*
 * Respond to a normal COOKIE ECHO chunk.
 * We are the side that is being asked for an association.
 *
 * Section: 5.1 Normal Establishment of an Association, D
 * D) Upon reception of the COOKIE ECHO chunk, Endpoint "Z" will reply
 *    with a COOKIE ACK chunk after building a TCB and moving to
 *    the ESTABLISHED state. A COOKIE ACK chunk may be bundled with
 *    any pending DATA chunks (and/or SACK chunks), but the COOKIE ACK
 *    chunk MUST be the first chunk in the packet.
 *
 *   IMPLEMENTATION NOTE: An implementation may choose to send the
 *   Communication Up notification to the SCTP user upon reception
 *   of a valid COOKIE ECHO chunk.
 *
 * Verification Tag: 8.5.1 Exceptions in Verification Tag Rules
 * D) Rules for packet carrying a COOKIE ECHO
 *
 * - When sending a COOKIE ECHO, the endpoint MUST use the value of the
 *   Initial Tag received in the INIT ACK.
 *
 * - The receiver of a COOKIE ECHO follows the procedures in Section 5.
 *
 * Inputs
 * (endpoint, asoc, chunk)
 *
 * Outputs
 * (asoc, reply_msg, msg_up, timers, counters)
 *
 * The return value is the disposition of the chunk.
 */
652 653 654 655 656 657
enum sctp_disposition sctp_sf_do_5_1D_ce(struct net *net,
					 const struct sctp_endpoint *ep,
					 const struct sctp_association *asoc,
					 const union sctp_subtype type,
					 void *arg,
					 struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
658
{
659
	struct sctp_ulpevent *ev, *ai_ev = NULL;
L
Linus Torvalds 已提交
660
	struct sctp_association *new_asoc;
661
	struct sctp_init_chunk *peer_init;
662
	struct sctp_chunk *chunk = arg;
L
Linus Torvalds 已提交
663
	struct sctp_chunk *err_chk_p;
664
	struct sctp_chunk *repl;
665
	struct sock *sk;
666
	int error = 0;
L
Linus Torvalds 已提交
667 668 669 670

	/* If the packet is an OOTB packet which is temporarily on the
	 * control endpoint, respond with an ABORT.
	 */
671
	if (ep == sctp_sk(net->sctp.ctl_sock)->ep) {
672
		SCTP_INC_STATS(net, SCTP_MIB_OUTOFBLUES);
673
		return sctp_sf_tabort_8_4_8(net, ep, asoc, type, arg, commands);
674
	}
L
Linus Torvalds 已提交
675 676 677 678 679 680

	/* Make sure that the COOKIE_ECHO chunk has a valid length.
	 * In this case, we check that we have enough for at least a
	 * chunk header.  More detailed verification is done
	 * in sctp_unpack_cookie().
	 */
681
	if (!sctp_chunk_length_valid(chunk, sizeof(struct sctp_chunkhdr)))
682
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
683

684 685 686 687 688 689 690
	/* If the endpoint is not listening or if the number of associations
	 * on the TCP-style socket exceed the max backlog, respond with an
	 * ABORT.
	 */
	sk = ep->base.sk;
	if (!sctp_sstate(sk, LISTENING) ||
	    (sctp_style(sk, TCP) && sk_acceptq_is_full(sk)))
691
		return sctp_sf_tabort_8_4_8(net, ep, asoc, type, arg, commands);
692

L
Linus Torvalds 已提交
693 694 695
	/* "Decode" the chunk.  We have no optional parameters so we
	 * are in good shape.
	 */
696
	chunk->subh.cookie_hdr =
L
Linus Torvalds 已提交
697
		(struct sctp_signed_cookie *)chunk->skb->data;
698
	if (!pskb_pull(chunk->skb, ntohs(chunk->chunk_hdr->length) -
699
					 sizeof(struct sctp_chunkhdr)))
700
		goto nomem;
L
Linus Torvalds 已提交
701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723

	/* 5.1 D) Upon reception of the COOKIE ECHO chunk, Endpoint
	 * "Z" will reply with a COOKIE ACK chunk after building a TCB
	 * and moving to the ESTABLISHED state.
	 */
	new_asoc = sctp_unpack_cookie(ep, asoc, chunk, GFP_ATOMIC, &error,
				      &err_chk_p);

	/* FIXME:
	 * If the re-build failed, what is the proper error path
	 * from here?
	 *
	 * [We should abort the association. --piggy]
	 */
	if (!new_asoc) {
		/* FIXME: Several errors are possible.  A bad cookie should
		 * be silently discarded, but think about logging it too.
		 */
		switch (error) {
		case -SCTP_IERROR_NOMEM:
			goto nomem;

		case -SCTP_IERROR_STALE_COOKIE:
724
			sctp_send_stale_cookie_err(net, ep, asoc, chunk, commands,
L
Linus Torvalds 已提交
725
						   err_chk_p);
726
			return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
727 728 729

		case -SCTP_IERROR_BAD_SIG:
		default:
730
			return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
731
		}
L
Linus Torvalds 已提交
732 733 734
	}


735 736 737
	/* Delay state machine commands until later.
	 *
	 * Re-build the bind address for the association is done in
L
Linus Torvalds 已提交
738 739 740 741 742 743 744
	 * the sctp_unpack_cookie() already.
	 */
	/* This is a brand-new association, so these are not yet side
	 * effects--it is safe to run them here.
	 */
	peer_init = &chunk->subh.cookie_hdr->c.peer_init[0];

745
	if (!sctp_process_init(new_asoc, chunk,
746
			       &chunk->subh.cookie_hdr->c.peer_addr,
L
Linus Torvalds 已提交
747 748 749
			       peer_init, GFP_ATOMIC))
		goto nomem_init;

750 751 752 753 754 755 756 757
	/* SCTP-AUTH:  Now that we've populate required fields in
	 * sctp_process_init, set up the assocaition shared keys as
	 * necessary so that we can potentially authenticate the ACK
	 */
	error = sctp_auth_asoc_init_active_key(new_asoc, GFP_ATOMIC);
	if (error)
		goto nomem_init;

758 759 760 761 762 763 764 765
	/* SCTP-AUTH:  auth_chunk pointer is only set when the cookie-echo
	 * is supposed to be authenticated and we have to do delayed
	 * authentication.  We've just recreated the association using
	 * the information in the cookie and now it's much easier to
	 * do the authentication.
	 */
	if (chunk->auth_chunk) {
		struct sctp_chunk auth;
766
		enum sctp_ierror ret;
767

768 769 770 771 772 773
		/* Make sure that we and the peer are AUTH capable */
		if (!net->sctp.auth_enable || !new_asoc->peer.auth_capable) {
			sctp_association_free(new_asoc);
			return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
		}

774 775 776 777
		/* set-up our fake chunk so that we can process it */
		auth.skb = chunk->auth_chunk;
		auth.asoc = chunk->asoc;
		auth.sctp_hdr = chunk->sctp_hdr;
778 779 780 781
		auth.chunk_hdr = (struct sctp_chunkhdr *)
					skb_push(chunk->auth_chunk,
						 sizeof(struct sctp_chunkhdr));
		skb_pull(chunk->auth_chunk, sizeof(struct sctp_chunkhdr));
782 783
		auth.transport = chunk->transport;

784
		ret = sctp_sf_authenticate(net, ep, new_asoc, type, &auth);
785 786
		if (ret != SCTP_IERROR_NO_ERROR) {
			sctp_association_free(new_asoc);
787
			return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
788 789 790
		}
	}

L
Linus Torvalds 已提交
791 792
	repl = sctp_make_cookie_ack(new_asoc, chunk);
	if (!repl)
793
		goto nomem_init;
L
Linus Torvalds 已提交
794 795 796 797 798 799 800 801 802 803

	/* RFC 2960 5.1 Normal Establishment of an Association
	 *
	 * D) IMPLEMENTATION NOTE: An implementation may choose to
	 * send the Communication Up notification to the SCTP user
	 * upon reception of a valid COOKIE ECHO chunk.
	 */
	ev = sctp_ulpevent_make_assoc_change(new_asoc, 0, SCTP_COMM_UP, 0,
					     new_asoc->c.sinit_num_ostreams,
					     new_asoc->c.sinit_max_instreams,
804
					     NULL, GFP_ATOMIC);
L
Linus Torvalds 已提交
805 806 807
	if (!ev)
		goto nomem_ev;

808
	/* Sockets API Draft Section 5.3.1.6
809
	 * When a peer sends a Adaptation Layer Indication parameter , SCTP
L
Linus Torvalds 已提交
810
	 * delivers this notification to inform the application that of the
811
	 * peers requested adaptation layer.
L
Linus Torvalds 已提交
812
	 */
813 814
	if (new_asoc->peer.adaptation_ind) {
		ai_ev = sctp_ulpevent_make_adaptation_indication(new_asoc,
L
Linus Torvalds 已提交
815
							    GFP_ATOMIC);
816 817 818 819 820 821 822 823 824 825 826 827
		if (!ai_ev)
			goto nomem_aiev;
	}

	/* Add all the state machine commands now since we've created
	 * everything.  This way we don't introduce memory corruptions
	 * during side-effect processing and correclty count established
	 * associations.
	 */
	sctp_add_cmd_sf(commands, SCTP_CMD_NEW_ASOC, SCTP_ASOC(new_asoc));
	sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
			SCTP_STATE(SCTP_STATE_ESTABLISHED));
828 829
	SCTP_INC_STATS(net, SCTP_MIB_CURRESTAB);
	SCTP_INC_STATS(net, SCTP_MIB_PASSIVEESTABS);
830 831
	sctp_add_cmd_sf(commands, SCTP_CMD_HB_TIMERS_START, SCTP_NULL());

832
	if (new_asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE])
833 834 835 836 837 838 839 840 841 842 843
		sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_START,
				SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE));

	/* This will send the COOKIE ACK */
	sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));

	/* Queue the ASSOC_CHANGE event */
	sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP, SCTP_ULPEVENT(ev));

	/* Send up the Adaptation Layer Indication event */
	if (ai_ev)
L
Linus Torvalds 已提交
844
		sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP,
845
				SCTP_ULPEVENT(ai_ev));
L
Linus Torvalds 已提交
846 847 848

	return SCTP_DISPOSITION_CONSUME;

849 850
nomem_aiev:
	sctp_ulpevent_free(ev);
L
Linus Torvalds 已提交
851 852 853 854 855 856 857 858 859 860
nomem_ev:
	sctp_chunk_free(repl);
nomem_init:
	sctp_association_free(new_asoc);
nomem:
	return SCTP_DISPOSITION_NOMEM;
}

/*
 * Respond to a normal COOKIE ACK chunk.
861
 * We are the side that is asking for an association.
L
Linus Torvalds 已提交
862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879
 *
 * RFC 2960 5.1 Normal Establishment of an Association
 *
 * E) Upon reception of the COOKIE ACK, endpoint "A" will move from the
 *    COOKIE-ECHOED state to the ESTABLISHED state, stopping the T1-cookie
 *    timer. It may also notify its ULP about the successful
 *    establishment of the association with a Communication Up
 *    notification (see Section 10).
 *
 * Verification Tag:
 * Inputs
 * (endpoint, asoc, chunk)
 *
 * Outputs
 * (asoc, reply_msg, msg_up, timers, counters)
 *
 * The return value is the disposition of the chunk.
 */
880 881 882 883 884 885
enum sctp_disposition sctp_sf_do_5_1E_ca(struct net *net,
					 const struct sctp_endpoint *ep,
					 const struct sctp_association *asoc,
					 const union sctp_subtype type,
					 void *arg,
					 struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
886 887 888 889 890
{
	struct sctp_chunk *chunk = arg;
	struct sctp_ulpevent *ev;

	if (!sctp_vtag_verify(chunk, asoc))
891
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
892 893 894 895

	/* Verify that the chunk length for the COOKIE-ACK is OK.
	 * If we don't do this, any bundled chunks may be junked.
	 */
896
	if (!sctp_chunk_length_valid(chunk, sizeof(struct sctp_chunkhdr)))
897
		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
L
Linus Torvalds 已提交
898 899 900 901 902 903 904 905
						  commands);

	/* Reset init error count upon receipt of COOKIE-ACK,
	 * to avoid problems with the managemement of this
	 * counter in stale cookie situations when a transition back
	 * from the COOKIE-ECHOED state to the COOKIE-WAIT
	 * state is performed.
	 */
F
Frank Filz 已提交
906
	sctp_add_cmd_sf(commands, SCTP_CMD_INIT_COUNTER_RESET, SCTP_NULL());
L
Linus Torvalds 已提交
907 908 909 910 911 912 913 914 915 916 917

	/* RFC 2960 5.1 Normal Establishment of an Association
	 *
	 * E) Upon reception of the COOKIE ACK, endpoint "A" will move
	 * from the COOKIE-ECHOED state to the ESTABLISHED state,
	 * stopping the T1-cookie timer.
	 */
	sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
			SCTP_TO(SCTP_EVENT_TIMEOUT_T1_COOKIE));
	sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
			SCTP_STATE(SCTP_STATE_ESTABLISHED));
918 919
	SCTP_INC_STATS(net, SCTP_MIB_CURRESTAB);
	SCTP_INC_STATS(net, SCTP_MIB_ACTIVEESTABS);
L
Linus Torvalds 已提交
920
	sctp_add_cmd_sf(commands, SCTP_CMD_HB_TIMERS_START, SCTP_NULL());
921
	if (asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE])
L
Linus Torvalds 已提交
922 923 924 925 926 927 928 929 930 931
		sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_START,
				SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE));

	/* It may also notify its ULP about the successful
	 * establishment of the association with a Communication Up
	 * notification (see Section 10).
	 */
	ev = sctp_ulpevent_make_assoc_change(asoc, 0, SCTP_COMM_UP,
					     0, asoc->c.sinit_num_ostreams,
					     asoc->c.sinit_max_instreams,
932
					     NULL, GFP_ATOMIC);
L
Linus Torvalds 已提交
933 934 935 936 937 938 939

	if (!ev)
		goto nomem;

	sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP, SCTP_ULPEVENT(ev));

	/* Sockets API Draft Section 5.3.1.6
940
	 * When a peer sends a Adaptation Layer Indication parameter , SCTP
L
Linus Torvalds 已提交
941
	 * delivers this notification to inform the application that of the
942
	 * peers requested adaptation layer.
L
Linus Torvalds 已提交
943
	 */
944 945
	if (asoc->peer.adaptation_ind) {
		ev = sctp_ulpevent_make_adaptation_indication(asoc, GFP_ATOMIC);
L
Linus Torvalds 已提交
946 947 948 949 950 951 952 953 954 955 956 957 958
		if (!ev)
			goto nomem;

		sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP,
				SCTP_ULPEVENT(ev));
	}

	return SCTP_DISPOSITION_CONSUME;
nomem:
	return SCTP_DISPOSITION_NOMEM;
}

/* Generate and sendout a heartbeat packet.  */
959 960 961 962 963 964
static enum sctp_disposition sctp_sf_heartbeat(
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
965 966 967 968 969
{
	struct sctp_transport *transport = (struct sctp_transport *) arg;
	struct sctp_chunk *reply;

	/* Send a heartbeat to our peer.  */
970
	reply = sctp_make_heartbeat(asoc, transport);
L
Linus Torvalds 已提交
971 972 973 974 975 976 977 978 979 980 981 982 983 984
	if (!reply)
		return SCTP_DISPOSITION_NOMEM;

	/* Set rto_pending indicating that an RTT measurement
	 * is started with this heartbeat chunk.
	 */
	sctp_add_cmd_sf(commands, SCTP_CMD_RTO_PENDING,
			SCTP_TRANSPORT(transport));

	sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(reply));
	return SCTP_DISPOSITION_CONSUME;
}

/* Generate a HEARTBEAT packet on the given transport.  */
985 986 987 988 989 990
enum sctp_disposition sctp_sf_sendbeat_8_3(struct net *net,
					   const struct sctp_endpoint *ep,
					   const struct sctp_association *asoc,
					   const union sctp_subtype type,
					   void *arg,
					   struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
991 992 993
{
	struct sctp_transport *transport = (struct sctp_transport *) arg;

994
	if (asoc->overall_error_count >= asoc->max_retrans) {
995 996
		sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR,
				SCTP_ERROR(ETIMEDOUT));
L
Linus Torvalds 已提交
997 998
		/* CMD_ASSOC_FAILED calls CMD_DELETE_TCB. */
		sctp_add_cmd_sf(commands, SCTP_CMD_ASSOC_FAILED,
999
				SCTP_PERR(SCTP_ERROR_NO_ERROR));
1000 1001
		SCTP_INC_STATS(net, SCTP_MIB_ABORTEDS);
		SCTP_DEC_STATS(net, SCTP_MIB_CURRESTAB);
L
Linus Torvalds 已提交
1002 1003 1004 1005 1006 1007 1008 1009 1010 1011
		return SCTP_DISPOSITION_DELETE_TCB;
	}

	/* Section 3.3.5.
	 * The Sender-specific Heartbeat Info field should normally include
	 * information about the sender's current time when this HEARTBEAT
	 * chunk is sent and the destination transport address to which this
	 * HEARTBEAT is sent (see Section 8.3).
	 */

1012
	if (transport->param_flags & SPP_HB_ENABLE) {
L
Linus Torvalds 已提交
1013 1014 1015 1016
		if (SCTP_DISPOSITION_NOMEM ==
				sctp_sf_heartbeat(ep, asoc, type, arg,
						  commands))
			return SCTP_DISPOSITION_NOMEM;
1017

L
Linus Torvalds 已提交
1018 1019 1020
		/* Set transport error counter and association error counter
		 * when sending heartbeat.
		 */
1021
		sctp_add_cmd_sf(commands, SCTP_CMD_TRANSPORT_HB_SENT,
L
Linus Torvalds 已提交
1022 1023
				SCTP_TRANSPORT(transport));
	}
1024 1025
	sctp_add_cmd_sf(commands, SCTP_CMD_TRANSPORT_IDLE,
			SCTP_TRANSPORT(transport));
L
Linus Torvalds 已提交
1026 1027 1028
	sctp_add_cmd_sf(commands, SCTP_CMD_HB_TIMER_UPDATE,
			SCTP_TRANSPORT(transport));

1029
	return SCTP_DISPOSITION_CONSUME;
L
Linus Torvalds 已提交
1030 1031
}

X
Xin Long 已提交
1032
/* resend asoc strreset_chunk.  */
1033 1034 1035 1036 1037 1038
enum sctp_disposition sctp_sf_send_reconf(struct net *net,
					  const struct sctp_endpoint *ep,
					  const struct sctp_association *asoc,
					  const union sctp_subtype type,
					  void *arg,
					  struct sctp_cmd_seq *commands)
X
Xin Long 已提交
1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060
{
	struct sctp_transport *transport = arg;

	if (asoc->overall_error_count >= asoc->max_retrans) {
		sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR,
				SCTP_ERROR(ETIMEDOUT));
		/* CMD_ASSOC_FAILED calls CMD_DELETE_TCB. */
		sctp_add_cmd_sf(commands, SCTP_CMD_ASSOC_FAILED,
				SCTP_PERR(SCTP_ERROR_NO_ERROR));
		SCTP_INC_STATS(net, SCTP_MIB_ABORTEDS);
		SCTP_DEC_STATS(net, SCTP_MIB_CURRESTAB);
		return SCTP_DISPOSITION_DELETE_TCB;
	}

	sctp_chunk_hold(asoc->strreset_chunk);
	sctp_add_cmd_sf(commands, SCTP_CMD_REPLY,
			SCTP_CHUNK(asoc->strreset_chunk));
	sctp_add_cmd_sf(commands, SCTP_CMD_STRIKE, SCTP_TRANSPORT(transport));

	return SCTP_DISPOSITION_CONSUME;
}

L
Linus Torvalds 已提交
1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084
/*
 * Process an heartbeat request.
 *
 * Section: 8.3 Path Heartbeat
 * The receiver of the HEARTBEAT should immediately respond with a
 * HEARTBEAT ACK that contains the Heartbeat Information field copied
 * from the received HEARTBEAT chunk.
 *
 * Verification Tag:  8.5 Verification Tag [Normal verification]
 * When receiving an SCTP packet, the endpoint MUST ensure that the
 * value in the Verification Tag field of the received SCTP packet
 * matches its own Tag. If the received Verification Tag value does not
 * match the receiver's own tag value, the receiver shall silently
 * discard the packet and shall not process it any further except for
 * those cases listed in Section 8.5.1 below.
 *
 * Inputs
 * (endpoint, asoc, chunk)
 *
 * Outputs
 * (asoc, reply_msg, msg_up, timers, counters)
 *
 * The return value is the disposition of the chunk.
 */
1085 1086 1087 1088 1089
enum sctp_disposition sctp_sf_beat_8_3(struct net *net,
				       const struct sctp_endpoint *ep,
				       const struct sctp_association *asoc,
				       const union sctp_subtype type,
				       void *arg, struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
1090
{
1091
	struct sctp_paramhdr *param_hdr;
L
Linus Torvalds 已提交
1092 1093 1094 1095 1096
	struct sctp_chunk *chunk = arg;
	struct sctp_chunk *reply;
	size_t paylen = 0;

	if (!sctp_vtag_verify(chunk, asoc))
1097
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
1098 1099

	/* Make sure that the HEARTBEAT chunk has a valid length. */
1100 1101
	if (!sctp_chunk_length_valid(chunk,
				     sizeof(struct sctp_heartbeat_chunk)))
1102
		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
L
Linus Torvalds 已提交
1103 1104 1105 1106 1107 1108
						  commands);

	/* 8.3 The receiver of the HEARTBEAT should immediately
	 * respond with a HEARTBEAT ACK that contains the Heartbeat
	 * Information field copied from the received HEARTBEAT chunk.
	 */
1109
	chunk->subh.hb_hdr = (struct sctp_heartbeathdr *)chunk->skb->data;
1110
	param_hdr = (struct sctp_paramhdr *)chunk->subh.hb_hdr;
1111
	paylen = ntohs(chunk->chunk_hdr->length) - sizeof(struct sctp_chunkhdr);
1112 1113 1114 1115 1116

	if (ntohs(param_hdr->length) > paylen)
		return sctp_sf_violation_paramlen(net, ep, asoc, type, arg,
						  param_hdr, commands);

1117 1118
	if (!pskb_pull(chunk->skb, paylen))
		goto nomem;
L
Linus Torvalds 已提交
1119

1120
	reply = sctp_make_heartbeat_ack(asoc, chunk, param_hdr, paylen);
L
Linus Torvalds 已提交
1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158
	if (!reply)
		goto nomem;

	sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(reply));
	return SCTP_DISPOSITION_CONSUME;

nomem:
	return SCTP_DISPOSITION_NOMEM;
}

/*
 * Process the returning HEARTBEAT ACK.
 *
 * Section: 8.3 Path Heartbeat
 * Upon the receipt of the HEARTBEAT ACK, the sender of the HEARTBEAT
 * should clear the error counter of the destination transport
 * address to which the HEARTBEAT was sent, and mark the destination
 * transport address as active if it is not so marked. The endpoint may
 * optionally report to the upper layer when an inactive destination
 * address is marked as active due to the reception of the latest
 * HEARTBEAT ACK. The receiver of the HEARTBEAT ACK must also
 * clear the association overall error count as well (as defined
 * in section 8.1).
 *
 * The receiver of the HEARTBEAT ACK should also perform an RTT
 * measurement for that destination transport address using the time
 * value carried in the HEARTBEAT ACK chunk.
 *
 * Verification Tag:  8.5 Verification Tag [Normal verification]
 *
 * Inputs
 * (endpoint, asoc, chunk)
 *
 * Outputs
 * (asoc, reply_msg, msg_up, timers, counters)
 *
 * The return value is the disposition of the chunk.
 */
1159 1160 1161 1162 1163 1164
enum sctp_disposition sctp_sf_backbeat_8_3(struct net *net,
					   const struct sctp_endpoint *ep,
					   const struct sctp_association *asoc,
					   const union sctp_subtype type,
					   void *arg,
					   struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
1165
{
1166
	struct sctp_sender_hb_info *hbinfo;
L
Linus Torvalds 已提交
1167 1168 1169
	struct sctp_chunk *chunk = arg;
	struct sctp_transport *link;
	unsigned long max_interval;
1170
	union sctp_addr from_addr;
L
Linus Torvalds 已提交
1171 1172

	if (!sctp_vtag_verify(chunk, asoc))
1173
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
1174 1175

	/* Make sure that the HEARTBEAT-ACK chunk has a valid length.  */
1176
	if (!sctp_chunk_length_valid(chunk, sizeof(struct sctp_chunkhdr) +
1177
					    sizeof(*hbinfo)))
1178
		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
L
Linus Torvalds 已提交
1179 1180
						  commands);

1181
	hbinfo = (struct sctp_sender_hb_info *)chunk->skb->data;
1182
	/* Make sure that the length of the parameter is what we expect */
1183
	if (ntohs(hbinfo->param_hdr.length) != sizeof(*hbinfo))
1184 1185
		return SCTP_DISPOSITION_DISCARD;

L
Linus Torvalds 已提交
1186
	from_addr = hbinfo->daddr;
1187
	link = sctp_assoc_lookup_paddr(asoc, &from_addr);
L
Linus Torvalds 已提交
1188 1189

	/* This should never happen, but lets log it if so.  */
F
Frank Filz 已提交
1190 1191
	if (unlikely(!link)) {
		if (from_addr.sa.sa_family == AF_INET6) {
1192 1193 1194 1195
			net_warn_ratelimited("%s association %p could not find address %pI6\n",
					     __func__,
					     asoc,
					     &from_addr.v6.sin6_addr);
F
Frank Filz 已提交
1196
		} else {
1197 1198 1199 1200
			net_warn_ratelimited("%s association %p could not find address %pI4\n",
					     __func__,
					     asoc,
					     &from_addr.v4.sin_addr.s_addr);
F
Frank Filz 已提交
1201
		}
L
Linus Torvalds 已提交
1202 1203 1204
		return SCTP_DISPOSITION_DISCARD;
	}

1205 1206 1207 1208
	/* Validate the 64-bit random nonce. */
	if (hbinfo->hb_nonce != link->hb_nonce)
		return SCTP_DISPOSITION_DISCARD;

1209
	max_interval = link->hbinterval + link->rto;
L
Linus Torvalds 已提交
1210 1211 1212 1213

	/* Check if the timestamp looks valid.  */
	if (time_after(hbinfo->sent_at, jiffies) ||
	    time_after(jiffies, hbinfo->sent_at + max_interval)) {
1214 1215 1216
		pr_debug("%s: HEARTBEAT ACK with invalid timestamp received "
			 "for transport:%p\n", __func__, link);

L
Linus Torvalds 已提交
1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233
		return SCTP_DISPOSITION_DISCARD;
	}

	/* 8.3 Upon the receipt of the HEARTBEAT ACK, the sender of
	 * the HEARTBEAT should clear the error counter of the
	 * destination transport address to which the HEARTBEAT was
	 * sent and mark the destination transport address as active if
	 * it is not so marked.
	 */
	sctp_add_cmd_sf(commands, SCTP_CMD_TRANSPORT_ON, SCTP_TRANSPORT(link));

	return SCTP_DISPOSITION_CONSUME;
}

/* Helper function to send out an abort for the restart
 * condition.
 */
1234
static int sctp_sf_send_restart_abort(struct net *net, union sctp_addr *ssa,
L
Linus Torvalds 已提交
1235
				      struct sctp_chunk *init,
1236
				      struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
1237
{
1238
	struct sctp_af *af = sctp_get_af_specific(ssa->v4.sin_family);
L
Linus Torvalds 已提交
1239 1240
	union sctp_addr_param *addrparm;
	struct sctp_errhdr *errhdr;
1241
	char buffer[sizeof(*errhdr) + sizeof(*addrparm)];
1242 1243 1244
	struct sctp_endpoint *ep;
	struct sctp_packet *pkt;
	int len;
L
Linus Torvalds 已提交
1245 1246 1247 1248 1249 1250 1251 1252 1253

	/* Build the error on the stack.   We are way to malloc crazy
	 * throughout the code today.
	 */
	errhdr = (struct sctp_errhdr *)buffer;
	addrparm = (union sctp_addr_param *)errhdr->variable;

	/* Copy into a parm format. */
	len = af->to_addr_param(ssa, addrparm);
1254
	len += sizeof(*errhdr);
L
Linus Torvalds 已提交
1255 1256 1257 1258 1259

	errhdr->cause = SCTP_ERROR_RESTART;
	errhdr->length = htons(len);

	/* Assign to the control socket. */
1260
	ep = sctp_sk(net->sctp.ctl_sock)->ep;
L
Linus Torvalds 已提交
1261 1262 1263 1264

	/* Association is NULL since this may be a restart attack and we
	 * want to send back the attacker's vtag.
	 */
1265
	pkt = sctp_abort_pkt_new(net, ep, NULL, init, errhdr, len);
L
Linus Torvalds 已提交
1266 1267 1268 1269 1270

	if (!pkt)
		goto out;
	sctp_add_cmd_sf(commands, SCTP_CMD_SEND_PKT, SCTP_PACKET(pkt));

1271
	SCTP_INC_STATS(net, SCTP_MIB_OUTCTRLCHUNKS);
L
Linus Torvalds 已提交
1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282

	/* Discard the rest of the inbound packet. */
	sctp_add_cmd_sf(commands, SCTP_CMD_DISCARD_PACKET, SCTP_NULL());

out:
	/* Even if there is no memory, treat as a failure so
	 * the packet will get dropped.
	 */
	return 0;
}

J
Joe Perches 已提交
1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294
static bool list_has_sctp_addr(const struct list_head *list,
			       union sctp_addr *ipaddr)
{
	struct sctp_transport *addr;

	list_for_each_entry(addr, list, transports) {
		if (sctp_cmp_addr_exact(ipaddr, &addr->ipaddr))
			return true;
	}

	return false;
}
L
Linus Torvalds 已提交
1295 1296 1297 1298 1299 1300
/* A restart is occurring, check to make sure no new addresses
 * are being added as we may be under a takeover attack.
 */
static int sctp_sf_check_restart_addrs(const struct sctp_association *new_asoc,
				       const struct sctp_association *asoc,
				       struct sctp_chunk *init,
1301
				       struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
1302
{
1303
	struct net *net = sock_net(new_asoc->base.sk);
J
Joe Perches 已提交
1304 1305
	struct sctp_transport *new_addr;
	int ret = 1;
L
Linus Torvalds 已提交
1306

J
Joe Perches 已提交
1307
	/* Implementor's Guide - Section 5.2.2
L
Linus Torvalds 已提交
1308 1309 1310 1311 1312 1313 1314 1315 1316 1317
	 * ...
	 * Before responding the endpoint MUST check to see if the
	 * unexpected INIT adds new addresses to the association. If new
	 * addresses are added to the association, the endpoint MUST respond
	 * with an ABORT..
	 */

	/* Search through all current addresses and make sure
	 * we aren't adding any new ones.
	 */
1318
	list_for_each_entry(new_addr, &new_asoc->peer.transport_addr_list,
J
Joe Perches 已提交
1319 1320 1321
			    transports) {
		if (!list_has_sctp_addr(&asoc->peer.transport_addr_list,
					&new_addr->ipaddr)) {
1322
			sctp_sf_send_restart_abort(net, &new_addr->ipaddr, init,
J
Joe Perches 已提交
1323 1324
						   commands);
			ret = 0;
L
Linus Torvalds 已提交
1325
			break;
J
Joe Perches 已提交
1326
		}
L
Linus Torvalds 已提交
1327 1328 1329
	}

	/* Return success if all addresses were found. */
J
Joe Perches 已提交
1330
	return ret;
L
Linus Torvalds 已提交
1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363
}

/* Populate the verification/tie tags based on overlapping INIT
 * scenario.
 *
 * Note: Do not use in CLOSED or SHUTDOWN-ACK-SENT state.
 */
static void sctp_tietags_populate(struct sctp_association *new_asoc,
				  const struct sctp_association *asoc)
{
	switch (asoc->state) {

	/* 5.2.1 INIT received in COOKIE-WAIT or COOKIE-ECHOED State */

	case SCTP_STATE_COOKIE_WAIT:
		new_asoc->c.my_vtag     = asoc->c.my_vtag;
		new_asoc->c.my_ttag     = asoc->c.my_vtag;
		new_asoc->c.peer_ttag   = 0;
		break;

	case SCTP_STATE_COOKIE_ECHOED:
		new_asoc->c.my_vtag     = asoc->c.my_vtag;
		new_asoc->c.my_ttag     = asoc->c.my_vtag;
		new_asoc->c.peer_ttag   = asoc->c.peer_vtag;
		break;

	/* 5.2.2 Unexpected INIT in States Other than CLOSED, COOKIE-ECHOED,
	 * COOKIE-WAIT and SHUTDOWN-ACK-SENT
	 */
	default:
		new_asoc->c.my_ttag   = asoc->c.my_vtag;
		new_asoc->c.peer_ttag = asoc->c.peer_vtag;
		break;
1364
	}
L
Linus Torvalds 已提交
1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420

	/* Other parameters for the endpoint SHOULD be copied from the
	 * existing parameters of the association (e.g. number of
	 * outbound streams) into the INIT ACK and cookie.
	 */
	new_asoc->rwnd                  = asoc->rwnd;
	new_asoc->c.sinit_num_ostreams  = asoc->c.sinit_num_ostreams;
	new_asoc->c.sinit_max_instreams = asoc->c.sinit_max_instreams;
	new_asoc->c.initial_tsn         = asoc->c.initial_tsn;
}

/*
 * Compare vtag/tietag values to determine unexpected COOKIE-ECHO
 * handling action.
 *
 * RFC 2960 5.2.4 Handle a COOKIE ECHO when a TCB exists.
 *
 * Returns value representing action to be taken.   These action values
 * correspond to Action/Description values in RFC 2960, Table 2.
 */
static char sctp_tietags_compare(struct sctp_association *new_asoc,
				 const struct sctp_association *asoc)
{
	/* In this case, the peer may have restarted.  */
	if ((asoc->c.my_vtag != new_asoc->c.my_vtag) &&
	    (asoc->c.peer_vtag != new_asoc->c.peer_vtag) &&
	    (asoc->c.my_vtag == new_asoc->c.my_ttag) &&
	    (asoc->c.peer_vtag == new_asoc->c.peer_ttag))
		return 'A';

	/* Collision case B. */
	if ((asoc->c.my_vtag == new_asoc->c.my_vtag) &&
	    ((asoc->c.peer_vtag != new_asoc->c.peer_vtag) ||
	     (0 == asoc->c.peer_vtag))) {
		return 'B';
	}

	/* Collision case D. */
	if ((asoc->c.my_vtag == new_asoc->c.my_vtag) &&
	    (asoc->c.peer_vtag == new_asoc->c.peer_vtag))
		return 'D';

	/* Collision case C. */
	if ((asoc->c.my_vtag != new_asoc->c.my_vtag) &&
	    (asoc->c.peer_vtag == new_asoc->c.peer_vtag) &&
	    (0 == new_asoc->c.my_ttag) &&
	    (0 == new_asoc->c.peer_ttag))
		return 'C';

	/* No match to any of the special cases; discard this packet. */
	return 'E';
}

/* Common helper routine for both duplicate and simulataneous INIT
 * chunk handling.
 */
1421 1422 1423 1424 1425 1426 1427
static enum sctp_disposition sctp_sf_do_unexpected_init(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
1428
{
1429 1430
	struct sctp_chunk *chunk = arg, *repl, *err_chunk;
	struct sctp_unrecognized_param *unk_param;
L
Linus Torvalds 已提交
1431
	struct sctp_association *new_asoc;
1432
	enum sctp_disposition retval;
L
Linus Torvalds 已提交
1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445
	struct sctp_packet *packet;
	int len;

	/* 6.10 Bundling
	 * An endpoint MUST NOT bundle INIT, INIT ACK or
	 * SHUTDOWN COMPLETE with any other chunks.
	 *
	 * IG Section 2.11.2
	 * Furthermore, we require that the receiver of an INIT chunk MUST
	 * enforce these rules by silently discarding an arriving packet
	 * with an INIT chunk that is bundled with other chunks.
	 */
	if (!chunk->singleton)
1446
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
1447 1448

	/* 3.1 A packet containing an INIT chunk MUST have a zero Verification
1449
	 * Tag.
L
Linus Torvalds 已提交
1450 1451
	 */
	if (chunk->sctp_hdr->vtag != 0)
1452
		return sctp_sf_tabort_8_4_8(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
1453 1454 1455 1456 1457

	/* Make sure that the INIT chunk has a valid length.
	 * In this case, we generate a protocol violation since we have
	 * an association established.
	 */
1458
	if (!sctp_chunk_length_valid(chunk, sizeof(struct sctp_init_chunk)))
1459
		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
L
Linus Torvalds 已提交
1460 1461
						  commands);
	/* Grab the INIT header.  */
1462
	chunk->subh.init_hdr = (struct sctp_inithdr *)chunk->skb->data;
L
Linus Torvalds 已提交
1463 1464

	/* Tag the variable length parameters.  */
1465
	chunk->param_hdr.v = skb_pull(chunk->skb, sizeof(struct sctp_inithdr));
L
Linus Torvalds 已提交
1466 1467 1468

	/* Verify the INIT chunk before processing it. */
	err_chunk = NULL;
1469
	if (!sctp_verify_init(net, ep, asoc, chunk->chunk_hdr->type,
1470
			      (struct sctp_init_chunk *)chunk->chunk_hdr, chunk,
L
Linus Torvalds 已提交
1471 1472 1473 1474 1475
			      &err_chunk)) {
		/* This chunk contains fatal error. It is to be discarded.
		 * Send an ABORT, with causes if there is any.
		 */
		if (err_chunk) {
1476
			packet = sctp_abort_pkt_new(net, ep, asoc, arg,
L
Linus Torvalds 已提交
1477
					(__u8 *)(err_chunk->chunk_hdr) +
1478
					sizeof(struct sctp_chunkhdr),
L
Linus Torvalds 已提交
1479
					ntohs(err_chunk->chunk_hdr->length) -
1480
					sizeof(struct sctp_chunkhdr));
L
Linus Torvalds 已提交
1481 1482 1483 1484

			if (packet) {
				sctp_add_cmd_sf(commands, SCTP_CMD_SEND_PKT,
						SCTP_PACKET(packet));
1485
				SCTP_INC_STATS(net, SCTP_MIB_OUTCTRLCHUNKS);
L
Linus Torvalds 已提交
1486 1487 1488 1489 1490 1491
				retval = SCTP_DISPOSITION_CONSUME;
			} else {
				retval = SCTP_DISPOSITION_NOMEM;
			}
			goto cleanup;
		} else {
1492
			return sctp_sf_tabort_8_4_8(net, ep, asoc, type, arg,
L
Linus Torvalds 已提交
1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507
						    commands);
		}
	}

	/*
	 * Other parameters for the endpoint SHOULD be copied from the
	 * existing parameters of the association (e.g. number of
	 * outbound streams) into the INIT ACK and cookie.
	 * FIXME:  We are copying parameters from the endpoint not the
	 * association.
	 */
	new_asoc = sctp_make_temp_asoc(ep, chunk, GFP_ATOMIC);
	if (!new_asoc)
		goto nomem;

1508 1509 1510 1511
	if (sctp_assoc_set_bind_addr_from_ep(new_asoc,
				sctp_scope(sctp_source(chunk)), GFP_ATOMIC) < 0)
		goto nomem;

L
Linus Torvalds 已提交
1512 1513 1514 1515
	/* In the outbound INIT ACK the endpoint MUST copy its current
	 * Verification Tag and Peers Verification tag into a reserved
	 * place (local tie-tag and per tie-tag) within the state cookie.
	 */
1516
	if (!sctp_process_init(new_asoc, chunk, sctp_source(chunk),
1517
			       (struct sctp_init_chunk *)chunk->chunk_hdr,
1518 1519
			       GFP_ATOMIC))
		goto nomem;
L
Linus Torvalds 已提交
1520 1521 1522 1523 1524 1525 1526 1527 1528 1529

	/* Make sure no new addresses are being added during the
	 * restart.   Do not do this check for COOKIE-WAIT state,
	 * since there are no peer addresses to check against.
	 * Upon return an ABORT will have been sent if needed.
	 */
	if (!sctp_state(asoc, COOKIE_WAIT)) {
		if (!sctp_sf_check_restart_addrs(new_asoc, asoc, chunk,
						 commands)) {
			retval = SCTP_DISPOSITION_CONSUME;
1530
			goto nomem_retval;
L
Linus Torvalds 已提交
1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543
		}
	}

	sctp_tietags_populate(new_asoc, asoc);

	/* B) "Z" shall respond immediately with an INIT ACK chunk.  */

	/* If there are errors need to be reported for unknown parameters,
	 * make sure to reserve enough room in the INIT ACK for them.
	 */
	len = 0;
	if (err_chunk) {
		len = ntohs(err_chunk->chunk_hdr->length) -
1544
		      sizeof(struct sctp_chunkhdr);
L
Linus Torvalds 已提交
1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562
	}

	repl = sctp_make_init_ack(new_asoc, chunk, GFP_ATOMIC, len);
	if (!repl)
		goto nomem;

	/* If there are errors need to be reported for unknown parameters,
	 * include them in the outgoing INIT ACK as "Unrecognized parameter"
	 * parameter.
	 */
	if (err_chunk) {
		/* Get the "Unrecognized parameter" parameter(s) out of the
		 * ERROR chunk generated by sctp_verify_init(). Since the
		 * error cause code for "unknown parameter" and the
		 * "Unrecognized parameter" type is the same, we can
		 * construct the parameters in INIT ACK by copying the
		 * ERROR causes over.
		 */
1563
		unk_param = (struct sctp_unrecognized_param *)
L
Linus Torvalds 已提交
1564
			    ((__u8 *)(err_chunk->chunk_hdr) +
1565
			    sizeof(struct sctp_chunkhdr));
L
Linus Torvalds 已提交
1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582
		/* Replace the cause code with the "Unrecognized parameter"
		 * parameter type.
		 */
		sctp_addto_chunk(repl, len, unk_param);
	}

	sctp_add_cmd_sf(commands, SCTP_CMD_NEW_ASOC, SCTP_ASOC(new_asoc));
	sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));

	/*
	 * Note: After sending out INIT ACK with the State Cookie parameter,
	 * "Z" MUST NOT allocate any resources for this new association.
	 * Otherwise, "Z" will be vulnerable to resource attacks.
	 */
	sctp_add_cmd_sf(commands, SCTP_CMD_DELETE_TCB, SCTP_NULL());
	retval = SCTP_DISPOSITION_CONSUME;

1583 1584 1585 1586 1587 1588 1589
	return retval;

nomem:
	retval = SCTP_DISPOSITION_NOMEM;
nomem_retval:
	if (new_asoc)
		sctp_association_free(new_asoc);
L
Linus Torvalds 已提交
1590 1591 1592 1593 1594 1595 1596
cleanup:
	if (err_chunk)
		sctp_chunk_free(err_chunk);
	return retval;
}

/*
L
Lucas De Marchi 已提交
1597
 * Handle simultaneous INIT.
L
Linus Torvalds 已提交
1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633
 * This means we started an INIT and then we got an INIT request from
 * our peer.
 *
 * Section: 5.2.1 INIT received in COOKIE-WAIT or COOKIE-ECHOED State (Item B)
 * This usually indicates an initialization collision, i.e., each
 * endpoint is attempting, at about the same time, to establish an
 * association with the other endpoint.
 *
 * Upon receipt of an INIT in the COOKIE-WAIT or COOKIE-ECHOED state, an
 * endpoint MUST respond with an INIT ACK using the same parameters it
 * sent in its original INIT chunk (including its Verification Tag,
 * unchanged). These original parameters are combined with those from the
 * newly received INIT chunk. The endpoint shall also generate a State
 * Cookie with the INIT ACK. The endpoint uses the parameters sent in its
 * INIT to calculate the State Cookie.
 *
 * After that, the endpoint MUST NOT change its state, the T1-init
 * timer shall be left running and the corresponding TCB MUST NOT be
 * destroyed. The normal procedures for handling State Cookies when
 * a TCB exists will resolve the duplicate INITs to a single association.
 *
 * For an endpoint that is in the COOKIE-ECHOED state it MUST populate
 * its Tie-Tags with the Tag information of itself and its peer (see
 * section 5.2.2 for a description of the Tie-Tags).
 *
 * Verification Tag: Not explicit, but an INIT can not have a valid
 * verification tag, so we skip the check.
 *
 * Inputs
 * (endpoint, asoc, chunk)
 *
 * Outputs
 * (asoc, reply_msg, msg_up, timers, counters)
 *
 * The return value is the disposition of the chunk.
 */
1634 1635 1636 1637 1638 1639 1640
enum sctp_disposition sctp_sf_do_5_2_1_siminit(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
1641 1642 1643 1644
{
	/* Call helper to do the real work for both simulataneous and
	 * duplicate INIT chunk handling.
	 */
1645
	return sctp_sf_do_unexpected_init(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688
}

/*
 * Handle duplicated INIT messages.  These are usually delayed
 * restransmissions.
 *
 * Section: 5.2.2 Unexpected INIT in States Other than CLOSED,
 * COOKIE-ECHOED and COOKIE-WAIT
 *
 * Unless otherwise stated, upon reception of an unexpected INIT for
 * this association, the endpoint shall generate an INIT ACK with a
 * State Cookie.  In the outbound INIT ACK the endpoint MUST copy its
 * current Verification Tag and peer's Verification Tag into a reserved
 * place within the state cookie.  We shall refer to these locations as
 * the Peer's-Tie-Tag and the Local-Tie-Tag.  The outbound SCTP packet
 * containing this INIT ACK MUST carry a Verification Tag value equal to
 * the Initiation Tag found in the unexpected INIT.  And the INIT ACK
 * MUST contain a new Initiation Tag (randomly generated see Section
 * 5.3.1).  Other parameters for the endpoint SHOULD be copied from the
 * existing parameters of the association (e.g. number of outbound
 * streams) into the INIT ACK and cookie.
 *
 * After sending out the INIT ACK, the endpoint shall take no further
 * actions, i.e., the existing association, including its current state,
 * and the corresponding TCB MUST NOT be changed.
 *
 * Note: Only when a TCB exists and the association is not in a COOKIE-
 * WAIT state are the Tie-Tags populated.  For a normal association INIT
 * (i.e. the endpoint is in a COOKIE-WAIT state), the Tie-Tags MUST be
 * set to 0 (indicating that no previous TCB existed).  The INIT ACK and
 * State Cookie are populated as specified in section 5.2.1.
 *
 * Verification Tag: Not specified, but an INIT has no way of knowing
 * what the verification tag could be, so we ignore it.
 *
 * Inputs
 * (endpoint, asoc, chunk)
 *
 * Outputs
 * (asoc, reply_msg, msg_up, timers, counters)
 *
 * The return value is the disposition of the chunk.
 */
1689 1690
enum sctp_disposition sctp_sf_do_5_2_2_dupinit(
					struct net *net,
1691
					const struct sctp_endpoint *ep,
L
Linus Torvalds 已提交
1692
					const struct sctp_association *asoc,
1693
					const union sctp_subtype type,
L
Linus Torvalds 已提交
1694
					void *arg,
1695
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
1696 1697 1698 1699
{
	/* Call helper to do the real work for both simulataneous and
	 * duplicate INIT chunk handling.
	 */
1700
	return sctp_sf_do_unexpected_init(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
1701 1702 1703
}


1704 1705 1706 1707 1708 1709 1710 1711 1712
/*
 * Unexpected INIT-ACK handler.
 *
 * Section 5.2.3
 * If an INIT ACK received by an endpoint in any state other than the
 * COOKIE-WAIT state, the endpoint should discard the INIT ACK chunk.
 * An unexpected INIT ACK usually indicates the processing of an old or
 * duplicated INIT chunk.
*/
1713 1714 1715 1716 1717 1718 1719
enum sctp_disposition sctp_sf_do_5_2_3_initack(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
1720 1721 1722 1723
{
	/* Per the above section, we'll discard the chunk if we have an
	 * endpoint.  If this is an OOTB INIT-ACK, treat it as such.
	 */
1724
	if (ep == sctp_sk(net->sctp.ctl_sock)->ep)
1725
		return sctp_sf_ootb(net, ep, asoc, type, arg, commands);
1726
	else
1727
		return sctp_sf_discard_chunk(net, ep, asoc, type, arg, commands);
1728
}
L
Linus Torvalds 已提交
1729 1730 1731 1732 1733 1734

/* Unexpected COOKIE-ECHO handler for peer restart (Table 2, action 'A')
 *
 * Section 5.2.4
 *  A)  In this case, the peer may have restarted.
 */
1735 1736
static enum sctp_disposition sctp_sf_do_dupcook_a(
					struct net *net,
1737
					const struct sctp_endpoint *ep,
L
Linus Torvalds 已提交
1738 1739
					const struct sctp_association *asoc,
					struct sctp_chunk *chunk,
1740
					struct sctp_cmd_seq *commands,
L
Linus Torvalds 已提交
1741 1742
					struct sctp_association *new_asoc)
{
1743
	struct sctp_init_chunk *peer_init;
1744
	enum sctp_disposition disposition;
L
Linus Torvalds 已提交
1745 1746 1747 1748 1749 1750 1751 1752 1753
	struct sctp_ulpevent *ev;
	struct sctp_chunk *repl;
	struct sctp_chunk *err;

	/* new_asoc is a brand-new association, so these are not yet
	 * side effects--it is safe to run them here.
	 */
	peer_init = &chunk->subh.cookie_hdr->c.peer_init[0];

1754
	if (!sctp_process_init(new_asoc, chunk, sctp_source(chunk), peer_init,
L
Linus Torvalds 已提交
1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772
			       GFP_ATOMIC))
		goto nomem;

	/* Make sure no new addresses are being added during the
	 * restart.  Though this is a pretty complicated attack
	 * since you'd have to get inside the cookie.
	 */
	if (!sctp_sf_check_restart_addrs(new_asoc, asoc, chunk, commands)) {
		return SCTP_DISPOSITION_CONSUME;
	}

	/* If the endpoint is in the SHUTDOWN-ACK-SENT state and recognizes
	 * the peer has restarted (Action A), it MUST NOT setup a new
	 * association but instead resend the SHUTDOWN ACK and send an ERROR
	 * chunk with a "Cookie Received while Shutting Down" error cause to
	 * its peer.
	*/
	if (sctp_state(asoc, SHUTDOWN_ACK_SENT)) {
1773
		disposition = sctp_sf_do_9_2_reshutack(net, ep, asoc,
L
Linus Torvalds 已提交
1774 1775 1776 1777 1778 1779 1780
				SCTP_ST_CHUNK(chunk->chunk_hdr->type),
				chunk, commands);
		if (SCTP_DISPOSITION_NOMEM == disposition)
			goto nomem;

		err = sctp_make_op_error(asoc, chunk,
					 SCTP_ERROR_COOKIE_IN_SHUTDOWN,
1781
					 NULL, 0, 0);
L
Linus Torvalds 已提交
1782 1783 1784 1785 1786 1787 1788
		if (err)
			sctp_add_cmd_sf(commands, SCTP_CMD_REPLY,
					SCTP_CHUNK(err));

		return SCTP_DISPOSITION_CONSUME;
	}

1789 1790
	/* For now, stop pending T3-rtx and SACK timers, fail any unsent/unacked
	 * data. Consider the optional choice of resending of this data.
L
Linus Torvalds 已提交
1791
	 */
1792 1793 1794
	sctp_add_cmd_sf(commands, SCTP_CMD_T3_RTX_TIMERS_STOP, SCTP_NULL());
	sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
			SCTP_TO(SCTP_EVENT_TIMEOUT_SACK));
L
Linus Torvalds 已提交
1795 1796
	sctp_add_cmd_sf(commands, SCTP_CMD_PURGE_OUTQUEUE, SCTP_NULL());

1797 1798 1799 1800 1801 1802 1803
	/* Stop pending T4-rto timer, teardown ASCONF queue, ASCONF-ACK queue
	 * and ASCONF-ACK cache.
	 */
	sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
			SCTP_TO(SCTP_EVENT_TIMEOUT_T4_RTO));
	sctp_add_cmd_sf(commands, SCTP_CMD_PURGE_ASCONF_QUEUE, SCTP_NULL());

L
Linus Torvalds 已提交
1804 1805 1806 1807 1808 1809 1810 1811
	repl = sctp_make_cookie_ack(new_asoc, chunk);
	if (!repl)
		goto nomem;

	/* Report association restart to upper layer. */
	ev = sctp_ulpevent_make_assoc_change(asoc, 0, SCTP_RESTART, 0,
					     new_asoc->c.sinit_num_ostreams,
					     new_asoc->c.sinit_max_instreams,
1812
					     NULL, GFP_ATOMIC);
L
Linus Torvalds 已提交
1813 1814 1815
	if (!ev)
		goto nomem_ev;

1816 1817
	/* Update the content of current association. */
	sctp_add_cmd_sf(commands, SCTP_CMD_UPDATE_ASSOC, SCTP_ASOC(new_asoc));
L
Linus Torvalds 已提交
1818
	sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP, SCTP_ULPEVENT(ev));
1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834
	if (sctp_state(asoc, SHUTDOWN_PENDING) &&
	    (sctp_sstate(asoc->base.sk, CLOSING) ||
	     sock_flag(asoc->base.sk, SOCK_DEAD))) {
		/* if were currently in SHUTDOWN_PENDING, but the socket
		 * has been closed by user, don't transition to ESTABLISHED.
		 * Instead trigger SHUTDOWN bundled with COOKIE_ACK.
		 */
		sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));
		return sctp_sf_do_9_2_start_shutdown(net, ep, asoc,
						     SCTP_ST_CHUNK(0), NULL,
						     commands);
	} else {
		sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
				SCTP_STATE(SCTP_STATE_ESTABLISHED));
		sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));
	}
L
Linus Torvalds 已提交
1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850
	return SCTP_DISPOSITION_CONSUME;

nomem_ev:
	sctp_chunk_free(repl);
nomem:
	return SCTP_DISPOSITION_NOMEM;
}

/* Unexpected COOKIE-ECHO handler for setup collision (Table 2, action 'B')
 *
 * Section 5.2.4
 *   B) In this case, both sides may be attempting to start an association
 *      at about the same time but the peer endpoint started its INIT
 *      after responding to the local endpoint's INIT
 */
/* This case represents an initialization collision.  */
1851 1852
static enum sctp_disposition sctp_sf_do_dupcook_b(
					struct net *net,
1853
					const struct sctp_endpoint *ep,
L
Linus Torvalds 已提交
1854 1855
					const struct sctp_association *asoc,
					struct sctp_chunk *chunk,
1856
					struct sctp_cmd_seq *commands,
L
Linus Torvalds 已提交
1857 1858
					struct sctp_association *new_asoc)
{
1859
	struct sctp_init_chunk *peer_init;
L
Linus Torvalds 已提交
1860 1861 1862 1863 1864 1865
	struct sctp_chunk *repl;

	/* new_asoc is a brand-new association, so these are not yet
	 * side effects--it is safe to run them here.
	 */
	peer_init = &chunk->subh.cookie_hdr->c.peer_init[0];
1866
	if (!sctp_process_init(new_asoc, chunk, sctp_source(chunk), peer_init,
L
Linus Torvalds 已提交
1867 1868 1869 1870 1871 1872 1873
			       GFP_ATOMIC))
		goto nomem;

	/* Update the content of current association.  */
	sctp_add_cmd_sf(commands, SCTP_CMD_UPDATE_ASSOC, SCTP_ASOC(new_asoc));
	sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
			SCTP_STATE(SCTP_STATE_ESTABLISHED));
1874
	SCTP_INC_STATS(net, SCTP_MIB_CURRESTAB);
L
Linus Torvalds 已提交
1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887
	sctp_add_cmd_sf(commands, SCTP_CMD_HB_TIMERS_START, SCTP_NULL());

	repl = sctp_make_cookie_ack(new_asoc, chunk);
	if (!repl)
		goto nomem;

	sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));

	/* RFC 2960 5.1 Normal Establishment of an Association
	 *
	 * D) IMPLEMENTATION NOTE: An implementation may choose to
	 * send the Communication Up notification to the SCTP user
	 * upon reception of a valid COOKIE ECHO chunk.
1888 1889 1890 1891 1892
	 *
	 * Sadly, this needs to be implemented as a side-effect, because
	 * we are not guaranteed to have set the association id of the real
	 * association and so these notifications need to be delayed until
	 * the association id is allocated.
L
Linus Torvalds 已提交
1893 1894
	 */

1895
	sctp_add_cmd_sf(commands, SCTP_CMD_ASSOC_CHANGE, SCTP_U8(SCTP_COMM_UP));
L
Linus Torvalds 已提交
1896 1897

	/* Sockets API Draft Section 5.3.1.6
1898
	 * When a peer sends a Adaptation Layer Indication parameter , SCTP
L
Linus Torvalds 已提交
1899
	 * delivers this notification to inform the application that of the
1900
	 * peers requested adaptation layer.
1901 1902 1903
	 *
	 * This also needs to be done as a side effect for the same reason as
	 * above.
L
Linus Torvalds 已提交
1904
	 */
1905 1906
	if (asoc->peer.adaptation_ind)
		sctp_add_cmd_sf(commands, SCTP_CMD_ADAPTATION_IND, SCTP_NULL());
L
Linus Torvalds 已提交
1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922

	return SCTP_DISPOSITION_CONSUME;

nomem:
	return SCTP_DISPOSITION_NOMEM;
}

/* Unexpected COOKIE-ECHO handler for setup collision (Table 2, action 'C')
 *
 * Section 5.2.4
 *  C) In this case, the local endpoint's cookie has arrived late.
 *     Before it arrived, the local endpoint sent an INIT and received an
 *     INIT-ACK and finally sent a COOKIE ECHO with the peer's same tag
 *     but a new tag of its own.
 */
/* This case represents an initialization collision.  */
1923 1924
static enum sctp_disposition sctp_sf_do_dupcook_c(
					struct net *net,
1925
					const struct sctp_endpoint *ep,
L
Linus Torvalds 已提交
1926 1927
					const struct sctp_association *asoc,
					struct sctp_chunk *chunk,
1928
					struct sctp_cmd_seq *commands,
L
Linus Torvalds 已提交
1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945
					struct sctp_association *new_asoc)
{
	/* The cookie should be silently discarded.
	 * The endpoint SHOULD NOT change states and should leave
	 * any timers running.
	 */
	return SCTP_DISPOSITION_DISCARD;
}

/* Unexpected COOKIE-ECHO handler lost chunk (Table 2, action 'D')
 *
 * Section 5.2.4
 *
 * D) When both local and remote tags match the endpoint should always
 *    enter the ESTABLISHED state, if it has not already done so.
 */
/* This case represents an initialization collision.  */
1946 1947
static enum sctp_disposition sctp_sf_do_dupcook_d(
					struct net *net,
1948
					const struct sctp_endpoint *ep,
L
Linus Torvalds 已提交
1949 1950
					const struct sctp_association *asoc,
					struct sctp_chunk *chunk,
1951
					struct sctp_cmd_seq *commands,
L
Linus Torvalds 已提交
1952 1953
					struct sctp_association *new_asoc)
{
1954
	struct sctp_ulpevent *ev = NULL, *ai_ev = NULL;
L
Linus Torvalds 已提交
1955 1956 1957 1958
	struct sctp_chunk *repl;

	/* Clarification from Implementor's Guide:
	 * D) When both local and remote tags match the endpoint should
1959 1960 1961
	 * enter the ESTABLISHED state, if it is in the COOKIE-ECHOED state.
	 * It should stop any cookie timer that may be running and send
	 * a COOKIE ACK.
L
Linus Torvalds 已提交
1962 1963 1964 1965 1966 1967 1968 1969
	 */

	/* Don't accidentally move back into established state. */
	if (asoc->state < SCTP_STATE_ESTABLISHED) {
		sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
				SCTP_TO(SCTP_EVENT_TIMEOUT_T1_COOKIE));
		sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
				SCTP_STATE(SCTP_STATE_ESTABLISHED));
1970
		SCTP_INC_STATS(net, SCTP_MIB_CURRESTAB);
L
Linus Torvalds 已提交
1971 1972 1973 1974 1975 1976 1977 1978 1979 1980
		sctp_add_cmd_sf(commands, SCTP_CMD_HB_TIMERS_START,
				SCTP_NULL());

		/* RFC 2960 5.1 Normal Establishment of an Association
		 *
		 * D) IMPLEMENTATION NOTE: An implementation may choose
		 * to send the Communication Up notification to the
		 * SCTP user upon reception of a valid COOKIE
		 * ECHO chunk.
		 */
1981
		ev = sctp_ulpevent_make_assoc_change(asoc, 0,
L
Linus Torvalds 已提交
1982
					     SCTP_COMM_UP, 0,
1983 1984
					     asoc->c.sinit_num_ostreams,
					     asoc->c.sinit_max_instreams,
1985
					     NULL, GFP_ATOMIC);
L
Linus Torvalds 已提交
1986 1987 1988 1989
		if (!ev)
			goto nomem;

		/* Sockets API Draft Section 5.3.1.6
1990
		 * When a peer sends a Adaptation Layer Indication parameter,
L
Linus Torvalds 已提交
1991
		 * SCTP delivers this notification to inform the application
1992
		 * that of the peers requested adaptation layer.
L
Linus Torvalds 已提交
1993
		 */
1994 1995
		if (asoc->peer.adaptation_ind) {
			ai_ev = sctp_ulpevent_make_adaptation_indication(asoc,
L
Linus Torvalds 已提交
1996
								 GFP_ATOMIC);
1997
			if (!ai_ev)
L
Linus Torvalds 已提交
1998 1999 2000 2001 2002 2003 2004 2005 2006
				goto nomem;

		}
	}

	repl = sctp_make_cookie_ack(new_asoc, chunk);
	if (!repl)
		goto nomem;

2007 2008
	sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));

2009 2010 2011 2012 2013 2014 2015
	if (ev)
		sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP,
				SCTP_ULPEVENT(ev));
	if (ai_ev)
		sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP,
					SCTP_ULPEVENT(ai_ev));

L
Linus Torvalds 已提交
2016 2017 2018
	return SCTP_DISPOSITION_CONSUME;

nomem:
2019 2020
	if (ai_ev)
		sctp_ulpevent_free(ai_ev);
L
Linus Torvalds 已提交
2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041
	if (ev)
		sctp_ulpevent_free(ev);
	return SCTP_DISPOSITION_NOMEM;
}

/*
 * Handle a duplicate COOKIE-ECHO.  This usually means a cookie-carrying
 * chunk was retransmitted and then delayed in the network.
 *
 * Section: 5.2.4 Handle a COOKIE ECHO when a TCB exists
 *
 * Verification Tag: None.  Do cookie validation.
 *
 * Inputs
 * (endpoint, asoc, chunk)
 *
 * Outputs
 * (asoc, reply_msg, msg_up, timers, counters)
 *
 * The return value is the disposition of the chunk.
 */
2042 2043
enum sctp_disposition sctp_sf_do_5_2_4_dupcook(
					struct net *net,
2044
					const struct sctp_endpoint *ep,
L
Linus Torvalds 已提交
2045
					const struct sctp_association *asoc,
2046
					const union sctp_subtype type,
L
Linus Torvalds 已提交
2047
					void *arg,
2048
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
2049 2050
{
	struct sctp_association *new_asoc;
2051 2052 2053
	struct sctp_chunk *chunk = arg;
	enum sctp_disposition retval;
	struct sctp_chunk *err_chk_p;
L
Linus Torvalds 已提交
2054 2055 2056 2057 2058 2059 2060 2061
	int error = 0;
	char action;

	/* Make sure that the chunk has a valid length from the protocol
	 * perspective.  In this case check to make sure we have at least
	 * enough for the chunk header.  Cookie length verification is
	 * done later.
	 */
2062
	if (!sctp_chunk_length_valid(chunk, sizeof(struct sctp_chunkhdr)))
2063
		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
L
Linus Torvalds 已提交
2064 2065 2066 2067 2068
						  commands);

	/* "Decode" the chunk.  We have no optional parameters so we
	 * are in good shape.
	 */
2069
	chunk->subh.cookie_hdr = (struct sctp_signed_cookie *)chunk->skb->data;
2070
	if (!pskb_pull(chunk->skb, ntohs(chunk->chunk_hdr->length) -
2071
					sizeof(struct sctp_chunkhdr)))
2072
		goto nomem;
L
Linus Torvalds 已提交
2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096

	/* In RFC 2960 5.2.4 3, if both Verification Tags in the State Cookie
	 * of a duplicate COOKIE ECHO match the Verification Tags of the
	 * current association, consider the State Cookie valid even if
	 * the lifespan is exceeded.
	 */
	new_asoc = sctp_unpack_cookie(ep, asoc, chunk, GFP_ATOMIC, &error,
				      &err_chk_p);

	/* FIXME:
	 * If the re-build failed, what is the proper error path
	 * from here?
	 *
	 * [We should abort the association. --piggy]
	 */
	if (!new_asoc) {
		/* FIXME: Several errors are possible.  A bad cookie should
		 * be silently discarded, but think about logging it too.
		 */
		switch (error) {
		case -SCTP_IERROR_NOMEM:
			goto nomem;

		case -SCTP_IERROR_STALE_COOKIE:
2097
			sctp_send_stale_cookie_err(net, ep, asoc, chunk, commands,
L
Linus Torvalds 已提交
2098
						   err_chk_p);
2099
			return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
2100 2101
		case -SCTP_IERROR_BAD_SIG:
		default:
2102
			return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
2103
		}
L
Linus Torvalds 已提交
2104 2105
	}

2106 2107 2108
	/* Set temp so that it won't be added into hashtable */
	new_asoc->temp = 1;

L
Linus Torvalds 已提交
2109 2110 2111 2112 2113 2114 2115
	/* Compare the tie_tag in cookie with the verification tag of
	 * current association.
	 */
	action = sctp_tietags_compare(new_asoc, asoc);

	switch (action) {
	case 'A': /* Association restart. */
2116
		retval = sctp_sf_do_dupcook_a(net, ep, asoc, chunk, commands,
L
Linus Torvalds 已提交
2117 2118 2119 2120
					      new_asoc);
		break;

	case 'B': /* Collision case B. */
2121
		retval = sctp_sf_do_dupcook_b(net, ep, asoc, chunk, commands,
L
Linus Torvalds 已提交
2122 2123 2124 2125
					      new_asoc);
		break;

	case 'C': /* Collision case C. */
2126
		retval = sctp_sf_do_dupcook_c(net, ep, asoc, chunk, commands,
L
Linus Torvalds 已提交
2127 2128 2129 2130
					      new_asoc);
		break;

	case 'D': /* Collision case D. */
2131
		retval = sctp_sf_do_dupcook_d(net, ep, asoc, chunk, commands,
L
Linus Torvalds 已提交
2132 2133 2134 2135
					      new_asoc);
		break;

	default: /* Discard packet for all others. */
2136
		retval = sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
2137
		break;
2138
	}
L
Linus Torvalds 已提交
2139 2140

	/* Delete the tempory new association. */
2141
	sctp_add_cmd_sf(commands, SCTP_CMD_SET_ASOC, SCTP_ASOC(new_asoc));
L
Linus Torvalds 已提交
2142 2143
	sctp_add_cmd_sf(commands, SCTP_CMD_DELETE_TCB, SCTP_NULL());

2144 2145 2146 2147 2148 2149
	/* Restore association pointer to provide SCTP command interpeter
	 * with a valid context in case it needs to manipulate
	 * the queues */
	sctp_add_cmd_sf(commands, SCTP_CMD_SET_ASOC,
			 SCTP_ASOC((struct sctp_association *)asoc));

L
Linus Torvalds 已提交
2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160
	return retval;

nomem:
	return SCTP_DISPOSITION_NOMEM;
}

/*
 * Process an ABORT.  (SHUTDOWN-PENDING state)
 *
 * See sctp_sf_do_9_1_abort().
 */
2161 2162 2163 2164 2165 2166 2167
enum sctp_disposition sctp_sf_shutdown_pending_abort(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
2168 2169 2170 2171
{
	struct sctp_chunk *chunk = arg;

	if (!sctp_vtag_verify_either(chunk, asoc))
2172
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
2173 2174 2175 2176 2177 2178 2179

	/* Make sure that the ABORT chunk has a valid length.
	 * Since this is an ABORT chunk, we have to discard it
	 * because of the following text:
	 * RFC 2960, Section 3.3.7
	 *    If an endpoint receives an ABORT with a format error or for an
	 *    association that doesn't exist, it MUST silently discard it.
L
Lucas De Marchi 已提交
2180
	 * Because the length is "invalid", we can't really discard just
L
Linus Torvalds 已提交
2181 2182 2183
	 * as we do not know its true length.  So, to be safe, discard the
	 * packet.
	 */
2184
	if (!sctp_chunk_length_valid(chunk, sizeof(struct sctp_abort_chunk)))
2185
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
2186

2187 2188 2189 2190 2191 2192 2193
	/* ADD-IP: Special case for ABORT chunks
	 * F4)  One special consideration is that ABORT Chunks arriving
	 * destined to the IP address being deleted MUST be
	 * ignored (see Section 5.3.1 for further details).
	 */
	if (SCTP_ADDR_DEL ==
		    sctp_bind_addr_state(&asoc->base.bind_addr, &chunk->dest))
2194
		return sctp_sf_discard_chunk(net, ep, asoc, type, arg, commands);
2195

2196
	return __sctp_sf_do_9_1_abort(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
2197 2198 2199 2200 2201 2202 2203
}

/*
 * Process an ABORT.  (SHUTDOWN-SENT state)
 *
 * See sctp_sf_do_9_1_abort().
 */
2204 2205
enum sctp_disposition sctp_sf_shutdown_sent_abort(
					struct net *net,
2206
					const struct sctp_endpoint *ep,
L
Linus Torvalds 已提交
2207
					const struct sctp_association *asoc,
2208
					const union sctp_subtype type,
L
Linus Torvalds 已提交
2209
					void *arg,
2210
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
2211 2212 2213 2214
{
	struct sctp_chunk *chunk = arg;

	if (!sctp_vtag_verify_either(chunk, asoc))
2215
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
2216 2217 2218 2219 2220 2221 2222

	/* Make sure that the ABORT chunk has a valid length.
	 * Since this is an ABORT chunk, we have to discard it
	 * because of the following text:
	 * RFC 2960, Section 3.3.7
	 *    If an endpoint receives an ABORT with a format error or for an
	 *    association that doesn't exist, it MUST silently discard it.
L
Lucas De Marchi 已提交
2223
	 * Because the length is "invalid", we can't really discard just
L
Linus Torvalds 已提交
2224 2225 2226
	 * as we do not know its true length.  So, to be safe, discard the
	 * packet.
	 */
2227
	if (!sctp_chunk_length_valid(chunk, sizeof(struct sctp_abort_chunk)))
2228
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
2229

2230 2231 2232 2233 2234 2235 2236
	/* ADD-IP: Special case for ABORT chunks
	 * F4)  One special consideration is that ABORT Chunks arriving
	 * destined to the IP address being deleted MUST be
	 * ignored (see Section 5.3.1 for further details).
	 */
	if (SCTP_ADDR_DEL ==
		    sctp_bind_addr_state(&asoc->base.bind_addr, &chunk->dest))
2237
		return sctp_sf_discard_chunk(net, ep, asoc, type, arg, commands);
2238

L
Linus Torvalds 已提交
2239 2240 2241 2242 2243 2244 2245 2246
	/* Stop the T2-shutdown timer. */
	sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
			SCTP_TO(SCTP_EVENT_TIMEOUT_T2_SHUTDOWN));

	/* Stop the T5-shutdown guard timer.  */
	sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
			SCTP_TO(SCTP_EVENT_TIMEOUT_T5_SHUTDOWN_GUARD));

2247
	return __sctp_sf_do_9_1_abort(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
2248 2249 2250 2251 2252 2253 2254
}

/*
 * Process an ABORT.  (SHUTDOWN-ACK-SENT state)
 *
 * See sctp_sf_do_9_1_abort().
 */
2255 2256 2257 2258 2259 2260 2261
enum sctp_disposition sctp_sf_shutdown_ack_sent_abort(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
2262 2263 2264 2265
{
	/* The same T2 timer, so we should be able to use
	 * common function with the SHUTDOWN-SENT state.
	 */
2266
	return sctp_sf_shutdown_sent_abort(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282
}

/*
 * Handle an Error received in COOKIE_ECHOED state.
 *
 * Only handle the error type of stale COOKIE Error, the other errors will
 * be ignored.
 *
 * Inputs
 * (endpoint, asoc, chunk)
 *
 * Outputs
 * (asoc, reply_msg, msg_up, timers, counters)
 *
 * The return value is the disposition of the chunk.
 */
2283 2284
enum sctp_disposition sctp_sf_cookie_echoed_err(
					struct net *net,
2285
					const struct sctp_endpoint *ep,
L
Linus Torvalds 已提交
2286
					const struct sctp_association *asoc,
2287
					const union sctp_subtype type,
L
Linus Torvalds 已提交
2288
					void *arg,
2289
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
2290 2291
{
	struct sctp_chunk *chunk = arg;
2292
	struct sctp_errhdr *err;
L
Linus Torvalds 已提交
2293 2294

	if (!sctp_vtag_verify(chunk, asoc))
2295
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
2296 2297 2298 2299

	/* Make sure that the ERROR chunk has a valid length.
	 * The parameter walking depends on this as well.
	 */
2300
	if (!sctp_chunk_length_valid(chunk, sizeof(struct sctp_operr_chunk)))
2301
		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
L
Linus Torvalds 已提交
2302 2303 2304 2305 2306 2307 2308 2309 2310
						  commands);

	/* Process the error here */
	/* FUTURE FIXME:  When PR-SCTP related and other optional
	 * parms are emitted, this will have to change to handle multiple
	 * errors.
	 */
	sctp_walk_errors(err, chunk->chunk_hdr) {
		if (SCTP_ERROR_STALE_COOKIE == err->cause)
2311
			return sctp_sf_do_5_2_6_stale(net, ep, asoc, type,
L
Linus Torvalds 已提交
2312 2313 2314 2315 2316 2317 2318 2319
							arg, commands);
	}

	/* It is possible to have malformed error causes, and that
	 * will cause us to end the walk early.  However, since
	 * we are discarding the packet, there should be no adverse
	 * affects.
	 */
2320
	return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347
}

/*
 * Handle a Stale COOKIE Error
 *
 * Section: 5.2.6 Handle Stale COOKIE Error
 * If the association is in the COOKIE-ECHOED state, the endpoint may elect
 * one of the following three alternatives.
 * ...
 * 3) Send a new INIT chunk to the endpoint, adding a Cookie
 *    Preservative parameter requesting an extension to the lifetime of
 *    the State Cookie. When calculating the time extension, an
 *    implementation SHOULD use the RTT information measured based on the
 *    previous COOKIE ECHO / ERROR exchange, and should add no more
 *    than 1 second beyond the measured RTT, due to long State Cookie
 *    lifetimes making the endpoint more subject to a replay attack.
 *
 * Verification Tag:  Not explicit, but safe to ignore.
 *
 * Inputs
 * (endpoint, asoc, chunk)
 *
 * Outputs
 * (asoc, reply_msg, msg_up, timers, counters)
 *
 * The return value is the disposition of the chunk.
 */
2348 2349 2350 2351 2352 2353 2354
static enum sctp_disposition sctp_sf_do_5_2_6_stale(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
2355
{
F
Frank Filz 已提交
2356
	int attempts = asoc->init_err_counter + 1;
2357 2358 2359
	struct sctp_chunk *chunk = arg, *reply;
	struct sctp_cookie_preserve_param bht;
	struct sctp_bind_addr *bp;
2360
	struct sctp_errhdr *err;
2361
	u32 stale;
L
Linus Torvalds 已提交
2362

2363
	if (attempts > asoc->max_init_attempts) {
2364 2365
		sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR,
				SCTP_ERROR(ETIMEDOUT));
L
Linus Torvalds 已提交
2366
		sctp_add_cmd_sf(commands, SCTP_CMD_INIT_FAILED,
2367
				SCTP_PERR(SCTP_ERROR_STALE_COOKIE));
L
Linus Torvalds 已提交
2368 2369 2370
		return SCTP_DISPOSITION_DELETE_TCB;
	}

2371
	err = (struct sctp_errhdr *)(chunk->skb->data);
L
Linus Torvalds 已提交
2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386

	/* When calculating the time extension, an implementation
	 * SHOULD use the RTT information measured based on the
	 * previous COOKIE ECHO / ERROR exchange, and should add no
	 * more than 1 second beyond the measured RTT, due to long
	 * State Cookie lifetimes making the endpoint more subject to
	 * a replay attack.
	 * Measure of Staleness's unit is usec. (1/1000000 sec)
	 * Suggested Cookie Life-span Increment's unit is msec.
	 * (1/1000 sec)
	 * In general, if you use the suggested cookie life, the value
	 * found in the field of measure of staleness should be doubled
	 * to give ample time to retransmit the new cookie and thus
	 * yield a higher probability of success on the reattempt.
	 */
2387
	stale = ntohl(*(__be32 *)((u8 *)err + sizeof(*err)));
L
Linus Torvalds 已提交
2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413
	stale = (stale * 2) / 1000;

	bht.param_hdr.type = SCTP_PARAM_COOKIE_PRESERVATIVE;
	bht.param_hdr.length = htons(sizeof(bht));
	bht.lifespan_increment = htonl(stale);

	/* Build that new INIT chunk.  */
	bp = (struct sctp_bind_addr *) &asoc->base.bind_addr;
	reply = sctp_make_init(asoc, bp, GFP_ATOMIC, sizeof(bht));
	if (!reply)
		goto nomem;

	sctp_addto_chunk(reply, sizeof(bht), &bht);

	/* Clear peer's init_tag cached in assoc as we are sending a new INIT */
	sctp_add_cmd_sf(commands, SCTP_CMD_CLEAR_INIT_TAG, SCTP_NULL());

	/* Stop pending T3-rtx and heartbeat timers */
	sctp_add_cmd_sf(commands, SCTP_CMD_T3_RTX_TIMERS_STOP, SCTP_NULL());
	sctp_add_cmd_sf(commands, SCTP_CMD_HB_TIMERS_STOP, SCTP_NULL());

	/* Delete non-primary peer ip addresses since we are transitioning
	 * back to the COOKIE-WAIT state
	 */
	sctp_add_cmd_sf(commands, SCTP_CMD_DEL_NON_PRIMARY, SCTP_NULL());

2414 2415
	/* If we've sent any data bundled with COOKIE-ECHO we will need to
	 * resend
L
Linus Torvalds 已提交
2416
	 */
2417
	sctp_add_cmd_sf(commands, SCTP_CMD_T1_RETRAN,
L
Linus Torvalds 已提交
2418 2419 2420 2421 2422
			SCTP_TRANSPORT(asoc->peer.primary_path));

	/* Cast away the const modifier, as we want to just
	 * rerun it through as a sideffect.
	 */
F
Frank Filz 已提交
2423
	sctp_add_cmd_sf(commands, SCTP_CMD_INIT_COUNTER_INC, SCTP_NULL());
L
Linus Torvalds 已提交
2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470

	sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
			SCTP_TO(SCTP_EVENT_TIMEOUT_T1_COOKIE));
	sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
			SCTP_STATE(SCTP_STATE_COOKIE_WAIT));
	sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_START,
			SCTP_TO(SCTP_EVENT_TIMEOUT_T1_INIT));

	sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(reply));

	return SCTP_DISPOSITION_CONSUME;

nomem:
	return SCTP_DISPOSITION_NOMEM;
}

/*
 * Process an ABORT.
 *
 * Section: 9.1
 * After checking the Verification Tag, the receiving endpoint shall
 * remove the association from its record, and shall report the
 * termination to its upper layer.
 *
 * Verification Tag: 8.5.1 Exceptions in Verification Tag Rules
 * B) Rules for packet carrying ABORT:
 *
 *  - The endpoint shall always fill in the Verification Tag field of the
 *    outbound packet with the destination endpoint's tag value if it
 *    is known.
 *
 *  - If the ABORT is sent in response to an OOTB packet, the endpoint
 *    MUST follow the procedure described in Section 8.4.
 *
 *  - The receiver MUST accept the packet if the Verification Tag
 *    matches either its own tag, OR the tag of its peer. Otherwise, the
 *    receiver MUST silently discard the packet and take no further
 *    action.
 *
 * Inputs
 * (endpoint, asoc, chunk)
 *
 * Outputs
 * (asoc, reply_msg, msg_up, timers, counters)
 *
 * The return value is the disposition of the chunk.
 */
2471 2472
enum sctp_disposition sctp_sf_do_9_1_abort(
					struct net *net,
2473
					const struct sctp_endpoint *ep,
L
Linus Torvalds 已提交
2474
					const struct sctp_association *asoc,
2475
					const union sctp_subtype type,
L
Linus Torvalds 已提交
2476
					void *arg,
2477
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
2478 2479 2480 2481
{
	struct sctp_chunk *chunk = arg;

	if (!sctp_vtag_verify_either(chunk, asoc))
2482
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
2483 2484 2485 2486 2487 2488 2489

	/* Make sure that the ABORT chunk has a valid length.
	 * Since this is an ABORT chunk, we have to discard it
	 * because of the following text:
	 * RFC 2960, Section 3.3.7
	 *    If an endpoint receives an ABORT with a format error or for an
	 *    association that doesn't exist, it MUST silently discard it.
L
Lucas De Marchi 已提交
2490
	 * Because the length is "invalid", we can't really discard just
L
Linus Torvalds 已提交
2491 2492 2493
	 * as we do not know its true length.  So, to be safe, discard the
	 * packet.
	 */
2494
	if (!sctp_chunk_length_valid(chunk, sizeof(struct sctp_abort_chunk)))
2495
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
2496

2497 2498 2499 2500 2501 2502 2503
	/* ADD-IP: Special case for ABORT chunks
	 * F4)  One special consideration is that ABORT Chunks arriving
	 * destined to the IP address being deleted MUST be
	 * ignored (see Section 5.3.1 for further details).
	 */
	if (SCTP_ADDR_DEL ==
		    sctp_bind_addr_state(&asoc->base.bind_addr, &chunk->dest))
2504
		return sctp_sf_discard_chunk(net, ep, asoc, type, arg, commands);
2505

2506
	return __sctp_sf_do_9_1_abort(net, ep, asoc, type, arg, commands);
2507 2508
}

2509 2510
static enum sctp_disposition __sctp_sf_do_9_1_abort(
					struct net *net,
2511
					const struct sctp_endpoint *ep,
2512
					const struct sctp_association *asoc,
2513
					const union sctp_subtype type,
2514
					void *arg,
2515
					struct sctp_cmd_seq *commands)
2516
{
2517
	__be16 error = SCTP_ERROR_NO_ERROR;
2518
	struct sctp_chunk *chunk = arg;
2519
	unsigned int len;
2520

L
Linus Torvalds 已提交
2521 2522
	/* See if we have an error cause code in the chunk.  */
	len = ntohs(chunk->chunk_hdr->length);
2523
	if (len >= sizeof(struct sctp_chunkhdr) + sizeof(struct sctp_errhdr)) {
2524
		struct sctp_errhdr *err;
2525 2526 2527

		sctp_walk_errors(err, chunk->chunk_hdr);
		if ((void *)err != (void *)chunk->chunk_end)
2528 2529
			return sctp_sf_pdiscard(net, ep, asoc, type, arg,
						commands);
2530

2531
		error = ((struct sctp_errhdr *)chunk->skb->data)->cause;
2532
	}
L
Linus Torvalds 已提交
2533

2534
	sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR, SCTP_ERROR(ECONNRESET));
2535
	/* ASSOC_FAILED will DELETE_TCB. */
2536
	sctp_add_cmd_sf(commands, SCTP_CMD_ASSOC_FAILED, SCTP_PERR(error));
2537 2538
	SCTP_INC_STATS(net, SCTP_MIB_ABORTEDS);
	SCTP_DEC_STATS(net, SCTP_MIB_CURRESTAB);
L
Linus Torvalds 已提交
2539 2540 2541 2542 2543 2544 2545 2546 2547

	return SCTP_DISPOSITION_ABORT;
}

/*
 * Process an ABORT.  (COOKIE-WAIT state)
 *
 * See sctp_sf_do_9_1_abort() above.
 */
2548 2549 2550 2551 2552 2553 2554
enum sctp_disposition sctp_sf_cookie_wait_abort(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
2555
{
2556
	__be16 error = SCTP_ERROR_NO_ERROR;
L
Linus Torvalds 已提交
2557
	struct sctp_chunk *chunk = arg;
2558
	unsigned int len;
L
Linus Torvalds 已提交
2559 2560

	if (!sctp_vtag_verify_either(chunk, asoc))
2561
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
2562 2563 2564 2565 2566 2567 2568

	/* Make sure that the ABORT chunk has a valid length.
	 * Since this is an ABORT chunk, we have to discard it
	 * because of the following text:
	 * RFC 2960, Section 3.3.7
	 *    If an endpoint receives an ABORT with a format error or for an
	 *    association that doesn't exist, it MUST silently discard it.
L
Lucas De Marchi 已提交
2569
	 * Because the length is "invalid", we can't really discard just
L
Linus Torvalds 已提交
2570 2571 2572
	 * as we do not know its true length.  So, to be safe, discard the
	 * packet.
	 */
2573
	if (!sctp_chunk_length_valid(chunk, sizeof(struct sctp_abort_chunk)))
2574
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
2575 2576 2577 2578

	/* See if we have an error cause code in the chunk.  */
	len = ntohs(chunk->chunk_hdr->length);
	if (len >= sizeof(struct sctp_chunkhdr) + sizeof(struct sctp_errhdr))
2579
		error = ((struct sctp_errhdr *)chunk->skb->data)->cause;
L
Linus Torvalds 已提交
2580

2581
	return sctp_stop_t1_and_abort(net, commands, error, ECONNREFUSED, asoc,
2582
				      chunk->transport);
L
Linus Torvalds 已提交
2583 2584 2585 2586 2587
}

/*
 * Process an incoming ICMP as an ABORT.  (COOKIE-WAIT state)
 */
2588 2589
enum sctp_disposition sctp_sf_cookie_wait_icmp_abort(
					struct net *net,
2590
					const struct sctp_endpoint *ep,
L
Linus Torvalds 已提交
2591
					const struct sctp_association *asoc,
2592
					const union sctp_subtype type,
L
Linus Torvalds 已提交
2593
					void *arg,
2594
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
2595
{
2596
	return sctp_stop_t1_and_abort(net, commands, SCTP_ERROR_NO_ERROR,
2597
				      ENOPROTOOPT, asoc,
F
Frank Filz 已提交
2598
				      (struct sctp_transport *)arg);
L
Linus Torvalds 已提交
2599 2600 2601 2602 2603
}

/*
 * Process an ABORT.  (COOKIE-ECHOED state)
 */
2604 2605 2606 2607 2608 2609 2610
enum sctp_disposition sctp_sf_cookie_echoed_abort(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
2611 2612 2613 2614
{
	/* There is a single T1 timer, so we should be able to use
	 * common function with the COOKIE-WAIT state.
	 */
2615
	return sctp_sf_cookie_wait_abort(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
2616 2617 2618 2619 2620 2621 2622
}

/*
 * Stop T1 timer and abort association with "INIT failed".
 *
 * This is common code called by several sctp_sf_*_abort() functions above.
 */
2623 2624 2625 2626 2627 2628
static enum sctp_disposition sctp_stop_t1_and_abort(
					struct net *net,
					struct sctp_cmd_seq *commands,
					__be16 error, int sk_err,
					const struct sctp_association *asoc,
					struct sctp_transport *transport)
L
Linus Torvalds 已提交
2629
{
2630 2631
	pr_debug("%s: ABORT received (INIT)\n", __func__);

L
Linus Torvalds 已提交
2632 2633
	sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
			SCTP_STATE(SCTP_STATE_CLOSED));
2634
	SCTP_INC_STATS(net, SCTP_MIB_ABORTEDS);
L
Linus Torvalds 已提交
2635 2636
	sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
			SCTP_TO(SCTP_EVENT_TIMEOUT_T1_INIT));
2637
	sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR, SCTP_ERROR(sk_err));
L
Linus Torvalds 已提交
2638 2639
	/* CMD_INIT_FAILED will DELETE_TCB. */
	sctp_add_cmd_sf(commands, SCTP_CMD_INIT_FAILED,
2640
			SCTP_PERR(error));
2641

F
Frank Filz 已提交
2642
	return SCTP_DISPOSITION_ABORT;
L
Linus Torvalds 已提交
2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677
}

/*
 * sctp_sf_do_9_2_shut
 *
 * Section: 9.2
 * Upon the reception of the SHUTDOWN, the peer endpoint shall
 *  - enter the SHUTDOWN-RECEIVED state,
 *
 *  - stop accepting new data from its SCTP user
 *
 *  - verify, by checking the Cumulative TSN Ack field of the chunk,
 *    that all its outstanding DATA chunks have been received by the
 *    SHUTDOWN sender.
 *
 * Once an endpoint as reached the SHUTDOWN-RECEIVED state it MUST NOT
 * send a SHUTDOWN in response to a ULP request. And should discard
 * subsequent SHUTDOWN chunks.
 *
 * If there are still outstanding DATA chunks left, the SHUTDOWN
 * receiver shall continue to follow normal data transmission
 * procedures defined in Section 6 until all outstanding DATA chunks
 * are acknowledged; however, the SHUTDOWN receiver MUST NOT accept
 * new data from its SCTP user.
 *
 * Verification Tag:  8.5 Verification Tag [Normal verification]
 *
 * Inputs
 * (endpoint, asoc, chunk)
 *
 * Outputs
 * (asoc, reply_msg, msg_up, timers, counters)
 *
 * The return value is the disposition of the chunk.
 */
2678 2679 2680 2681 2682 2683 2684 2685 2686
enum sctp_disposition sctp_sf_do_9_2_shutdown(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
{
	enum sctp_disposition disposition;
L
Linus Torvalds 已提交
2687
	struct sctp_chunk *chunk = arg;
2688
	struct sctp_shutdownhdr *sdh;
L
Linus Torvalds 已提交
2689
	struct sctp_ulpevent *ev;
2690
	__u32 ctsn;
L
Linus Torvalds 已提交
2691 2692

	if (!sctp_vtag_verify(chunk, asoc))
2693
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
2694 2695

	/* Make sure that the SHUTDOWN chunk has a valid length. */
2696
	if (!sctp_chunk_length_valid(chunk, sizeof(struct sctp_shutdown_chunk)))
2697
		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
L
Linus Torvalds 已提交
2698 2699 2700
						  commands);

	/* Convert the elaborate header.  */
2701 2702
	sdh = (struct sctp_shutdownhdr *)chunk->skb->data;
	skb_pull(chunk->skb, sizeof(*sdh));
L
Linus Torvalds 已提交
2703
	chunk->subh.shutdown_hdr = sdh;
2704 2705
	ctsn = ntohl(sdh->cum_tsn_ack);

2706
	if (TSN_lt(ctsn, asoc->ctsn_ack_point)) {
2707 2708 2709
		pr_debug("%s: ctsn:%x, ctsn_ack_point:%x\n", __func__, ctsn,
			 asoc->ctsn_ack_point);

2710 2711 2712
		return SCTP_DISPOSITION_DISCARD;
	}

2713 2714 2715 2716 2717
	/* If Cumulative TSN Ack beyond the max tsn currently
	 * send, terminating the association and respond to the
	 * sender with an ABORT.
	 */
	if (!TSN_lt(ctsn, asoc->next_tsn))
2718
		return sctp_sf_violation_ctsn(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
2719

2720 2721 2722 2723 2724 2725 2726
	/* API 5.3.1.5 SCTP_SHUTDOWN_EVENT
	 * When a peer sends a SHUTDOWN, SCTP delivers this notification to
	 * inform the application that it should cease sending data.
	 */
	ev = sctp_ulpevent_make_shutdown_event(asoc, 0, GFP_ATOMIC);
	if (!ev) {
		disposition = SCTP_DISPOSITION_NOMEM;
2727
		goto out;
2728 2729 2730
	}
	sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP, SCTP_ULPEVENT(ev));

L
Linus Torvalds 已提交
2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741
	/* Upon the reception of the SHUTDOWN, the peer endpoint shall
	 *  - enter the SHUTDOWN-RECEIVED state,
	 *  - stop accepting new data from its SCTP user
	 *
	 * [This is implicit in the new state.]
	 */
	sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
			SCTP_STATE(SCTP_STATE_SHUTDOWN_RECEIVED));
	disposition = SCTP_DISPOSITION_CONSUME;

	if (sctp_outq_is_empty(&asoc->outqueue)) {
2742
		disposition = sctp_sf_do_9_2_shutdown_ack(net, ep, asoc, type,
L
Linus Torvalds 已提交
2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753
							  arg, commands);
	}

	if (SCTP_DISPOSITION_NOMEM == disposition)
		goto out;

	/*  - verify, by checking the Cumulative TSN Ack field of the
	 *    chunk, that all its outstanding DATA chunks have been
	 *    received by the SHUTDOWN sender.
	 */
	sctp_add_cmd_sf(commands, SCTP_CMD_PROCESS_CTSN,
2754
			SCTP_BE32(chunk->subh.shutdown_hdr->cum_tsn_ack));
L
Linus Torvalds 已提交
2755 2756 2757 2758 2759

out:
	return disposition;
}

2760 2761 2762 2763 2764 2765 2766 2767
/*
 * sctp_sf_do_9_2_shut_ctsn
 *
 * Once an endpoint has reached the SHUTDOWN-RECEIVED state,
 * it MUST NOT send a SHUTDOWN in response to a ULP request.
 * The Cumulative TSN Ack of the received SHUTDOWN chunk
 * MUST be processed.
 */
2768 2769 2770 2771 2772 2773 2774
enum sctp_disposition sctp_sf_do_9_2_shut_ctsn(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
2775 2776
{
	struct sctp_chunk *chunk = arg;
2777
	struct sctp_shutdownhdr *sdh;
2778
	__u32 ctsn;
2779 2780

	if (!sctp_vtag_verify(chunk, asoc))
2781
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
2782 2783

	/* Make sure that the SHUTDOWN chunk has a valid length. */
2784
	if (!sctp_chunk_length_valid(chunk, sizeof(struct sctp_shutdown_chunk)))
2785
		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
2786 2787
						  commands);

2788
	sdh = (struct sctp_shutdownhdr *)chunk->skb->data;
2789 2790 2791
	ctsn = ntohl(sdh->cum_tsn_ack);

	if (TSN_lt(ctsn, asoc->ctsn_ack_point)) {
2792 2793 2794
		pr_debug("%s: ctsn:%x, ctsn_ack_point:%x\n", __func__, ctsn,
			 asoc->ctsn_ack_point);

2795 2796
		return SCTP_DISPOSITION_DISCARD;
	}
2797 2798 2799 2800 2801

	/* If Cumulative TSN Ack beyond the max tsn currently
	 * send, terminating the association and respond to the
	 * sender with an ABORT.
	 */
2802
	if (!TSN_lt(ctsn, asoc->next_tsn))
2803
		return sctp_sf_violation_ctsn(net, ep, asoc, type, arg, commands);
2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814

	/* verify, by checking the Cumulative TSN Ack field of the
	 * chunk, that all its outstanding DATA chunks have been
	 * received by the SHUTDOWN sender.
	 */
	sctp_add_cmd_sf(commands, SCTP_CMD_PROCESS_CTSN,
			SCTP_BE32(sdh->cum_tsn_ack));

	return SCTP_DISPOSITION_CONSUME;
}

L
Linus Torvalds 已提交
2815 2816 2817 2818 2819 2820 2821
/* RFC 2960 9.2
 * If an endpoint is in SHUTDOWN-ACK-SENT state and receives an INIT chunk
 * (e.g., if the SHUTDOWN COMPLETE was lost) with source and destination
 * transport addresses (either in the IP addresses or in the INIT chunk)
 * that belong to this association, it should discard the INIT chunk and
 * retransmit the SHUTDOWN ACK chunk.
 */
2822 2823 2824 2825 2826 2827 2828
enum sctp_disposition sctp_sf_do_9_2_reshutack(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
2829
{
2830
	struct sctp_chunk *chunk = arg;
L
Linus Torvalds 已提交
2831 2832
	struct sctp_chunk *reply;

2833
	/* Make sure that the chunk has a valid length */
2834
	if (!sctp_chunk_length_valid(chunk, sizeof(struct sctp_chunkhdr)))
2835
		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
2836 2837
						  commands);

L
Linus Torvalds 已提交
2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886
	/* Since we are not going to really process this INIT, there
	 * is no point in verifying chunk boundries.  Just generate
	 * the SHUTDOWN ACK.
	 */
	reply = sctp_make_shutdown_ack(asoc, chunk);
	if (NULL == reply)
		goto nomem;

	/* Set the transport for the SHUTDOWN ACK chunk and the timeout for
	 * the T2-SHUTDOWN timer.
	 */
	sctp_add_cmd_sf(commands, SCTP_CMD_SETUP_T2, SCTP_CHUNK(reply));

	/* and restart the T2-shutdown timer. */
	sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_RESTART,
			SCTP_TO(SCTP_EVENT_TIMEOUT_T2_SHUTDOWN));

	sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(reply));

	return SCTP_DISPOSITION_CONSUME;
nomem:
	return SCTP_DISPOSITION_NOMEM;
}

/*
 * sctp_sf_do_ecn_cwr
 *
 * Section:  Appendix A: Explicit Congestion Notification
 *
 * CWR:
 *
 * RFC 2481 details a specific bit for a sender to send in the header of
 * its next outbound TCP segment to indicate to its peer that it has
 * reduced its congestion window.  This is termed the CWR bit.  For
 * SCTP the same indication is made by including the CWR chunk.
 * This chunk contains one data element, i.e. the TSN number that
 * was sent in the ECNE chunk.  This element represents the lowest
 * TSN number in the datagram that was originally marked with the
 * CE bit.
 *
 * Verification Tag: 8.5 Verification Tag [Normal verification]
 * Inputs
 * (endpoint, asoc, chunk)
 *
 * Outputs
 * (asoc, reply_msg, msg_up, timers, counters)
 *
 * The return value is the disposition of the chunk.
 */
2887 2888 2889 2890 2891 2892
enum sctp_disposition sctp_sf_do_ecn_cwr(struct net *net,
					 const struct sctp_endpoint *ep,
					 const struct sctp_association *asoc,
					 const union sctp_subtype type,
					 void *arg,
					 struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
2893 2894
{
	struct sctp_chunk *chunk = arg;
2895
	struct sctp_cwrhdr *cwr;
2896
	u32 lowest_tsn;
L
Linus Torvalds 已提交
2897 2898

	if (!sctp_vtag_verify(chunk, asoc))
2899
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
2900

2901
	if (!sctp_chunk_length_valid(chunk, sizeof(struct sctp_ecne_chunk)))
2902
		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
L
Linus Torvalds 已提交
2903
						  commands);
2904

2905 2906
	cwr = (struct sctp_cwrhdr *)chunk->skb->data;
	skb_pull(chunk->skb, sizeof(*cwr));
L
Linus Torvalds 已提交
2907

2908
	lowest_tsn = ntohl(cwr->lowest_tsn);
L
Linus Torvalds 已提交
2909 2910

	/* Does this CWR ack the last sent congestion notification? */
2911
	if (TSN_lte(asoc->last_ecne_tsn, lowest_tsn)) {
L
Linus Torvalds 已提交
2912 2913 2914
		/* Stop sending ECNE. */
		sctp_add_cmd_sf(commands,
				SCTP_CMD_ECN_CWR,
2915
				SCTP_U32(lowest_tsn));
L
Linus Torvalds 已提交
2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942
	}
	return SCTP_DISPOSITION_CONSUME;
}

/*
 * sctp_sf_do_ecne
 *
 * Section:  Appendix A: Explicit Congestion Notification
 *
 * ECN-Echo
 *
 * RFC 2481 details a specific bit for a receiver to send back in its
 * TCP acknowledgements to notify the sender of the Congestion
 * Experienced (CE) bit having arrived from the network.  For SCTP this
 * same indication is made by including the ECNE chunk.  This chunk
 * contains one data element, i.e. the lowest TSN associated with the IP
 * datagram marked with the CE bit.....
 *
 * Verification Tag: 8.5 Verification Tag [Normal verification]
 * Inputs
 * (endpoint, asoc, chunk)
 *
 * Outputs
 * (asoc, reply_msg, msg_up, timers, counters)
 *
 * The return value is the disposition of the chunk.
 */
2943 2944 2945 2946 2947
enum sctp_disposition sctp_sf_do_ecne(struct net *net,
				      const struct sctp_endpoint *ep,
				      const struct sctp_association *asoc,
				      const union sctp_subtype type,
				      void *arg, struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
2948 2949
{
	struct sctp_chunk *chunk = arg;
2950
	struct sctp_ecnehdr *ecne;
L
Linus Torvalds 已提交
2951 2952

	if (!sctp_vtag_verify(chunk, asoc))
2953
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
2954

2955
	if (!sctp_chunk_length_valid(chunk, sizeof(struct sctp_ecne_chunk)))
2956
		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
L
Linus Torvalds 已提交
2957 2958
						  commands);

2959 2960
	ecne = (struct sctp_ecnehdr *)chunk->skb->data;
	skb_pull(chunk->skb, sizeof(*ecne));
L
Linus Torvalds 已提交
2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998

	/* If this is a newer ECNE than the last CWR packet we sent out */
	sctp_add_cmd_sf(commands, SCTP_CMD_ECN_ECNE,
			SCTP_U32(ntohl(ecne->lowest_tsn)));

	return SCTP_DISPOSITION_CONSUME;
}

/*
 * Section: 6.2  Acknowledgement on Reception of DATA Chunks
 *
 * The SCTP endpoint MUST always acknowledge the reception of each valid
 * DATA chunk.
 *
 * The guidelines on delayed acknowledgement algorithm specified in
 * Section 4.2 of [RFC2581] SHOULD be followed. Specifically, an
 * acknowledgement SHOULD be generated for at least every second packet
 * (not every second DATA chunk) received, and SHOULD be generated within
 * 200 ms of the arrival of any unacknowledged DATA chunk. In some
 * situations it may be beneficial for an SCTP transmitter to be more
 * conservative than the algorithms detailed in this document allow.
 * However, an SCTP transmitter MUST NOT be more aggressive than the
 * following algorithms allow.
 *
 * A SCTP receiver MUST NOT generate more than one SACK for every
 * incoming packet, other than to update the offered window as the
 * receiving application consumes new data.
 *
 * Verification Tag:  8.5 Verification Tag [Normal verification]
 *
 * Inputs
 * (endpoint, asoc, chunk)
 *
 * Outputs
 * (asoc, reply_msg, msg_up, timers, counters)
 *
 * The return value is the disposition of the chunk.
 */
2999 3000 3001 3002 3003 3004
enum sctp_disposition sctp_sf_eat_data_6_2(struct net *net,
					   const struct sctp_endpoint *ep,
					   const struct sctp_association *asoc,
					   const union sctp_subtype type,
					   void *arg,
					   struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
3005
{
X
Xin Long 已提交
3006
	union sctp_arg force = SCTP_NOFORCE();
L
Linus Torvalds 已提交
3007 3008 3009 3010 3011 3012
	struct sctp_chunk *chunk = arg;
	int error;

	if (!sctp_vtag_verify(chunk, asoc)) {
		sctp_add_cmd_sf(commands, SCTP_CMD_REPORT_BAD_TAG,
				SCTP_NULL());
3013
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
3014
	}
L
Linus Torvalds 已提交
3015

3016
	if (!sctp_chunk_length_valid(chunk, sctp_datachk_len(&asoc->stream)))
3017
		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
L
Linus Torvalds 已提交
3018 3019
						  commands);

3020
	error = sctp_eat_data(asoc, chunk, commands);
L
Linus Torvalds 已提交
3021 3022 3023 3024 3025
	switch (error) {
	case SCTP_IERROR_NO_ERROR:
		break;
	case SCTP_IERROR_HIGH_TSN:
	case SCTP_IERROR_BAD_STREAM:
3026
		SCTP_INC_STATS(net, SCTP_MIB_IN_DATA_CHUNK_DISCARDS);
L
Linus Torvalds 已提交
3027 3028 3029
		goto discard_noforce;
	case SCTP_IERROR_DUP_TSN:
	case SCTP_IERROR_IGNORE_TSN:
3030
		SCTP_INC_STATS(net, SCTP_MIB_IN_DATA_CHUNK_DISCARDS);
L
Linus Torvalds 已提交
3031 3032
		goto discard_force;
	case SCTP_IERROR_NO_DATA:
3033
		return SCTP_DISPOSITION_ABORT;
3034
	case SCTP_IERROR_PROTO_VIOLATION:
3035
		return sctp_sf_abort_violation(net, ep, asoc, chunk, commands,
3036
					       (u8 *)chunk->subh.data_hdr,
3037
					       sctp_datahdr_len(&asoc->stream));
L
Linus Torvalds 已提交
3038 3039 3040 3041
	default:
		BUG();
	}

3042 3043 3044
	if (chunk->chunk_hdr->flags & SCTP_DATA_SACK_IMM)
		force = SCTP_FORCE();

3045
	if (asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) {
L
Linus Torvalds 已提交
3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071
		sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_RESTART,
				SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE));
	}

	/* If this is the last chunk in a packet, we need to count it
	 * toward sack generation.  Note that we need to SACK every
	 * OTHER packet containing data chunks, EVEN IF WE DISCARD
	 * THEM.  We elect to NOT generate SACK's if the chunk fails
	 * the verification tag test.
	 *
	 * RFC 2960 6.2 Acknowledgement on Reception of DATA Chunks
	 *
	 * The SCTP endpoint MUST always acknowledge the reception of
	 * each valid DATA chunk.
	 *
	 * The guidelines on delayed acknowledgement algorithm
	 * specified in  Section 4.2 of [RFC2581] SHOULD be followed.
	 * Specifically, an acknowledgement SHOULD be generated for at
	 * least every second packet (not every second DATA chunk)
	 * received, and SHOULD be generated within 200 ms of the
	 * arrival of any unacknowledged DATA chunk.  In some
	 * situations it may be beneficial for an SCTP transmitter to
	 * be more conservative than the algorithms detailed in this
	 * document allow. However, an SCTP transmitter MUST NOT be
	 * more aggressive than the following algorithms allow.
	 */
3072
	if (chunk->end_of_packet)
3073
		sctp_add_cmd_sf(commands, SCTP_CMD_GEN_SACK, force);
L
Linus Torvalds 已提交
3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096

	return SCTP_DISPOSITION_CONSUME;

discard_force:
	/* RFC 2960 6.2 Acknowledgement on Reception of DATA Chunks
	 *
	 * When a packet arrives with duplicate DATA chunk(s) and with
	 * no new DATA chunk(s), the endpoint MUST immediately send a
	 * SACK with no delay.  If a packet arrives with duplicate
	 * DATA chunk(s) bundled with new DATA chunks, the endpoint
	 * MAY immediately send a SACK.  Normally receipt of duplicate
	 * DATA chunks will occur when the original SACK chunk was lost
	 * and the peer's RTO has expired.  The duplicate TSN number(s)
	 * SHOULD be reported in the SACK as duplicate.
	 */
	/* In our case, we split the MAY SACK advice up whether or not
	 * the last chunk is a duplicate.'
	 */
	if (chunk->end_of_packet)
		sctp_add_cmd_sf(commands, SCTP_CMD_GEN_SACK, SCTP_FORCE());
	return SCTP_DISPOSITION_DISCARD;

discard_noforce:
3097
	if (chunk->end_of_packet)
3098
		sctp_add_cmd_sf(commands, SCTP_CMD_GEN_SACK, force);
L
Linus Torvalds 已提交
3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118

	return SCTP_DISPOSITION_DISCARD;
}

/*
 * sctp_sf_eat_data_fast_4_4
 *
 * Section: 4 (4)
 * (4) In SHUTDOWN-SENT state the endpoint MUST acknowledge any received
 *    DATA chunks without delay.
 *
 * Verification Tag:  8.5 Verification Tag [Normal verification]
 * Inputs
 * (endpoint, asoc, chunk)
 *
 * Outputs
 * (asoc, reply_msg, msg_up, timers, counters)
 *
 * The return value is the disposition of the chunk.
 */
3119 3120 3121 3122 3123 3124 3125
enum sctp_disposition sctp_sf_eat_data_fast_4_4(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
3126 3127 3128 3129 3130 3131 3132
{
	struct sctp_chunk *chunk = arg;
	int error;

	if (!sctp_vtag_verify(chunk, asoc)) {
		sctp_add_cmd_sf(commands, SCTP_CMD_REPORT_BAD_TAG,
				SCTP_NULL());
3133
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
3134 3135
	}

3136
	if (!sctp_chunk_length_valid(chunk, sctp_datachk_len(&asoc->stream)))
3137
		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
L
Linus Torvalds 已提交
3138 3139
						  commands);

3140
	error = sctp_eat_data(asoc, chunk, commands);
L
Linus Torvalds 已提交
3141 3142 3143 3144 3145 3146 3147 3148
	switch (error) {
	case SCTP_IERROR_NO_ERROR:
	case SCTP_IERROR_HIGH_TSN:
	case SCTP_IERROR_DUP_TSN:
	case SCTP_IERROR_IGNORE_TSN:
	case SCTP_IERROR_BAD_STREAM:
		break;
	case SCTP_IERROR_NO_DATA:
3149
		return SCTP_DISPOSITION_ABORT;
3150
	case SCTP_IERROR_PROTO_VIOLATION:
3151
		return sctp_sf_abort_violation(net, ep, asoc, chunk, commands,
3152
					       (u8 *)chunk->subh.data_hdr,
3153
					       sctp_datahdr_len(&asoc->stream));
L
Linus Torvalds 已提交
3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210
	default:
		BUG();
	}

	/* Go a head and force a SACK, since we are shutting down. */

	/* Implementor's Guide.
	 *
	 * While in SHUTDOWN-SENT state, the SHUTDOWN sender MUST immediately
	 * respond to each received packet containing one or more DATA chunk(s)
	 * with a SACK, a SHUTDOWN chunk, and restart the T2-shutdown timer
	 */
	if (chunk->end_of_packet) {
		/* We must delay the chunk creation since the cumulative
		 * TSN has not been updated yet.
		 */
		sctp_add_cmd_sf(commands, SCTP_CMD_GEN_SHUTDOWN, SCTP_NULL());
		sctp_add_cmd_sf(commands, SCTP_CMD_GEN_SACK, SCTP_FORCE());
		sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_RESTART,
				SCTP_TO(SCTP_EVENT_TIMEOUT_T2_SHUTDOWN));
	}

	return SCTP_DISPOSITION_CONSUME;
}

/*
 * Section: 6.2  Processing a Received SACK
 * D) Any time a SACK arrives, the endpoint performs the following:
 *
 *     i) If Cumulative TSN Ack is less than the Cumulative TSN Ack Point,
 *     then drop the SACK.   Since Cumulative TSN Ack is monotonically
 *     increasing, a SACK whose Cumulative TSN Ack is less than the
 *     Cumulative TSN Ack Point indicates an out-of-order SACK.
 *
 *     ii) Set rwnd equal to the newly received a_rwnd minus the number
 *     of bytes still outstanding after processing the Cumulative TSN Ack
 *     and the Gap Ack Blocks.
 *
 *     iii) If the SACK is missing a TSN that was previously
 *     acknowledged via a Gap Ack Block (e.g., the data receiver
 *     reneged on the data), then mark the corresponding DATA chunk
 *     as available for retransmit:  Mark it as missing for fast
 *     retransmit as described in Section 7.2.4 and if no retransmit
 *     timer is running for the destination address to which the DATA
 *     chunk was originally transmitted, then T3-rtx is started for
 *     that destination address.
 *
 * Verification Tag:  8.5 Verification Tag [Normal verification]
 *
 * Inputs
 * (endpoint, asoc, chunk)
 *
 * Outputs
 * (asoc, reply_msg, msg_up, timers, counters)
 *
 * The return value is the disposition of the chunk.
 */
3211 3212 3213 3214 3215 3216
enum sctp_disposition sctp_sf_eat_sack_6_2(struct net *net,
					   const struct sctp_endpoint *ep,
					   const struct sctp_association *asoc,
					   const union sctp_subtype type,
					   void *arg,
					   struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
3217 3218
{
	struct sctp_chunk *chunk = arg;
3219
	struct sctp_sackhdr *sackh;
L
Linus Torvalds 已提交
3220 3221 3222
	__u32 ctsn;

	if (!sctp_vtag_verify(chunk, asoc))
3223
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
3224 3225

	/* Make sure that the SACK chunk has a valid length. */
3226
	if (!sctp_chunk_length_valid(chunk, sizeof(struct sctp_sack_chunk)))
3227
		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
L
Linus Torvalds 已提交
3228 3229 3230 3231 3232 3233
						  commands);

	/* Pull the SACK chunk from the data buffer */
	sackh = sctp_sm_pull_sack(chunk);
	/* Was this a bogus SACK? */
	if (!sackh)
3234
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
3235 3236 3237 3238 3239 3240 3241 3242 3243 3244
	chunk->subh.sack_hdr = sackh;
	ctsn = ntohl(sackh->cum_tsn_ack);

	/* i) If Cumulative TSN Ack is less than the Cumulative TSN
	 *     Ack Point, then drop the SACK.  Since Cumulative TSN
	 *     Ack is monotonically increasing, a SACK whose
	 *     Cumulative TSN Ack is less than the Cumulative TSN Ack
	 *     Point indicates an out-of-order SACK.
	 */
	if (TSN_lt(ctsn, asoc->ctsn_ack_point)) {
3245 3246 3247
		pr_debug("%s: ctsn:%x, ctsn_ack_point:%x\n", __func__, ctsn,
			 asoc->ctsn_ack_point);

L
Linus Torvalds 已提交
3248 3249 3250
		return SCTP_DISPOSITION_DISCARD;
	}

3251 3252 3253 3254 3255
	/* If Cumulative TSN Ack beyond the max tsn currently
	 * send, terminating the association and respond to the
	 * sender with an ABORT.
	 */
	if (!TSN_lt(ctsn, asoc->next_tsn))
3256
		return sctp_sf_violation_ctsn(net, ep, asoc, type, arg, commands);
3257

L
Linus Torvalds 已提交
3258
	/* Return this SACK for further processing.  */
3259
	sctp_add_cmd_sf(commands, SCTP_CMD_PROCESS_SACK, SCTP_CHUNK(chunk));
L
Linus Torvalds 已提交
3260 3261 3262 3263 3264 3265 3266 3267 3268 3269

	/* Note: We do the rest of the work on the PROCESS_SACK
	 * sideeffect.
	 */
	return SCTP_DISPOSITION_CONSUME;
}

/*
 * Generate an ABORT in response to a packet.
 *
3270
 * Section: 8.4 Handle "Out of the blue" Packets, sctpimpguide 2.41
L
Linus Torvalds 已提交
3271
 *
3272 3273 3274 3275 3276 3277 3278 3279
 * 8) The receiver should respond to the sender of the OOTB packet with
 *    an ABORT.  When sending the ABORT, the receiver of the OOTB packet
 *    MUST fill in the Verification Tag field of the outbound packet
 *    with the value found in the Verification Tag field of the OOTB
 *    packet and set the T-bit in the Chunk Flags to indicate that the
 *    Verification Tag is reflected.  After sending this ABORT, the
 *    receiver of the OOTB packet shall discard the OOTB packet and take
 *    no further action.
L
Linus Torvalds 已提交
3280 3281 3282 3283 3284
 *
 * Verification Tag:
 *
 * The return value is the disposition of the chunk.
*/
3285 3286
static enum sctp_disposition sctp_sf_tabort_8_4_8(
					struct net *net,
3287
					const struct sctp_endpoint *ep,
L
Linus Torvalds 已提交
3288
					const struct sctp_association *asoc,
3289
					const union sctp_subtype type,
L
Linus Torvalds 已提交
3290
					void *arg,
3291
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
3292 3293 3294 3295 3296
{
	struct sctp_packet *packet = NULL;
	struct sctp_chunk *chunk = arg;
	struct sctp_chunk *abort;

3297
	packet = sctp_ootb_pkt_new(net, asoc, chunk);
3298 3299
	if (!packet)
		return SCTP_DISPOSITION_NOMEM;
L
Linus Torvalds 已提交
3300

3301 3302 3303 3304 3305 3306 3307 3308
	/* Make an ABORT. The T bit will be set if the asoc
	 * is NULL.
	 */
	abort = sctp_make_abort(asoc, chunk, 0);
	if (!abort) {
		sctp_ootb_pkt_free(packet);
		return SCTP_DISPOSITION_NOMEM;
	}
3309

3310 3311 3312
	/* Reflect vtag if T-Bit is set */
	if (sctp_test_T_bit(abort))
		packet->vtag = ntohl(chunk->sctp_hdr->vtag);
L
Linus Torvalds 已提交
3313

3314 3315
	/* Set the skb to the belonging sock for accounting.  */
	abort->skb->sk = ep->base.sk;
L
Linus Torvalds 已提交
3316

3317
	sctp_packet_append_chunk(packet, abort);
L
Linus Torvalds 已提交
3318

3319 3320
	sctp_add_cmd_sf(commands, SCTP_CMD_SEND_PKT,
			SCTP_PACKET(packet));
L
Linus Torvalds 已提交
3321

3322
	SCTP_INC_STATS(net, SCTP_MIB_OUTCTRLCHUNKS);
L
Linus Torvalds 已提交
3323

3324 3325
	sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
	return SCTP_DISPOSITION_CONSUME;
L
Linus Torvalds 已提交
3326 3327 3328 3329 3330 3331 3332 3333 3334 3335
}

/*
 * Received an ERROR chunk from peer.  Generate SCTP_REMOTE_ERROR
 * event as ULP notification for each cause included in the chunk.
 *
 * API 5.3.1.3 - SCTP_REMOTE_ERROR
 *
 * The return value is the disposition of the chunk.
*/
3336 3337 3338 3339 3340 3341
enum sctp_disposition sctp_sf_operr_notify(struct net *net,
					   const struct sctp_endpoint *ep,
					   const struct sctp_association *asoc,
					   const union sctp_subtype type,
					   void *arg,
					   struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
3342 3343
{
	struct sctp_chunk *chunk = arg;
3344
	struct sctp_errhdr *err;
L
Linus Torvalds 已提交
3345 3346

	if (!sctp_vtag_verify(chunk, asoc))
3347
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
3348 3349

	/* Make sure that the ERROR chunk has a valid length. */
3350
	if (!sctp_chunk_length_valid(chunk, sizeof(struct sctp_operr_chunk)))
3351
		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
L
Linus Torvalds 已提交
3352
						  commands);
3353 3354
	sctp_walk_errors(err, chunk->chunk_hdr);
	if ((void *)err != (void *)chunk->chunk_end)
3355
		return sctp_sf_violation_paramlen(net, ep, asoc, type, arg,
3356
						  (void *)err, commands);
L
Linus Torvalds 已提交
3357

3358 3359
	sctp_add_cmd_sf(commands, SCTP_CMD_PROCESS_OPERR,
			SCTP_CHUNK(chunk));
L
Linus Torvalds 已提交
3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373

	return SCTP_DISPOSITION_CONSUME;
}

/*
 * Process an inbound SHUTDOWN ACK.
 *
 * From Section 9.2:
 * Upon the receipt of the SHUTDOWN ACK, the SHUTDOWN sender shall
 * stop the T2-shutdown timer, send a SHUTDOWN COMPLETE chunk to its
 * peer, and remove all record of the association.
 *
 * The return value is the disposition.
 */
3374 3375 3376 3377 3378 3379
enum sctp_disposition sctp_sf_do_9_2_final(struct net *net,
					   const struct sctp_endpoint *ep,
					   const struct sctp_association *asoc,
					   const union sctp_subtype type,
					   void *arg,
					   struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
3380 3381 3382 3383 3384 3385
{
	struct sctp_chunk *chunk = arg;
	struct sctp_chunk *reply;
	struct sctp_ulpevent *ev;

	if (!sctp_vtag_verify(chunk, asoc))
3386
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
3387 3388

	/* Make sure that the SHUTDOWN_ACK chunk has a valid length. */
3389
	if (!sctp_chunk_length_valid(chunk, sizeof(struct sctp_chunkhdr)))
3390
		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
L
Linus Torvalds 已提交
3391 3392 3393 3394 3395 3396 3397
						  commands);
	/* 10.2 H) SHUTDOWN COMPLETE notification
	 *
	 * When SCTP completes the shutdown procedures (section 9.2) this
	 * notification is passed to the upper layer.
	 */
	ev = sctp_ulpevent_make_assoc_change(asoc, 0, SCTP_SHUTDOWN_COMP,
3398
					     0, 0, 0, NULL, GFP_ATOMIC);
L
Linus Torvalds 已提交
3399 3400 3401
	if (!ev)
		goto nomem;

3402 3403 3404 3405 3406 3407 3408 3409
	/* ...send a SHUTDOWN COMPLETE chunk to its peer, */
	reply = sctp_make_shutdown_complete(asoc, chunk);
	if (!reply)
		goto nomem_chunk;

	/* Do all the commands now (after allocation), so that we
	 * have consistent state if memory allocation failes
	 */
L
Linus Torvalds 已提交
3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422
	sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP, SCTP_ULPEVENT(ev));

	/* Upon the receipt of the SHUTDOWN ACK, the SHUTDOWN sender shall
	 * stop the T2-shutdown timer,
	 */
	sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
			SCTP_TO(SCTP_EVENT_TIMEOUT_T2_SHUTDOWN));

	sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
			SCTP_TO(SCTP_EVENT_TIMEOUT_T5_SHUTDOWN_GUARD));

	sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
			SCTP_STATE(SCTP_STATE_CLOSED));
3423 3424
	SCTP_INC_STATS(net, SCTP_MIB_SHUTDOWNS);
	SCTP_DEC_STATS(net, SCTP_MIB_CURRESTAB);
L
Linus Torvalds 已提交
3425 3426 3427 3428 3429 3430
	sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(reply));

	/* ...and remove all record of the association. */
	sctp_add_cmd_sf(commands, SCTP_CMD_DELETE_TCB, SCTP_NULL());
	return SCTP_DISPOSITION_DELETE_TCB;

3431 3432
nomem_chunk:
	sctp_ulpevent_free(ev);
L
Linus Torvalds 已提交
3433 3434 3435 3436 3437
nomem:
	return SCTP_DISPOSITION_NOMEM;
}

/*
3438 3439
 * RFC 2960, 8.4 - Handle "Out of the blue" Packets, sctpimpguide 2.41.
 *
L
Linus Torvalds 已提交
3440 3441 3442 3443 3444
 * 5) If the packet contains a SHUTDOWN ACK chunk, the receiver should
 *    respond to the sender of the OOTB packet with a SHUTDOWN COMPLETE.
 *    When sending the SHUTDOWN COMPLETE, the receiver of the OOTB
 *    packet must fill in the Verification Tag field of the outbound
 *    packet with the Verification Tag received in the SHUTDOWN ACK and
3445 3446
 *    set the T-bit in the Chunk Flags to indicate that the Verification
 *    Tag is reflected.
L
Linus Torvalds 已提交
3447 3448 3449 3450 3451
 *
 * 8) The receiver should respond to the sender of the OOTB packet with
 *    an ABORT.  When sending the ABORT, the receiver of the OOTB packet
 *    MUST fill in the Verification Tag field of the outbound packet
 *    with the value found in the Verification Tag field of the OOTB
3452 3453 3454 3455
 *    packet and set the T-bit in the Chunk Flags to indicate that the
 *    Verification Tag is reflected.  After sending this ABORT, the
 *    receiver of the OOTB packet shall discard the OOTB packet and take
 *    no further action.
L
Linus Torvalds 已提交
3456
 */
3457 3458 3459 3460 3461
enum sctp_disposition sctp_sf_ootb(struct net *net,
				   const struct sctp_endpoint *ep,
				   const struct sctp_association *asoc,
				   const union sctp_subtype type,
				   void *arg, struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
3462 3463 3464
{
	struct sctp_chunk *chunk = arg;
	struct sk_buff *skb = chunk->skb;
3465
	struct sctp_chunkhdr *ch;
3466
	struct sctp_errhdr *err;
3467
	int ootb_cookie_ack = 0;
3468 3469
	int ootb_shut_ack = 0;
	__u8 *ch_end;
L
Linus Torvalds 已提交
3470

3471
	SCTP_INC_STATS(net, SCTP_MIB_OUTOFBLUES);
L
Linus Torvalds 已提交
3472

3473
	ch = (struct sctp_chunkhdr *)chunk->chunk_hdr;
L
Linus Torvalds 已提交
3474
	do {
3475
		/* Report violation if the chunk is less then minimal */
3476
		if (ntohs(ch->length) < sizeof(*ch))
3477
			return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
3478
						  commands);
L
Linus Torvalds 已提交
3479

3480 3481 3482 3483 3484 3485
		/* Report violation if chunk len overflows */
		ch_end = ((__u8 *)ch) + SCTP_PAD4(ntohs(ch->length));
		if (ch_end > skb_tail_pointer(skb))
			return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
						  commands);

3486 3487 3488
		/* Now that we know we at least have a chunk header,
		 * do things that are type appropriate.
		 */
L
Linus Torvalds 已提交
3489 3490 3491 3492 3493 3494 3495 3496 3497
		if (SCTP_CID_SHUTDOWN_ACK == ch->type)
			ootb_shut_ack = 1;

		/* RFC 2960, Section 3.3.7
		 *   Moreover, under any circumstances, an endpoint that
		 *   receives an ABORT  MUST NOT respond to that ABORT by
		 *   sending an ABORT of its own.
		 */
		if (SCTP_CID_ABORT == ch->type)
3498
			return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
3499

3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516
		/* RFC 8.4, 7) If the packet contains a "Stale cookie" ERROR
		 * or a COOKIE ACK the SCTP Packet should be silently
		 * discarded.
		 */

		if (SCTP_CID_COOKIE_ACK == ch->type)
			ootb_cookie_ack = 1;

		if (SCTP_CID_ERROR == ch->type) {
			sctp_walk_errors(err, ch) {
				if (SCTP_ERROR_STALE_COOKIE == err->cause) {
					ootb_cookie_ack = 1;
					break;
				}
			}
		}

3517
		ch = (struct sctp_chunkhdr *)ch_end;
3518
	} while (ch_end < skb_tail_pointer(skb));
L
Linus Torvalds 已提交
3519 3520

	if (ootb_shut_ack)
3521
		return sctp_sf_shut_8_4_5(net, ep, asoc, type, arg, commands);
3522
	else if (ootb_cookie_ack)
3523
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
3524
	else
3525
		return sctp_sf_tabort_8_4_8(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
3526 3527 3528 3529 3530
}

/*
 * Handle an "Out of the blue" SHUTDOWN ACK.
 *
3531 3532
 * Section: 8.4 5, sctpimpguide 2.41.
 *
L
Linus Torvalds 已提交
3533
 * 5) If the packet contains a SHUTDOWN ACK chunk, the receiver should
3534 3535 3536 3537 3538 3539
 *    respond to the sender of the OOTB packet with a SHUTDOWN COMPLETE.
 *    When sending the SHUTDOWN COMPLETE, the receiver of the OOTB
 *    packet must fill in the Verification Tag field of the outbound
 *    packet with the Verification Tag received in the SHUTDOWN ACK and
 *    set the T-bit in the Chunk Flags to indicate that the Verification
 *    Tag is reflected.
L
Linus Torvalds 已提交
3540 3541 3542 3543 3544
 *
 * Inputs
 * (endpoint, asoc, type, arg, commands)
 *
 * Outputs
3545
 * (enum sctp_disposition)
L
Linus Torvalds 已提交
3546 3547 3548
 *
 * The return value is the disposition of the chunk.
 */
3549 3550 3551 3552 3553 3554 3555
static enum sctp_disposition sctp_sf_shut_8_4_5(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
3556 3557 3558 3559 3560
{
	struct sctp_packet *packet = NULL;
	struct sctp_chunk *chunk = arg;
	struct sctp_chunk *shut;

3561
	packet = sctp_ootb_pkt_new(net, asoc, chunk);
3562 3563
	if (!packet)
		return SCTP_DISPOSITION_NOMEM;
L
Linus Torvalds 已提交
3564

3565 3566 3567 3568 3569 3570 3571 3572
	/* Make an SHUTDOWN_COMPLETE.
	 * The T bit will be set if the asoc is NULL.
	 */
	shut = sctp_make_shutdown_complete(asoc, chunk);
	if (!shut) {
		sctp_ootb_pkt_free(packet);
		return SCTP_DISPOSITION_NOMEM;
	}
3573

3574 3575 3576
	/* Reflect vtag if T-Bit is set */
	if (sctp_test_T_bit(shut))
		packet->vtag = ntohl(chunk->sctp_hdr->vtag);
L
Linus Torvalds 已提交
3577

3578 3579
	/* Set the skb to the belonging sock for accounting.  */
	shut->skb->sk = ep->base.sk;
L
Linus Torvalds 已提交
3580

3581
	sctp_packet_append_chunk(packet, shut);
L
Linus Torvalds 已提交
3582

3583 3584
	sctp_add_cmd_sf(commands, SCTP_CMD_SEND_PKT,
			SCTP_PACKET(packet));
L
Linus Torvalds 已提交
3585

3586
	SCTP_INC_STATS(net, SCTP_MIB_OUTCTRLCHUNKS);
L
Linus Torvalds 已提交
3587

3588 3589 3590
	/* If the chunk length is invalid, we don't want to process
	 * the reset of the packet.
	 */
3591
	if (!sctp_chunk_length_valid(chunk, sizeof(struct sctp_chunkhdr)))
3592
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
3593

3594 3595 3596 3597 3598
	/* We need to discard the rest of the packet to prevent
	 * potential bomming attacks from additional bundled chunks.
	 * This is documented in SCTP Threats ID.
	 */
	return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611
}

/*
 * Handle SHUTDOWN ACK in COOKIE_ECHOED or COOKIE_WAIT state.
 *
 * Verification Tag:  8.5.1 E) Rules for packet carrying a SHUTDOWN ACK
 *   If the receiver is in COOKIE-ECHOED or COOKIE-WAIT state the
 *   procedures in section 8.4 SHOULD be followed, in other words it
 *   should be treated as an Out Of The Blue packet.
 *   [This means that we do NOT check the Verification Tag on these
 *   chunks. --piggy ]
 *
 */
3612 3613 3614 3615 3616 3617
enum sctp_disposition sctp_sf_do_8_5_1_E_sa(struct net *net,
					    const struct sctp_endpoint *ep,
					    const struct sctp_association *asoc,
					    const union sctp_subtype type,
					    void *arg,
					    struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
3618
{
3619 3620 3621
	struct sctp_chunk *chunk = arg;

	/* Make sure that the SHUTDOWN_ACK chunk has a valid length. */
3622
	if (!sctp_chunk_length_valid(chunk, sizeof(struct sctp_chunkhdr)))
3623
		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
3624 3625
						  commands);

L
Linus Torvalds 已提交
3626 3627 3628 3629 3630
	/* Although we do have an association in this case, it corresponds
	 * to a restarted association. So the packet is treated as an OOTB
	 * packet and the state function that handles OOTB SHUTDOWN_ACK is
	 * called with a NULL association.
	 */
3631
	SCTP_INC_STATS(net, SCTP_MIB_OUTOFBLUES);
3632

3633
	return sctp_sf_shut_8_4_5(net, ep, NULL, type, arg, commands);
L
Linus Torvalds 已提交
3634 3635 3636
}

/* ADDIP Section 4.2 Upon reception of an ASCONF Chunk.  */
3637 3638 3639 3640 3641 3642
enum sctp_disposition sctp_sf_do_asconf(struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
3643
{
3644 3645 3646 3647 3648
	struct sctp_paramhdr *err_param = NULL;
	struct sctp_chunk *asconf_ack = NULL;
	struct sctp_chunk *chunk = arg;
	struct sctp_addiphdr *hdr;
	__u32 serial;
L
Linus Torvalds 已提交
3649 3650 3651 3652

	if (!sctp_vtag_verify(chunk, asoc)) {
		sctp_add_cmd_sf(commands, SCTP_CMD_REPORT_BAD_TAG,
				SCTP_NULL());
3653
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
3654 3655
	}

3656 3657 3658 3659 3660 3661
	/* ADD-IP: Section 4.1.1
	 * This chunk MUST be sent in an authenticated way by using
	 * the mechanism defined in [I-D.ietf-tsvwg-sctp-auth]. If this chunk
	 * is received unauthenticated it MUST be silently discarded as
	 * described in [I-D.ietf-tsvwg-sctp-auth].
	 */
3662
	if (!net->sctp.addip_noauth && !chunk->auth)
3663 3664
		return sctp_sf_discard_chunk(net, ep, asoc, type, arg,
					     commands);
3665

L
Linus Torvalds 已提交
3666
	/* Make sure that the ASCONF ADDIP chunk has a valid length.  */
3667
	if (!sctp_chunk_length_valid(chunk, sizeof(struct sctp_addip_chunk)))
3668
		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
L
Linus Torvalds 已提交
3669 3670
						  commands);

3671
	hdr = (struct sctp_addiphdr *)chunk->skb->data;
L
Linus Torvalds 已提交
3672 3673
	serial = ntohl(hdr->serial);

3674
	/* Verify the ASCONF chunk before processing it. */
3675
	if (!sctp_verify_asconf(asoc, chunk, true, &err_param))
3676
		return sctp_sf_violation_paramlen(net, ep, asoc, type, arg,
3677
						  (void *)err_param, commands);
3678

3679
	/* ADDIP 5.2 E1) Compare the value of the serial number to the value
L
Linus Torvalds 已提交
3680
	 * the endpoint stored in a new association variable
3681
	 * 'Peer-Serial-Number'.
L
Linus Torvalds 已提交
3682 3683
	 */
	if (serial == asoc->peer.addip_serial + 1) {
3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696
		/* If this is the first instance of ASCONF in the packet,
		 * we can clean our old ASCONF-ACKs.
		 */
		if (!chunk->has_asconf)
			sctp_assoc_clean_asconf_ack_cache(asoc);

		/* ADDIP 5.2 E4) When the Sequence Number matches the next one
		 * expected, process the ASCONF as described below and after
		 * processing the ASCONF Chunk, append an ASCONF-ACK Chunk to
		 * the response packet and cache a copy of it (in the event it
		 * later needs to be retransmitted).
		 *
		 * Essentially, do V1-V5.
L
Linus Torvalds 已提交
3697 3698 3699 3700 3701
		 */
		asconf_ack = sctp_process_asconf((struct sctp_association *)
						 asoc, chunk);
		if (!asconf_ack)
			return SCTP_DISPOSITION_NOMEM;
3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713
	} else if (serial < asoc->peer.addip_serial + 1) {
		/* ADDIP 5.2 E2)
		 * If the value found in the Sequence Number is less than the
		 * ('Peer- Sequence-Number' + 1), simply skip to the next
		 * ASCONF, and include in the outbound response packet
		 * any previously cached ASCONF-ACK response that was
		 * sent and saved that matches the Sequence Number of the
		 * ASCONF.  Note: It is possible that no cached ASCONF-ACK
		 * Chunk exists.  This will occur when an older ASCONF
		 * arrives out of order.  In such a case, the receiver
		 * should skip the ASCONF Chunk and not include ASCONF-ACK
		 * Chunk for that chunk.
L
Linus Torvalds 已提交
3714
		 */
3715 3716
		asconf_ack = sctp_assoc_lookup_asconf_ack(asoc, hdr->serial);
		if (!asconf_ack)
L
Linus Torvalds 已提交
3717
			return SCTP_DISPOSITION_DISCARD;
3718 3719 3720 3721 3722 3723

		/* Reset the transport so that we select the correct one
		 * this time around.  This is to make sure that we don't
		 * accidentally use a stale transport that's been removed.
		 */
		asconf_ack->transport = NULL;
L
Linus Torvalds 已提交
3724
	} else {
3725
		/* ADDIP 5.2 E5) Otherwise, the ASCONF Chunk is discarded since
L
Linus Torvalds 已提交
3726
		 * it must be either a stale packet or from an attacker.
3727
		 */
L
Linus Torvalds 已提交
3728 3729 3730
		return SCTP_DISPOSITION_DISCARD;
	}

3731 3732 3733 3734 3735 3736 3737
	/* ADDIP 5.2 E6)  The destination address of the SCTP packet
	 * containing the ASCONF-ACK Chunks MUST be the source address of
	 * the SCTP packet that held the ASCONF Chunks.
	 *
	 * To do this properly, we'll set the destination address of the chunk
	 * and at the transmit time, will try look up the transport to use.
	 * Since ASCONFs may be bundled, the correct transport may not be
3738
	 * created until we process the entire packet, thus this workaround.
L
Linus Torvalds 已提交
3739
	 */
3740
	asconf_ack->dest = chunk->source;
L
Linus Torvalds 已提交
3741
	sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(asconf_ack));
3742
	if (asoc->new_transport) {
3743
		sctp_sf_heartbeat(ep, asoc, type, asoc->new_transport, commands);
3744 3745
		((struct sctp_association *)asoc)->new_transport = NULL;
	}
3746

L
Linus Torvalds 已提交
3747 3748 3749 3750 3751 3752 3753 3754
	return SCTP_DISPOSITION_CONSUME;
}

/*
 * ADDIP Section 4.3 General rules for address manipulation
 * When building TLV parameters for the ASCONF Chunk that will add or
 * delete IP addresses the D0 to D13 rules should be applied:
 */
3755 3756 3757 3758 3759 3760
enum sctp_disposition sctp_sf_do_asconf_ack(struct net *net,
					    const struct sctp_endpoint *ep,
					    const struct sctp_association *asoc,
					    const union sctp_subtype type,
					    void *arg,
					    struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
3761
{
3762 3763 3764 3765 3766 3767
	struct sctp_chunk *last_asconf = asoc->addip_last_asconf;
	struct sctp_paramhdr *err_param = NULL;
	struct sctp_chunk *asconf_ack = arg;
	struct sctp_addiphdr *addip_hdr;
	__u32 sent_serial, rcvd_serial;
	struct sctp_chunk *abort;
L
Linus Torvalds 已提交
3768 3769 3770 3771

	if (!sctp_vtag_verify(asconf_ack, asoc)) {
		sctp_add_cmd_sf(commands, SCTP_CMD_REPORT_BAD_TAG,
				SCTP_NULL());
3772
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
3773 3774
	}

3775 3776 3777 3778 3779 3780
	/* ADD-IP, Section 4.1.2:
	 * This chunk MUST be sent in an authenticated way by using
	 * the mechanism defined in [I-D.ietf-tsvwg-sctp-auth]. If this chunk
	 * is received unauthenticated it MUST be silently discarded as
	 * described in [I-D.ietf-tsvwg-sctp-auth].
	 */
3781
	if (!net->sctp.addip_noauth && !asconf_ack->auth)
3782 3783
		return sctp_sf_discard_chunk(net, ep, asoc, type, arg,
					     commands);
3784

L
Linus Torvalds 已提交
3785
	/* Make sure that the ADDIP chunk has a valid length.  */
3786 3787
	if (!sctp_chunk_length_valid(asconf_ack,
				     sizeof(struct sctp_addip_chunk)))
3788
		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
L
Linus Torvalds 已提交
3789 3790
						  commands);

3791
	addip_hdr = (struct sctp_addiphdr *)asconf_ack->skb->data;
L
Linus Torvalds 已提交
3792 3793
	rcvd_serial = ntohl(addip_hdr->serial);

3794
	/* Verify the ASCONF-ACK chunk before processing it. */
3795
	if (!sctp_verify_asconf(asoc, asconf_ack, false, &err_param))
3796
		return sctp_sf_violation_paramlen(net, ep, asoc, type, arg,
3797
			   (void *)err_param, commands);
3798

L
Linus Torvalds 已提交
3799
	if (last_asconf) {
3800
		addip_hdr = (struct sctp_addiphdr *)last_asconf->subh.addip_hdr;
L
Linus Torvalds 已提交
3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814
		sent_serial = ntohl(addip_hdr->serial);
	} else {
		sent_serial = asoc->addip_serial - 1;
	}

	/* D0) If an endpoint receives an ASCONF-ACK that is greater than or
	 * equal to the next serial number to be used but no ASCONF chunk is
	 * outstanding the endpoint MUST ABORT the association. Note that a
	 * sequence number is greater than if it is no more than 2^^31-1
	 * larger than the current sequence number (using serial arithmetic).
	 */
	if (ADDIP_SERIAL_gte(rcvd_serial, sent_serial + 1) &&
	    !(asoc->addip_last_asconf)) {
		abort = sctp_make_abort(asoc, asconf_ack,
3815
					sizeof(struct sctp_errhdr));
L
Linus Torvalds 已提交
3816
		if (abort) {
3817
			sctp_init_cause(abort, SCTP_ERROR_ASCONF_ACK, 0);
L
Linus Torvalds 已提交
3818 3819 3820 3821 3822 3823 3824 3825
			sctp_add_cmd_sf(commands, SCTP_CMD_REPLY,
					SCTP_CHUNK(abort));
		}
		/* We are going to ABORT, so we might as well stop
		 * processing the rest of the chunks in the packet.
		 */
		sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
				SCTP_TO(SCTP_EVENT_TIMEOUT_T4_RTO));
3826
		sctp_add_cmd_sf(commands, SCTP_CMD_DISCARD_PACKET, SCTP_NULL());
3827
		sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR,
3828
				SCTP_ERROR(ECONNABORTED));
L
Linus Torvalds 已提交
3829
		sctp_add_cmd_sf(commands, SCTP_CMD_ASSOC_FAILED,
3830
				SCTP_PERR(SCTP_ERROR_ASCONF_ACK));
3831 3832
		SCTP_INC_STATS(net, SCTP_MIB_ABORTEDS);
		SCTP_DEC_STATS(net, SCTP_MIB_CURRESTAB);
L
Linus Torvalds 已提交
3833 3834 3835 3836 3837 3838 3839 3840
		return SCTP_DISPOSITION_ABORT;
	}

	if ((rcvd_serial == sent_serial) && asoc->addip_last_asconf) {
		sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
				SCTP_TO(SCTP_EVENT_TIMEOUT_T4_RTO));

		if (!sctp_process_asconf_ack((struct sctp_association *)asoc,
3841 3842 3843 3844 3845 3846
					     asconf_ack)) {
			/* Successfully processed ASCONF_ACK.  We can
			 * release the next asconf if we have one.
			 */
			sctp_add_cmd_sf(commands, SCTP_CMD_SEND_NEXT_ASCONF,
					SCTP_NULL());
L
Linus Torvalds 已提交
3847
			return SCTP_DISPOSITION_CONSUME;
3848
		}
L
Linus Torvalds 已提交
3849 3850

		abort = sctp_make_abort(asoc, asconf_ack,
3851
					sizeof(struct sctp_errhdr));
L
Linus Torvalds 已提交
3852
		if (abort) {
3853
			sctp_init_cause(abort, SCTP_ERROR_RSRC_LOW, 0);
L
Linus Torvalds 已提交
3854 3855 3856 3857 3858 3859
			sctp_add_cmd_sf(commands, SCTP_CMD_REPLY,
					SCTP_CHUNK(abort));
		}
		/* We are going to ABORT, so we might as well stop
		 * processing the rest of the chunks in the packet.
		 */
3860
		sctp_add_cmd_sf(commands, SCTP_CMD_DISCARD_PACKET, SCTP_NULL());
3861
		sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR,
3862
				SCTP_ERROR(ECONNABORTED));
L
Linus Torvalds 已提交
3863
		sctp_add_cmd_sf(commands, SCTP_CMD_ASSOC_FAILED,
3864
				SCTP_PERR(SCTP_ERROR_ASCONF_ACK));
3865 3866
		SCTP_INC_STATS(net, SCTP_MIB_ABORTEDS);
		SCTP_DEC_STATS(net, SCTP_MIB_CURRESTAB);
L
Linus Torvalds 已提交
3867 3868 3869 3870 3871 3872
		return SCTP_DISPOSITION_ABORT;
	}

	return SCTP_DISPOSITION_DISCARD;
}

X
Xin Long 已提交
3873
/* RE-CONFIG Section 5.2 Upon reception of an RECONF Chunk. */
3874 3875 3876 3877 3878 3879
enum sctp_disposition sctp_sf_do_reconf(struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
X
Xin Long 已提交
3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911
{
	struct sctp_paramhdr *err_param = NULL;
	struct sctp_chunk *chunk = arg;
	struct sctp_reconf_chunk *hdr;
	union sctp_params param;

	if (!sctp_vtag_verify(chunk, asoc)) {
		sctp_add_cmd_sf(commands, SCTP_CMD_REPORT_BAD_TAG,
				SCTP_NULL());
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
	}

	/* Make sure that the RECONF chunk has a valid length.  */
	if (!sctp_chunk_length_valid(chunk, sizeof(*hdr)))
		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
						  commands);

	if (!sctp_verify_reconf(asoc, chunk, &err_param))
		return sctp_sf_violation_paramlen(net, ep, asoc, type, arg,
						  (void *)err_param, commands);

	hdr = (struct sctp_reconf_chunk *)chunk->chunk_hdr;
	sctp_walk_params(param, hdr, params) {
		struct sctp_chunk *reply = NULL;
		struct sctp_ulpevent *ev = NULL;

		if (param.p->type == SCTP_PARAM_RESET_OUT_REQUEST)
			reply = sctp_process_strreset_outreq(
				(struct sctp_association *)asoc, param, &ev);
		else if (param.p->type == SCTP_PARAM_RESET_IN_REQUEST)
			reply = sctp_process_strreset_inreq(
				(struct sctp_association *)asoc, param, &ev);
3912 3913 3914
		else if (param.p->type == SCTP_PARAM_RESET_TSN_REQUEST)
			reply = sctp_process_strreset_tsnreq(
				(struct sctp_association *)asoc, param, &ev);
3915 3916 3917
		else if (param.p->type == SCTP_PARAM_RESET_ADD_OUT_STREAMS)
			reply = sctp_process_strreset_addstrm_out(
				(struct sctp_association *)asoc, param, &ev);
3918 3919 3920
		else if (param.p->type == SCTP_PARAM_RESET_ADD_IN_STREAMS)
			reply = sctp_process_strreset_addstrm_in(
				(struct sctp_association *)asoc, param, &ev);
3921 3922 3923
		else if (param.p->type == SCTP_PARAM_RESET_RESPONSE)
			reply = sctp_process_strreset_resp(
				(struct sctp_association *)asoc, param, &ev);
X
Xin Long 已提交
3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936

		if (ev)
			sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP,
					SCTP_ULPEVENT(ev));

		if (reply)
			sctp_add_cmd_sf(commands, SCTP_CMD_REPLY,
					SCTP_CHUNK(reply));
	}

	return SCTP_DISPOSITION_CONSUME;
}

L
Linus Torvalds 已提交
3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950
/*
 * PR-SCTP Section 3.6 Receiver Side Implementation of PR-SCTP
 *
 * When a FORWARD TSN chunk arrives, the data receiver MUST first update
 * its cumulative TSN point to the value carried in the FORWARD TSN
 * chunk, and then MUST further advance its cumulative TSN point locally
 * if possible.
 * After the above processing, the data receiver MUST stop reporting any
 * missing TSNs earlier than or equal to the new cumulative TSN point.
 *
 * Verification Tag:  8.5 Verification Tag [Normal verification]
 *
 * The return value is the disposition of the chunk.
 */
3951 3952 3953 3954 3955 3956
enum sctp_disposition sctp_sf_eat_fwd_tsn(struct net *net,
					  const struct sctp_endpoint *ep,
					  const struct sctp_association *asoc,
					  const union sctp_subtype type,
					  void *arg,
					  struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
3957 3958
{
	struct sctp_fwdtsn_hdr *fwdtsn_hdr;
3959
	struct sctp_chunk *chunk = arg;
3960
	struct sctp_fwdtsn_skip *skip;
L
Linus Torvalds 已提交
3961 3962 3963 3964 3965 3966
	__u16 len;
	__u32 tsn;

	if (!sctp_vtag_verify(chunk, asoc)) {
		sctp_add_cmd_sf(commands, SCTP_CMD_REPORT_BAD_TAG,
				SCTP_NULL());
3967
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
3968 3969
	}

3970 3971 3972
	if (!asoc->peer.prsctp_capable)
		return sctp_sf_unk_chunk(net, ep, asoc, type, arg, commands);

L
Linus Torvalds 已提交
3973 3974
	/* Make sure that the FORWARD_TSN chunk has valid length.  */
	if (!sctp_chunk_length_valid(chunk, sizeof(struct sctp_fwdtsn_chunk)))
3975
		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
L
Linus Torvalds 已提交
3976 3977 3978 3979 3980 3981 3982 3983 3984
						  commands);

	fwdtsn_hdr = (struct sctp_fwdtsn_hdr *)chunk->skb->data;
	chunk->subh.fwdtsn_hdr = fwdtsn_hdr;
	len = ntohs(chunk->chunk_hdr->length);
	len -= sizeof(struct sctp_chunkhdr);
	skb_pull(chunk->skb, len);

	tsn = ntohl(fwdtsn_hdr->new_cum_tsn);
3985
	pr_debug("%s: TSN 0x%x\n", __func__, tsn);
L
Linus Torvalds 已提交
3986 3987 3988 3989 3990 3991 3992

	/* The TSN is too high--silently discard the chunk and count on it
	 * getting retransmitted later.
	 */
	if (sctp_tsnmap_check(&asoc->peer.tsn_map, tsn) < 0)
		goto discard_noforce;

3993 3994
	/* Silently discard the chunk if stream-id is not valid */
	sctp_walk_fwdtsn(skip, chunk) {
3995
		if (ntohs(skip->stream) >= asoc->stream.incnt)
3996 3997 3998
			goto discard_noforce;
	}

L
Linus Torvalds 已提交
3999 4000
	sctp_add_cmd_sf(commands, SCTP_CMD_REPORT_FWDTSN, SCTP_U32(tsn));
	if (len > sizeof(struct sctp_fwdtsn_hdr))
4001
		sctp_add_cmd_sf(commands, SCTP_CMD_PROCESS_FWDTSN,
L
Linus Torvalds 已提交
4002
				SCTP_CHUNK(chunk));
4003

L
Linus Torvalds 已提交
4004
	/* Count this as receiving DATA. */
4005
	if (asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE]) {
L
Linus Torvalds 已提交
4006 4007 4008
		sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_RESTART,
				SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE));
	}
4009

L
Linus Torvalds 已提交
4010
	/* FIXME: For now send a SACK, but DATA processing may
4011
	 * send another.
L
Linus Torvalds 已提交
4012 4013 4014 4015 4016 4017 4018 4019 4020
	 */
	sctp_add_cmd_sf(commands, SCTP_CMD_GEN_SACK, SCTP_NOFORCE());

	return SCTP_DISPOSITION_CONSUME;

discard_noforce:
	return SCTP_DISPOSITION_DISCARD;
}

4021 4022 4023 4024 4025 4026 4027
enum sctp_disposition sctp_sf_eat_fwd_tsn_fast(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
4028 4029
{
	struct sctp_fwdtsn_hdr *fwdtsn_hdr;
4030
	struct sctp_chunk *chunk = arg;
4031
	struct sctp_fwdtsn_skip *skip;
L
Linus Torvalds 已提交
4032 4033 4034 4035 4036 4037
	__u16 len;
	__u32 tsn;

	if (!sctp_vtag_verify(chunk, asoc)) {
		sctp_add_cmd_sf(commands, SCTP_CMD_REPORT_BAD_TAG,
				SCTP_NULL());
4038
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
4039 4040
	}

4041 4042 4043
	if (!asoc->peer.prsctp_capable)
		return sctp_sf_unk_chunk(net, ep, asoc, type, arg, commands);

L
Linus Torvalds 已提交
4044 4045
	/* Make sure that the FORWARD_TSN chunk has a valid length.  */
	if (!sctp_chunk_length_valid(chunk, sizeof(struct sctp_fwdtsn_chunk)))
4046
		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
L
Linus Torvalds 已提交
4047 4048 4049 4050 4051 4052 4053 4054 4055
						  commands);

	fwdtsn_hdr = (struct sctp_fwdtsn_hdr *)chunk->skb->data;
	chunk->subh.fwdtsn_hdr = fwdtsn_hdr;
	len = ntohs(chunk->chunk_hdr->length);
	len -= sizeof(struct sctp_chunkhdr);
	skb_pull(chunk->skb, len);

	tsn = ntohl(fwdtsn_hdr->new_cum_tsn);
4056
	pr_debug("%s: TSN 0x%x\n", __func__, tsn);
L
Linus Torvalds 已提交
4057 4058 4059 4060 4061 4062 4063

	/* The TSN is too high--silently discard the chunk and count on it
	 * getting retransmitted later.
	 */
	if (sctp_tsnmap_check(&asoc->peer.tsn_map, tsn) < 0)
		goto gen_shutdown;

4064 4065
	/* Silently discard the chunk if stream-id is not valid */
	sctp_walk_fwdtsn(skip, chunk) {
4066
		if (ntohs(skip->stream) >= asoc->stream.incnt)
4067 4068 4069
			goto gen_shutdown;
	}

L
Linus Torvalds 已提交
4070 4071
	sctp_add_cmd_sf(commands, SCTP_CMD_REPORT_FWDTSN, SCTP_U32(tsn));
	if (len > sizeof(struct sctp_fwdtsn_hdr))
4072
		sctp_add_cmd_sf(commands, SCTP_CMD_PROCESS_FWDTSN,
L
Linus Torvalds 已提交
4073
				SCTP_CHUNK(chunk));
4074

L
Linus Torvalds 已提交
4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087
	/* Go a head and force a SACK, since we are shutting down. */
gen_shutdown:
	/* Implementor's Guide.
	 *
	 * While in SHUTDOWN-SENT state, the SHUTDOWN sender MUST immediately
	 * respond to each received packet containing one or more DATA chunk(s)
	 * with a SACK, a SHUTDOWN chunk, and restart the T2-shutdown timer
	 */
	sctp_add_cmd_sf(commands, SCTP_CMD_GEN_SHUTDOWN, SCTP_NULL());
	sctp_add_cmd_sf(commands, SCTP_CMD_GEN_SACK, SCTP_FORCE());
	sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_RESTART,
			SCTP_TO(SCTP_EVENT_TIMEOUT_T2_SHUTDOWN));

4088
	return SCTP_DISPOSITION_CONSUME;
L
Linus Torvalds 已提交
4089 4090
}

4091
/*
L
Lucas De Marchi 已提交
4092
 * SCTP-AUTH Section 6.3 Receiving authenticated chukns
4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112
 *
 *    The receiver MUST use the HMAC algorithm indicated in the HMAC
 *    Identifier field.  If this algorithm was not specified by the
 *    receiver in the HMAC-ALGO parameter in the INIT or INIT-ACK chunk
 *    during association setup, the AUTH chunk and all chunks after it MUST
 *    be discarded and an ERROR chunk SHOULD be sent with the error cause
 *    defined in Section 4.1.
 *
 *    If an endpoint with no shared key receives a Shared Key Identifier
 *    other than 0, it MUST silently discard all authenticated chunks.  If
 *    the endpoint has at least one endpoint pair shared key for the peer,
 *    it MUST use the key specified by the Shared Key Identifier if a
 *    key has been configured for that Shared Key Identifier.  If no
 *    endpoint pair shared key has been configured for that Shared Key
 *    Identifier, all authenticated chunks MUST be silently discarded.
 *
 * Verification Tag:  8.5 Verification Tag [Normal verification]
 *
 * The return value is the disposition of the chunk.
 */
4113
static enum sctp_ierror sctp_sf_authenticate(
4114 4115 4116 4117 4118
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					struct sctp_chunk *chunk)
4119 4120
{
	struct sctp_authhdr *auth_hdr;
4121
	__u8 *save_digest, *digest;
4122 4123 4124 4125 4126 4127 4128
	struct sctp_hmac *hmac;
	unsigned int sig_len;
	__u16 key_id;

	/* Pull in the auth header, so we can do some more verification */
	auth_hdr = (struct sctp_authhdr *)chunk->skb->data;
	chunk->subh.auth_hdr = auth_hdr;
4129
	skb_pull(chunk->skb, sizeof(*auth_hdr));
4130

4131
	/* Make sure that we support the HMAC algorithm from the auth
4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147
	 * chunk.
	 */
	if (!sctp_auth_asoc_verify_hmac_id(asoc, auth_hdr->hmac_id))
		return SCTP_IERROR_AUTH_BAD_HMAC;

	/* Make sure that the provided shared key identifier has been
	 * configured
	 */
	key_id = ntohs(auth_hdr->shkey_id);
	if (key_id != asoc->active_key_id && !sctp_auth_get_shkey(asoc, key_id))
		return SCTP_IERROR_AUTH_BAD_KEYID;


	/* Make sure that the length of the signature matches what
	 * we expect.
	 */
4148 4149
	sig_len = ntohs(chunk->chunk_hdr->length) -
		  sizeof(struct sctp_auth_chunk);
4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170
	hmac = sctp_auth_get_hmac(ntohs(auth_hdr->hmac_id));
	if (sig_len != hmac->hmac_len)
		return SCTP_IERROR_PROTO_VIOLATION;

	/* Now that we've done validation checks, we can compute and
	 * verify the hmac.  The steps involved are:
	 *  1. Save the digest from the chunk.
	 *  2. Zero out the digest in the chunk.
	 *  3. Compute the new digest
	 *  4. Compare saved and new digests.
	 */
	digest = auth_hdr->hmac;
	skb_pull(chunk->skb, sig_len);

	save_digest = kmemdup(digest, sig_len, GFP_ATOMIC);
	if (!save_digest)
		goto nomem;

	memset(digest, 0, sig_len);

	sctp_auth_calculate_hmac(asoc, chunk->skb,
4171 4172
				 (struct sctp_auth_chunk *)chunk->chunk_hdr,
				 GFP_ATOMIC);
4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187

	/* Discard the packet if the digests do not match */
	if (memcmp(save_digest, digest, sig_len)) {
		kfree(save_digest);
		return SCTP_IERROR_BAD_SIG;
	}

	kfree(save_digest);
	chunk->auth = 1;

	return SCTP_IERROR_NO_ERROR;
nomem:
	return SCTP_IERROR_NOMEM;
}

4188 4189 4190 4191 4192
enum sctp_disposition sctp_sf_eat_auth(struct net *net,
				       const struct sctp_endpoint *ep,
				       const struct sctp_association *asoc,
				       const union sctp_subtype type,
				       void *arg, struct sctp_cmd_seq *commands)
4193 4194
{
	struct sctp_chunk *chunk = arg;
4195
	struct sctp_authhdr *auth_hdr;
4196
	struct sctp_chunk *err_chunk;
4197
	enum sctp_ierror error;
4198

4199 4200
	/* Make sure that the peer has AUTH capable */
	if (!asoc->peer.auth_capable)
4201
		return sctp_sf_unk_chunk(net, ep, asoc, type, arg, commands);
4202

4203 4204 4205
	if (!sctp_vtag_verify(chunk, asoc)) {
		sctp_add_cmd_sf(commands, SCTP_CMD_REPORT_BAD_TAG,
				SCTP_NULL());
4206
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
4207 4208 4209 4210
	}

	/* Make sure that the AUTH chunk has valid length.  */
	if (!sctp_chunk_length_valid(chunk, sizeof(struct sctp_auth_chunk)))
4211
		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
4212 4213 4214
						  commands);

	auth_hdr = (struct sctp_authhdr *)chunk->skb->data;
4215
	error = sctp_sf_authenticate(net, ep, asoc, type, chunk);
4216
	switch (error) {
J
Joe Perches 已提交
4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231
	case SCTP_IERROR_AUTH_BAD_HMAC:
		/* Generate the ERROR chunk and discard the rest
		 * of the packet
		 */
		err_chunk = sctp_make_op_error(asoc, chunk,
					       SCTP_ERROR_UNSUP_HMAC,
					       &auth_hdr->hmac_id,
					       sizeof(__u16), 0);
		if (err_chunk) {
			sctp_add_cmd_sf(commands, SCTP_CMD_REPLY,
					SCTP_CHUNK(err_chunk));
		}
		/* Fall Through */
	case SCTP_IERROR_AUTH_BAD_KEYID:
	case SCTP_IERROR_BAD_SIG:
4232
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
J
Joe Perches 已提交
4233 4234

	case SCTP_IERROR_PROTO_VIOLATION:
4235
		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
J
Joe Perches 已提交
4236 4237 4238 4239 4240 4241 4242
						  commands);

	case SCTP_IERROR_NOMEM:
		return SCTP_DISPOSITION_NOMEM;

	default:			/* Prevent gcc warnings */
		break;
4243 4244
	}

4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257
	if (asoc->active_key_id != ntohs(auth_hdr->shkey_id)) {
		struct sctp_ulpevent *ev;

		ev = sctp_ulpevent_make_authkey(asoc, ntohs(auth_hdr->shkey_id),
				    SCTP_AUTH_NEWKEY, GFP_ATOMIC);

		if (!ev)
			return -ENOMEM;

		sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP,
				SCTP_ULPEVENT(ev));
	}

4258 4259 4260
	return SCTP_DISPOSITION_CONSUME;
}

L
Linus Torvalds 已提交
4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283
/*
 * Process an unknown chunk.
 *
 * Section: 3.2. Also, 2.1 in the implementor's guide.
 *
 * Chunk Types are encoded such that the highest-order two bits specify
 * the action that must be taken if the processing endpoint does not
 * recognize the Chunk Type.
 *
 * 00 - Stop processing this SCTP packet and discard it, do not process
 *      any further chunks within it.
 *
 * 01 - Stop processing this SCTP packet and discard it, do not process
 *      any further chunks within it, and report the unrecognized
 *      chunk in an 'Unrecognized Chunk Type'.
 *
 * 10 - Skip this chunk and continue processing.
 *
 * 11 - Skip this chunk and continue processing, but report in an ERROR
 *      Chunk using the 'Unrecognized Chunk Type' cause of error.
 *
 * The return value is the disposition of the chunk.
 */
4284 4285 4286 4287 4288 4289
enum sctp_disposition sctp_sf_unk_chunk(struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
4290 4291 4292
{
	struct sctp_chunk *unk_chunk = arg;
	struct sctp_chunk *err_chunk;
4293
	struct sctp_chunkhdr *hdr;
L
Linus Torvalds 已提交
4294

4295
	pr_debug("%s: processing unknown chunk id:%d\n", __func__, type.chunk);
L
Linus Torvalds 已提交
4296 4297

	if (!sctp_vtag_verify(unk_chunk, asoc))
4298
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
4299 4300 4301 4302 4303

	/* Make sure that the chunk has a valid length.
	 * Since we don't know the chunk type, we use a general
	 * chunkhdr structure to make a comparison.
	 */
4304
	if (!sctp_chunk_length_valid(unk_chunk, sizeof(*hdr)))
4305
		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
L
Linus Torvalds 已提交
4306 4307 4308 4309 4310
						  commands);

	switch (type.chunk & SCTP_CID_ACTION_MASK) {
	case SCTP_CID_ACTION_DISCARD:
		/* Discard the packet.  */
4311
		return sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
4312 4313 4314 4315 4316
	case SCTP_CID_ACTION_DISCARD_ERR:
		/* Generate an ERROR chunk as response. */
		hdr = unk_chunk->chunk_hdr;
		err_chunk = sctp_make_op_error(asoc, unk_chunk,
					       SCTP_ERROR_UNKNOWN_CHUNK, hdr,
4317
					       SCTP_PAD4(ntohs(hdr->length)),
4318
					       0);
L
Linus Torvalds 已提交
4319 4320 4321 4322
		if (err_chunk) {
			sctp_add_cmd_sf(commands, SCTP_CMD_REPLY,
					SCTP_CHUNK(err_chunk));
		}
4323 4324

		/* Discard the packet.  */
4325
		sctp_sf_pdiscard(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
4326 4327 4328 4329 4330 4331 4332 4333 4334
		return SCTP_DISPOSITION_CONSUME;
	case SCTP_CID_ACTION_SKIP:
		/* Skip the chunk.  */
		return SCTP_DISPOSITION_DISCARD;
	case SCTP_CID_ACTION_SKIP_ERR:
		/* Generate an ERROR chunk as response. */
		hdr = unk_chunk->chunk_hdr;
		err_chunk = sctp_make_op_error(asoc, unk_chunk,
					       SCTP_ERROR_UNKNOWN_CHUNK, hdr,
4335
					       SCTP_PAD4(ntohs(hdr->length)),
4336
					       0);
L
Linus Torvalds 已提交
4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363
		if (err_chunk) {
			sctp_add_cmd_sf(commands, SCTP_CMD_REPLY,
					SCTP_CHUNK(err_chunk));
		}
		/* Skip the chunk.  */
		return SCTP_DISPOSITION_CONSUME;
	default:
		break;
	}

	return SCTP_DISPOSITION_DISCARD;
}

/*
 * Discard the chunk.
 *
 * Section: 0.2, 5.2.3, 5.2.5, 5.2.6, 6.0, 8.4.6, 8.5.1c, 9.2
 * [Too numerous to mention...]
 * Verification Tag: No verification needed.
 * Inputs
 * (endpoint, asoc, chunk)
 *
 * Outputs
 * (asoc, reply_msg, msg_up, timers, counters)
 *
 * The return value is the disposition of the chunk.
 */
4364 4365 4366 4367 4368 4369
enum sctp_disposition sctp_sf_discard_chunk(struct net *net,
					    const struct sctp_endpoint *ep,
					    const struct sctp_association *asoc,
					    const union sctp_subtype type,
					    void *arg,
					    struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
4370
{
4371 4372 4373 4374 4375 4376
	struct sctp_chunk *chunk = arg;

	/* Make sure that the chunk has a valid length.
	 * Since we don't know the chunk type, we use a general
	 * chunkhdr structure to make a comparison.
	 */
4377
	if (!sctp_chunk_length_valid(chunk, sizeof(struct sctp_chunkhdr)))
4378
		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
4379 4380
						  commands);

4381 4382
	pr_debug("%s: chunk:%d is discarded\n", __func__, type.chunk);

L
Linus Torvalds 已提交
4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403
	return SCTP_DISPOSITION_DISCARD;
}

/*
 * Discard the whole packet.
 *
 * Section: 8.4 2)
 *
 * 2) If the OOTB packet contains an ABORT chunk, the receiver MUST
 *    silently discard the OOTB packet and take no further action.
 *
 * Verification Tag: No verification necessary
 *
 * Inputs
 * (endpoint, asoc, chunk)
 *
 * Outputs
 * (asoc, reply_msg, msg_up, timers, counters)
 *
 * The return value is the disposition of the chunk.
 */
4404 4405 4406 4407 4408
enum sctp_disposition sctp_sf_pdiscard(struct net *net,
				       const struct sctp_endpoint *ep,
				       const struct sctp_association *asoc,
				       const union sctp_subtype type,
				       void *arg, struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
4409
{
4410
	SCTP_INC_STATS(net, SCTP_MIB_IN_PKT_DISCARDS);
L
Linus Torvalds 已提交
4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 4430
	sctp_add_cmd_sf(commands, SCTP_CMD_DISCARD_PACKET, SCTP_NULL());

	return SCTP_DISPOSITION_CONSUME;
}


/*
 * The other end is violating protocol.
 *
 * Section: Not specified
 * Verification Tag: Not specified
 * Inputs
 * (endpoint, asoc, chunk)
 *
 * Outputs
 * (asoc, reply_msg, msg_up, timers, counters)
 *
 * We simply tag the chunk as a violation.  The state machine will log
 * the violation and continue.
 */
4431 4432 4433 4434 4435 4436
enum sctp_disposition sctp_sf_violation(struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
4437
{
4438 4439 4440
	struct sctp_chunk *chunk = arg;

	/* Make sure that the chunk has a valid length. */
4441
	if (!sctp_chunk_length_valid(chunk, sizeof(struct sctp_chunkhdr)))
4442
		return sctp_sf_violation_chunklen(net, ep, asoc, type, arg,
4443 4444
						  commands);

L
Linus Torvalds 已提交
4445 4446 4447 4448
	return SCTP_DISPOSITION_VIOLATION;
}

/*
4449
 * Common function to handle a protocol violation.
L
Linus Torvalds 已提交
4450
 */
4451 4452 4453 4454 4455 4456 4457 4458
static enum sctp_disposition sctp_sf_abort_violation(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					void *arg,
					struct sctp_cmd_seq *commands,
					const __u8 *payload,
					const size_t paylen)
L
Linus Torvalds 已提交
4459
{
4460
	struct sctp_packet *packet = NULL;
L
Linus Torvalds 已提交
4461 4462 4463
	struct sctp_chunk *chunk =  arg;
	struct sctp_chunk *abort = NULL;

4464 4465 4466 4467 4468 4469 4470 4471
	/* SCTP-AUTH, Section 6.3:
	 *    It should be noted that if the receiver wants to tear
	 *    down an association in an authenticated way only, the
	 *    handling of malformed packets should not result in
	 *    tearing down the association.
	 *
	 * This means that if we only want to abort associations
	 * in an authenticated way (i.e AUTH+ABORT), then we
L
Lucas De Marchi 已提交
4472
	 * can't destroy this association just because the packet
4473 4474 4475 4476 4477
	 * was malformed.
	 */
	if (sctp_auth_recv_cid(SCTP_CID_ABORT, asoc))
		goto discard;

4478 4479 4480 4481 4482
	/* Make the abort chunk. */
	abort = sctp_make_abort_violation(asoc, chunk, payload, paylen);
	if (!abort)
		goto nomem;

4483
	if (asoc) {
4484 4485 4486
		/* Treat INIT-ACK as a special case during COOKIE-WAIT. */
		if (chunk->chunk_hdr->type == SCTP_CID_INIT_ACK &&
		    !asoc->peer.i.init_tag) {
4487
			struct sctp_initack_chunk *initack;
4488

4489 4490
			initack = (struct sctp_initack_chunk *)chunk->chunk_hdr;
			if (!sctp_chunk_length_valid(chunk, sizeof(*initack)))
4491 4492 4493 4494 4495 4496 4497 4498 4499 4500
				abort->chunk_hdr->flags |= SCTP_CHUNK_FLAG_T;
			else {
				unsigned int inittag;

				inittag = ntohl(initack->init_hdr.init_tag);
				sctp_add_cmd_sf(commands, SCTP_CMD_UPDATE_INITTAG,
						SCTP_U32(inittag));
			}
		}

4501
		sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(abort));
4502
		SCTP_INC_STATS(net, SCTP_MIB_OUTCTRLCHUNKS);
L
Linus Torvalds 已提交
4503

4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515
		if (asoc->state <= SCTP_STATE_COOKIE_ECHOED) {
			sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
					SCTP_TO(SCTP_EVENT_TIMEOUT_T1_INIT));
			sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR,
					SCTP_ERROR(ECONNREFUSED));
			sctp_add_cmd_sf(commands, SCTP_CMD_INIT_FAILED,
					SCTP_PERR(SCTP_ERROR_PROTO_VIOLATION));
		} else {
			sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR,
					SCTP_ERROR(ECONNABORTED));
			sctp_add_cmd_sf(commands, SCTP_CMD_ASSOC_FAILED,
					SCTP_PERR(SCTP_ERROR_PROTO_VIOLATION));
4516
			SCTP_DEC_STATS(net, SCTP_MIB_CURRESTAB);
4517
		}
L
Linus Torvalds 已提交
4518
	} else {
4519
		packet = sctp_ootb_pkt_new(net, asoc, chunk);
4520 4521 4522 4523 4524 4525 4526 4527 4528 4529 4530 4531 4532 4533

		if (!packet)
			goto nomem_pkt;

		if (sctp_test_T_bit(abort))
			packet->vtag = ntohl(chunk->sctp_hdr->vtag);

		abort->skb->sk = ep->base.sk;

		sctp_packet_append_chunk(packet, abort);

		sctp_add_cmd_sf(commands, SCTP_CMD_SEND_PKT,
			SCTP_PACKET(packet));

4534
		SCTP_INC_STATS(net, SCTP_MIB_OUTCTRLCHUNKS);
L
Linus Torvalds 已提交
4535 4536
	}

4537
	SCTP_INC_STATS(net, SCTP_MIB_ABORTEDS);
4538

4539
discard:
4540
	sctp_sf_pdiscard(net, ep, asoc, SCTP_ST_CHUNK(0), arg, commands);
L
Linus Torvalds 已提交
4541 4542
	return SCTP_DISPOSITION_ABORT;

4543 4544
nomem_pkt:
	sctp_chunk_free(abort);
L
Linus Torvalds 已提交
4545 4546 4547 4548
nomem:
	return SCTP_DISPOSITION_NOMEM;
}

4549 4550
/*
 * Handle a protocol violation when the chunk length is invalid.
4551
 * "Invalid" length is identified as smaller than the minimal length a
4552
 * given chunk can be.  For example, a SACK chunk has invalid length
4553
 * if its length is set to be smaller than the size of struct sctp_sack_chunk.
4554 4555 4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567
 *
 * We inform the other end by sending an ABORT with a Protocol Violation
 * error code.
 *
 * Section: Not specified
 * Verification Tag:  Nothing to do
 * Inputs
 * (endpoint, asoc, chunk)
 *
 * Outputs
 * (reply_msg, msg_up, counters)
 *
 * Generate an  ABORT chunk and terminate the association.
 */
4568 4569 4570 4571 4572 4573 4574
static enum sctp_disposition sctp_sf_violation_chunklen(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
4575
{
4576
	static const char err_str[] = "The following chunk had invalid length:";
4577

4578
	return sctp_sf_abort_violation(net, ep, asoc, arg, commands, err_str,
4579
				       sizeof(err_str));
4580 4581
}

4582 4583
/*
 * Handle a protocol violation when the parameter length is invalid.
4584 4585 4586
 * If the length is smaller than the minimum length of a given parameter,
 * or accumulated length in multi parameters exceeds the end of the chunk,
 * the length is considered as invalid.
4587
 */
4588 4589 4590 4591 4592 4593 4594
static enum sctp_disposition sctp_sf_violation_paramlen(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg, void *ext,
					struct sctp_cmd_seq *commands)
4595 4596 4597
{
	struct sctp_paramhdr *param = ext;
	struct sctp_chunk *abort = NULL;
4598
	struct sctp_chunk *chunk = arg;
4599

4600 4601 4602 4603 4604 4605 4606 4607 4608
	if (sctp_auth_recv_cid(SCTP_CID_ABORT, asoc))
		goto discard;

	/* Make the abort chunk. */
	abort = sctp_make_violation_paramlen(asoc, chunk, param);
	if (!abort)
		goto nomem;

	sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(abort));
4609
	SCTP_INC_STATS(net, SCTP_MIB_OUTCTRLCHUNKS);
4610 4611 4612 4613 4614

	sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR,
			SCTP_ERROR(ECONNABORTED));
	sctp_add_cmd_sf(commands, SCTP_CMD_ASSOC_FAILED,
			SCTP_PERR(SCTP_ERROR_PROTO_VIOLATION));
4615 4616
	SCTP_DEC_STATS(net, SCTP_MIB_CURRESTAB);
	SCTP_INC_STATS(net, SCTP_MIB_ABORTEDS);
4617 4618

discard:
4619
	sctp_sf_pdiscard(net, ep, asoc, SCTP_ST_CHUNK(0), arg, commands);
4620 4621 4622
	return SCTP_DISPOSITION_ABORT;
nomem:
	return SCTP_DISPOSITION_NOMEM;
4623 4624
}

4625 4626 4627 4628 4629 4630
/* Handle a protocol violation when the peer trying to advance the
 * cumulative tsn ack to a point beyond the max tsn currently sent.
 *
 * We inform the other end by sending an ABORT with a Protocol Violation
 * error code.
 */
4631 4632 4633 4634 4635 4636 4637
static enum sctp_disposition sctp_sf_violation_ctsn(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
4638
{
4639
	static const char err_str[] = "The cumulative tsn ack beyond the max tsn currently sent:";
4640

4641
	return sctp_sf_abort_violation(net, ep, asoc, arg, commands, err_str,
4642
				       sizeof(err_str));
4643 4644
}

4645
/* Handle protocol violation of an invalid chunk bundling.  For example,
L
Lucas De Marchi 已提交
4646
 * when we have an association and we receive bundled INIT-ACK, or
4647
 * SHUDOWN-COMPLETE, our peer is clearly violationg the "MUST NOT bundle"
L
Lucas De Marchi 已提交
4648
 * statement from the specs.  Additionally, there might be an attacker
4649 4650
 * on the path and we may not want to continue this communication.
 */
4651 4652 4653 4654 4655 4656 4657
static enum sctp_disposition sctp_sf_violation_chunk(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
4658
{
4659
	static const char err_str[] = "The following chunk violates protocol:";
4660 4661

	if (!asoc)
4662
		return sctp_sf_violation(net, ep, asoc, type, arg, commands);
4663

4664
	return sctp_sf_abort_violation(net, ep, asoc, arg, commands, err_str,
4665
				       sizeof(err_str));
4666
}
L
Linus Torvalds 已提交
4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726
/***************************************************************************
 * These are the state functions for handling primitive (Section 10) events.
 ***************************************************************************/
/*
 * sctp_sf_do_prm_asoc
 *
 * Section: 10.1 ULP-to-SCTP
 * B) Associate
 *
 * Format: ASSOCIATE(local SCTP instance name, destination transport addr,
 * outbound stream count)
 * -> association id [,destination transport addr list] [,outbound stream
 * count]
 *
 * This primitive allows the upper layer to initiate an association to a
 * specific peer endpoint.
 *
 * The peer endpoint shall be specified by one of the transport addresses
 * which defines the endpoint (see Section 1.4).  If the local SCTP
 * instance has not been initialized, the ASSOCIATE is considered an
 * error.
 * [This is not relevant for the kernel implementation since we do all
 * initialization at boot time.  It we hadn't initialized we wouldn't
 * get anywhere near this code.]
 *
 * An association id, which is a local handle to the SCTP association,
 * will be returned on successful establishment of the association. If
 * SCTP is not able to open an SCTP association with the peer endpoint,
 * an error is returned.
 * [In the kernel implementation, the struct sctp_association needs to
 * be created BEFORE causing this primitive to run.]
 *
 * Other association parameters may be returned, including the
 * complete destination transport addresses of the peer as well as the
 * outbound stream count of the local endpoint. One of the transport
 * address from the returned destination addresses will be selected by
 * the local endpoint as default primary path for sending SCTP packets
 * to this peer.  The returned "destination transport addr list" can
 * be used by the ULP to change the default primary path or to force
 * sending a packet to a specific transport address.  [All of this
 * stuff happens when the INIT ACK arrives.  This is a NON-BLOCKING
 * function.]
 *
 * Mandatory attributes:
 *
 * o local SCTP instance name - obtained from the INITIALIZE operation.
 *   [This is the argument asoc.]
 * o destination transport addr - specified as one of the transport
 * addresses of the peer endpoint with which the association is to be
 * established.
 *  [This is asoc->peer.active_path.]
 * o outbound stream count - the number of outbound streams the ULP
 * would like to open towards this peer endpoint.
 * [BUG: This is not currently implemented.]
 * Optional attributes:
 *
 * None.
 *
 * The return value is a disposition.
 */
4727 4728 4729 4730 4731 4732
enum sctp_disposition sctp_sf_do_prm_asoc(struct net *net,
					  const struct sctp_endpoint *ep,
					  const struct sctp_association *asoc,
					  const union sctp_subtype type,
					  void *arg,
					  struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
4733
{
4734
	struct sctp_association *my_asoc;
4735
	struct sctp_chunk *repl;
L
Linus Torvalds 已提交
4736 4737 4738 4739 4740 4741 4742 4743 4744 4745 4746 4747 4748 4749 4750 4751 4752 4753 4754 4755

	/* The comment below says that we enter COOKIE-WAIT AFTER
	 * sending the INIT, but that doesn't actually work in our
	 * implementation...
	 */
	sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
			SCTP_STATE(SCTP_STATE_COOKIE_WAIT));

	/* RFC 2960 5.1 Normal Establishment of an Association
	 *
	 * A) "A" first sends an INIT chunk to "Z".  In the INIT, "A"
	 * must provide its Verification Tag (Tag_A) in the Initiate
	 * Tag field.  Tag_A SHOULD be a random number in the range of
	 * 1 to 4294967295 (see 5.3.1 for Tag value selection). ...
	 */

	repl = sctp_make_init(asoc, &asoc->base.bind_addr, GFP_ATOMIC, 0);
	if (!repl)
		goto nomem;

4756 4757 4758 4759
	/* Choose transport for INIT. */
	sctp_add_cmd_sf(commands, SCTP_CMD_INIT_CHOOSE_TRANSPORT,
			SCTP_CHUNK(repl));

L
Linus Torvalds 已提交
4760 4761 4762
	/* Cast away the const modifier, as we want to just
	 * rerun it through as a sideffect.
	 */
4763 4764
	my_asoc = (struct sctp_association *)asoc;
	sctp_add_cmd_sf(commands, SCTP_CMD_NEW_ASOC, SCTP_ASOC(my_asoc));
L
Linus Torvalds 已提交
4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838

	/* After sending the INIT, "A" starts the T1-init timer and
	 * enters the COOKIE-WAIT state.
	 */
	sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_START,
			SCTP_TO(SCTP_EVENT_TIMEOUT_T1_INIT));
	sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));
	return SCTP_DISPOSITION_CONSUME;

nomem:
	return SCTP_DISPOSITION_NOMEM;
}

/*
 * Process the SEND primitive.
 *
 * Section: 10.1 ULP-to-SCTP
 * E) Send
 *
 * Format: SEND(association id, buffer address, byte count [,context]
 *         [,stream id] [,life time] [,destination transport address]
 *         [,unorder flag] [,no-bundle flag] [,payload protocol-id] )
 * -> result
 *
 * This is the main method to send user data via SCTP.
 *
 * Mandatory attributes:
 *
 *  o association id - local handle to the SCTP association
 *
 *  o buffer address - the location where the user message to be
 *    transmitted is stored;
 *
 *  o byte count - The size of the user data in number of bytes;
 *
 * Optional attributes:
 *
 *  o context - an optional 32 bit integer that will be carried in the
 *    sending failure notification to the ULP if the transportation of
 *    this User Message fails.
 *
 *  o stream id - to indicate which stream to send the data on. If not
 *    specified, stream 0 will be used.
 *
 *  o life time - specifies the life time of the user data. The user data
 *    will not be sent by SCTP after the life time expires. This
 *    parameter can be used to avoid efforts to transmit stale
 *    user messages. SCTP notifies the ULP if the data cannot be
 *    initiated to transport (i.e. sent to the destination via SCTP's
 *    send primitive) within the life time variable. However, the
 *    user data will be transmitted if SCTP has attempted to transmit a
 *    chunk before the life time expired.
 *
 *  o destination transport address - specified as one of the destination
 *    transport addresses of the peer endpoint to which this packet
 *    should be sent. Whenever possible, SCTP should use this destination
 *    transport address for sending the packets, instead of the current
 *    primary path.
 *
 *  o unorder flag - this flag, if present, indicates that the user
 *    would like the data delivered in an unordered fashion to the peer
 *    (i.e., the U flag is set to 1 on all DATA chunks carrying this
 *    message).
 *
 *  o no-bundle flag - instructs SCTP not to bundle this user data with
 *    other outbound DATA chunks. SCTP MAY still bundle even when
 *    this flag is present, when faced with network congestion.
 *
 *  o payload protocol-id - A 32 bit unsigned integer that is to be
 *    passed to the peer indicating the type of payload protocol data
 *    being transmitted. This value is passed as opaque data by SCTP.
 *
 * The return value is the disposition.
 */
4839 4840 4841 4842 4843 4844
enum sctp_disposition sctp_sf_do_prm_send(struct net *net,
					  const struct sctp_endpoint *ep,
					  const struct sctp_association *asoc,
					  const union sctp_subtype type,
					  void *arg,
					  struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
4845
{
4846
	struct sctp_datamsg *msg = arg;
L
Linus Torvalds 已提交
4847

4848
	sctp_add_cmd_sf(commands, SCTP_CMD_SEND_MSG, SCTP_DATAMSG(msg));
L
Linus Torvalds 已提交
4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877
	return SCTP_DISPOSITION_CONSUME;
}

/*
 * Process the SHUTDOWN primitive.
 *
 * Section: 10.1:
 * C) Shutdown
 *
 * Format: SHUTDOWN(association id)
 * -> result
 *
 * Gracefully closes an association. Any locally queued user data
 * will be delivered to the peer. The association will be terminated only
 * after the peer acknowledges all the SCTP packets sent.  A success code
 * will be returned on successful termination of the association. If
 * attempting to terminate the association results in a failure, an error
 * code shall be returned.
 *
 * Mandatory attributes:
 *
 *  o association id - local handle to the SCTP association
 *
 * Optional attributes:
 *
 * None.
 *
 * The return value is the disposition.
 */
4878 4879 4880 4881 4882 4883 4884
enum sctp_disposition sctp_sf_do_9_2_prm_shutdown(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
4885
{
4886
	enum sctp_disposition disposition;
L
Linus Torvalds 已提交
4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900

	/* From 9.2 Shutdown of an Association
	 * Upon receipt of the SHUTDOWN primitive from its upper
	 * layer, the endpoint enters SHUTDOWN-PENDING state and
	 * remains there until all outstanding data has been
	 * acknowledged by its peer. The endpoint accepts no new data
	 * from its upper layer, but retransmits data to the far end
	 * if necessary to fill gaps.
	 */
	sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
			SCTP_STATE(SCTP_STATE_SHUTDOWN_PENDING));

	disposition = SCTP_DISPOSITION_CONSUME;
	if (sctp_outq_is_empty(&asoc->outqueue)) {
4901
		disposition = sctp_sf_do_9_2_start_shutdown(net, ep, asoc, type,
L
Linus Torvalds 已提交
4902 4903
							    arg, commands);
	}
4904

L
Linus Torvalds 已提交
4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934
	return disposition;
}

/*
 * Process the ABORT primitive.
 *
 * Section: 10.1:
 * C) Abort
 *
 * Format: Abort(association id [, cause code])
 * -> result
 *
 * Ungracefully closes an association. Any locally queued user data
 * will be discarded and an ABORT chunk is sent to the peer.  A success code
 * will be returned on successful abortion of the association. If
 * attempting to abort the association results in a failure, an error
 * code shall be returned.
 *
 * Mandatory attributes:
 *
 *  o association id - local handle to the SCTP association
 *
 * Optional attributes:
 *
 *  o cause code - reason of the abort to be passed to the peer
 *
 * None.
 *
 * The return value is the disposition.
 */
4935 4936 4937 4938 4939 4940 4941
enum sctp_disposition sctp_sf_do_9_1_prm_abort(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
4942 4943 4944 4945 4946 4947 4948 4949 4950
{
	/* From 9.1 Abort of an Association
	 * Upon receipt of the ABORT primitive from its upper
	 * layer, the endpoint enters CLOSED state and
	 * discard all outstanding data has been
	 * acknowledged by its peer. The endpoint accepts no new data
	 * from its upper layer, but retransmits data to the far end
	 * if necessary to fill gaps.
	 */
4951
	struct sctp_chunk *abort = arg;
L
Linus Torvalds 已提交
4952

4953 4954
	if (abort)
		sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(abort));
L
Linus Torvalds 已提交
4955 4956 4957 4958 4959

	/* Even if we can't send the ABORT due to low memory delete the
	 * TCB.  This is a departure from our typical NOMEM handling.
	 */

4960 4961
	sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR,
			SCTP_ERROR(ECONNABORTED));
L
Linus Torvalds 已提交
4962 4963
	/* Delete the established association. */
	sctp_add_cmd_sf(commands, SCTP_CMD_ASSOC_FAILED,
4964
			SCTP_PERR(SCTP_ERROR_USER_ABORT));
L
Linus Torvalds 已提交
4965

4966 4967
	SCTP_INC_STATS(net, SCTP_MIB_ABORTEDS);
	SCTP_DEC_STATS(net, SCTP_MIB_CURRESTAB);
L
Linus Torvalds 已提交
4968

4969
	return SCTP_DISPOSITION_ABORT;
L
Linus Torvalds 已提交
4970 4971 4972
}

/* We tried an illegal operation on an association which is closed.  */
4973 4974 4975 4976 4977 4978
enum sctp_disposition sctp_sf_error_closed(struct net *net,
					   const struct sctp_endpoint *ep,
					   const struct sctp_association *asoc,
					   const union sctp_subtype type,
					   void *arg,
					   struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
4979 4980 4981 4982 4983 4984 4985 4986
{
	sctp_add_cmd_sf(commands, SCTP_CMD_REPORT_ERROR, SCTP_ERROR(-EINVAL));
	return SCTP_DISPOSITION_CONSUME;
}

/* We tried an illegal operation on an association which is shutting
 * down.
 */
4987 4988 4989 4990 4991 4992 4993
enum sctp_disposition sctp_sf_error_shutdown(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
4994 4995 4996 4997 4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 5012 5013
{
	sctp_add_cmd_sf(commands, SCTP_CMD_REPORT_ERROR,
			SCTP_ERROR(-ESHUTDOWN));
	return SCTP_DISPOSITION_CONSUME;
}

/*
 * sctp_cookie_wait_prm_shutdown
 *
 * Section: 4 Note: 2
 * Verification Tag:
 * Inputs
 * (endpoint, asoc)
 *
 * The RFC does not explicitly address this issue, but is the route through the
 * state table when someone issues a shutdown while in COOKIE_WAIT state.
 *
 * Outputs
 * (timers)
 */
5014 5015 5016 5017 5018 5019 5020
enum sctp_disposition sctp_sf_cookie_wait_prm_shutdown(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
5021 5022 5023 5024 5025 5026 5027
{
	sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
			SCTP_TO(SCTP_EVENT_TIMEOUT_T1_INIT));

	sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
			SCTP_STATE(SCTP_STATE_CLOSED));

5028
	SCTP_INC_STATS(net, SCTP_MIB_SHUTDOWNS);
L
Linus Torvalds 已提交
5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048

	sctp_add_cmd_sf(commands, SCTP_CMD_DELETE_TCB, SCTP_NULL());

	return SCTP_DISPOSITION_DELETE_TCB;
}

/*
 * sctp_cookie_echoed_prm_shutdown
 *
 * Section: 4 Note: 2
 * Verification Tag:
 * Inputs
 * (endpoint, asoc)
 *
 * The RFC does not explcitly address this issue, but is the route through the
 * state table when someone issues a shutdown while in COOKIE_ECHOED state.
 *
 * Outputs
 * (timers)
 */
5049 5050 5051 5052 5053 5054 5055
enum sctp_disposition sctp_sf_cookie_echoed_prm_shutdown(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
5056 5057 5058 5059
{
	/* There is a single T1 timer, so we should be able to use
	 * common function with the COOKIE-WAIT state.
	 */
5060
	return sctp_sf_cookie_wait_prm_shutdown(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
5061 5062 5063 5064 5065 5066 5067 5068 5069 5070 5071 5072 5073 5074 5075 5076
}

/*
 * sctp_sf_cookie_wait_prm_abort
 *
 * Section: 4 Note: 2
 * Verification Tag:
 * Inputs
 * (endpoint, asoc)
 *
 * The RFC does not explicitly address this issue, but is the route through the
 * state table when someone issues an abort while in COOKIE_WAIT state.
 *
 * Outputs
 * (timers)
 */
5077 5078 5079 5080 5081 5082 5083
enum sctp_disposition sctp_sf_cookie_wait_prm_abort(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
5084
{
5085
	struct sctp_chunk *abort = arg;
L
Linus Torvalds 已提交
5086 5087 5088 5089 5090

	/* Stop T1-init timer */
	sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
			SCTP_TO(SCTP_EVENT_TIMEOUT_T1_INIT));

5091 5092
	if (abort)
		sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(abort));
L
Linus Torvalds 已提交
5093 5094 5095 5096

	sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
			SCTP_STATE(SCTP_STATE_CLOSED));

5097
	SCTP_INC_STATS(net, SCTP_MIB_ABORTEDS);
L
Linus Torvalds 已提交
5098 5099 5100 5101 5102

	/* Even if we can't send the ABORT due to low memory delete the
	 * TCB.  This is a departure from our typical NOMEM handling.
	 */

5103 5104
	sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR,
			SCTP_ERROR(ECONNREFUSED));
L
Linus Torvalds 已提交
5105 5106
	/* Delete the established association. */
	sctp_add_cmd_sf(commands, SCTP_CMD_INIT_FAILED,
5107
			SCTP_PERR(SCTP_ERROR_USER_ABORT));
L
Linus Torvalds 已提交
5108

5109
	return SCTP_DISPOSITION_ABORT;
L
Linus Torvalds 已提交
5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125
}

/*
 * sctp_sf_cookie_echoed_prm_abort
 *
 * Section: 4 Note: 3
 * Verification Tag:
 * Inputs
 * (endpoint, asoc)
 *
 * The RFC does not explcitly address this issue, but is the route through the
 * state table when someone issues an abort while in COOKIE_ECHOED state.
 *
 * Outputs
 * (timers)
 */
5126 5127 5128 5129 5130 5131 5132
enum sctp_disposition sctp_sf_cookie_echoed_prm_abort(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
5133 5134 5135 5136
{
	/* There is a single T1 timer, so we should be able to use
	 * common function with the COOKIE-WAIT state.
	 */
5137
	return sctp_sf_cookie_wait_prm_abort(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
5138 5139 5140 5141 5142 5143 5144 5145 5146 5147 5148 5149 5150 5151
}

/*
 * sctp_sf_shutdown_pending_prm_abort
 *
 * Inputs
 * (endpoint, asoc)
 *
 * The RFC does not explicitly address this issue, but is the route through the
 * state table when someone issues an abort while in SHUTDOWN-PENDING state.
 *
 * Outputs
 * (timers)
 */
5152 5153 5154 5155 5156 5157 5158
enum sctp_disposition sctp_sf_shutdown_pending_prm_abort(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
5159 5160 5161 5162 5163
{
	/* Stop the T5-shutdown guard timer.  */
	sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
			SCTP_TO(SCTP_EVENT_TIMEOUT_T5_SHUTDOWN_GUARD));

5164
	return sctp_sf_do_9_1_prm_abort(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
5165 5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178
}

/*
 * sctp_sf_shutdown_sent_prm_abort
 *
 * Inputs
 * (endpoint, asoc)
 *
 * The RFC does not explicitly address this issue, but is the route through the
 * state table when someone issues an abort while in SHUTDOWN-SENT state.
 *
 * Outputs
 * (timers)
 */
5179 5180 5181 5182 5183 5184 5185
enum sctp_disposition sctp_sf_shutdown_sent_prm_abort(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
5186 5187 5188 5189 5190 5191 5192 5193 5194
{
	/* Stop the T2-shutdown timer.  */
	sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
			SCTP_TO(SCTP_EVENT_TIMEOUT_T2_SHUTDOWN));

	/* Stop the T5-shutdown guard timer.  */
	sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
			SCTP_TO(SCTP_EVENT_TIMEOUT_T5_SHUTDOWN_GUARD));

5195
	return sctp_sf_do_9_1_prm_abort(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209
}

/*
 * sctp_sf_cookie_echoed_prm_abort
 *
 * Inputs
 * (endpoint, asoc)
 *
 * The RFC does not explcitly address this issue, but is the route through the
 * state table when someone issues an abort while in COOKIE_ECHOED state.
 *
 * Outputs
 * (timers)
 */
5210 5211 5212 5213 5214 5215 5216
enum sctp_disposition sctp_sf_shutdown_ack_sent_prm_abort(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
5217 5218 5219 5220
{
	/* The same T2 timer, so we should be able to use
	 * common function with the SHUTDOWN-SENT state.
	 */
5221
	return sctp_sf_shutdown_sent_prm_abort(net, ep, asoc, type, arg, commands);
L
Linus Torvalds 已提交
5222 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245
}

/*
 * Process the REQUESTHEARTBEAT primitive
 *
 * 10.1 ULP-to-SCTP
 * J) Request Heartbeat
 *
 * Format: REQUESTHEARTBEAT(association id, destination transport address)
 *
 * -> result
 *
 * Instructs the local endpoint to perform a HeartBeat on the specified
 * destination transport address of the given association. The returned
 * result should indicate whether the transmission of the HEARTBEAT
 * chunk to the destination address is successful.
 *
 * Mandatory attributes:
 *
 * o association id - local handle to the SCTP association
 *
 * o destination transport address - the transport address of the
 *   association on which a heartbeat should be issued.
 */
5246
enum sctp_disposition sctp_sf_do_prm_requestheartbeat(
5247
					struct net *net,
L
Linus Torvalds 已提交
5248 5249
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
5250
					const union sctp_subtype type,
L
Linus Torvalds 已提交
5251
					void *arg,
5252
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
5253
{
5254 5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266 5267 5268
	if (SCTP_DISPOSITION_NOMEM == sctp_sf_heartbeat(ep, asoc, type,
				      (struct sctp_transport *)arg, commands))
		return SCTP_DISPOSITION_NOMEM;

	/*
	 * RFC 2960 (bis), section 8.3
	 *
	 *    D) Request an on-demand HEARTBEAT on a specific destination
	 *    transport address of a given association.
	 *
	 *    The endpoint should increment the respective error  counter of
	 *    the destination transport address each time a HEARTBEAT is sent
	 *    to that address and not acknowledged within one RTO.
	 *
	 */
5269
	sctp_add_cmd_sf(commands, SCTP_CMD_TRANSPORT_HB_SENT,
5270 5271
			SCTP_TRANSPORT(arg));
	return SCTP_DISPOSITION_CONSUME;
L
Linus Torvalds 已提交
5272 5273 5274 5275 5276 5277 5278
}

/*
 * ADDIP Section 4.1 ASCONF Chunk Procedures
 * When an endpoint has an ASCONF signaled change to be sent to the
 * remote endpoint it should do A1 to A9
 */
5279 5280 5281 5282 5283 5284
enum sctp_disposition sctp_sf_do_prm_asconf(struct net *net,
					    const struct sctp_endpoint *ep,
					    const struct sctp_association *asoc,
					    const union sctp_subtype type,
					    void *arg,
					    struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
5285 5286 5287 5288 5289 5290 5291 5292 5293 5294
{
	struct sctp_chunk *chunk = arg;

	sctp_add_cmd_sf(commands, SCTP_CMD_SETUP_T4, SCTP_CHUNK(chunk));
	sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_START,
			SCTP_TO(SCTP_EVENT_TIMEOUT_T4_RTO));
	sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(chunk));
	return SCTP_DISPOSITION_CONSUME;
}

X
Xin Long 已提交
5295
/* RE-CONFIG Section 5.1 RECONF Chunk Procedures */
5296 5297 5298 5299 5300 5301
enum sctp_disposition sctp_sf_do_prm_reconf(struct net *net,
					    const struct sctp_endpoint *ep,
					    const struct sctp_association *asoc,
					    const union sctp_subtype type,
					    void *arg,
					    struct sctp_cmd_seq *commands)
X
Xin Long 已提交
5302 5303 5304 5305 5306 5307 5308
{
	struct sctp_chunk *chunk = arg;

	sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(chunk));
	return SCTP_DISPOSITION_CONSUME;
}

L
Linus Torvalds 已提交
5309 5310 5311 5312 5313
/*
 * Ignore the primitive event
 *
 * The return value is the disposition of the primitive.
 */
5314 5315 5316 5317 5318 5319 5320
enum sctp_disposition sctp_sf_ignore_primitive(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
5321
{
5322 5323 5324
	pr_debug("%s: primitive type:%d is ignored\n", __func__,
		 type.primitive);

L
Linus Torvalds 已提交
5325 5326 5327 5328 5329 5330 5331
	return SCTP_DISPOSITION_DISCARD;
}

/***************************************************************************
 * These are the state functions for the OTHER events.
 ***************************************************************************/

5332 5333 5334 5335 5336 5337
/*
 * When the SCTP stack has no more user data to send or retransmit, this
 * notification is given to the user. Also, at the time when a user app
 * subscribes to this event, if there is no data to be sent or
 * retransmit, the stack will immediately send up this notification.
 */
5338 5339 5340 5341 5342 5343 5344
enum sctp_disposition sctp_sf_do_no_pending_tsn(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
5345 5346 5347 5348 5349 5350 5351 5352 5353 5354 5355 5356
{
	struct sctp_ulpevent *event;

	event = sctp_ulpevent_make_sender_dry_event(asoc, GFP_ATOMIC);
	if (!event)
		return SCTP_DISPOSITION_NOMEM;

	sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP, SCTP_ULPEVENT(event));

	return SCTP_DISPOSITION_CONSUME;
}

L
Linus Torvalds 已提交
5357 5358 5359 5360 5361 5362 5363 5364 5365 5366 5367 5368 5369
/*
 * Start the shutdown negotiation.
 *
 * From Section 9.2:
 * Once all its outstanding data has been acknowledged, the endpoint
 * shall send a SHUTDOWN chunk to its peer including in the Cumulative
 * TSN Ack field the last sequential TSN it has received from the peer.
 * It shall then start the T2-shutdown timer and enter the SHUTDOWN-SENT
 * state. If the timer expires, the endpoint must re-send the SHUTDOWN
 * with the updated last sequential TSN received from its peer.
 *
 * The return value is the disposition.
 */
5370 5371 5372 5373 5374 5375 5376
enum sctp_disposition sctp_sf_do_9_2_start_shutdown(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 5387 5388 5389 5390 5391 5392 5393 5394 5395 5396 5397
{
	struct sctp_chunk *reply;

	/* Once all its outstanding data has been acknowledged, the
	 * endpoint shall send a SHUTDOWN chunk to its peer including
	 * in the Cumulative TSN Ack field the last sequential TSN it
	 * has received from the peer.
	 */
	reply = sctp_make_shutdown(asoc, NULL);
	if (!reply)
		goto nomem;

	/* Set the transport for the SHUTDOWN chunk and the timeout for the
	 * T2-shutdown timer.
	 */
	sctp_add_cmd_sf(commands, SCTP_CMD_SETUP_T2, SCTP_CHUNK(reply));

	/* It shall then start the T2-shutdown timer */
	sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_START,
			SCTP_TO(SCTP_EVENT_TIMEOUT_T2_SHUTDOWN));

5398 5399 5400 5401
	/* RFC 4960 Section 9.2
	 * The sender of the SHUTDOWN MAY also start an overall guard timer
	 * 'T5-shutdown-guard' to bound the overall time for shutdown sequence.
	 */
5402
	sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_RESTART,
5403 5404
			SCTP_TO(SCTP_EVENT_TIMEOUT_T5_SHUTDOWN_GUARD));

5405
	if (asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE])
L
Linus Torvalds 已提交
5406 5407 5408 5409 5410 5411 5412 5413 5414 5415
		sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
				SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE));

	/* and enter the SHUTDOWN-SENT state.  */
	sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
			SCTP_STATE(SCTP_STATE_SHUTDOWN_SENT));

	/* sctp-implguide 2.10 Issues with Heartbeating and failover
	 *
	 * HEARTBEAT ... is discontinued after sending either SHUTDOWN
5416
	 * or SHUTDOWN-ACK.
L
Linus Torvalds 已提交
5417 5418 5419 5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 5437 5438 5439
	 */
	sctp_add_cmd_sf(commands, SCTP_CMD_HB_TIMERS_STOP, SCTP_NULL());

	sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(reply));

	return SCTP_DISPOSITION_CONSUME;

nomem:
	return SCTP_DISPOSITION_NOMEM;
}

/*
 * Generate a SHUTDOWN ACK now that everything is SACK'd.
 *
 * From Section 9.2:
 *
 * If it has no more outstanding DATA chunks, the SHUTDOWN receiver
 * shall send a SHUTDOWN ACK and start a T2-shutdown timer of its own,
 * entering the SHUTDOWN-ACK-SENT state. If the timer expires, the
 * endpoint must re-send the SHUTDOWN ACK.
 *
 * The return value is the disposition.
 */
5440 5441 5442 5443 5444 5445 5446
enum sctp_disposition sctp_sf_do_9_2_shutdown_ack(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
5447
{
5448
	struct sctp_chunk *chunk = arg;
L
Linus Torvalds 已提交
5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 5459
	struct sctp_chunk *reply;

	/* There are 2 ways of getting here:
	 *    1) called in response to a SHUTDOWN chunk
	 *    2) called when SCTP_EVENT_NO_PENDING_TSN event is issued.
	 *
	 * For the case (2), the arg parameter is set to NULL.  We need
	 * to check that we have a chunk before accessing it's fields.
	 */
	if (chunk) {
		if (!sctp_vtag_verify(chunk, asoc))
5460 5461
			return sctp_sf_pdiscard(net, ep, asoc, type, arg,
						commands);
L
Linus Torvalds 已提交
5462 5463

		/* Make sure that the SHUTDOWN chunk has a valid length. */
5464 5465 5466 5467
		if (!sctp_chunk_length_valid(
				chunk, sizeof(struct sctp_shutdown_chunk)))
			return sctp_sf_violation_chunklen(net, ep, asoc, type,
							  arg, commands);
L
Linus Torvalds 已提交
5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485
	}

	/* If it has no more outstanding DATA chunks, the SHUTDOWN receiver
	 * shall send a SHUTDOWN ACK ...
	 */
	reply = sctp_make_shutdown_ack(asoc, chunk);
	if (!reply)
		goto nomem;

	/* Set the transport for the SHUTDOWN ACK chunk and the timeout for
	 * the T2-shutdown timer.
	 */
	sctp_add_cmd_sf(commands, SCTP_CMD_SETUP_T2, SCTP_CHUNK(reply));

	/* and start/restart a T2-shutdown timer of its own, */
	sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_RESTART,
			SCTP_TO(SCTP_EVENT_TIMEOUT_T2_SHUTDOWN));

5486
	if (asoc->timeouts[SCTP_EVENT_TIMEOUT_AUTOCLOSE])
L
Linus Torvalds 已提交
5487 5488 5489 5490 5491 5492 5493 5494 5495 5496
		sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
				SCTP_TO(SCTP_EVENT_TIMEOUT_AUTOCLOSE));

	/* Enter the SHUTDOWN-ACK-SENT state.  */
	sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
			SCTP_STATE(SCTP_STATE_SHUTDOWN_ACK_SENT));

	/* sctp-implguide 2.10 Issues with Heartbeating and failover
	 *
	 * HEARTBEAT ... is discontinued after sending either SHUTDOWN
5497
	 * or SHUTDOWN-ACK.
L
Linus Torvalds 已提交
5498 5499 5500 5501 5502 5503 5504 5505 5506 5507 5508 5509 5510 5511 5512 5513
	 */
	sctp_add_cmd_sf(commands, SCTP_CMD_HB_TIMERS_STOP, SCTP_NULL());

	sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(reply));

	return SCTP_DISPOSITION_CONSUME;

nomem:
	return SCTP_DISPOSITION_NOMEM;
}

/*
 * Ignore the event defined as other
 *
 * The return value is the disposition of the event.
 */
5514 5515 5516 5517 5518 5519
enum sctp_disposition sctp_sf_ignore_other(struct net *net,
					   const struct sctp_endpoint *ep,
					   const struct sctp_association *asoc,
					   const union sctp_subtype type,
					   void *arg,
					   struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
5520
{
5521 5522 5523
	pr_debug("%s: the event other type:%d is ignored\n",
		 __func__, type.other);

L
Linus Torvalds 已提交
5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 5540 5541
	return SCTP_DISPOSITION_DISCARD;
}

/************************************************************
 * These are the state functions for handling timeout events.
 ************************************************************/

/*
 * RTX Timeout
 *
 * Section: 6.3.3 Handle T3-rtx Expiration
 *
 * Whenever the retransmission timer T3-rtx expires for a destination
 * address, do the following:
 * [See below]
 *
 * The return value is the disposition of the chunk.
 */
5542 5543 5544 5545 5546 5547
enum sctp_disposition sctp_sf_do_6_3_3_rtx(struct net *net,
					   const struct sctp_endpoint *ep,
					   const struct sctp_association *asoc,
					   const union sctp_subtype type,
					   void *arg,
					   struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
5548 5549 5550
{
	struct sctp_transport *transport = arg;

5551
	SCTP_INC_STATS(net, SCTP_MIB_T3_RTX_EXPIREDS);
5552

L
Linus Torvalds 已提交
5553
	if (asoc->overall_error_count >= asoc->max_retrans) {
5554 5555
		if (asoc->peer.zero_window_announced &&
		    asoc->state == SCTP_STATE_SHUTDOWN_PENDING) {
5556 5557 5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572
			/*
			 * We are here likely because the receiver had its rwnd
			 * closed for a while and we have not been able to
			 * transmit the locally queued data within the maximum
			 * retransmission attempts limit.  Start the T5
			 * shutdown guard timer to give the receiver one last
			 * chance and some additional time to recover before
			 * aborting.
			 */
			sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_START_ONCE,
				SCTP_TO(SCTP_EVENT_TIMEOUT_T5_SHUTDOWN_GUARD));
		} else {
			sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR,
					SCTP_ERROR(ETIMEDOUT));
			/* CMD_ASSOC_FAILED calls CMD_DELETE_TCB. */
			sctp_add_cmd_sf(commands, SCTP_CMD_ASSOC_FAILED,
					SCTP_PERR(SCTP_ERROR_NO_ERROR));
5573 5574
			SCTP_INC_STATS(net, SCTP_MIB_ABORTEDS);
			SCTP_DEC_STATS(net, SCTP_MIB_CURRESTAB);
5575 5576
			return SCTP_DISPOSITION_DELETE_TCB;
		}
L
Linus Torvalds 已提交
5577 5578 5579 5580 5581 5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595 5596 5597 5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608
	}

	/* E1) For the destination address for which the timer
	 * expires, adjust its ssthresh with rules defined in Section
	 * 7.2.3 and set the cwnd <- MTU.
	 */

	/* E2) For the destination address for which the timer
	 * expires, set RTO <- RTO * 2 ("back off the timer").  The
	 * maximum value discussed in rule C7 above (RTO.max) may be
	 * used to provide an upper bound to this doubling operation.
	 */

	/* E3) Determine how many of the earliest (i.e., lowest TSN)
	 * outstanding DATA chunks for the address for which the
	 * T3-rtx has expired will fit into a single packet, subject
	 * to the MTU constraint for the path corresponding to the
	 * destination transport address to which the retransmission
	 * is being sent (this may be different from the address for
	 * which the timer expires [see Section 6.4]).  Call this
	 * value K. Bundle and retransmit those K DATA chunks in a
	 * single packet to the destination endpoint.
	 *
	 * Note: Any DATA chunks that were sent to the address for
	 * which the T3-rtx timer expired but did not fit in one MTU
	 * (rule E3 above), should be marked for retransmission and
	 * sent as soon as cwnd allows (normally when a SACK arrives).
	 */

	/* Do some failure management (Section 8.2). */
	sctp_add_cmd_sf(commands, SCTP_CMD_STRIKE, SCTP_TRANSPORT(transport));

5609 5610 5611
	/* NB: Rules E4 and F1 are implicit in R1.  */
	sctp_add_cmd_sf(commands, SCTP_CMD_RETRAN, SCTP_TRANSPORT(transport));

L
Linus Torvalds 已提交
5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629
	return SCTP_DISPOSITION_CONSUME;
}

/*
 * Generate delayed SACK on timeout
 *
 * Section: 6.2  Acknowledgement on Reception of DATA Chunks
 *
 * The guidelines on delayed acknowledgement algorithm specified in
 * Section 4.2 of [RFC2581] SHOULD be followed.  Specifically, an
 * acknowledgement SHOULD be generated for at least every second packet
 * (not every second DATA chunk) received, and SHOULD be generated
 * within 200 ms of the arrival of any unacknowledged DATA chunk.  In
 * some situations it may be beneficial for an SCTP transmitter to be
 * more conservative than the algorithms detailed in this document
 * allow. However, an SCTP transmitter MUST NOT be more aggressive than
 * the following algorithms allow.
 */
5630 5631 5632 5633 5634 5635
enum sctp_disposition sctp_sf_do_6_2_sack(struct net *net,
					  const struct sctp_endpoint *ep,
					  const struct sctp_association *asoc,
					  const union sctp_subtype type,
					  void *arg,
					  struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
5636
{
5637
	SCTP_INC_STATS(net, SCTP_MIB_DELAY_SACK_EXPIREDS);
L
Linus Torvalds 已提交
5638 5639 5640 5641 5642
	sctp_add_cmd_sf(commands, SCTP_CMD_GEN_SACK, SCTP_FORCE());
	return SCTP_DISPOSITION_CONSUME;
}

/*
F
Frank Filz 已提交
5643
 * sctp_sf_t1_init_timer_expire
L
Linus Torvalds 已提交
5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 5654 5655 5656
 *
 * Section: 4 Note: 2
 * Verification Tag:
 * Inputs
 * (endpoint, asoc)
 *
 *  RFC 2960 Section 4 Notes
 *  2) If the T1-init timer expires, the endpoint MUST retransmit INIT
 *     and re-start the T1-init timer without changing state.  This MUST
 *     be repeated up to 'Max.Init.Retransmits' times.  After that, the
 *     endpoint MUST abort the initialization process and report the
 *     error to SCTP user.
 *
F
Frank Filz 已提交
5657 5658 5659 5660
 * Outputs
 * (timers, events)
 *
 */
5661 5662 5663 5664 5665 5666 5667
enum sctp_disposition sctp_sf_t1_init_timer_expire(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
F
Frank Filz 已提交
5668
{
5669
	int attempts = asoc->init_err_counter + 1;
F
Frank Filz 已提交
5670 5671 5672
	struct sctp_chunk *repl = NULL;
	struct sctp_bind_addr *bp;

5673 5674
	pr_debug("%s: timer T1 expired (INIT)\n", __func__);

5675
	SCTP_INC_STATS(net, SCTP_MIB_T1_INIT_EXPIREDS);
F
Frank Filz 已提交
5676

5677
	if (attempts <= asoc->max_init_attempts) {
F
Frank Filz 已提交
5678 5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 5689 5690 5691 5692
		bp = (struct sctp_bind_addr *) &asoc->base.bind_addr;
		repl = sctp_make_init(asoc, bp, GFP_ATOMIC, 0);
		if (!repl)
			return SCTP_DISPOSITION_NOMEM;

		/* Choose transport for INIT. */
		sctp_add_cmd_sf(commands, SCTP_CMD_INIT_CHOOSE_TRANSPORT,
				SCTP_CHUNK(repl));

		/* Issue a sideeffect to do the needed accounting. */
		sctp_add_cmd_sf(commands, SCTP_CMD_INIT_RESTART,
				SCTP_TO(SCTP_EVENT_TIMEOUT_T1_INIT));

		sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));
	} else {
5693 5694 5695 5696
		pr_debug("%s: giving up on INIT, attempts:%d "
			 "max_init_attempts:%d\n", __func__, attempts,
			 asoc->max_init_attempts);

5697 5698
		sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR,
				SCTP_ERROR(ETIMEDOUT));
F
Frank Filz 已提交
5699
		sctp_add_cmd_sf(commands, SCTP_CMD_INIT_FAILED,
5700
				SCTP_PERR(SCTP_ERROR_NO_ERROR));
F
Frank Filz 已提交
5701 5702 5703 5704 5705 5706 5707 5708 5709 5710 5711 5712 5713 5714 5715 5716
		return SCTP_DISPOSITION_DELETE_TCB;
	}

	return SCTP_DISPOSITION_CONSUME;
}

/*
 * sctp_sf_t1_cookie_timer_expire
 *
 * Section: 4 Note: 2
 * Verification Tag:
 * Inputs
 * (endpoint, asoc)
 *
 *  RFC 2960 Section 4 Notes
 *  3) If the T1-cookie timer expires, the endpoint MUST retransmit
L
Linus Torvalds 已提交
5717 5718 5719 5720 5721 5722 5723 5724 5725
 *     COOKIE ECHO and re-start the T1-cookie timer without changing
 *     state.  This MUST be repeated up to 'Max.Init.Retransmits' times.
 *     After that, the endpoint MUST abort the initialization process and
 *     report the error to SCTP user.
 *
 * Outputs
 * (timers, events)
 *
 */
5726 5727 5728 5729 5730 5731 5732
enum sctp_disposition sctp_sf_t1_cookie_timer_expire(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
5733
{
F
Frank Filz 已提交
5734
	int attempts = asoc->init_err_counter + 1;
5735
	struct sctp_chunk *repl = NULL;
L
Linus Torvalds 已提交
5736

5737 5738
	pr_debug("%s: timer T1 expired (COOKIE-ECHO)\n", __func__);

5739
	SCTP_INC_STATS(net, SCTP_MIB_T1_COOKIE_EXPIREDS);
L
Linus Torvalds 已提交
5740

5741
	if (attempts <= asoc->max_init_attempts) {
F
Frank Filz 已提交
5742
		repl = sctp_make_cookie_echo(asoc, NULL);
L
Linus Torvalds 已提交
5743
		if (!repl)
F
Frank Filz 已提交
5744
			return SCTP_DISPOSITION_NOMEM;
L
Linus Torvalds 已提交
5745

5746 5747
		sctp_add_cmd_sf(commands, SCTP_CMD_INIT_CHOOSE_TRANSPORT,
				SCTP_CHUNK(repl));
L
Linus Torvalds 已提交
5748
		/* Issue a sideeffect to do the needed accounting. */
F
Frank Filz 已提交
5749 5750 5751
		sctp_add_cmd_sf(commands, SCTP_CMD_COOKIEECHO_RESTART,
				SCTP_TO(SCTP_EVENT_TIMEOUT_T1_COOKIE));

L
Linus Torvalds 已提交
5752 5753
		sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(repl));
	} else {
5754 5755
		sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR,
				SCTP_ERROR(ETIMEDOUT));
L
Linus Torvalds 已提交
5756
		sctp_add_cmd_sf(commands, SCTP_CMD_INIT_FAILED,
5757
				SCTP_PERR(SCTP_ERROR_NO_ERROR));
L
Linus Torvalds 已提交
5758 5759 5760 5761 5762 5763 5764 5765 5766 5767 5768 5769 5770 5771 5772 5773 5774 5775 5776
		return SCTP_DISPOSITION_DELETE_TCB;
	}

	return SCTP_DISPOSITION_CONSUME;
}

/* RFC2960 9.2 If the timer expires, the endpoint must re-send the SHUTDOWN
 * with the updated last sequential TSN received from its peer.
 *
 * An endpoint should limit the number of retransmissions of the
 * SHUTDOWN chunk to the protocol parameter 'Association.Max.Retrans'.
 * If this threshold is exceeded the endpoint should destroy the TCB and
 * MUST report the peer endpoint unreachable to the upper layer (and
 * thus the association enters the CLOSED state).  The reception of any
 * packet from its peer (i.e. as the peer sends all of its queued DATA
 * chunks) should clear the endpoint's retransmission count and restart
 * the T2-Shutdown timer,  giving its peer ample opportunity to transmit
 * all of its queued DATA chunks that have not yet been sent.
 */
5777 5778 5779 5780 5781 5782 5783
enum sctp_disposition sctp_sf_t2_timer_expire(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
5784 5785 5786
{
	struct sctp_chunk *reply = NULL;

5787 5788
	pr_debug("%s: timer T2 expired\n", __func__);

5789
	SCTP_INC_STATS(net, SCTP_MIB_T2_SHUTDOWN_EXPIREDS);
5790

5791 5792
	((struct sctp_association *)asoc)->shutdown_retries++;

L
Linus Torvalds 已提交
5793
	if (asoc->overall_error_count >= asoc->max_retrans) {
5794 5795
		sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR,
				SCTP_ERROR(ETIMEDOUT));
L
Linus Torvalds 已提交
5796 5797
		/* Note:  CMD_ASSOC_FAILED calls CMD_DELETE_TCB. */
		sctp_add_cmd_sf(commands, SCTP_CMD_ASSOC_FAILED,
5798
				SCTP_PERR(SCTP_ERROR_NO_ERROR));
5799 5800
		SCTP_INC_STATS(net, SCTP_MIB_ABORTEDS);
		SCTP_DEC_STATS(net, SCTP_MIB_CURRESTAB);
L
Linus Torvalds 已提交
5801 5802 5803 5804 5805 5806 5807 5808 5809 5810 5811 5812 5813 5814 5815
		return SCTP_DISPOSITION_DELETE_TCB;
	}

	switch (asoc->state) {
	case SCTP_STATE_SHUTDOWN_SENT:
		reply = sctp_make_shutdown(asoc, NULL);
		break;

	case SCTP_STATE_SHUTDOWN_ACK_SENT:
		reply = sctp_make_shutdown_ack(asoc, NULL);
		break;

	default:
		BUG();
		break;
5816
	}
L
Linus Torvalds 已提交
5817 5818 5819 5820

	if (!reply)
		goto nomem;

5821 5822 5823 5824 5825 5826 5827
	/* Do some failure management (Section 8.2).
	 * If we remove the transport an SHUTDOWN was last sent to, don't
	 * do failure management.
	 */
	if (asoc->shutdown_last_sent_to)
		sctp_add_cmd_sf(commands, SCTP_CMD_STRIKE,
				SCTP_TRANSPORT(asoc->shutdown_last_sent_to));
L
Linus Torvalds 已提交
5828 5829 5830 5831 5832 5833 5834 5835 5836 5837 5838 5839 5840 5841 5842 5843 5844 5845 5846 5847

	/* Set the transport for the SHUTDOWN/ACK chunk and the timeout for
	 * the T2-shutdown timer.
	 */
	sctp_add_cmd_sf(commands, SCTP_CMD_SETUP_T2, SCTP_CHUNK(reply));

	/* Restart the T2-shutdown timer.  */
	sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_RESTART,
			SCTP_TO(SCTP_EVENT_TIMEOUT_T2_SHUTDOWN));
	sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(reply));
	return SCTP_DISPOSITION_CONSUME;

nomem:
	return SCTP_DISPOSITION_NOMEM;
}

/*
 * ADDIP Section 4.1 ASCONF CHunk Procedures
 * If the T4 RTO timer expires the endpoint should do B1 to B5
 */
5848 5849 5850 5851 5852 5853 5854
enum sctp_disposition sctp_sf_t4_timer_expire(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
5855 5856 5857 5858
{
	struct sctp_chunk *chunk = asoc->addip_last_asconf;
	struct sctp_transport *transport = chunk->transport;

5859
	SCTP_INC_STATS(net, SCTP_MIB_T4_RTO_EXPIREDS);
5860

L
Linus Torvalds 已提交
5861 5862 5863 5864
	/* ADDIP 4.1 B1) Increment the error counters and perform path failure
	 * detection on the appropriate destination address as defined in
	 * RFC2960 [5] section 8.1 and 8.2.
	 */
5865 5866 5867
	if (transport)
		sctp_add_cmd_sf(commands, SCTP_CMD_STRIKE,
				SCTP_TRANSPORT(transport));
L
Linus Torvalds 已提交
5868 5869 5870 5871 5872 5873 5874 5875 5876 5877 5878 5879

	/* Reconfig T4 timer and transport. */
	sctp_add_cmd_sf(commands, SCTP_CMD_SETUP_T4, SCTP_CHUNK(chunk));

	/* ADDIP 4.1 B2) Increment the association error counters and perform
	 * endpoint failure detection on the association as defined in
	 * RFC2960 [5] section 8.1 and 8.2.
	 * association error counter is incremented in SCTP_CMD_STRIKE.
	 */
	if (asoc->overall_error_count >= asoc->max_retrans) {
		sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
				SCTP_TO(SCTP_EVENT_TIMEOUT_T4_RTO));
5880 5881
		sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR,
				SCTP_ERROR(ETIMEDOUT));
L
Linus Torvalds 已提交
5882
		sctp_add_cmd_sf(commands, SCTP_CMD_ASSOC_FAILED,
5883
				SCTP_PERR(SCTP_ERROR_NO_ERROR));
5884 5885
		SCTP_INC_STATS(net, SCTP_MIB_ABORTEDS);
		SCTP_DEC_STATS(net, SCTP_MIB_CURRESTAB);
L
Linus Torvalds 已提交
5886 5887 5888 5889 5890 5891 5892 5893 5894 5895 5896
		return SCTP_DISPOSITION_ABORT;
	}

	/* ADDIP 4.1 B3) Back-off the destination address RTO value to which
	 * the ASCONF chunk was sent by doubling the RTO timer value.
	 * This is done in SCTP_CMD_STRIKE.
	 */

	/* ADDIP 4.1 B4) Re-transmit the ASCONF Chunk last sent and if possible
	 * choose an alternate destination address (please refer to RFC2960
	 * [5] section 6.4.1). An endpoint MUST NOT add new parameters to this
5897
	 * chunk, it MUST be the same (including its serial number) as the last
L
Linus Torvalds 已提交
5898 5899 5900 5901 5902 5903 5904 5905 5906 5907 5908 5909 5910 5911 5912 5913 5914 5915 5916 5917 5918 5919
	 * ASCONF sent.
	 */
	sctp_chunk_hold(asoc->addip_last_asconf);
	sctp_add_cmd_sf(commands, SCTP_CMD_REPLY,
			SCTP_CHUNK(asoc->addip_last_asconf));

	/* ADDIP 4.1 B5) Restart the T-4 RTO timer. Note that if a different
	 * destination is selected, then the RTO used will be that of the new
	 * destination address.
	 */
	sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_RESTART,
			SCTP_TO(SCTP_EVENT_TIMEOUT_T4_RTO));

	return SCTP_DISPOSITION_CONSUME;
}

/* sctpimpguide-05 Section 2.12.2
 * The sender of the SHUTDOWN MAY also start an overall guard timer
 * 'T5-shutdown-guard' to bound the overall time for shutdown sequence.
 * At the expiration of this timer the sender SHOULD abort the association
 * by sending an ABORT chunk.
 */
5920 5921 5922 5923 5924 5925 5926
enum sctp_disposition sctp_sf_t5_timer_expire(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
5927 5928 5929
{
	struct sctp_chunk *reply = NULL;

5930 5931
	pr_debug("%s: timer T5 expired\n", __func__);

5932
	SCTP_INC_STATS(net, SCTP_MIB_T5_SHUTDOWN_GUARD_EXPIREDS);
L
Linus Torvalds 已提交
5933 5934 5935 5936 5937 5938

	reply = sctp_make_abort(asoc, NULL, 0);
	if (!reply)
		goto nomem;

	sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(reply));
5939 5940
	sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR,
			SCTP_ERROR(ETIMEDOUT));
L
Linus Torvalds 已提交
5941
	sctp_add_cmd_sf(commands, SCTP_CMD_ASSOC_FAILED,
5942
			SCTP_PERR(SCTP_ERROR_NO_ERROR));
L
Linus Torvalds 已提交
5943

5944 5945
	SCTP_INC_STATS(net, SCTP_MIB_ABORTEDS);
	SCTP_DEC_STATS(net, SCTP_MIB_CURRESTAB);
5946

L
Linus Torvalds 已提交
5947 5948 5949 5950 5951 5952 5953 5954 5955 5956
	return SCTP_DISPOSITION_DELETE_TCB;
nomem:
	return SCTP_DISPOSITION_NOMEM;
}

/* Handle expiration of AUTOCLOSE timer.  When the autoclose timer expires,
 * the association is automatically closed by starting the shutdown process.
 * The work that needs to be done is same as when SHUTDOWN is initiated by
 * the user.  So this routine looks same as sctp_sf_do_9_2_prm_shutdown().
 */
5957 5958 5959 5960 5961 5962 5963
enum sctp_disposition sctp_sf_autoclose_timer_expire(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					const union sctp_subtype type,
					void *arg,
					struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
5964
{
5965
	enum sctp_disposition disposition;
L
Linus Torvalds 已提交
5966

5967
	SCTP_INC_STATS(net, SCTP_MIB_AUTOCLOSE_EXPIREDS);
5968

L
Linus Torvalds 已提交
5969 5970 5971 5972 5973 5974 5975 5976 5977 5978 5979 5980 5981
	/* From 9.2 Shutdown of an Association
	 * Upon receipt of the SHUTDOWN primitive from its upper
	 * layer, the endpoint enters SHUTDOWN-PENDING state and
	 * remains there until all outstanding data has been
	 * acknowledged by its peer. The endpoint accepts no new data
	 * from its upper layer, but retransmits data to the far end
	 * if necessary to fill gaps.
	 */
	sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
			SCTP_STATE(SCTP_STATE_SHUTDOWN_PENDING));

	disposition = SCTP_DISPOSITION_CONSUME;
	if (sctp_outq_is_empty(&asoc->outqueue)) {
5982
		disposition = sctp_sf_do_9_2_start_shutdown(net, ep, asoc, type,
L
Linus Torvalds 已提交
5983 5984
							    arg, commands);
	}
5985

L
Linus Torvalds 已提交
5986 5987 5988 5989 5990 5991 5992 5993 5994 5995 5996 5997 5998 5999 6000
	return disposition;
}

/*****************************************************************************
 * These are sa state functions which could apply to all types of events.
 ****************************************************************************/

/*
 * This table entry is not implemented.
 *
 * Inputs
 * (endpoint, asoc, chunk)
 *
 * The return value is the disposition of the chunk.
 */
6001 6002 6003 6004 6005
enum sctp_disposition sctp_sf_not_impl(struct net *net,
				       const struct sctp_endpoint *ep,
				       const struct sctp_association *asoc,
				       const union sctp_subtype type,
				       void *arg, struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
6006 6007 6008 6009 6010 6011 6012 6013 6014 6015 6016 6017
{
	return SCTP_DISPOSITION_NOT_IMPL;
}

/*
 * This table entry represents a bug.
 *
 * Inputs
 * (endpoint, asoc, chunk)
 *
 * The return value is the disposition of the chunk.
 */
6018 6019 6020 6021 6022
enum sctp_disposition sctp_sf_bug(struct net *net,
				  const struct sctp_endpoint *ep,
				  const struct sctp_association *asoc,
				  const union sctp_subtype type,
				  void *arg, struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
6023 6024 6025 6026 6027 6028 6029 6030 6031 6032 6033 6034 6035 6036 6037
{
	return SCTP_DISPOSITION_BUG;
}

/*
 * This table entry represents the firing of a timer in the wrong state.
 * Since timer deletion cannot be guaranteed a timer 'may' end up firing
 * when the association is in the wrong state.   This event should
 * be ignored, so as to prevent any rearming of the timer.
 *
 * Inputs
 * (endpoint, asoc, chunk)
 *
 * The return value is the disposition of the chunk.
 */
6038 6039 6040 6041 6042 6043
enum sctp_disposition sctp_sf_timer_ignore(struct net *net,
					   const struct sctp_endpoint *ep,
					   const struct sctp_association *asoc,
					   const union sctp_subtype type,
					   void *arg,
					   struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
6044
{
6045 6046
	pr_debug("%s: timer %d ignored\n", __func__, type.chunk);

L
Linus Torvalds 已提交
6047 6048 6049 6050 6051 6052 6053 6054 6055 6056 6057
	return SCTP_DISPOSITION_CONSUME;
}

/********************************************************************
 * 2nd Level Abstractions
 ********************************************************************/

/* Pull the SACK chunk based on the SACK header. */
static struct sctp_sackhdr *sctp_sm_pull_sack(struct sctp_chunk *chunk)
{
	struct sctp_sackhdr *sack;
6058
	__u16 num_dup_tsns;
L
Linus Torvalds 已提交
6059 6060 6061 6062 6063 6064 6065 6066 6067 6068 6069 6070 6071 6072 6073 6074 6075 6076 6077 6078 6079 6080 6081
	unsigned int len;
	__u16 num_blocks;

	/* Protect ourselves from reading too far into
	 * the skb from a bogus sender.
	 */
	sack = (struct sctp_sackhdr *) chunk->skb->data;

	num_blocks = ntohs(sack->num_gap_ack_blocks);
	num_dup_tsns = ntohs(sack->num_dup_tsns);
	len = sizeof(struct sctp_sackhdr);
	len += (num_blocks + num_dup_tsns) * sizeof(__u32);
	if (len > chunk->skb->len)
		return NULL;

	skb_pull(chunk->skb, len);

	return sack;
}

/* Create an ABORT packet to be sent as a response, with the specified
 * error causes.
 */
6082 6083 6084 6085 6086 6087
static struct sctp_packet *sctp_abort_pkt_new(
					struct net *net,
					const struct sctp_endpoint *ep,
					const struct sctp_association *asoc,
					struct sctp_chunk *chunk,
					const void *payload, size_t paylen)
L
Linus Torvalds 已提交
6088 6089 6090 6091
{
	struct sctp_packet *packet;
	struct sctp_chunk *abort;

6092
	packet = sctp_ootb_pkt_new(net, asoc, chunk);
L
Linus Torvalds 已提交
6093 6094 6095 6096 6097 6098 6099 6100 6101 6102

	if (packet) {
		/* Make an ABORT.
		 * The T bit will be set if the asoc is NULL.
		 */
		abort = sctp_make_abort(asoc, chunk, paylen);
		if (!abort) {
			sctp_ootb_pkt_free(packet);
			return NULL;
		}
6103 6104 6105 6106 6107

		/* Reflect vtag if T-Bit is set */
		if (sctp_test_T_bit(abort))
			packet->vtag = ntohl(chunk->sctp_hdr->vtag);

L
Linus Torvalds 已提交
6108 6109 6110 6111 6112 6113 6114 6115 6116 6117 6118 6119 6120 6121 6122 6123
		/* Add specified error causes, i.e., payload, to the
		 * end of the chunk.
		 */
		sctp_addto_chunk(abort, paylen, payload);

		/* Set the skb to the belonging sock for accounting.  */
		abort->skb->sk = ep->base.sk;

		sctp_packet_append_chunk(packet, abort);

	}

	return packet;
}

/* Allocate a packet for responding in the OOTB conditions.  */
6124 6125 6126 6127
static struct sctp_packet *sctp_ootb_pkt_new(
					struct net *net,
					const struct sctp_association *asoc,
					const struct sctp_chunk *chunk)
L
Linus Torvalds 已提交
6128 6129
{
	struct sctp_transport *transport;
6130 6131
	struct sctp_packet *packet;
	__u16 sport, dport;
L
Linus Torvalds 已提交
6132 6133 6134 6135 6136 6137 6138 6139 6140 6141
	__u32 vtag;

	/* Get the source and destination port from the inbound packet.  */
	sport = ntohs(chunk->sctp_hdr->dest);
	dport = ntohs(chunk->sctp_hdr->source);

	/* The V-tag is going to be the same as the inbound packet if no
	 * association exists, otherwise, use the peer's vtag.
	 */
	if (asoc) {
6142 6143 6144
		/* Special case the INIT-ACK as there is no peer's vtag
		 * yet.
		 */
6145
		switch (chunk->chunk_hdr->type) {
6146 6147
		case SCTP_CID_INIT_ACK:
		{
6148
			struct sctp_initack_chunk *initack;
6149

6150
			initack = (struct sctp_initack_chunk *)chunk->chunk_hdr;
6151 6152 6153 6154 6155 6156 6157
			vtag = ntohl(initack->init_hdr.init_tag);
			break;
		}
		default:
			vtag = asoc->peer.i.init_tag;
			break;
		}
L
Linus Torvalds 已提交
6158 6159 6160 6161
	} else {
		/* Special case the INIT and stale COOKIE_ECHO as there is no
		 * vtag yet.
		 */
6162
		switch (chunk->chunk_hdr->type) {
L
Linus Torvalds 已提交
6163 6164
		case SCTP_CID_INIT:
		{
6165
			struct sctp_init_chunk *init;
L
Linus Torvalds 已提交
6166

6167
			init = (struct sctp_init_chunk *)chunk->chunk_hdr;
L
Linus Torvalds 已提交
6168 6169 6170
			vtag = ntohl(init->init_hdr.init_tag);
			break;
		}
6171
		default:
L
Linus Torvalds 已提交
6172 6173 6174 6175 6176 6177
			vtag = ntohl(chunk->sctp_hdr->vtag);
			break;
		}
	}

	/* Make a transport for the bucket, Eliza... */
6178
	transport = sctp_transport_new(net, sctp_source(chunk), GFP_ATOMIC);
L
Linus Torvalds 已提交
6179 6180 6181 6182 6183 6184
	if (!transport)
		goto nomem;

	/* Cache a route for the transport with the chunk's destination as
	 * the source address.
	 */
6185
	sctp_transport_route(transport, (union sctp_addr *)&chunk->dest,
6186
			     sctp_sk(net->sctp.ctl_sock));
L
Linus Torvalds 已提交
6187

6188 6189 6190
	packet = &transport->packet;
	sctp_packet_init(packet, transport, sport, dport);
	sctp_packet_config(packet, vtag, 0);
L
Linus Torvalds 已提交
6191 6192 6193 6194 6195 6196 6197 6198 6199 6200 6201 6202 6203 6204

	return packet;

nomem:
	return NULL;
}

/* Free the packet allocated earlier for responding in the OOTB condition.  */
void sctp_ootb_pkt_free(struct sctp_packet *packet)
{
	sctp_transport_free(packet->transport);
}

/* Send a stale cookie error when a invalid COOKIE ECHO chunk is found  */
6205 6206
static void sctp_send_stale_cookie_err(struct net *net,
				       const struct sctp_endpoint *ep,
L
Linus Torvalds 已提交
6207 6208
				       const struct sctp_association *asoc,
				       const struct sctp_chunk *chunk,
6209
				       struct sctp_cmd_seq *commands,
L
Linus Torvalds 已提交
6210 6211 6212 6213 6214
				       struct sctp_chunk *err_chunk)
{
	struct sctp_packet *packet;

	if (err_chunk) {
6215
		packet = sctp_ootb_pkt_new(net, asoc, chunk);
L
Linus Torvalds 已提交
6216 6217 6218 6219 6220 6221
		if (packet) {
			struct sctp_signed_cookie *cookie;

			/* Override the OOTB vtag from the cookie. */
			cookie = chunk->subh.cookie_hdr;
			packet->vtag = cookie->c.peer_vtag;
6222

L
Linus Torvalds 已提交
6223 6224 6225 6226 6227
			/* Set the skb to the belonging sock for accounting. */
			err_chunk->skb->sk = ep->base.sk;
			sctp_packet_append_chunk(packet, err_chunk);
			sctp_add_cmd_sf(commands, SCTP_CMD_SEND_PKT,
					SCTP_PACKET(packet));
6228
			SCTP_INC_STATS(net, SCTP_MIB_OUTCTRLCHUNKS);
L
Linus Torvalds 已提交
6229 6230 6231 6232 6233 6234 6235 6236 6237
		} else
			sctp_chunk_free (err_chunk);
	}
}


/* Process a data chunk */
static int sctp_eat_data(const struct sctp_association *asoc,
			 struct sctp_chunk *chunk,
6238
			 struct sctp_cmd_seq *commands)
L
Linus Torvalds 已提交
6239
{
6240
	struct sctp_tsnmap *map = (struct sctp_tsnmap *)&asoc->peer.tsn_map;
6241
	struct sock *sk = asoc->base.sk;
6242
	struct net *net = sock_net(sk);
6243 6244 6245 6246 6247 6248
	struct sctp_datahdr *data_hdr;
	struct sctp_chunk *err;
	enum sctp_verb deliver;
	size_t datalen;
	__u32 tsn;
	int tmp;
L
Linus Torvalds 已提交
6249

6250 6251
	data_hdr = (struct sctp_datahdr *)chunk->skb->data;
	chunk->subh.data_hdr = data_hdr;
6252
	skb_pull(chunk->skb, sctp_datahdr_len(&asoc->stream));
L
Linus Torvalds 已提交
6253 6254

	tsn = ntohl(data_hdr->tsn);
6255
	pr_debug("%s: TSN 0x%x\n", __func__, tsn);
L
Linus Torvalds 已提交
6256 6257 6258 6259 6260 6261 6262 6263 6264 6265 6266 6267 6268

	/* ASSERT:  Now skb->data is really the user data.  */

	/* Process ECN based congestion.
	 *
	 * Since the chunk structure is reused for all chunks within
	 * a packet, we use ecn_ce_done to track if we've already
	 * done CE processing for this packet.
	 *
	 * We need to do ECN processing even if we plan to discard the
	 * chunk later.
	 */

6269
	if (asoc->peer.ecn_capable && !chunk->ecn_ce_done) {
6270
		struct sctp_af *af = SCTP_INPUT_CB(chunk->skb)->af;
L
Linus Torvalds 已提交
6271 6272
		chunk->ecn_ce_done = 1;

6273
		if (af->is_ce(sctp_gso_headskb(chunk->skb))) {
L
Linus Torvalds 已提交
6274 6275 6276 6277 6278 6279 6280 6281 6282 6283 6284
			/* Do real work as sideffect. */
			sctp_add_cmd_sf(commands, SCTP_CMD_ECN_CE,
					SCTP_U32(tsn));
		}
	}

	tmp = sctp_tsnmap_check(&asoc->peer.tsn_map, tsn);
	if (tmp < 0) {
		/* The TSN is too high--silently discard the chunk and
		 * count on it getting retransmitted later.
		 */
6285 6286
		if (chunk->asoc)
			chunk->asoc->stats.outofseqtsns++;
L
Linus Torvalds 已提交
6287 6288 6289 6290 6291 6292 6293 6294 6295 6296 6297 6298 6299
		return SCTP_IERROR_HIGH_TSN;
	} else if (tmp > 0) {
		/* This is a duplicate.  Record it.  */
		sctp_add_cmd_sf(commands, SCTP_CMD_REPORT_DUP, SCTP_U32(tsn));
		return SCTP_IERROR_DUP_TSN;
	}

	/* This is a new TSN.  */

	/* Discard if there is no room in the receive window.
	 * Actually, allow a little bit of overflow (up to a MTU).
	 */
	datalen = ntohs(chunk->chunk_hdr->length);
6300
	datalen -= sctp_datachk_len(&asoc->stream);
L
Linus Torvalds 已提交
6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312

	deliver = SCTP_CMD_CHUNK_ULP;

	/* Think about partial delivery. */
	if ((datalen >= asoc->rwnd) && (!asoc->ulpq.pd_mode)) {

		/* Even if we don't accept this chunk there is
		 * memory pressure.
		 */
		sctp_add_cmd_sf(commands, SCTP_CMD_PART_DELIVER, SCTP_NULL());
	}

6313
	/* Spill over rwnd a little bit.  Note: While allowed, this spill over
L
Linus Torvalds 已提交
6314 6315 6316
	 * seems a bit troublesome in that frag_point varies based on
	 * PMTU.  In cases, such as loopback, this might be a rather
	 * large spill over.
6317
	 */
6318
	if ((!chunk->data_accepted) && (!asoc->rwnd || asoc->rwnd_over ||
6319
	    (datalen > asoc->rwnd + asoc->frag_point))) {
L
Linus Torvalds 已提交
6320 6321 6322 6323 6324 6325 6326

		/* If this is the next TSN, consider reneging to make
		 * room.   Note: Playing nice with a confused sender.  A
		 * malicious sender can still eat up all our buffer
		 * space and in the future we may want to detect and
		 * do more drastic reneging.
		 */
6327 6328
		if (sctp_tsnmap_has_gap(map) &&
		    (sctp_tsnmap_get_ctsn(map) + 1) == tsn) {
6329
			pr_debug("%s: reneging for tsn:%u\n", __func__, tsn);
L
Linus Torvalds 已提交
6330 6331
			deliver = SCTP_CMD_RENEGE;
		} else {
6332 6333 6334
			pr_debug("%s: discard tsn:%u len:%zu, rwnd:%d\n",
				 __func__, tsn, datalen, asoc->rwnd);

L
Linus Torvalds 已提交
6335 6336 6337 6338
			return SCTP_IERROR_IGNORE_TSN;
		}
	}

6339 6340 6341
	/*
	 * Also try to renege to limit our memory usage in the event that
	 * we are under memory pressure
6342
	 * If we can't renege, don't worry about it, the sk_rmem_schedule
6343 6344 6345 6346 6347
	 * in sctp_ulpevent_make_rcvmsg will drop the frame if we grow our
	 * memory usage too much
	 */
	if (*sk->sk_prot_creator->memory_pressure) {
		if (sctp_tsnmap_has_gap(map) &&
6348
		    (sctp_tsnmap_get_ctsn(map) + 1) == tsn) {
6349 6350
			pr_debug("%s: under pressure, reneging for tsn:%u\n",
				 __func__, tsn);
6351 6352 6353 6354
			deliver = SCTP_CMD_RENEGE;
		 }
	}

L
Linus Torvalds 已提交
6355 6356 6357 6358 6359 6360 6361 6362 6363 6364 6365 6366 6367 6368 6369 6370 6371
	/*
	 * Section 3.3.10.9 No User Data (9)
	 *
	 * Cause of error
	 * ---------------
	 * No User Data:  This error cause is returned to the originator of a
	 * DATA chunk if a received DATA chunk has no user data.
	 */
	if (unlikely(0 == datalen)) {
		err = sctp_make_abort_no_data(asoc, chunk, tsn);
		if (err) {
			sctp_add_cmd_sf(commands, SCTP_CMD_REPLY,
					SCTP_CHUNK(err));
		}
		/* We are going to ABORT, so we might as well stop
		 * processing the rest of the chunks in the packet.
		 */
6372
		sctp_add_cmd_sf(commands, SCTP_CMD_DISCARD_PACKET, SCTP_NULL());
6373 6374
		sctp_add_cmd_sf(commands, SCTP_CMD_SET_SK_ERR,
				SCTP_ERROR(ECONNABORTED));
L
Linus Torvalds 已提交
6375
		sctp_add_cmd_sf(commands, SCTP_CMD_ASSOC_FAILED,
6376
				SCTP_PERR(SCTP_ERROR_NO_DATA));
6377 6378
		SCTP_INC_STATS(net, SCTP_MIB_ABORTEDS);
		SCTP_DEC_STATS(net, SCTP_MIB_CURRESTAB);
L
Linus Torvalds 已提交
6379 6380 6381
		return SCTP_IERROR_NO_DATA;
	}

6382 6383
	chunk->data_accepted = 1;

L
Linus Torvalds 已提交
6384 6385 6386
	/* Note: Some chunks may get overcounted (if we drop) or overcounted
	 * if we renege and the chunk arrives again.
	 */
6387
	if (chunk->chunk_hdr->flags & SCTP_DATA_UNORDERED) {
6388
		SCTP_INC_STATS(net, SCTP_MIB_INUNORDERCHUNKS);
6389 6390 6391
		if (chunk->asoc)
			chunk->asoc->stats.iuodchunks++;
	} else {
6392
		SCTP_INC_STATS(net, SCTP_MIB_INORDERCHUNKS);
6393 6394
		if (chunk->asoc)
			chunk->asoc->stats.iodchunks++;
6395
	}
L
Linus Torvalds 已提交
6396 6397 6398 6399 6400 6401 6402 6403 6404

	/* RFC 2960 6.5 Stream Identifier and Stream Sequence Number
	 *
	 * If an endpoint receive a DATA chunk with an invalid stream
	 * identifier, it shall acknowledge the reception of the DATA chunk
	 * following the normal procedure, immediately send an ERROR chunk
	 * with cause set to "Invalid Stream Identifier" (See Section 3.3.10)
	 * and discard the DATA chunk.
	 */
6405
	if (ntohs(data_hdr->stream) >= asoc->stream.incnt) {
6406 6407 6408
		/* Mark tsn as received even though we drop it */
		sctp_add_cmd_sf(commands, SCTP_CMD_REPORT_TSN, SCTP_U32(tsn));

L
Linus Torvalds 已提交
6409 6410
		err = sctp_make_op_error(asoc, chunk, SCTP_ERROR_INV_STRM,
					 &data_hdr->stream,
6411 6412
					 sizeof(data_hdr->stream),
					 sizeof(u16));
L
Linus Torvalds 已提交
6413 6414 6415 6416 6417 6418
		if (err)
			sctp_add_cmd_sf(commands, SCTP_CMD_REPLY,
					SCTP_CHUNK(err));
		return SCTP_IERROR_BAD_STREAM;
	}

6419 6420 6421 6422 6423 6424 6425
	/* Check to see if the SSN is possible for this TSN.
	 * The biggest gap we can record is 4K wide.  Since SSNs wrap
	 * at an unsigned short, there is no way that an SSN can
	 * wrap and for a valid TSN.  We can simply check if the current
	 * SSN is smaller then the next expected one.  If it is, it wrapped
	 * and is invalid.
	 */
6426
	if (!asoc->stream.si->validate_data(chunk))
6427 6428
		return SCTP_IERROR_PROTO_VIOLATION;

L
Linus Torvalds 已提交
6429 6430 6431 6432 6433 6434 6435 6436
	/* Send the data up to the user.  Note:  Schedule  the
	 * SCTP_CMD_CHUNK_ULP cmd before the SCTP_CMD_GEN_SACK, as the SACK
	 * chunk needs the updated rwnd.
	 */
	sctp_add_cmd_sf(commands, deliver, SCTP_CHUNK(chunk));

	return SCTP_IERROR_NO_ERROR;
}