| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* SCTP kernel reference Implementation | 
|  | 2 | * Copyright (c) 1999-2000 Cisco, Inc. | 
|  | 3 | * Copyright (c) 1999-2001 Motorola, Inc. | 
|  | 4 | * Copyright (c) 2001-2003 International Business Machines, Corp. | 
|  | 5 | * Copyright (c) 2001 Intel Corp. | 
|  | 6 | * Copyright (c) 2001 Nokia, Inc. | 
|  | 7 | * Copyright (c) 2001 La Monte H.P. Yarroll | 
|  | 8 | * | 
|  | 9 | * This file is part of the SCTP kernel reference Implementation | 
|  | 10 | * | 
|  | 11 | * These functions handle all input from the IP layer into SCTP. | 
|  | 12 | * | 
|  | 13 | * The SCTP reference implementation is free software; | 
|  | 14 | * you can redistribute it and/or modify it under the terms of | 
|  | 15 | * the GNU General Public License as published by | 
|  | 16 | * the Free Software Foundation; either version 2, or (at your option) | 
|  | 17 | * any later version. | 
|  | 18 | * | 
|  | 19 | * The SCTP reference implementation is distributed in the hope that it | 
|  | 20 | * will be useful, but WITHOUT ANY WARRANTY; without even the implied | 
|  | 21 | *                 ************************ | 
|  | 22 | * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | 
|  | 23 | * See the GNU General Public License for more details. | 
|  | 24 | * | 
|  | 25 | * You should have received a copy of the GNU General Public License | 
|  | 26 | * along with GNU CC; see the file COPYING.  If not, write to | 
|  | 27 | * the Free Software Foundation, 59 Temple Place - Suite 330, | 
|  | 28 | * Boston, MA 02111-1307, USA. | 
|  | 29 | * | 
|  | 30 | * Please send any bug reports or fixes you make to the | 
|  | 31 | * email address(es): | 
|  | 32 | *    lksctp developers <lksctp-developers@lists.sourceforge.net> | 
|  | 33 | * | 
|  | 34 | * Or submit a bug report through the following website: | 
|  | 35 | *    http://www.sf.net/projects/lksctp | 
|  | 36 | * | 
|  | 37 | * Written or modified by: | 
|  | 38 | *    La Monte H.P. Yarroll <piggy@acm.org> | 
|  | 39 | *    Karl Knutson <karl@athena.chicago.il.us> | 
|  | 40 | *    Xingang Guo <xingang.guo@intel.com> | 
|  | 41 | *    Jon Grimm <jgrimm@us.ibm.com> | 
|  | 42 | *    Hui Huang <hui.huang@nokia.com> | 
|  | 43 | *    Daisy Chang <daisyc@us.ibm.com> | 
|  | 44 | *    Sridhar Samudrala <sri@us.ibm.com> | 
|  | 45 | *    Ardelle Fan <ardelle.fan@intel.com> | 
|  | 46 | * | 
|  | 47 | * Any bugs reported given to us we will try to fix... any fixes shared will | 
|  | 48 | * be incorporated into the next SCTP release. | 
|  | 49 | */ | 
|  | 50 |  | 
|  | 51 | #include <linux/types.h> | 
|  | 52 | #include <linux/list.h> /* For struct list_head */ | 
|  | 53 | #include <linux/socket.h> | 
|  | 54 | #include <linux/ip.h> | 
|  | 55 | #include <linux/time.h> /* For struct timeval */ | 
|  | 56 | #include <net/ip.h> | 
|  | 57 | #include <net/icmp.h> | 
|  | 58 | #include <net/snmp.h> | 
|  | 59 | #include <net/sock.h> | 
|  | 60 | #include <net/xfrm.h> | 
|  | 61 | #include <net/sctp/sctp.h> | 
|  | 62 | #include <net/sctp/sm.h> | 
|  | 63 |  | 
|  | 64 | /* Forward declarations for internal helpers. */ | 
|  | 65 | static int sctp_rcv_ootb(struct sk_buff *); | 
|  | 66 | static struct sctp_association *__sctp_rcv_lookup(struct sk_buff *skb, | 
|  | 67 | const union sctp_addr *laddr, | 
|  | 68 | const union sctp_addr *paddr, | 
|  | 69 | struct sctp_transport **transportp); | 
|  | 70 | static struct sctp_endpoint *__sctp_rcv_lookup_endpoint(const union sctp_addr *laddr); | 
|  | 71 | static struct sctp_association *__sctp_lookup_association( | 
|  | 72 | const union sctp_addr *local, | 
|  | 73 | const union sctp_addr *peer, | 
|  | 74 | struct sctp_transport **pt); | 
|  | 75 |  | 
| Vladislav Yasevich | 61c9fed | 2006-05-19 11:01:18 -0700 | [diff] [blame] | 76 | static void sctp_add_backlog(struct sock *sk, struct sk_buff *skb); | 
|  | 77 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 78 |  | 
|  | 79 | /* Calculate the SCTP checksum of an SCTP packet.  */ | 
|  | 80 | static inline int sctp_rcv_checksum(struct sk_buff *skb) | 
|  | 81 | { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 82 | struct sk_buff *list = skb_shinfo(skb)->frag_list; | 
| Arnaldo Carvalho de Melo | 2c0fd38 | 2007-03-13 13:59:32 -0300 | [diff] [blame] | 83 | struct sctphdr *sh = sctp_hdr(skb); | 
|  | 84 | __u32 cmp = ntohl(sh->checksum); | 
|  | 85 | __u32 val = sctp_start_cksum((__u8 *)sh, skb_headlen(skb)); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 86 |  | 
|  | 87 | for (; list; list = list->next) | 
|  | 88 | val = sctp_update_cksum((__u8 *)list->data, skb_headlen(list), | 
|  | 89 | val); | 
|  | 90 |  | 
|  | 91 | val = sctp_end_cksum(val); | 
|  | 92 |  | 
|  | 93 | if (val != cmp) { | 
|  | 94 | /* CRC failure, dump it. */ | 
|  | 95 | SCTP_INC_STATS_BH(SCTP_MIB_CHECKSUMERRORS); | 
|  | 96 | return -1; | 
|  | 97 | } | 
|  | 98 | return 0; | 
|  | 99 | } | 
|  | 100 |  | 
| David S. Miller | 79af02c | 2005-07-08 21:47:49 -0700 | [diff] [blame] | 101 | struct sctp_input_cb { | 
|  | 102 | union { | 
|  | 103 | struct inet_skb_parm	h4; | 
|  | 104 | #if defined(CONFIG_IPV6) || defined (CONFIG_IPV6_MODULE) | 
|  | 105 | struct inet6_skb_parm	h6; | 
|  | 106 | #endif | 
|  | 107 | } header; | 
|  | 108 | struct sctp_chunk *chunk; | 
|  | 109 | }; | 
|  | 110 | #define SCTP_INPUT_CB(__skb)	((struct sctp_input_cb *)&((__skb)->cb[0])) | 
|  | 111 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 112 | /* | 
|  | 113 | * This is the routine which IP calls when receiving an SCTP packet. | 
|  | 114 | */ | 
|  | 115 | int sctp_rcv(struct sk_buff *skb) | 
|  | 116 | { | 
|  | 117 | struct sock *sk; | 
|  | 118 | struct sctp_association *asoc; | 
|  | 119 | struct sctp_endpoint *ep = NULL; | 
|  | 120 | struct sctp_ep_common *rcvr; | 
|  | 121 | struct sctp_transport *transport = NULL; | 
|  | 122 | struct sctp_chunk *chunk; | 
|  | 123 | struct sctphdr *sh; | 
|  | 124 | union sctp_addr src; | 
|  | 125 | union sctp_addr dest; | 
|  | 126 | int family; | 
|  | 127 | struct sctp_af *af; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 128 |  | 
|  | 129 | if (skb->pkt_type!=PACKET_HOST) | 
|  | 130 | goto discard_it; | 
|  | 131 |  | 
|  | 132 | SCTP_INC_STATS_BH(SCTP_MIB_INSCTPPACKS); | 
|  | 133 |  | 
| Herbert Xu | 28cd775 | 2006-10-29 23:46:42 -0800 | [diff] [blame] | 134 | if (skb_linearize(skb)) | 
|  | 135 | goto discard_it; | 
|  | 136 |  | 
| Arnaldo Carvalho de Melo | 2c0fd38 | 2007-03-13 13:59:32 -0300 | [diff] [blame] | 137 | sh = sctp_hdr(skb); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 138 |  | 
|  | 139 | /* Pull up the IP and SCTP headers. */ | 
| Arnaldo Carvalho de Melo | ea2ae17 | 2007-04-25 17:55:53 -0700 | [diff] [blame] | 140 | __skb_pull(skb, skb_transport_offset(skb)); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 141 | if (skb->len < sizeof(struct sctphdr)) | 
|  | 142 | goto discard_it; | 
| Herbert Xu | 6047637 | 2007-04-09 11:59:39 -0700 | [diff] [blame] | 143 | if (!skb_csum_unnecessary(skb) && sctp_rcv_checksum(skb) < 0) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 144 | goto discard_it; | 
|  | 145 |  | 
|  | 146 | skb_pull(skb, sizeof(struct sctphdr)); | 
|  | 147 |  | 
|  | 148 | /* Make sure we at least have chunk headers worth of data left. */ | 
|  | 149 | if (skb->len < sizeof(struct sctp_chunkhdr)) | 
|  | 150 | goto discard_it; | 
|  | 151 |  | 
| Arnaldo Carvalho de Melo | eddc9ec | 2007-04-20 22:47:35 -0700 | [diff] [blame] | 152 | family = ipver2af(ip_hdr(skb)->version); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 153 | af = sctp_get_af_specific(family); | 
|  | 154 | if (unlikely(!af)) | 
|  | 155 | goto discard_it; | 
|  | 156 |  | 
|  | 157 | /* Initialize local addresses for lookups. */ | 
|  | 158 | af->from_skb(&src, skb, 1); | 
|  | 159 | af->from_skb(&dest, skb, 0); | 
|  | 160 |  | 
|  | 161 | /* If the packet is to or from a non-unicast address, | 
|  | 162 | * silently discard the packet. | 
|  | 163 | * | 
|  | 164 | * This is not clearly defined in the RFC except in section | 
|  | 165 | * 8.4 - OOTB handling.  However, based on the book "Stream Control | 
|  | 166 | * Transmission Protocol" 2.1, "It is important to note that the | 
|  | 167 | * IP address of an SCTP transport address must be a routable | 
|  | 168 | * unicast address.  In other words, IP multicast addresses and | 
|  | 169 | * IP broadcast addresses cannot be used in an SCTP transport | 
|  | 170 | * address." | 
|  | 171 | */ | 
| Vlad Yasevich | 5636bef | 2006-06-17 22:55:35 -0700 | [diff] [blame] | 172 | if (!af->addr_valid(&src, NULL, skb) || | 
|  | 173 | !af->addr_valid(&dest, NULL, skb)) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 174 | goto discard_it; | 
|  | 175 |  | 
| Al Viro | d55c41b | 2006-11-20 17:09:40 -0800 | [diff] [blame] | 176 | asoc = __sctp_rcv_lookup(skb, &src, &dest, &transport); | 
| Al Viro | 1c7d1fc | 2006-11-20 17:08:09 -0800 | [diff] [blame] | 177 |  | 
| Neil Horman | 0fd9a65 | 2005-06-13 15:11:24 -0700 | [diff] [blame] | 178 | if (!asoc) | 
| Al Viro | d55c41b | 2006-11-20 17:09:40 -0800 | [diff] [blame] | 179 | ep = __sctp_rcv_lookup_endpoint(&dest); | 
| Neil Horman | 0fd9a65 | 2005-06-13 15:11:24 -0700 | [diff] [blame] | 180 |  | 
|  | 181 | /* Retrieve the common input handling substructure. */ | 
|  | 182 | rcvr = asoc ? &asoc->base : &ep->base; | 
|  | 183 | sk = rcvr->sk; | 
|  | 184 |  | 
|  | 185 | /* | 
|  | 186 | * If a frame arrives on an interface and the receiving socket is | 
|  | 187 | * bound to another interface, via SO_BINDTODEVICE, treat it as OOTB | 
|  | 188 | */ | 
|  | 189 | if (sk->sk_bound_dev_if && (sk->sk_bound_dev_if != af->skb_iif(skb))) | 
|  | 190 | { | 
| Neil Horman | 0fd9a65 | 2005-06-13 15:11:24 -0700 | [diff] [blame] | 191 | if (asoc) { | 
|  | 192 | sctp_association_put(asoc); | 
|  | 193 | asoc = NULL; | 
|  | 194 | } else { | 
|  | 195 | sctp_endpoint_put(ep); | 
|  | 196 | ep = NULL; | 
|  | 197 | } | 
|  | 198 | sk = sctp_get_ctl_sock(); | 
|  | 199 | ep = sctp_sk(sk)->ep; | 
|  | 200 | sctp_endpoint_hold(ep); | 
| Neil Horman | 0fd9a65 | 2005-06-13 15:11:24 -0700 | [diff] [blame] | 201 | rcvr = &ep->base; | 
|  | 202 | } | 
|  | 203 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 204 | /* | 
|  | 205 | * RFC 2960, 8.4 - Handle "Out of the blue" Packets. | 
|  | 206 | * An SCTP packet is called an "out of the blue" (OOTB) | 
|  | 207 | * packet if it is correctly formed, i.e., passed the | 
|  | 208 | * receiver's checksum check, but the receiver is not | 
|  | 209 | * able to identify the association to which this | 
|  | 210 | * packet belongs. | 
|  | 211 | */ | 
|  | 212 | if (!asoc) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 213 | if (sctp_rcv_ootb(skb)) { | 
|  | 214 | SCTP_INC_STATS_BH(SCTP_MIB_OUTOFBLUES); | 
|  | 215 | goto discard_release; | 
|  | 216 | } | 
|  | 217 | } | 
|  | 218 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 219 | if (!xfrm_policy_check(sk, XFRM_POLICY_IN, skb, family)) | 
|  | 220 | goto discard_release; | 
| Patrick McHardy | b59c270 | 2006-01-06 23:06:10 -0800 | [diff] [blame] | 221 | nf_reset(skb); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 222 |  | 
| Dmitry Mishin | fda9ef5 | 2006-08-31 15:28:39 -0700 | [diff] [blame] | 223 | if (sk_filter(sk, skb)) | 
| YOSHIFUJI Hideaki | d808ad9 | 2007-02-09 23:25:18 +0900 | [diff] [blame] | 224 | goto discard_release; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 225 |  | 
|  | 226 | /* Create an SCTP packet structure. */ | 
|  | 227 | chunk = sctp_chunkify(skb, asoc, sk); | 
| Herbert Xu | 2babf9d | 2006-03-25 01:25:29 -0800 | [diff] [blame] | 228 | if (!chunk) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 229 | goto discard_release; | 
| David S. Miller | 79af02c | 2005-07-08 21:47:49 -0700 | [diff] [blame] | 230 | SCTP_INPUT_CB(skb)->chunk = chunk; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 231 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 232 | /* Remember what endpoint is to handle this packet. */ | 
|  | 233 | chunk->rcvr = rcvr; | 
|  | 234 |  | 
|  | 235 | /* Remember the SCTP header. */ | 
|  | 236 | chunk->sctp_hdr = sh; | 
|  | 237 |  | 
|  | 238 | /* Set the source and destination addresses of the incoming chunk.  */ | 
| Al Viro | d55c41b | 2006-11-20 17:09:40 -0800 | [diff] [blame] | 239 | sctp_init_addrs(chunk, &src, &dest); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 240 |  | 
|  | 241 | /* Remember where we came from.  */ | 
|  | 242 | chunk->transport = transport; | 
|  | 243 |  | 
|  | 244 | /* Acquire access to the sock lock. Note: We are safe from other | 
|  | 245 | * bottom halves on this lock, but a user may be in the lock too, | 
|  | 246 | * so check if it is busy. | 
|  | 247 | */ | 
|  | 248 | sctp_bh_lock_sock(sk); | 
|  | 249 |  | 
| Sridhar Samudrala | ac0b046 | 2006-08-22 00:15:33 -0700 | [diff] [blame] | 250 | if (sock_owned_by_user(sk)) { | 
|  | 251 | SCTP_INC_STATS_BH(SCTP_MIB_IN_PKT_BACKLOG); | 
| Vladislav Yasevich | 61c9fed | 2006-05-19 11:01:18 -0700 | [diff] [blame] | 252 | sctp_add_backlog(sk, skb); | 
| Sridhar Samudrala | ac0b046 | 2006-08-22 00:15:33 -0700 | [diff] [blame] | 253 | } else { | 
|  | 254 | SCTP_INC_STATS_BH(SCTP_MIB_IN_PKT_SOFTIRQ); | 
| Vladislav Yasevich | 61c9fed | 2006-05-19 11:01:18 -0700 | [diff] [blame] | 255 | sctp_inq_push(&chunk->rcvr->inqueue, chunk); | 
| Sridhar Samudrala | ac0b046 | 2006-08-22 00:15:33 -0700 | [diff] [blame] | 256 | } | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 257 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 258 | sctp_bh_unlock_sock(sk); | 
| Vladislav Yasevich | 61c9fed | 2006-05-19 11:01:18 -0700 | [diff] [blame] | 259 |  | 
|  | 260 | /* Release the asoc/ep ref we took in the lookup calls. */ | 
|  | 261 | if (asoc) | 
|  | 262 | sctp_association_put(asoc); | 
|  | 263 | else | 
|  | 264 | sctp_endpoint_put(ep); | 
| Sridhar Samudrala | 7a48f92 | 2006-01-17 11:51:28 -0800 | [diff] [blame] | 265 |  | 
| Herbert Xu | 2babf9d | 2006-03-25 01:25:29 -0800 | [diff] [blame] | 266 | return 0; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 267 |  | 
|  | 268 | discard_it: | 
| Sridhar Samudrala | ac0b046 | 2006-08-22 00:15:33 -0700 | [diff] [blame] | 269 | SCTP_INC_STATS_BH(SCTP_MIB_IN_PKT_DISCARDS); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 270 | kfree_skb(skb); | 
| Herbert Xu | 2babf9d | 2006-03-25 01:25:29 -0800 | [diff] [blame] | 271 | return 0; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 272 |  | 
|  | 273 | discard_release: | 
| Vladislav Yasevich | 61c9fed | 2006-05-19 11:01:18 -0700 | [diff] [blame] | 274 | /* Release the asoc/ep ref we took in the lookup calls. */ | 
| Neil Horman | 0fd9a65 | 2005-06-13 15:11:24 -0700 | [diff] [blame] | 275 | if (asoc) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 276 | sctp_association_put(asoc); | 
| Neil Horman | 0fd9a65 | 2005-06-13 15:11:24 -0700 | [diff] [blame] | 277 | else | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 278 | sctp_endpoint_put(ep); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 279 |  | 
|  | 280 | goto discard_it; | 
|  | 281 | } | 
|  | 282 |  | 
| Vladislav Yasevich | 61c9fed | 2006-05-19 11:01:18 -0700 | [diff] [blame] | 283 | /* Process the backlog queue of the socket.  Every skb on | 
|  | 284 | * the backlog holds a ref on an association or endpoint. | 
|  | 285 | * We hold this ref throughout the state machine to make | 
|  | 286 | * sure that the structure we need is still around. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 287 | */ | 
|  | 288 | int sctp_backlog_rcv(struct sock *sk, struct sk_buff *skb) | 
|  | 289 | { | 
| David S. Miller | 79af02c | 2005-07-08 21:47:49 -0700 | [diff] [blame] | 290 | struct sctp_chunk *chunk = SCTP_INPUT_CB(skb)->chunk; | 
| YOSHIFUJI Hideaki | d808ad9 | 2007-02-09 23:25:18 +0900 | [diff] [blame] | 291 | struct sctp_inq *inqueue = &chunk->rcvr->inqueue; | 
|  | 292 | struct sctp_ep_common *rcvr = NULL; | 
| Vladislav Yasevich | 61c9fed | 2006-05-19 11:01:18 -0700 | [diff] [blame] | 293 | int backloged = 0; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 294 |  | 
| YOSHIFUJI Hideaki | d808ad9 | 2007-02-09 23:25:18 +0900 | [diff] [blame] | 295 | rcvr = chunk->rcvr; | 
| Sridhar Samudrala | c4d2444 | 2006-01-17 11:56:26 -0800 | [diff] [blame] | 296 |  | 
| Vladislav Yasevich | 61c9fed | 2006-05-19 11:01:18 -0700 | [diff] [blame] | 297 | /* If the rcvr is dead then the association or endpoint | 
|  | 298 | * has been deleted and we can safely drop the chunk | 
|  | 299 | * and refs that we are holding. | 
|  | 300 | */ | 
|  | 301 | if (rcvr->dead) { | 
|  | 302 | sctp_chunk_free(chunk); | 
|  | 303 | goto done; | 
|  | 304 | } | 
| Sridhar Samudrala | c4d2444 | 2006-01-17 11:56:26 -0800 | [diff] [blame] | 305 |  | 
| Vladislav Yasevich | 61c9fed | 2006-05-19 11:01:18 -0700 | [diff] [blame] | 306 | if (unlikely(rcvr->sk != sk)) { | 
|  | 307 | /* In this case, the association moved from one socket to | 
|  | 308 | * another.  We are currently sitting on the backlog of the | 
|  | 309 | * old socket, so we need to move. | 
|  | 310 | * However, since we are here in the process context we | 
|  | 311 | * need to take make sure that the user doesn't own | 
|  | 312 | * the new socket when we process the packet. | 
|  | 313 | * If the new socket is user-owned, queue the chunk to the | 
|  | 314 | * backlog of the new socket without dropping any refs. | 
|  | 315 | * Otherwise, we can safely push the chunk on the inqueue. | 
|  | 316 | */ | 
| Sridhar Samudrala | 7a48f92 | 2006-01-17 11:51:28 -0800 | [diff] [blame] | 317 |  | 
| Vladislav Yasevich | 61c9fed | 2006-05-19 11:01:18 -0700 | [diff] [blame] | 318 | sk = rcvr->sk; | 
|  | 319 | sctp_bh_lock_sock(sk); | 
|  | 320 |  | 
|  | 321 | if (sock_owned_by_user(sk)) { | 
|  | 322 | sk_add_backlog(sk, skb); | 
|  | 323 | backloged = 1; | 
|  | 324 | } else | 
|  | 325 | sctp_inq_push(inqueue, chunk); | 
|  | 326 |  | 
|  | 327 | sctp_bh_unlock_sock(sk); | 
|  | 328 |  | 
|  | 329 | /* If the chunk was backloged again, don't drop refs */ | 
|  | 330 | if (backloged) | 
|  | 331 | return 0; | 
|  | 332 | } else { | 
|  | 333 | sctp_inq_push(inqueue, chunk); | 
|  | 334 | } | 
|  | 335 |  | 
|  | 336 | done: | 
|  | 337 | /* Release the refs we took in sctp_add_backlog */ | 
|  | 338 | if (SCTP_EP_TYPE_ASSOCIATION == rcvr->type) | 
|  | 339 | sctp_association_put(sctp_assoc(rcvr)); | 
|  | 340 | else if (SCTP_EP_TYPE_SOCKET == rcvr->type) | 
|  | 341 | sctp_endpoint_put(sctp_ep(rcvr)); | 
|  | 342 | else | 
|  | 343 | BUG(); | 
|  | 344 |  | 
| YOSHIFUJI Hideaki | d808ad9 | 2007-02-09 23:25:18 +0900 | [diff] [blame] | 345 | return 0; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 346 | } | 
|  | 347 |  | 
| Vladislav Yasevich | 61c9fed | 2006-05-19 11:01:18 -0700 | [diff] [blame] | 348 | static void sctp_add_backlog(struct sock *sk, struct sk_buff *skb) | 
| Sridhar Samudrala | c4d2444 | 2006-01-17 11:56:26 -0800 | [diff] [blame] | 349 | { | 
| Vladislav Yasevich | 61c9fed | 2006-05-19 11:01:18 -0700 | [diff] [blame] | 350 | struct sctp_chunk *chunk = SCTP_INPUT_CB(skb)->chunk; | 
|  | 351 | struct sctp_ep_common *rcvr = chunk->rcvr; | 
| Sridhar Samudrala | c4d2444 | 2006-01-17 11:56:26 -0800 | [diff] [blame] | 352 |  | 
| Vladislav Yasevich | 61c9fed | 2006-05-19 11:01:18 -0700 | [diff] [blame] | 353 | /* Hold the assoc/ep while hanging on the backlog queue. | 
|  | 354 | * This way, we know structures we need will not disappear from us | 
|  | 355 | */ | 
|  | 356 | if (SCTP_EP_TYPE_ASSOCIATION == rcvr->type) | 
|  | 357 | sctp_association_hold(sctp_assoc(rcvr)); | 
|  | 358 | else if (SCTP_EP_TYPE_SOCKET == rcvr->type) | 
|  | 359 | sctp_endpoint_hold(sctp_ep(rcvr)); | 
|  | 360 | else | 
|  | 361 | BUG(); | 
| Sridhar Samudrala | c4d2444 | 2006-01-17 11:56:26 -0800 | [diff] [blame] | 362 |  | 
| Vladislav Yasevich | 61c9fed | 2006-05-19 11:01:18 -0700 | [diff] [blame] | 363 | sk_add_backlog(sk, skb); | 
| Sridhar Samudrala | c4d2444 | 2006-01-17 11:56:26 -0800 | [diff] [blame] | 364 | } | 
|  | 365 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 366 | /* Handle icmp frag needed error. */ | 
|  | 367 | void sctp_icmp_frag_needed(struct sock *sk, struct sctp_association *asoc, | 
|  | 368 | struct sctp_transport *t, __u32 pmtu) | 
|  | 369 | { | 
| Vlad Yasevich | 8a47949 | 2007-06-07 14:21:05 -0400 | [diff] [blame] | 370 | if (!t || (t->pathmtu == pmtu)) | 
| Frank Filz | 52ccb8e | 2005-12-22 11:36:46 -0800 | [diff] [blame] | 371 | return; | 
|  | 372 |  | 
| Vlad Yasevich | 8a47949 | 2007-06-07 14:21:05 -0400 | [diff] [blame] | 373 | if (sock_owned_by_user(sk)) { | 
|  | 374 | asoc->pmtu_pending = 1; | 
|  | 375 | t->pmtu_pending = 1; | 
|  | 376 | return; | 
|  | 377 | } | 
|  | 378 |  | 
| Frank Filz | 52ccb8e | 2005-12-22 11:36:46 -0800 | [diff] [blame] | 379 | if (t->param_flags & SPP_PMTUD_ENABLE) { | 
| Vlad Yasevich | c910b47 | 2007-06-07 13:47:03 -0400 | [diff] [blame] | 380 | /* Update transports view of the MTU */ | 
|  | 381 | sctp_transport_update_pmtu(t, pmtu); | 
| Frank Filz | 52ccb8e | 2005-12-22 11:36:46 -0800 | [diff] [blame] | 382 |  | 
|  | 383 | /* Update association pmtu. */ | 
|  | 384 | sctp_assoc_sync_pmtu(asoc); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 385 | } | 
|  | 386 |  | 
| Frank Filz | 52ccb8e | 2005-12-22 11:36:46 -0800 | [diff] [blame] | 387 | /* Retransmit with the new pmtu setting. | 
|  | 388 | * Normally, if PMTU discovery is disabled, an ICMP Fragmentation | 
|  | 389 | * Needed will never be sent, but if a message was sent before | 
|  | 390 | * PMTU discovery was disabled that was larger than the PMTU, it | 
| YOSHIFUJI Hideaki | d808ad9 | 2007-02-09 23:25:18 +0900 | [diff] [blame] | 391 | * would not be fragmented, so it must be re-transmitted fragmented. | 
| Frank Filz | 52ccb8e | 2005-12-22 11:36:46 -0800 | [diff] [blame] | 392 | */ | 
|  | 393 | sctp_retransmit(&asoc->outqueue, t, SCTP_RTXR_PMTUD); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 394 | } | 
|  | 395 |  | 
|  | 396 | /* | 
|  | 397 | * SCTP Implementer's Guide, 2.37 ICMP handling procedures | 
|  | 398 | * | 
|  | 399 | * ICMP8) If the ICMP code is a "Unrecognized next header type encountered" | 
|  | 400 | *        or a "Protocol Unreachable" treat this message as an abort | 
|  | 401 | *        with the T bit set. | 
|  | 402 | * | 
|  | 403 | * This function sends an event to the state machine, which will abort the | 
|  | 404 | * association. | 
|  | 405 | * | 
|  | 406 | */ | 
|  | 407 | void sctp_icmp_proto_unreachable(struct sock *sk, | 
| YOSHIFUJI Hideaki | d808ad9 | 2007-02-09 23:25:18 +0900 | [diff] [blame] | 408 | struct sctp_association *asoc, | 
|  | 409 | struct sctp_transport *t) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 410 | { | 
|  | 411 | SCTP_DEBUG_PRINTK("%s\n",  __FUNCTION__); | 
|  | 412 |  | 
|  | 413 | sctp_do_sm(SCTP_EVENT_T_OTHER, | 
|  | 414 | SCTP_ST_OTHER(SCTP_EVENT_ICMP_PROTO_UNREACH), | 
| Frank Filz | 3f7a87d | 2005-06-20 13:14:57 -0700 | [diff] [blame] | 415 | asoc->state, asoc->ep, asoc, t, | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 416 | GFP_ATOMIC); | 
|  | 417 |  | 
|  | 418 | } | 
|  | 419 |  | 
|  | 420 | /* Common lookup code for icmp/icmpv6 error handler. */ | 
|  | 421 | struct sock *sctp_err_lookup(int family, struct sk_buff *skb, | 
|  | 422 | struct sctphdr *sctphdr, | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 423 | struct sctp_association **app, | 
|  | 424 | struct sctp_transport **tpp) | 
|  | 425 | { | 
|  | 426 | union sctp_addr saddr; | 
|  | 427 | union sctp_addr daddr; | 
|  | 428 | struct sctp_af *af; | 
|  | 429 | struct sock *sk = NULL; | 
| Sridhar Samudrala | 8de8c87 | 2006-05-19 10:58:12 -0700 | [diff] [blame] | 430 | struct sctp_association *asoc; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 431 | struct sctp_transport *transport = NULL; | 
|  | 432 |  | 
| Sridhar Samudrala | d1ad1ff | 2005-07-18 13:44:10 -0700 | [diff] [blame] | 433 | *app = NULL; *tpp = NULL; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 434 |  | 
|  | 435 | af = sctp_get_af_specific(family); | 
|  | 436 | if (unlikely(!af)) { | 
|  | 437 | return NULL; | 
|  | 438 | } | 
|  | 439 |  | 
|  | 440 | /* Initialize local addresses for lookups. */ | 
|  | 441 | af->from_skb(&saddr, skb, 1); | 
|  | 442 | af->from_skb(&daddr, skb, 0); | 
|  | 443 |  | 
|  | 444 | /* Look for an association that matches the incoming ICMP error | 
|  | 445 | * packet. | 
|  | 446 | */ | 
| Al Viro | d55c41b | 2006-11-20 17:09:40 -0800 | [diff] [blame] | 447 | asoc = __sctp_lookup_association(&saddr, &daddr, &transport); | 
| Sridhar Samudrala | d1ad1ff | 2005-07-18 13:44:10 -0700 | [diff] [blame] | 448 | if (!asoc) | 
|  | 449 | return NULL; | 
|  | 450 |  | 
|  | 451 | sk = asoc->base.sk; | 
|  | 452 |  | 
|  | 453 | if (ntohl(sctphdr->vtag) != asoc->c.peer_vtag) { | 
|  | 454 | ICMP_INC_STATS_BH(ICMP_MIB_INERRORS); | 
|  | 455 | goto out; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 456 | } | 
|  | 457 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 458 | sctp_bh_lock_sock(sk); | 
|  | 459 |  | 
|  | 460 | /* If too many ICMPs get dropped on busy | 
|  | 461 | * servers this needs to be solved differently. | 
|  | 462 | */ | 
|  | 463 | if (sock_owned_by_user(sk)) | 
|  | 464 | NET_INC_STATS_BH(LINUX_MIB_LOCKDROPPEDICMPS); | 
|  | 465 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 466 | *app = asoc; | 
|  | 467 | *tpp = transport; | 
|  | 468 | return sk; | 
|  | 469 |  | 
|  | 470 | out: | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 471 | if (asoc) | 
|  | 472 | sctp_association_put(asoc); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 473 | return NULL; | 
|  | 474 | } | 
|  | 475 |  | 
|  | 476 | /* Common cleanup code for icmp/icmpv6 error handler. */ | 
| Sridhar Samudrala | d1ad1ff | 2005-07-18 13:44:10 -0700 | [diff] [blame] | 477 | void sctp_err_finish(struct sock *sk, struct sctp_association *asoc) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 478 | { | 
|  | 479 | sctp_bh_unlock_sock(sk); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 480 | if (asoc) | 
|  | 481 | sctp_association_put(asoc); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 482 | } | 
|  | 483 |  | 
|  | 484 | /* | 
|  | 485 | * This routine is called by the ICMP module when it gets some | 
|  | 486 | * sort of error condition.  If err < 0 then the socket should | 
|  | 487 | * be closed and the error returned to the user.  If err > 0 | 
|  | 488 | * it's just the icmp type << 8 | icmp code.  After adjustment | 
|  | 489 | * header points to the first 8 bytes of the sctp header.  We need | 
|  | 490 | * to find the appropriate port. | 
|  | 491 | * | 
|  | 492 | * The locking strategy used here is very "optimistic". When | 
|  | 493 | * someone else accesses the socket the ICMP is just dropped | 
|  | 494 | * and for some paths there is no check at all. | 
|  | 495 | * A more general error queue to queue errors for later handling | 
|  | 496 | * is probably better. | 
|  | 497 | * | 
|  | 498 | */ | 
|  | 499 | void sctp_v4_err(struct sk_buff *skb, __u32 info) | 
|  | 500 | { | 
|  | 501 | struct iphdr *iph = (struct iphdr *)skb->data; | 
| Arnaldo Carvalho de Melo | a27ef74 | 2007-03-13 17:17:10 -0300 | [diff] [blame] | 502 | const int ihlen = iph->ihl * 4; | 
| Arnaldo Carvalho de Melo | 88c7664 | 2007-03-13 14:43:18 -0300 | [diff] [blame] | 503 | const int type = icmp_hdr(skb)->type; | 
|  | 504 | const int code = icmp_hdr(skb)->code; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 505 | struct sock *sk; | 
| Sridhar Samudrala | 8de8c87 | 2006-05-19 10:58:12 -0700 | [diff] [blame] | 506 | struct sctp_association *asoc = NULL; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 507 | struct sctp_transport *transport; | 
|  | 508 | struct inet_sock *inet; | 
| Arnaldo Carvalho de Melo | 2e07fa9 | 2007-04-10 21:22:35 -0700 | [diff] [blame] | 509 | sk_buff_data_t saveip, savesctp; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 510 | int err; | 
|  | 511 |  | 
| Arnaldo Carvalho de Melo | a27ef74 | 2007-03-13 17:17:10 -0300 | [diff] [blame] | 512 | if (skb->len < ihlen + 8) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 513 | ICMP_INC_STATS_BH(ICMP_MIB_INERRORS); | 
|  | 514 | return; | 
|  | 515 | } | 
|  | 516 |  | 
|  | 517 | /* Fix up skb to look at the embedded net header. */ | 
| Arnaldo Carvalho de Melo | b0e380b | 2007-04-10 21:21:55 -0700 | [diff] [blame] | 518 | saveip = skb->network_header; | 
|  | 519 | savesctp = skb->transport_header; | 
| Arnaldo Carvalho de Melo | 31c7711 | 2007-03-10 19:04:55 -0300 | [diff] [blame] | 520 | skb_reset_network_header(skb); | 
| Arnaldo Carvalho de Melo | a27ef74 | 2007-03-13 17:17:10 -0300 | [diff] [blame] | 521 | skb_set_transport_header(skb, ihlen); | 
|  | 522 | sk = sctp_err_lookup(AF_INET, skb, sctp_hdr(skb), &asoc, &transport); | 
| Arnaldo Carvalho de Melo | 2e07fa9 | 2007-04-10 21:22:35 -0700 | [diff] [blame] | 523 | /* Put back, the original values. */ | 
| Arnaldo Carvalho de Melo | b0e380b | 2007-04-10 21:21:55 -0700 | [diff] [blame] | 524 | skb->network_header = saveip; | 
|  | 525 | skb->transport_header = savesctp; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 526 | if (!sk) { | 
|  | 527 | ICMP_INC_STATS_BH(ICMP_MIB_INERRORS); | 
|  | 528 | return; | 
|  | 529 | } | 
|  | 530 | /* Warning:  The sock lock is held.  Remember to call | 
|  | 531 | * sctp_err_finish! | 
|  | 532 | */ | 
|  | 533 |  | 
|  | 534 | switch (type) { | 
|  | 535 | case ICMP_PARAMETERPROB: | 
|  | 536 | err = EPROTO; | 
|  | 537 | break; | 
|  | 538 | case ICMP_DEST_UNREACH: | 
|  | 539 | if (code > NR_ICMP_UNREACH) | 
|  | 540 | goto out_unlock; | 
|  | 541 |  | 
|  | 542 | /* PMTU discovery (RFC1191) */ | 
|  | 543 | if (ICMP_FRAG_NEEDED == code) { | 
|  | 544 | sctp_icmp_frag_needed(sk, asoc, transport, info); | 
|  | 545 | goto out_unlock; | 
|  | 546 | } | 
|  | 547 | else { | 
|  | 548 | if (ICMP_PROT_UNREACH == code) { | 
| Sridhar Samudrala | d1ad1ff | 2005-07-18 13:44:10 -0700 | [diff] [blame] | 549 | sctp_icmp_proto_unreachable(sk, asoc, | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 550 | transport); | 
|  | 551 | goto out_unlock; | 
|  | 552 | } | 
|  | 553 | } | 
|  | 554 | err = icmp_err_convert[code].errno; | 
|  | 555 | break; | 
|  | 556 | case ICMP_TIME_EXCEEDED: | 
|  | 557 | /* Ignore any time exceeded errors due to fragment reassembly | 
|  | 558 | * timeouts. | 
|  | 559 | */ | 
|  | 560 | if (ICMP_EXC_FRAGTIME == code) | 
|  | 561 | goto out_unlock; | 
|  | 562 |  | 
|  | 563 | err = EHOSTUNREACH; | 
|  | 564 | break; | 
|  | 565 | default: | 
|  | 566 | goto out_unlock; | 
|  | 567 | } | 
|  | 568 |  | 
|  | 569 | inet = inet_sk(sk); | 
|  | 570 | if (!sock_owned_by_user(sk) && inet->recverr) { | 
|  | 571 | sk->sk_err = err; | 
|  | 572 | sk->sk_error_report(sk); | 
|  | 573 | } else {  /* Only an error on timeout */ | 
|  | 574 | sk->sk_err_soft = err; | 
|  | 575 | } | 
|  | 576 |  | 
|  | 577 | out_unlock: | 
| Sridhar Samudrala | d1ad1ff | 2005-07-18 13:44:10 -0700 | [diff] [blame] | 578 | sctp_err_finish(sk, asoc); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 579 | } | 
|  | 580 |  | 
|  | 581 | /* | 
|  | 582 | * RFC 2960, 8.4 - Handle "Out of the blue" Packets. | 
|  | 583 | * | 
|  | 584 | * This function scans all the chunks in the OOTB packet to determine if | 
|  | 585 | * the packet should be discarded right away.  If a response might be needed | 
|  | 586 | * for this packet, or, if further processing is possible, the packet will | 
|  | 587 | * be queued to a proper inqueue for the next phase of handling. | 
|  | 588 | * | 
|  | 589 | * Output: | 
|  | 590 | * Return 0 - If further processing is needed. | 
|  | 591 | * Return 1 - If the packet can be discarded right away. | 
|  | 592 | */ | 
| sebastian@breakpoint.cc | 0467521 | 2007-07-26 23:21:31 +0200 | [diff] [blame] | 593 | static int sctp_rcv_ootb(struct sk_buff *skb) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 594 | { | 
|  | 595 | sctp_chunkhdr_t *ch; | 
|  | 596 | __u8 *ch_end; | 
|  | 597 | sctp_errhdr_t *err; | 
|  | 598 |  | 
|  | 599 | ch = (sctp_chunkhdr_t *) skb->data; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 600 |  | 
|  | 601 | /* Scan through all the chunks in the packet.  */ | 
| Tsutomu Fujii | a7d1f1b | 2006-01-17 11:57:09 -0800 | [diff] [blame] | 602 | do { | 
|  | 603 | /* Break out if chunk length is less then minimal. */ | 
|  | 604 | if (ntohs(ch->length) < sizeof(sctp_chunkhdr_t)) | 
|  | 605 | break; | 
|  | 606 |  | 
|  | 607 | ch_end = ((__u8 *)ch) + WORD_ROUND(ntohs(ch->length)); | 
| Arnaldo Carvalho de Melo | 27a884d | 2007-04-19 20:29:13 -0700 | [diff] [blame] | 608 | if (ch_end > skb_tail_pointer(skb)) | 
| Tsutomu Fujii | a7d1f1b | 2006-01-17 11:57:09 -0800 | [diff] [blame] | 609 | break; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 610 |  | 
|  | 611 | /* RFC 8.4, 2) If the OOTB packet contains an ABORT chunk, the | 
|  | 612 | * receiver MUST silently discard the OOTB packet and take no | 
|  | 613 | * further action. | 
|  | 614 | */ | 
|  | 615 | if (SCTP_CID_ABORT == ch->type) | 
|  | 616 | goto discard; | 
|  | 617 |  | 
|  | 618 | /* RFC 8.4, 6) If the packet contains a SHUTDOWN COMPLETE | 
|  | 619 | * chunk, the receiver should silently discard the packet | 
|  | 620 | * and take no further action. | 
|  | 621 | */ | 
|  | 622 | if (SCTP_CID_SHUTDOWN_COMPLETE == ch->type) | 
|  | 623 | goto discard; | 
|  | 624 |  | 
| Vlad Yasevich | 3c77f96 | 2007-09-17 15:14:28 -0400 | [diff] [blame] | 625 | /* RFC 4460, 2.11.2 | 
|  | 626 | * This will discard packets with INIT chunk bundled as | 
|  | 627 | * subsequent chunks in the packet.  When INIT is first, | 
|  | 628 | * the normal INIT processing will discard the chunk. | 
|  | 629 | */ | 
|  | 630 | if (SCTP_CID_INIT == ch->type && (void *)ch != skb->data) | 
|  | 631 | goto discard; | 
|  | 632 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 633 | /* RFC 8.4, 7) If the packet contains a "Stale cookie" ERROR | 
|  | 634 | * or a COOKIE ACK the SCTP Packet should be silently | 
|  | 635 | * discarded. | 
|  | 636 | */ | 
|  | 637 | if (SCTP_CID_COOKIE_ACK == ch->type) | 
|  | 638 | goto discard; | 
|  | 639 |  | 
|  | 640 | if (SCTP_CID_ERROR == ch->type) { | 
|  | 641 | sctp_walk_errors(err, ch) { | 
|  | 642 | if (SCTP_ERROR_STALE_COOKIE == err->cause) | 
|  | 643 | goto discard; | 
|  | 644 | } | 
|  | 645 | } | 
|  | 646 |  | 
|  | 647 | ch = (sctp_chunkhdr_t *) ch_end; | 
| Arnaldo Carvalho de Melo | 27a884d | 2007-04-19 20:29:13 -0700 | [diff] [blame] | 648 | } while (ch_end < skb_tail_pointer(skb)); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 649 |  | 
|  | 650 | return 0; | 
|  | 651 |  | 
|  | 652 | discard: | 
|  | 653 | return 1; | 
|  | 654 | } | 
|  | 655 |  | 
|  | 656 | /* Insert endpoint into the hash table.  */ | 
|  | 657 | static void __sctp_hash_endpoint(struct sctp_endpoint *ep) | 
|  | 658 | { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 659 | struct sctp_ep_common *epb; | 
|  | 660 | struct sctp_hashbucket *head; | 
|  | 661 |  | 
|  | 662 | epb = &ep->base; | 
|  | 663 |  | 
|  | 664 | epb->hashent = sctp_ep_hashfn(epb->bind_addr.port); | 
|  | 665 | head = &sctp_ep_hashtable[epb->hashent]; | 
|  | 666 |  | 
|  | 667 | sctp_write_lock(&head->lock); | 
| Vlad Yasevich | d970dbf | 2007-11-09 11:43:40 -0500 | [diff] [blame] | 668 | hlist_add_head(&epb->node, &head->chain); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 669 | sctp_write_unlock(&head->lock); | 
|  | 670 | } | 
|  | 671 |  | 
|  | 672 | /* Add an endpoint to the hash. Local BH-safe. */ | 
|  | 673 | void sctp_hash_endpoint(struct sctp_endpoint *ep) | 
|  | 674 | { | 
|  | 675 | sctp_local_bh_disable(); | 
|  | 676 | __sctp_hash_endpoint(ep); | 
|  | 677 | sctp_local_bh_enable(); | 
|  | 678 | } | 
|  | 679 |  | 
|  | 680 | /* Remove endpoint from the hash table.  */ | 
|  | 681 | static void __sctp_unhash_endpoint(struct sctp_endpoint *ep) | 
|  | 682 | { | 
|  | 683 | struct sctp_hashbucket *head; | 
|  | 684 | struct sctp_ep_common *epb; | 
|  | 685 |  | 
|  | 686 | epb = &ep->base; | 
|  | 687 |  | 
| Vlad Yasevich | d970dbf | 2007-11-09 11:43:40 -0500 | [diff] [blame] | 688 | if (hlist_unhashed(&epb->node)) | 
|  | 689 | return; | 
|  | 690 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 691 | epb->hashent = sctp_ep_hashfn(epb->bind_addr.port); | 
|  | 692 |  | 
|  | 693 | head = &sctp_ep_hashtable[epb->hashent]; | 
|  | 694 |  | 
|  | 695 | sctp_write_lock(&head->lock); | 
| Vlad Yasevich | d970dbf | 2007-11-09 11:43:40 -0500 | [diff] [blame] | 696 | __hlist_del(&epb->node); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 697 | sctp_write_unlock(&head->lock); | 
|  | 698 | } | 
|  | 699 |  | 
|  | 700 | /* Remove endpoint from the hash.  Local BH-safe. */ | 
|  | 701 | void sctp_unhash_endpoint(struct sctp_endpoint *ep) | 
|  | 702 | { | 
|  | 703 | sctp_local_bh_disable(); | 
|  | 704 | __sctp_unhash_endpoint(ep); | 
|  | 705 | sctp_local_bh_enable(); | 
|  | 706 | } | 
|  | 707 |  | 
|  | 708 | /* Look up an endpoint. */ | 
|  | 709 | static struct sctp_endpoint *__sctp_rcv_lookup_endpoint(const union sctp_addr *laddr) | 
|  | 710 | { | 
|  | 711 | struct sctp_hashbucket *head; | 
|  | 712 | struct sctp_ep_common *epb; | 
|  | 713 | struct sctp_endpoint *ep; | 
| Vlad Yasevich | d970dbf | 2007-11-09 11:43:40 -0500 | [diff] [blame] | 714 | struct hlist_node *node; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 715 | int hash; | 
|  | 716 |  | 
| Al Viro | 1c7d1fc | 2006-11-20 17:08:09 -0800 | [diff] [blame] | 717 | hash = sctp_ep_hashfn(ntohs(laddr->v4.sin_port)); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 718 | head = &sctp_ep_hashtable[hash]; | 
|  | 719 | read_lock(&head->lock); | 
| Vlad Yasevich | d970dbf | 2007-11-09 11:43:40 -0500 | [diff] [blame] | 720 | sctp_for_each_hentry(epb, node, &head->chain) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 721 | ep = sctp_ep(epb); | 
|  | 722 | if (sctp_endpoint_is_match(ep, laddr)) | 
|  | 723 | goto hit; | 
|  | 724 | } | 
|  | 725 |  | 
|  | 726 | ep = sctp_sk((sctp_get_ctl_sock()))->ep; | 
|  | 727 | epb = &ep->base; | 
|  | 728 |  | 
|  | 729 | hit: | 
|  | 730 | sctp_endpoint_hold(ep); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 731 | read_unlock(&head->lock); | 
|  | 732 | return ep; | 
|  | 733 | } | 
|  | 734 |  | 
|  | 735 | /* Insert association into the hash table.  */ | 
|  | 736 | static void __sctp_hash_established(struct sctp_association *asoc) | 
|  | 737 | { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 738 | struct sctp_ep_common *epb; | 
|  | 739 | struct sctp_hashbucket *head; | 
|  | 740 |  | 
|  | 741 | epb = &asoc->base; | 
|  | 742 |  | 
|  | 743 | /* Calculate which chain this entry will belong to. */ | 
|  | 744 | epb->hashent = sctp_assoc_hashfn(epb->bind_addr.port, asoc->peer.port); | 
|  | 745 |  | 
|  | 746 | head = &sctp_assoc_hashtable[epb->hashent]; | 
|  | 747 |  | 
|  | 748 | sctp_write_lock(&head->lock); | 
| Vlad Yasevich | d970dbf | 2007-11-09 11:43:40 -0500 | [diff] [blame] | 749 | hlist_add_head(&epb->node, &head->chain); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 750 | sctp_write_unlock(&head->lock); | 
|  | 751 | } | 
|  | 752 |  | 
|  | 753 | /* Add an association to the hash. Local BH-safe. */ | 
|  | 754 | void sctp_hash_established(struct sctp_association *asoc) | 
|  | 755 | { | 
| Vlad Yasevich | de76e69 | 2006-10-30 18:55:11 -0800 | [diff] [blame] | 756 | if (asoc->temp) | 
|  | 757 | return; | 
|  | 758 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 759 | sctp_local_bh_disable(); | 
|  | 760 | __sctp_hash_established(asoc); | 
|  | 761 | sctp_local_bh_enable(); | 
|  | 762 | } | 
|  | 763 |  | 
|  | 764 | /* Remove association from the hash table.  */ | 
|  | 765 | static void __sctp_unhash_established(struct sctp_association *asoc) | 
|  | 766 | { | 
|  | 767 | struct sctp_hashbucket *head; | 
|  | 768 | struct sctp_ep_common *epb; | 
|  | 769 |  | 
|  | 770 | epb = &asoc->base; | 
|  | 771 |  | 
|  | 772 | epb->hashent = sctp_assoc_hashfn(epb->bind_addr.port, | 
|  | 773 | asoc->peer.port); | 
|  | 774 |  | 
|  | 775 | head = &sctp_assoc_hashtable[epb->hashent]; | 
|  | 776 |  | 
|  | 777 | sctp_write_lock(&head->lock); | 
| Vlad Yasevich | d970dbf | 2007-11-09 11:43:40 -0500 | [diff] [blame] | 778 | __hlist_del(&epb->node); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 779 | sctp_write_unlock(&head->lock); | 
|  | 780 | } | 
|  | 781 |  | 
|  | 782 | /* Remove association from the hash table.  Local BH-safe. */ | 
|  | 783 | void sctp_unhash_established(struct sctp_association *asoc) | 
|  | 784 | { | 
| Vlad Yasevich | de76e69 | 2006-10-30 18:55:11 -0800 | [diff] [blame] | 785 | if (asoc->temp) | 
|  | 786 | return; | 
|  | 787 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 788 | sctp_local_bh_disable(); | 
|  | 789 | __sctp_unhash_established(asoc); | 
|  | 790 | sctp_local_bh_enable(); | 
|  | 791 | } | 
|  | 792 |  | 
|  | 793 | /* Look up an association. */ | 
|  | 794 | static struct sctp_association *__sctp_lookup_association( | 
|  | 795 | const union sctp_addr *local, | 
|  | 796 | const union sctp_addr *peer, | 
|  | 797 | struct sctp_transport **pt) | 
|  | 798 | { | 
|  | 799 | struct sctp_hashbucket *head; | 
|  | 800 | struct sctp_ep_common *epb; | 
|  | 801 | struct sctp_association *asoc; | 
|  | 802 | struct sctp_transport *transport; | 
| Vlad Yasevich | d970dbf | 2007-11-09 11:43:40 -0500 | [diff] [blame] | 803 | struct hlist_node *node; | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 804 | int hash; | 
|  | 805 |  | 
|  | 806 | /* Optimize here for direct hit, only listening connections can | 
|  | 807 | * have wildcards anyways. | 
|  | 808 | */ | 
| Al Viro | e2fcced | 2006-11-20 17:08:41 -0800 | [diff] [blame] | 809 | hash = sctp_assoc_hashfn(ntohs(local->v4.sin_port), ntohs(peer->v4.sin_port)); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 810 | head = &sctp_assoc_hashtable[hash]; | 
|  | 811 | read_lock(&head->lock); | 
| Vlad Yasevich | d970dbf | 2007-11-09 11:43:40 -0500 | [diff] [blame] | 812 | sctp_for_each_hentry(epb, node, &head->chain) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 813 | asoc = sctp_assoc(epb); | 
|  | 814 | transport = sctp_assoc_is_match(asoc, local, peer); | 
|  | 815 | if (transport) | 
|  | 816 | goto hit; | 
|  | 817 | } | 
|  | 818 |  | 
|  | 819 | read_unlock(&head->lock); | 
|  | 820 |  | 
|  | 821 | return NULL; | 
|  | 822 |  | 
|  | 823 | hit: | 
|  | 824 | *pt = transport; | 
|  | 825 | sctp_association_hold(asoc); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 826 | read_unlock(&head->lock); | 
|  | 827 | return asoc; | 
|  | 828 | } | 
|  | 829 |  | 
|  | 830 | /* Look up an association. BH-safe. */ | 
|  | 831 | SCTP_STATIC | 
|  | 832 | struct sctp_association *sctp_lookup_association(const union sctp_addr *laddr, | 
|  | 833 | const union sctp_addr *paddr, | 
|  | 834 | struct sctp_transport **transportp) | 
|  | 835 | { | 
|  | 836 | struct sctp_association *asoc; | 
|  | 837 |  | 
|  | 838 | sctp_local_bh_disable(); | 
|  | 839 | asoc = __sctp_lookup_association(laddr, paddr, transportp); | 
|  | 840 | sctp_local_bh_enable(); | 
|  | 841 |  | 
|  | 842 | return asoc; | 
|  | 843 | } | 
|  | 844 |  | 
|  | 845 | /* Is there an association matching the given local and peer addresses? */ | 
|  | 846 | int sctp_has_association(const union sctp_addr *laddr, | 
|  | 847 | const union sctp_addr *paddr) | 
|  | 848 | { | 
|  | 849 | struct sctp_association *asoc; | 
|  | 850 | struct sctp_transport *transport; | 
|  | 851 |  | 
| Al Viro | 6c7be55 | 2006-11-20 17:11:50 -0800 | [diff] [blame] | 852 | if ((asoc = sctp_lookup_association(laddr, paddr, &transport))) { | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 853 | sctp_association_put(asoc); | 
|  | 854 | return 1; | 
|  | 855 | } | 
|  | 856 |  | 
|  | 857 | return 0; | 
|  | 858 | } | 
|  | 859 |  | 
|  | 860 | /* | 
|  | 861 | * SCTP Implementors Guide, 2.18 Handling of address | 
|  | 862 | * parameters within the INIT or INIT-ACK. | 
|  | 863 | * | 
|  | 864 | * D) When searching for a matching TCB upon reception of an INIT | 
|  | 865 | *    or INIT-ACK chunk the receiver SHOULD use not only the | 
|  | 866 | *    source address of the packet (containing the INIT or | 
|  | 867 | *    INIT-ACK) but the receiver SHOULD also use all valid | 
|  | 868 | *    address parameters contained within the chunk. | 
|  | 869 | * | 
|  | 870 | * 2.18.3 Solution description | 
|  | 871 | * | 
|  | 872 | * This new text clearly specifies to an implementor the need | 
|  | 873 | * to look within the INIT or INIT-ACK. Any implementation that | 
|  | 874 | * does not do this, may not be able to establish associations | 
|  | 875 | * in certain circumstances. | 
|  | 876 | * | 
|  | 877 | */ | 
|  | 878 | static struct sctp_association *__sctp_rcv_init_lookup(struct sk_buff *skb, | 
|  | 879 | const union sctp_addr *laddr, struct sctp_transport **transportp) | 
|  | 880 | { | 
|  | 881 | struct sctp_association *asoc; | 
|  | 882 | union sctp_addr addr; | 
|  | 883 | union sctp_addr *paddr = &addr; | 
| Arnaldo Carvalho de Melo | 2c0fd38 | 2007-03-13 13:59:32 -0300 | [diff] [blame] | 884 | struct sctphdr *sh = sctp_hdr(skb); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 885 | sctp_chunkhdr_t *ch; | 
|  | 886 | union sctp_params params; | 
|  | 887 | sctp_init_chunk_t *init; | 
|  | 888 | struct sctp_transport *transport; | 
|  | 889 | struct sctp_af *af; | 
|  | 890 |  | 
|  | 891 | ch = (sctp_chunkhdr_t *) skb->data; | 
|  | 892 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 893 | /* The code below will attempt to walk the chunk and extract | 
|  | 894 | * parameter information.  Before we do that, we need to verify | 
|  | 895 | * that the chunk length doesn't cause overflow.  Otherwise, we'll | 
|  | 896 | * walk off the end. | 
|  | 897 | */ | 
|  | 898 | if (WORD_ROUND(ntohs(ch->length)) > skb->len) | 
|  | 899 | return NULL; | 
|  | 900 |  | 
|  | 901 | /* | 
|  | 902 | * This code will NOT touch anything inside the chunk--it is | 
|  | 903 | * strictly READ-ONLY. | 
|  | 904 | * | 
|  | 905 | * RFC 2960 3  SCTP packet Format | 
|  | 906 | * | 
|  | 907 | * Multiple chunks can be bundled into one SCTP packet up to | 
|  | 908 | * the MTU size, except for the INIT, INIT ACK, and SHUTDOWN | 
|  | 909 | * COMPLETE chunks.  These chunks MUST NOT be bundled with any | 
|  | 910 | * other chunk in a packet.  See Section 6.10 for more details | 
|  | 911 | * on chunk bundling. | 
|  | 912 | */ | 
|  | 913 |  | 
|  | 914 | /* Find the start of the TLVs and the end of the chunk.  This is | 
|  | 915 | * the region we search for address parameters. | 
|  | 916 | */ | 
|  | 917 | init = (sctp_init_chunk_t *)skb->data; | 
|  | 918 |  | 
|  | 919 | /* Walk the parameters looking for embedded addresses. */ | 
|  | 920 | sctp_walk_params(params, init, init_hdr.params) { | 
|  | 921 |  | 
|  | 922 | /* Note: Ignoring hostname addresses. */ | 
|  | 923 | af = sctp_get_af_specific(param_type2af(params.p->type)); | 
|  | 924 | if (!af) | 
|  | 925 | continue; | 
|  | 926 |  | 
| Al Viro | dd86d13 | 2006-11-20 17:11:13 -0800 | [diff] [blame] | 927 | af->from_addr_param(paddr, params.addr, sh->source, 0); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 928 |  | 
| Al Viro | dd86d13 | 2006-11-20 17:11:13 -0800 | [diff] [blame] | 929 | asoc = __sctp_lookup_association(laddr, paddr, &transport); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 930 | if (asoc) | 
|  | 931 | return asoc; | 
|  | 932 | } | 
|  | 933 |  | 
|  | 934 | return NULL; | 
|  | 935 | } | 
|  | 936 |  | 
| Vlad Yasevich | bbd0d59 | 2007-10-03 17:51:34 -0700 | [diff] [blame] | 937 | /* SCTP-AUTH, Section 6.3: | 
|  | 938 | *    If the receiver does not find a STCB for a packet containing an AUTH | 
|  | 939 | *    chunk as the first chunk and not a COOKIE-ECHO chunk as the second | 
|  | 940 | *    chunk, it MUST use the chunks after the AUTH chunk to look up an existing | 
|  | 941 | *    association. | 
|  | 942 | * | 
|  | 943 | * This means that any chunks that can help us identify the association need | 
|  | 944 | * to be looked at to find this assocation. | 
|  | 945 | * | 
|  | 946 | * TODO: The only chunk currently defined that can do that is ASCONF, but we | 
|  | 947 | * don't support that functionality yet. | 
|  | 948 | */ | 
|  | 949 | static struct sctp_association *__sctp_rcv_auth_lookup(struct sk_buff *skb, | 
|  | 950 | const union sctp_addr *paddr, | 
|  | 951 | const union sctp_addr *laddr, | 
|  | 952 | struct sctp_transport **transportp) | 
|  | 953 | { | 
|  | 954 | /* XXX - walk through the chunks looking for something that can | 
|  | 955 | * help us find the association.  INIT, and INIT-ACK are not permitted. | 
|  | 956 | * That leaves ASCONF, but we don't support that yet. | 
|  | 957 | */ | 
|  | 958 | return NULL; | 
|  | 959 | } | 
|  | 960 |  | 
|  | 961 | /* | 
|  | 962 | * There are circumstances when we need to look inside the SCTP packet | 
|  | 963 | * for information to help us find the association.   Examples | 
|  | 964 | * include looking inside of INIT/INIT-ACK chunks or after the AUTH | 
|  | 965 | * chunks. | 
|  | 966 | */ | 
|  | 967 | static struct sctp_association *__sctp_rcv_lookup_harder(struct sk_buff *skb, | 
|  | 968 | const union sctp_addr *paddr, | 
|  | 969 | const union sctp_addr *laddr, | 
|  | 970 | struct sctp_transport **transportp) | 
|  | 971 | { | 
|  | 972 | sctp_chunkhdr_t *ch; | 
|  | 973 |  | 
|  | 974 | ch = (sctp_chunkhdr_t *) skb->data; | 
|  | 975 |  | 
|  | 976 | /* If this is INIT/INIT-ACK look inside the chunk too. */ | 
|  | 977 | switch (ch->type) { | 
|  | 978 | case SCTP_CID_INIT: | 
|  | 979 | case SCTP_CID_INIT_ACK: | 
|  | 980 | return __sctp_rcv_init_lookup(skb, laddr, transportp); | 
|  | 981 | break; | 
|  | 982 |  | 
|  | 983 | case SCTP_CID_AUTH: | 
|  | 984 | return __sctp_rcv_auth_lookup(skb, paddr, laddr, transportp); | 
|  | 985 | break; | 
|  | 986 | } | 
|  | 987 |  | 
|  | 988 | return NULL; | 
|  | 989 | } | 
|  | 990 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 991 | /* Lookup an association for an inbound skb. */ | 
|  | 992 | static struct sctp_association *__sctp_rcv_lookup(struct sk_buff *skb, | 
|  | 993 | const union sctp_addr *paddr, | 
|  | 994 | const union sctp_addr *laddr, | 
|  | 995 | struct sctp_transport **transportp) | 
|  | 996 | { | 
|  | 997 | struct sctp_association *asoc; | 
|  | 998 |  | 
|  | 999 | asoc = __sctp_lookup_association(laddr, paddr, transportp); | 
|  | 1000 |  | 
|  | 1001 | /* Further lookup for INIT/INIT-ACK packets. | 
|  | 1002 | * SCTP Implementors Guide, 2.18 Handling of address | 
|  | 1003 | * parameters within the INIT or INIT-ACK. | 
|  | 1004 | */ | 
|  | 1005 | if (!asoc) | 
| Vlad Yasevich | bbd0d59 | 2007-10-03 17:51:34 -0700 | [diff] [blame] | 1006 | asoc = __sctp_rcv_lookup_harder(skb, paddr, laddr, transportp); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1007 |  | 
|  | 1008 | return asoc; | 
|  | 1009 | } |