sm_sideeffect.c 49 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745
  1. /* SCTP kernel implementation
  2. * (C) Copyright IBM Corp. 2001, 2004
  3. * Copyright (c) 1999 Cisco, Inc.
  4. * Copyright (c) 1999-2001 Motorola, Inc.
  5. *
  6. * This file is part of the SCTP kernel implementation
  7. *
  8. * These functions work with the state functions in sctp_sm_statefuns.c
  9. * to implement that state operations. These functions implement the
  10. * steps which require modifying existing data structures.
  11. *
  12. * This SCTP implementation is free software;
  13. * you can redistribute it and/or modify it under the terms of
  14. * the GNU General Public License as published by
  15. * the Free Software Foundation; either version 2, or (at your option)
  16. * any later version.
  17. *
  18. * This SCTP implementation is distributed in the hope that it
  19. * will be useful, but WITHOUT ANY WARRANTY; without even the implied
  20. * ************************
  21. * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  22. * See the GNU General Public License for more details.
  23. *
  24. * You should have received a copy of the GNU General Public License
  25. * along with GNU CC; see the file COPYING. If not, see
  26. * <http://www.gnu.org/licenses/>.
  27. *
  28. * Please send any bug reports or fixes you make to the
  29. * email address(es):
  30. * lksctp developers <linux-sctp@vger.kernel.org>
  31. *
  32. * Written or modified by:
  33. * La Monte H.P. Yarroll <piggy@acm.org>
  34. * Karl Knutson <karl@athena.chicago.il.us>
  35. * Jon Grimm <jgrimm@austin.ibm.com>
  36. * Hui Huang <hui.huang@nokia.com>
  37. * Dajiang Zhang <dajiang.zhang@nokia.com>
  38. * Daisy Chang <daisyc@us.ibm.com>
  39. * Sridhar Samudrala <sri@us.ibm.com>
  40. * Ardelle Fan <ardelle.fan@intel.com>
  41. */
  42. #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
  43. #include <linux/skbuff.h>
  44. #include <linux/types.h>
  45. #include <linux/socket.h>
  46. #include <linux/ip.h>
  47. #include <linux/gfp.h>
  48. #include <net/sock.h>
  49. #include <net/sctp/sctp.h>
  50. #include <net/sctp/sm.h>
  51. static int sctp_cmd_interpreter(sctp_event_t event_type,
  52. sctp_subtype_t subtype,
  53. sctp_state_t state,
  54. struct sctp_endpoint *ep,
  55. struct sctp_association *asoc,
  56. void *event_arg,
  57. sctp_disposition_t status,
  58. sctp_cmd_seq_t *commands,
  59. gfp_t gfp);
  60. static int sctp_side_effects(sctp_event_t event_type, sctp_subtype_t subtype,
  61. sctp_state_t state,
  62. struct sctp_endpoint *ep,
  63. struct sctp_association **asoc,
  64. void *event_arg,
  65. sctp_disposition_t status,
  66. sctp_cmd_seq_t *commands,
  67. gfp_t gfp);
  68. static void sctp_cmd_hb_timer_update(sctp_cmd_seq_t *cmds,
  69. struct sctp_transport *t);
  70. /********************************************************************
  71. * Helper functions
  72. ********************************************************************/
  73. /* A helper function for delayed processing of INET ECN CE bit. */
  74. static void sctp_do_ecn_ce_work(struct sctp_association *asoc,
  75. __u32 lowest_tsn)
  76. {
  77. /* Save the TSN away for comparison when we receive CWR */
  78. asoc->last_ecne_tsn = lowest_tsn;
  79. asoc->need_ecne = 1;
  80. }
  81. /* Helper function for delayed processing of SCTP ECNE chunk. */
  82. /* RFC 2960 Appendix A
  83. *
  84. * RFC 2481 details a specific bit for a sender to send in
  85. * the header of its next outbound TCP segment to indicate to
  86. * its peer that it has reduced its congestion window. This
  87. * is termed the CWR bit. For SCTP the same indication is made
  88. * by including the CWR chunk. This chunk contains one data
  89. * element, i.e. the TSN number that was sent in the ECNE chunk.
  90. * This element represents the lowest TSN number in the datagram
  91. * that was originally marked with the CE bit.
  92. */
  93. static struct sctp_chunk *sctp_do_ecn_ecne_work(struct sctp_association *asoc,
  94. __u32 lowest_tsn,
  95. struct sctp_chunk *chunk)
  96. {
  97. struct sctp_chunk *repl;
  98. /* Our previously transmitted packet ran into some congestion
  99. * so we should take action by reducing cwnd and ssthresh
  100. * and then ACK our peer that we we've done so by
  101. * sending a CWR.
  102. */
  103. /* First, try to determine if we want to actually lower
  104. * our cwnd variables. Only lower them if the ECNE looks more
  105. * recent than the last response.
  106. */
  107. if (TSN_lt(asoc->last_cwr_tsn, lowest_tsn)) {
  108. struct sctp_transport *transport;
  109. /* Find which transport's congestion variables
  110. * need to be adjusted.
  111. */
  112. transport = sctp_assoc_lookup_tsn(asoc, lowest_tsn);
  113. /* Update the congestion variables. */
  114. if (transport)
  115. sctp_transport_lower_cwnd(transport,
  116. SCTP_LOWER_CWND_ECNE);
  117. asoc->last_cwr_tsn = lowest_tsn;
  118. }
  119. /* Always try to quiet the other end. In case of lost CWR,
  120. * resend last_cwr_tsn.
  121. */
  122. repl = sctp_make_cwr(asoc, asoc->last_cwr_tsn, chunk);
  123. /* If we run out of memory, it will look like a lost CWR. We'll
  124. * get back in sync eventually.
  125. */
  126. return repl;
  127. }
  128. /* Helper function to do delayed processing of ECN CWR chunk. */
  129. static void sctp_do_ecn_cwr_work(struct sctp_association *asoc,
  130. __u32 lowest_tsn)
  131. {
  132. /* Turn off ECNE getting auto-prepended to every outgoing
  133. * packet
  134. */
  135. asoc->need_ecne = 0;
  136. }
  137. /* Generate SACK if necessary. We call this at the end of a packet. */
  138. static int sctp_gen_sack(struct sctp_association *asoc, int force,
  139. sctp_cmd_seq_t *commands)
  140. {
  141. __u32 ctsn, max_tsn_seen;
  142. struct sctp_chunk *sack;
  143. struct sctp_transport *trans = asoc->peer.last_data_from;
  144. int error = 0;
  145. if (force ||
  146. (!trans && (asoc->param_flags & SPP_SACKDELAY_DISABLE)) ||
  147. (trans && (trans->param_flags & SPP_SACKDELAY_DISABLE)))
  148. asoc->peer.sack_needed = 1;
  149. ctsn = sctp_tsnmap_get_ctsn(&asoc->peer.tsn_map);
  150. max_tsn_seen = sctp_tsnmap_get_max_tsn_seen(&asoc->peer.tsn_map);
  151. /* From 12.2 Parameters necessary per association (i.e. the TCB):
  152. *
  153. * Ack State : This flag indicates if the next received packet
  154. * : is to be responded to with a SACK. ...
  155. * : When DATA chunks are out of order, SACK's
  156. * : are not delayed (see Section 6).
  157. *
  158. * [This is actually not mentioned in Section 6, but we
  159. * implement it here anyway. --piggy]
  160. */
  161. if (max_tsn_seen != ctsn)
  162. asoc->peer.sack_needed = 1;
  163. /* From 6.2 Acknowledgement on Reception of DATA Chunks:
  164. *
  165. * Section 4.2 of [RFC2581] SHOULD be followed. Specifically,
  166. * an acknowledgement SHOULD be generated for at least every
  167. * second packet (not every second DATA chunk) received, and
  168. * SHOULD be generated within 200 ms of the arrival of any
  169. * unacknowledged DATA chunk. ...
  170. */
  171. if (!asoc->peer.sack_needed) {
  172. asoc->peer.sack_cnt++;
  173. /* Set the SACK delay timeout based on the
  174. * SACK delay for the last transport
  175. * data was received from, or the default
  176. * for the association.
  177. */
  178. if (trans) {
  179. /* We will need a SACK for the next packet. */
  180. if (asoc->peer.sack_cnt >= trans->sackfreq - 1)
  181. asoc->peer.sack_needed = 1;
  182. asoc->timeouts[SCTP_EVENT_TIMEOUT_SACK] =
  183. trans->sackdelay;
  184. } else {
  185. /* We will need a SACK for the next packet. */
  186. if (asoc->peer.sack_cnt >= asoc->sackfreq - 1)
  187. asoc->peer.sack_needed = 1;
  188. asoc->timeouts[SCTP_EVENT_TIMEOUT_SACK] =
  189. asoc->sackdelay;
  190. }
  191. /* Restart the SACK timer. */
  192. sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_RESTART,
  193. SCTP_TO(SCTP_EVENT_TIMEOUT_SACK));
  194. } else {
  195. asoc->a_rwnd = asoc->rwnd;
  196. sack = sctp_make_sack(asoc);
  197. if (!sack)
  198. goto nomem;
  199. asoc->peer.sack_needed = 0;
  200. asoc->peer.sack_cnt = 0;
  201. sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(sack));
  202. /* Stop the SACK timer. */
  203. sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_STOP,
  204. SCTP_TO(SCTP_EVENT_TIMEOUT_SACK));
  205. }
  206. return error;
  207. nomem:
  208. error = -ENOMEM;
  209. return error;
  210. }
  211. /* When the T3-RTX timer expires, it calls this function to create the
  212. * relevant state machine event.
  213. */
  214. void sctp_generate_t3_rtx_event(unsigned long peer)
  215. {
  216. int error;
  217. struct sctp_transport *transport = (struct sctp_transport *) peer;
  218. struct sctp_association *asoc = transport->asoc;
  219. struct sock *sk = asoc->base.sk;
  220. struct net *net = sock_net(sk);
  221. /* Check whether a task is in the sock. */
  222. bh_lock_sock(sk);
  223. if (sock_owned_by_user(sk)) {
  224. pr_debug("%s: sock is busy\n", __func__);
  225. /* Try again later. */
  226. if (!mod_timer(&transport->T3_rtx_timer, jiffies + (HZ/20)))
  227. sctp_transport_hold(transport);
  228. goto out_unlock;
  229. }
  230. /* Run through the state machine. */
  231. error = sctp_do_sm(net, SCTP_EVENT_T_TIMEOUT,
  232. SCTP_ST_TIMEOUT(SCTP_EVENT_TIMEOUT_T3_RTX),
  233. asoc->state,
  234. asoc->ep, asoc,
  235. transport, GFP_ATOMIC);
  236. if (error)
  237. sk->sk_err = -error;
  238. out_unlock:
  239. bh_unlock_sock(sk);
  240. sctp_transport_put(transport);
  241. }
  242. /* This is a sa interface for producing timeout events. It works
  243. * for timeouts which use the association as their parameter.
  244. */
  245. static void sctp_generate_timeout_event(struct sctp_association *asoc,
  246. sctp_event_timeout_t timeout_type)
  247. {
  248. struct sock *sk = asoc->base.sk;
  249. struct net *net = sock_net(sk);
  250. int error = 0;
  251. bh_lock_sock(sk);
  252. if (sock_owned_by_user(sk)) {
  253. pr_debug("%s: sock is busy: timer %d\n", __func__,
  254. timeout_type);
  255. /* Try again later. */
  256. if (!mod_timer(&asoc->timers[timeout_type], jiffies + (HZ/20)))
  257. sctp_association_hold(asoc);
  258. goto out_unlock;
  259. }
  260. /* Is this association really dead and just waiting around for
  261. * the timer to let go of the reference?
  262. */
  263. if (asoc->base.dead)
  264. goto out_unlock;
  265. /* Run through the state machine. */
  266. error = sctp_do_sm(net, SCTP_EVENT_T_TIMEOUT,
  267. SCTP_ST_TIMEOUT(timeout_type),
  268. asoc->state, asoc->ep, asoc,
  269. (void *)timeout_type, GFP_ATOMIC);
  270. if (error)
  271. sk->sk_err = -error;
  272. out_unlock:
  273. bh_unlock_sock(sk);
  274. sctp_association_put(asoc);
  275. }
  276. static void sctp_generate_t1_cookie_event(unsigned long data)
  277. {
  278. struct sctp_association *asoc = (struct sctp_association *) data;
  279. sctp_generate_timeout_event(asoc, SCTP_EVENT_TIMEOUT_T1_COOKIE);
  280. }
  281. static void sctp_generate_t1_init_event(unsigned long data)
  282. {
  283. struct sctp_association *asoc = (struct sctp_association *) data;
  284. sctp_generate_timeout_event(asoc, SCTP_EVENT_TIMEOUT_T1_INIT);
  285. }
  286. static void sctp_generate_t2_shutdown_event(unsigned long data)
  287. {
  288. struct sctp_association *asoc = (struct sctp_association *) data;
  289. sctp_generate_timeout_event(asoc, SCTP_EVENT_TIMEOUT_T2_SHUTDOWN);
  290. }
  291. static void sctp_generate_t4_rto_event(unsigned long data)
  292. {
  293. struct sctp_association *asoc = (struct sctp_association *) data;
  294. sctp_generate_timeout_event(asoc, SCTP_EVENT_TIMEOUT_T4_RTO);
  295. }
  296. static void sctp_generate_t5_shutdown_guard_event(unsigned long data)
  297. {
  298. struct sctp_association *asoc = (struct sctp_association *)data;
  299. sctp_generate_timeout_event(asoc,
  300. SCTP_EVENT_TIMEOUT_T5_SHUTDOWN_GUARD);
  301. } /* sctp_generate_t5_shutdown_guard_event() */
  302. static void sctp_generate_autoclose_event(unsigned long data)
  303. {
  304. struct sctp_association *asoc = (struct sctp_association *) data;
  305. sctp_generate_timeout_event(asoc, SCTP_EVENT_TIMEOUT_AUTOCLOSE);
  306. }
  307. /* Generate a heart beat event. If the sock is busy, reschedule. Make
  308. * sure that the transport is still valid.
  309. */
  310. void sctp_generate_heartbeat_event(unsigned long data)
  311. {
  312. int error = 0;
  313. struct sctp_transport *transport = (struct sctp_transport *) data;
  314. struct sctp_association *asoc = transport->asoc;
  315. struct sock *sk = asoc->base.sk;
  316. struct net *net = sock_net(sk);
  317. bh_lock_sock(sk);
  318. if (sock_owned_by_user(sk)) {
  319. pr_debug("%s: sock is busy\n", __func__);
  320. /* Try again later. */
  321. if (!mod_timer(&transport->hb_timer, jiffies + (HZ/20)))
  322. sctp_transport_hold(transport);
  323. goto out_unlock;
  324. }
  325. error = sctp_do_sm(net, SCTP_EVENT_T_TIMEOUT,
  326. SCTP_ST_TIMEOUT(SCTP_EVENT_TIMEOUT_HEARTBEAT),
  327. asoc->state, asoc->ep, asoc,
  328. transport, GFP_ATOMIC);
  329. if (error)
  330. sk->sk_err = -error;
  331. out_unlock:
  332. bh_unlock_sock(sk);
  333. sctp_transport_put(transport);
  334. }
  335. /* Handle the timeout of the ICMP protocol unreachable timer. Trigger
  336. * the correct state machine transition that will close the association.
  337. */
  338. void sctp_generate_proto_unreach_event(unsigned long data)
  339. {
  340. struct sctp_transport *transport = (struct sctp_transport *) data;
  341. struct sctp_association *asoc = transport->asoc;
  342. struct sock *sk = asoc->base.sk;
  343. struct net *net = sock_net(sk);
  344. bh_lock_sock(sk);
  345. if (sock_owned_by_user(sk)) {
  346. pr_debug("%s: sock is busy\n", __func__);
  347. /* Try again later. */
  348. if (!mod_timer(&transport->proto_unreach_timer,
  349. jiffies + (HZ/20)))
  350. sctp_association_hold(asoc);
  351. goto out_unlock;
  352. }
  353. /* Is this structure just waiting around for us to actually
  354. * get destroyed?
  355. */
  356. if (asoc->base.dead)
  357. goto out_unlock;
  358. sctp_do_sm(net, SCTP_EVENT_T_OTHER,
  359. SCTP_ST_OTHER(SCTP_EVENT_ICMP_PROTO_UNREACH),
  360. asoc->state, asoc->ep, asoc, transport, GFP_ATOMIC);
  361. out_unlock:
  362. bh_unlock_sock(sk);
  363. sctp_association_put(asoc);
  364. }
  365. /* Inject a SACK Timeout event into the state machine. */
  366. static void sctp_generate_sack_event(unsigned long data)
  367. {
  368. struct sctp_association *asoc = (struct sctp_association *) data;
  369. sctp_generate_timeout_event(asoc, SCTP_EVENT_TIMEOUT_SACK);
  370. }
  371. sctp_timer_event_t *sctp_timer_events[SCTP_NUM_TIMEOUT_TYPES] = {
  372. NULL,
  373. sctp_generate_t1_cookie_event,
  374. sctp_generate_t1_init_event,
  375. sctp_generate_t2_shutdown_event,
  376. NULL,
  377. sctp_generate_t4_rto_event,
  378. sctp_generate_t5_shutdown_guard_event,
  379. NULL,
  380. sctp_generate_sack_event,
  381. sctp_generate_autoclose_event,
  382. };
  383. /* RFC 2960 8.2 Path Failure Detection
  384. *
  385. * When its peer endpoint is multi-homed, an endpoint should keep a
  386. * error counter for each of the destination transport addresses of the
  387. * peer endpoint.
  388. *
  389. * Each time the T3-rtx timer expires on any address, or when a
  390. * HEARTBEAT sent to an idle address is not acknowledged within a RTO,
  391. * the error counter of that destination address will be incremented.
  392. * When the value in the error counter exceeds the protocol parameter
  393. * 'Path.Max.Retrans' of that destination address, the endpoint should
  394. * mark the destination transport address as inactive, and a
  395. * notification SHOULD be sent to the upper layer.
  396. *
  397. */
  398. static void sctp_do_8_2_transport_strike(sctp_cmd_seq_t *commands,
  399. struct sctp_association *asoc,
  400. struct sctp_transport *transport,
  401. int is_hb)
  402. {
  403. struct net *net = sock_net(asoc->base.sk);
  404. /* The check for association's overall error counter exceeding the
  405. * threshold is done in the state function.
  406. */
  407. /* We are here due to a timer expiration. If the timer was
  408. * not a HEARTBEAT, then normal error tracking is done.
  409. * If the timer was a heartbeat, we only increment error counts
  410. * when we already have an outstanding HEARTBEAT that has not
  411. * been acknowledged.
  412. * Additionally, some tranport states inhibit error increments.
  413. */
  414. if (!is_hb) {
  415. asoc->overall_error_count++;
  416. if (transport->state != SCTP_INACTIVE)
  417. transport->error_count++;
  418. } else if (transport->hb_sent) {
  419. if (transport->state != SCTP_UNCONFIRMED)
  420. asoc->overall_error_count++;
  421. if (transport->state != SCTP_INACTIVE)
  422. transport->error_count++;
  423. }
  424. /* If the transport error count is greater than the pf_retrans
  425. * threshold, and less than pathmaxrtx, and if the current state
  426. * is SCTP_ACTIVE, then mark this transport as Partially Failed,
  427. * see SCTP Quick Failover Draft, section 5.1
  428. */
  429. if (net->sctp.pf_enable &&
  430. (transport->state == SCTP_ACTIVE) &&
  431. (asoc->pf_retrans < transport->pathmaxrxt) &&
  432. (transport->error_count > asoc->pf_retrans)) {
  433. sctp_assoc_control_transport(asoc, transport,
  434. SCTP_TRANSPORT_PF,
  435. 0);
  436. /* Update the hb timer to resend a heartbeat every rto */
  437. sctp_cmd_hb_timer_update(commands, transport);
  438. }
  439. if (transport->state != SCTP_INACTIVE &&
  440. (transport->error_count > transport->pathmaxrxt)) {
  441. pr_debug("%s: association:%p transport addr:%pISpc failed\n",
  442. __func__, asoc, &transport->ipaddr.sa);
  443. sctp_assoc_control_transport(asoc, transport,
  444. SCTP_TRANSPORT_DOWN,
  445. SCTP_FAILED_THRESHOLD);
  446. }
  447. /* E2) For the destination address for which the timer
  448. * expires, set RTO <- RTO * 2 ("back off the timer"). The
  449. * maximum value discussed in rule C7 above (RTO.max) may be
  450. * used to provide an upper bound to this doubling operation.
  451. *
  452. * Special Case: the first HB doesn't trigger exponential backoff.
  453. * The first unacknowledged HB triggers it. We do this with a flag
  454. * that indicates that we have an outstanding HB.
  455. */
  456. if (!is_hb || transport->hb_sent) {
  457. transport->rto = min((transport->rto * 2), transport->asoc->rto_max);
  458. sctp_max_rto(asoc, transport);
  459. }
  460. }
  461. /* Worker routine to handle INIT command failure. */
  462. static void sctp_cmd_init_failed(sctp_cmd_seq_t *commands,
  463. struct sctp_association *asoc,
  464. unsigned int error)
  465. {
  466. struct sctp_ulpevent *event;
  467. event = sctp_ulpevent_make_assoc_change(asoc, 0, SCTP_CANT_STR_ASSOC,
  468. (__u16)error, 0, 0, NULL,
  469. GFP_ATOMIC);
  470. if (event)
  471. sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP,
  472. SCTP_ULPEVENT(event));
  473. sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
  474. SCTP_STATE(SCTP_STATE_CLOSED));
  475. /* SEND_FAILED sent later when cleaning up the association. */
  476. asoc->outqueue.error = error;
  477. sctp_add_cmd_sf(commands, SCTP_CMD_DELETE_TCB, SCTP_NULL());
  478. }
  479. /* Worker routine to handle SCTP_CMD_ASSOC_FAILED. */
  480. static void sctp_cmd_assoc_failed(sctp_cmd_seq_t *commands,
  481. struct sctp_association *asoc,
  482. sctp_event_t event_type,
  483. sctp_subtype_t subtype,
  484. struct sctp_chunk *chunk,
  485. unsigned int error)
  486. {
  487. struct sctp_ulpevent *event;
  488. struct sctp_chunk *abort;
  489. /* Cancel any partial delivery in progress. */
  490. sctp_ulpq_abort_pd(&asoc->ulpq, GFP_ATOMIC);
  491. if (event_type == SCTP_EVENT_T_CHUNK && subtype.chunk == SCTP_CID_ABORT)
  492. event = sctp_ulpevent_make_assoc_change(asoc, 0, SCTP_COMM_LOST,
  493. (__u16)error, 0, 0, chunk,
  494. GFP_ATOMIC);
  495. else
  496. event = sctp_ulpevent_make_assoc_change(asoc, 0, SCTP_COMM_LOST,
  497. (__u16)error, 0, 0, NULL,
  498. GFP_ATOMIC);
  499. if (event)
  500. sctp_add_cmd_sf(commands, SCTP_CMD_EVENT_ULP,
  501. SCTP_ULPEVENT(event));
  502. if (asoc->overall_error_count >= asoc->max_retrans) {
  503. abort = sctp_make_violation_max_retrans(asoc, chunk);
  504. if (abort)
  505. sctp_add_cmd_sf(commands, SCTP_CMD_REPLY,
  506. SCTP_CHUNK(abort));
  507. }
  508. sctp_add_cmd_sf(commands, SCTP_CMD_NEW_STATE,
  509. SCTP_STATE(SCTP_STATE_CLOSED));
  510. /* SEND_FAILED sent later when cleaning up the association. */
  511. asoc->outqueue.error = error;
  512. sctp_add_cmd_sf(commands, SCTP_CMD_DELETE_TCB, SCTP_NULL());
  513. }
  514. /* Process an init chunk (may be real INIT/INIT-ACK or an embedded INIT
  515. * inside the cookie. In reality, this is only used for INIT-ACK processing
  516. * since all other cases use "temporary" associations and can do all
  517. * their work in statefuns directly.
  518. */
  519. static int sctp_cmd_process_init(sctp_cmd_seq_t *commands,
  520. struct sctp_association *asoc,
  521. struct sctp_chunk *chunk,
  522. sctp_init_chunk_t *peer_init,
  523. gfp_t gfp)
  524. {
  525. int error;
  526. /* We only process the init as a sideeffect in a single
  527. * case. This is when we process the INIT-ACK. If we
  528. * fail during INIT processing (due to malloc problems),
  529. * just return the error and stop processing the stack.
  530. */
  531. if (!sctp_process_init(asoc, chunk, sctp_source(chunk), peer_init, gfp))
  532. error = -ENOMEM;
  533. else
  534. error = 0;
  535. return error;
  536. }
  537. /* Helper function to break out starting up of heartbeat timers. */
  538. static void sctp_cmd_hb_timers_start(sctp_cmd_seq_t *cmds,
  539. struct sctp_association *asoc)
  540. {
  541. struct sctp_transport *t;
  542. /* Start a heartbeat timer for each transport on the association.
  543. * hold a reference on the transport to make sure none of
  544. * the needed data structures go away.
  545. */
  546. list_for_each_entry(t, &asoc->peer.transport_addr_list, transports) {
  547. if (!mod_timer(&t->hb_timer, sctp_transport_timeout(t)))
  548. sctp_transport_hold(t);
  549. }
  550. }
  551. static void sctp_cmd_hb_timers_stop(sctp_cmd_seq_t *cmds,
  552. struct sctp_association *asoc)
  553. {
  554. struct sctp_transport *t;
  555. /* Stop all heartbeat timers. */
  556. list_for_each_entry(t, &asoc->peer.transport_addr_list,
  557. transports) {
  558. if (del_timer(&t->hb_timer))
  559. sctp_transport_put(t);
  560. }
  561. }
  562. /* Helper function to stop any pending T3-RTX timers */
  563. static void sctp_cmd_t3_rtx_timers_stop(sctp_cmd_seq_t *cmds,
  564. struct sctp_association *asoc)
  565. {
  566. struct sctp_transport *t;
  567. list_for_each_entry(t, &asoc->peer.transport_addr_list,
  568. transports) {
  569. if (del_timer(&t->T3_rtx_timer))
  570. sctp_transport_put(t);
  571. }
  572. }
  573. /* Helper function to update the heartbeat timer. */
  574. static void sctp_cmd_hb_timer_update(sctp_cmd_seq_t *cmds,
  575. struct sctp_transport *t)
  576. {
  577. /* Update the heartbeat timer. */
  578. if (!mod_timer(&t->hb_timer, sctp_transport_timeout(t)))
  579. sctp_transport_hold(t);
  580. }
  581. /* Helper function to handle the reception of an HEARTBEAT ACK. */
  582. static void sctp_cmd_transport_on(sctp_cmd_seq_t *cmds,
  583. struct sctp_association *asoc,
  584. struct sctp_transport *t,
  585. struct sctp_chunk *chunk)
  586. {
  587. sctp_sender_hb_info_t *hbinfo;
  588. int was_unconfirmed = 0;
  589. /* 8.3 Upon the receipt of the HEARTBEAT ACK, the sender of the
  590. * HEARTBEAT should clear the error counter of the destination
  591. * transport address to which the HEARTBEAT was sent.
  592. */
  593. t->error_count = 0;
  594. /*
  595. * Although RFC4960 specifies that the overall error count must
  596. * be cleared when a HEARTBEAT ACK is received, we make an
  597. * exception while in SHUTDOWN PENDING. If the peer keeps its
  598. * window shut forever, we may never be able to transmit our
  599. * outstanding data and rely on the retransmission limit be reached
  600. * to shutdown the association.
  601. */
  602. if (t->asoc->state < SCTP_STATE_SHUTDOWN_PENDING)
  603. t->asoc->overall_error_count = 0;
  604. /* Clear the hb_sent flag to signal that we had a good
  605. * acknowledgement.
  606. */
  607. t->hb_sent = 0;
  608. /* Mark the destination transport address as active if it is not so
  609. * marked.
  610. */
  611. if ((t->state == SCTP_INACTIVE) || (t->state == SCTP_UNCONFIRMED)) {
  612. was_unconfirmed = 1;
  613. sctp_assoc_control_transport(asoc, t, SCTP_TRANSPORT_UP,
  614. SCTP_HEARTBEAT_SUCCESS);
  615. }
  616. if (t->state == SCTP_PF)
  617. sctp_assoc_control_transport(asoc, t, SCTP_TRANSPORT_UP,
  618. SCTP_HEARTBEAT_SUCCESS);
  619. /* HB-ACK was received for a the proper HB. Consider this
  620. * forward progress.
  621. */
  622. if (t->dst)
  623. dst_confirm(t->dst);
  624. /* The receiver of the HEARTBEAT ACK should also perform an
  625. * RTT measurement for that destination transport address
  626. * using the time value carried in the HEARTBEAT ACK chunk.
  627. * If the transport's rto_pending variable has been cleared,
  628. * it was most likely due to a retransmit. However, we want
  629. * to re-enable it to properly update the rto.
  630. */
  631. if (t->rto_pending == 0)
  632. t->rto_pending = 1;
  633. hbinfo = (sctp_sender_hb_info_t *) chunk->skb->data;
  634. sctp_transport_update_rto(t, (jiffies - hbinfo->sent_at));
  635. /* Update the heartbeat timer. */
  636. if (!mod_timer(&t->hb_timer, sctp_transport_timeout(t)))
  637. sctp_transport_hold(t);
  638. if (was_unconfirmed && asoc->peer.transport_count == 1)
  639. sctp_transport_immediate_rtx(t);
  640. }
  641. /* Helper function to process the process SACK command. */
  642. static int sctp_cmd_process_sack(sctp_cmd_seq_t *cmds,
  643. struct sctp_association *asoc,
  644. struct sctp_chunk *chunk)
  645. {
  646. int err = 0;
  647. if (sctp_outq_sack(&asoc->outqueue, chunk)) {
  648. struct net *net = sock_net(asoc->base.sk);
  649. /* There are no more TSNs awaiting SACK. */
  650. err = sctp_do_sm(net, SCTP_EVENT_T_OTHER,
  651. SCTP_ST_OTHER(SCTP_EVENT_NO_PENDING_TSN),
  652. asoc->state, asoc->ep, asoc, NULL,
  653. GFP_ATOMIC);
  654. }
  655. return err;
  656. }
  657. /* Helper function to set the timeout value for T2-SHUTDOWN timer and to set
  658. * the transport for a shutdown chunk.
  659. */
  660. static void sctp_cmd_setup_t2(sctp_cmd_seq_t *cmds,
  661. struct sctp_association *asoc,
  662. struct sctp_chunk *chunk)
  663. {
  664. struct sctp_transport *t;
  665. if (chunk->transport)
  666. t = chunk->transport;
  667. else {
  668. t = sctp_assoc_choose_alter_transport(asoc,
  669. asoc->shutdown_last_sent_to);
  670. chunk->transport = t;
  671. }
  672. asoc->shutdown_last_sent_to = t;
  673. asoc->timeouts[SCTP_EVENT_TIMEOUT_T2_SHUTDOWN] = t->rto;
  674. }
  675. /* Helper function to change the state of an association. */
  676. static void sctp_cmd_new_state(sctp_cmd_seq_t *cmds,
  677. struct sctp_association *asoc,
  678. sctp_state_t state)
  679. {
  680. struct sock *sk = asoc->base.sk;
  681. asoc->state = state;
  682. pr_debug("%s: asoc:%p[%s]\n", __func__, asoc, sctp_state_tbl[state]);
  683. if (sctp_style(sk, TCP)) {
  684. /* Change the sk->sk_state of a TCP-style socket that has
  685. * successfully completed a connect() call.
  686. */
  687. if (sctp_state(asoc, ESTABLISHED) && sctp_sstate(sk, CLOSED))
  688. sk->sk_state = SCTP_SS_ESTABLISHED;
  689. /* Set the RCV_SHUTDOWN flag when a SHUTDOWN is received. */
  690. if (sctp_state(asoc, SHUTDOWN_RECEIVED) &&
  691. sctp_sstate(sk, ESTABLISHED))
  692. sk->sk_shutdown |= RCV_SHUTDOWN;
  693. }
  694. if (sctp_state(asoc, COOKIE_WAIT)) {
  695. /* Reset init timeouts since they may have been
  696. * increased due to timer expirations.
  697. */
  698. asoc->timeouts[SCTP_EVENT_TIMEOUT_T1_INIT] =
  699. asoc->rto_initial;
  700. asoc->timeouts[SCTP_EVENT_TIMEOUT_T1_COOKIE] =
  701. asoc->rto_initial;
  702. }
  703. if (sctp_state(asoc, ESTABLISHED) ||
  704. sctp_state(asoc, CLOSED) ||
  705. sctp_state(asoc, SHUTDOWN_RECEIVED)) {
  706. /* Wake up any processes waiting in the asoc's wait queue in
  707. * sctp_wait_for_connect() or sctp_wait_for_sndbuf().
  708. */
  709. if (waitqueue_active(&asoc->wait))
  710. wake_up_interruptible(&asoc->wait);
  711. /* Wake up any processes waiting in the sk's sleep queue of
  712. * a TCP-style or UDP-style peeled-off socket in
  713. * sctp_wait_for_accept() or sctp_wait_for_packet().
  714. * For a UDP-style socket, the waiters are woken up by the
  715. * notifications.
  716. */
  717. if (!sctp_style(sk, UDP))
  718. sk->sk_state_change(sk);
  719. }
  720. }
  721. /* Helper function to delete an association. */
  722. static void sctp_cmd_delete_tcb(sctp_cmd_seq_t *cmds,
  723. struct sctp_association *asoc)
  724. {
  725. struct sock *sk = asoc->base.sk;
  726. /* If it is a non-temporary association belonging to a TCP-style
  727. * listening socket that is not closed, do not free it so that accept()
  728. * can pick it up later.
  729. */
  730. if (sctp_style(sk, TCP) && sctp_sstate(sk, LISTENING) &&
  731. (!asoc->temp) && (sk->sk_shutdown != SHUTDOWN_MASK))
  732. return;
  733. sctp_association_free(asoc);
  734. }
  735. /*
  736. * ADDIP Section 4.1 ASCONF Chunk Procedures
  737. * A4) Start a T-4 RTO timer, using the RTO value of the selected
  738. * destination address (we use active path instead of primary path just
  739. * because primary path may be inactive.
  740. */
  741. static void sctp_cmd_setup_t4(sctp_cmd_seq_t *cmds,
  742. struct sctp_association *asoc,
  743. struct sctp_chunk *chunk)
  744. {
  745. struct sctp_transport *t;
  746. t = sctp_assoc_choose_alter_transport(asoc, chunk->transport);
  747. asoc->timeouts[SCTP_EVENT_TIMEOUT_T4_RTO] = t->rto;
  748. chunk->transport = t;
  749. }
  750. /* Process an incoming Operation Error Chunk. */
  751. static void sctp_cmd_process_operr(sctp_cmd_seq_t *cmds,
  752. struct sctp_association *asoc,
  753. struct sctp_chunk *chunk)
  754. {
  755. struct sctp_errhdr *err_hdr;
  756. struct sctp_ulpevent *ev;
  757. while (chunk->chunk_end > chunk->skb->data) {
  758. err_hdr = (struct sctp_errhdr *)(chunk->skb->data);
  759. ev = sctp_ulpevent_make_remote_error(asoc, chunk, 0,
  760. GFP_ATOMIC);
  761. if (!ev)
  762. return;
  763. sctp_ulpq_tail_event(&asoc->ulpq, ev);
  764. switch (err_hdr->cause) {
  765. case SCTP_ERROR_UNKNOWN_CHUNK:
  766. {
  767. sctp_chunkhdr_t *unk_chunk_hdr;
  768. unk_chunk_hdr = (sctp_chunkhdr_t *)err_hdr->variable;
  769. switch (unk_chunk_hdr->type) {
  770. /* ADDIP 4.1 A9) If the peer responds to an ASCONF with
  771. * an ERROR chunk reporting that it did not recognized
  772. * the ASCONF chunk type, the sender of the ASCONF MUST
  773. * NOT send any further ASCONF chunks and MUST stop its
  774. * T-4 timer.
  775. */
  776. case SCTP_CID_ASCONF:
  777. if (asoc->peer.asconf_capable == 0)
  778. break;
  779. asoc->peer.asconf_capable = 0;
  780. sctp_add_cmd_sf(cmds, SCTP_CMD_TIMER_STOP,
  781. SCTP_TO(SCTP_EVENT_TIMEOUT_T4_RTO));
  782. break;
  783. default:
  784. break;
  785. }
  786. break;
  787. }
  788. default:
  789. break;
  790. }
  791. }
  792. }
  793. /* Process variable FWDTSN chunk information. */
  794. static void sctp_cmd_process_fwdtsn(struct sctp_ulpq *ulpq,
  795. struct sctp_chunk *chunk)
  796. {
  797. struct sctp_fwdtsn_skip *skip;
  798. /* Walk through all the skipped SSNs */
  799. sctp_walk_fwdtsn(skip, chunk) {
  800. sctp_ulpq_skip(ulpq, ntohs(skip->stream), ntohs(skip->ssn));
  801. }
  802. }
  803. /* Helper function to remove the association non-primary peer
  804. * transports.
  805. */
  806. static void sctp_cmd_del_non_primary(struct sctp_association *asoc)
  807. {
  808. struct sctp_transport *t;
  809. struct list_head *pos;
  810. struct list_head *temp;
  811. list_for_each_safe(pos, temp, &asoc->peer.transport_addr_list) {
  812. t = list_entry(pos, struct sctp_transport, transports);
  813. if (!sctp_cmp_addr_exact(&t->ipaddr,
  814. &asoc->peer.primary_addr)) {
  815. sctp_assoc_rm_peer(asoc, t);
  816. }
  817. }
  818. }
  819. /* Helper function to set sk_err on a 1-1 style socket. */
  820. static void sctp_cmd_set_sk_err(struct sctp_association *asoc, int error)
  821. {
  822. struct sock *sk = asoc->base.sk;
  823. if (!sctp_style(sk, UDP))
  824. sk->sk_err = error;
  825. }
  826. /* Helper function to generate an association change event */
  827. static void sctp_cmd_assoc_change(sctp_cmd_seq_t *commands,
  828. struct sctp_association *asoc,
  829. u8 state)
  830. {
  831. struct sctp_ulpevent *ev;
  832. ev = sctp_ulpevent_make_assoc_change(asoc, 0, state, 0,
  833. asoc->c.sinit_num_ostreams,
  834. asoc->c.sinit_max_instreams,
  835. NULL, GFP_ATOMIC);
  836. if (ev)
  837. sctp_ulpq_tail_event(&asoc->ulpq, ev);
  838. }
  839. /* Helper function to generate an adaptation indication event */
  840. static void sctp_cmd_adaptation_ind(sctp_cmd_seq_t *commands,
  841. struct sctp_association *asoc)
  842. {
  843. struct sctp_ulpevent *ev;
  844. ev = sctp_ulpevent_make_adaptation_indication(asoc, GFP_ATOMIC);
  845. if (ev)
  846. sctp_ulpq_tail_event(&asoc->ulpq, ev);
  847. }
  848. static void sctp_cmd_t1_timer_update(struct sctp_association *asoc,
  849. sctp_event_timeout_t timer,
  850. char *name)
  851. {
  852. struct sctp_transport *t;
  853. t = asoc->init_last_sent_to;
  854. asoc->init_err_counter++;
  855. if (t->init_sent_count > (asoc->init_cycle + 1)) {
  856. asoc->timeouts[timer] *= 2;
  857. if (asoc->timeouts[timer] > asoc->max_init_timeo) {
  858. asoc->timeouts[timer] = asoc->max_init_timeo;
  859. }
  860. asoc->init_cycle++;
  861. pr_debug("%s: T1[%s] timeout adjustment init_err_counter:%d"
  862. " cycle:%d timeout:%ld\n", __func__, name,
  863. asoc->init_err_counter, asoc->init_cycle,
  864. asoc->timeouts[timer]);
  865. }
  866. }
  867. /* Send the whole message, chunk by chunk, to the outqueue.
  868. * This way the whole message is queued up and bundling if
  869. * encouraged for small fragments.
  870. */
  871. static int sctp_cmd_send_msg(struct sctp_association *asoc,
  872. struct sctp_datamsg *msg)
  873. {
  874. struct sctp_chunk *chunk;
  875. int error = 0;
  876. list_for_each_entry(chunk, &msg->chunks, frag_list) {
  877. error = sctp_outq_tail(&asoc->outqueue, chunk);
  878. if (error)
  879. break;
  880. }
  881. return error;
  882. }
  883. /* Sent the next ASCONF packet currently stored in the association.
  884. * This happens after the ASCONF_ACK was succeffully processed.
  885. */
  886. static void sctp_cmd_send_asconf(struct sctp_association *asoc)
  887. {
  888. struct net *net = sock_net(asoc->base.sk);
  889. /* Send the next asconf chunk from the addip chunk
  890. * queue.
  891. */
  892. if (!list_empty(&asoc->addip_chunk_list)) {
  893. struct list_head *entry = asoc->addip_chunk_list.next;
  894. struct sctp_chunk *asconf = list_entry(entry,
  895. struct sctp_chunk, list);
  896. list_del_init(entry);
  897. /* Hold the chunk until an ASCONF_ACK is received. */
  898. sctp_chunk_hold(asconf);
  899. if (sctp_primitive_ASCONF(net, asoc, asconf))
  900. sctp_chunk_free(asconf);
  901. else
  902. asoc->addip_last_asconf = asconf;
  903. }
  904. }
  905. /* These three macros allow us to pull the debugging code out of the
  906. * main flow of sctp_do_sm() to keep attention focused on the real
  907. * functionality there.
  908. */
  909. #define debug_pre_sfn() \
  910. pr_debug("%s[pre-fn]: ep:%p, %s, %s, asoc:%p[%s], %s\n", __func__, \
  911. ep, sctp_evttype_tbl[event_type], (*debug_fn)(subtype), \
  912. asoc, sctp_state_tbl[state], state_fn->name)
  913. #define debug_post_sfn() \
  914. pr_debug("%s[post-fn]: asoc:%p, status:%s\n", __func__, asoc, \
  915. sctp_status_tbl[status])
  916. #define debug_post_sfx() \
  917. pr_debug("%s[post-sfx]: error:%d, asoc:%p[%s]\n", __func__, error, \
  918. asoc, sctp_state_tbl[(asoc && sctp_id2assoc(ep->base.sk, \
  919. sctp_assoc2id(asoc))) ? asoc->state : SCTP_STATE_CLOSED])
  920. /*
  921. * This is the master state machine processing function.
  922. *
  923. * If you want to understand all of lksctp, this is a
  924. * good place to start.
  925. */
  926. int sctp_do_sm(struct net *net, sctp_event_t event_type, sctp_subtype_t subtype,
  927. sctp_state_t state,
  928. struct sctp_endpoint *ep,
  929. struct sctp_association *asoc,
  930. void *event_arg,
  931. gfp_t gfp)
  932. {
  933. sctp_cmd_seq_t commands;
  934. const sctp_sm_table_entry_t *state_fn;
  935. sctp_disposition_t status;
  936. int error = 0;
  937. typedef const char *(printfn_t)(sctp_subtype_t);
  938. static printfn_t *table[] = {
  939. NULL, sctp_cname, sctp_tname, sctp_oname, sctp_pname,
  940. };
  941. printfn_t *debug_fn __attribute__ ((unused)) = table[event_type];
  942. /* Look up the state function, run it, and then process the
  943. * side effects. These three steps are the heart of lksctp.
  944. */
  945. state_fn = sctp_sm_lookup_event(net, event_type, state, subtype);
  946. sctp_init_cmd_seq(&commands);
  947. debug_pre_sfn();
  948. status = state_fn->fn(net, ep, asoc, subtype, event_arg, &commands);
  949. debug_post_sfn();
  950. error = sctp_side_effects(event_type, subtype, state,
  951. ep, &asoc, event_arg, status,
  952. &commands, gfp);
  953. debug_post_sfx();
  954. return error;
  955. }
  956. /*****************************************************************
  957. * This the master state function side effect processing function.
  958. *****************************************************************/
  959. static int sctp_side_effects(sctp_event_t event_type, sctp_subtype_t subtype,
  960. sctp_state_t state,
  961. struct sctp_endpoint *ep,
  962. struct sctp_association **asoc,
  963. void *event_arg,
  964. sctp_disposition_t status,
  965. sctp_cmd_seq_t *commands,
  966. gfp_t gfp)
  967. {
  968. int error;
  969. /* FIXME - Most of the dispositions left today would be categorized
  970. * as "exceptional" dispositions. For those dispositions, it
  971. * may not be proper to run through any of the commands at all.
  972. * For example, the command interpreter might be run only with
  973. * disposition SCTP_DISPOSITION_CONSUME.
  974. */
  975. if (0 != (error = sctp_cmd_interpreter(event_type, subtype, state,
  976. ep, *asoc,
  977. event_arg, status,
  978. commands, gfp)))
  979. goto bail;
  980. switch (status) {
  981. case SCTP_DISPOSITION_DISCARD:
  982. pr_debug("%s: ignored sctp protocol event - state:%d, "
  983. "event_type:%d, event_id:%d\n", __func__, state,
  984. event_type, subtype.chunk);
  985. break;
  986. case SCTP_DISPOSITION_NOMEM:
  987. /* We ran out of memory, so we need to discard this
  988. * packet.
  989. */
  990. /* BUG--we should now recover some memory, probably by
  991. * reneging...
  992. */
  993. error = -ENOMEM;
  994. break;
  995. case SCTP_DISPOSITION_DELETE_TCB:
  996. case SCTP_DISPOSITION_ABORT:
  997. /* This should now be a command. */
  998. *asoc = NULL;
  999. break;
  1000. case SCTP_DISPOSITION_CONSUME:
  1001. /*
  1002. * We should no longer have much work to do here as the
  1003. * real work has been done as explicit commands above.
  1004. */
  1005. break;
  1006. case SCTP_DISPOSITION_VIOLATION:
  1007. net_err_ratelimited("protocol violation state %d chunkid %d\n",
  1008. state, subtype.chunk);
  1009. break;
  1010. case SCTP_DISPOSITION_NOT_IMPL:
  1011. pr_warn("unimplemented feature in state %d, event_type %d, event_id %d\n",
  1012. state, event_type, subtype.chunk);
  1013. break;
  1014. case SCTP_DISPOSITION_BUG:
  1015. pr_err("bug in state %d, event_type %d, event_id %d\n",
  1016. state, event_type, subtype.chunk);
  1017. BUG();
  1018. break;
  1019. default:
  1020. pr_err("impossible disposition %d in state %d, event_type %d, event_id %d\n",
  1021. status, state, event_type, subtype.chunk);
  1022. BUG();
  1023. break;
  1024. }
  1025. bail:
  1026. return error;
  1027. }
  1028. /********************************************************************
  1029. * 2nd Level Abstractions
  1030. ********************************************************************/
  1031. /* This is the side-effect interpreter. */
  1032. static int sctp_cmd_interpreter(sctp_event_t event_type,
  1033. sctp_subtype_t subtype,
  1034. sctp_state_t state,
  1035. struct sctp_endpoint *ep,
  1036. struct sctp_association *asoc,
  1037. void *event_arg,
  1038. sctp_disposition_t status,
  1039. sctp_cmd_seq_t *commands,
  1040. gfp_t gfp)
  1041. {
  1042. int error = 0;
  1043. int force;
  1044. sctp_cmd_t *cmd;
  1045. struct sctp_chunk *new_obj;
  1046. struct sctp_chunk *chunk = NULL;
  1047. struct sctp_packet *packet;
  1048. struct timer_list *timer;
  1049. unsigned long timeout;
  1050. struct sctp_transport *t;
  1051. struct sctp_sackhdr sackh;
  1052. int local_cork = 0;
  1053. if (SCTP_EVENT_T_TIMEOUT != event_type)
  1054. chunk = event_arg;
  1055. /* Note: This whole file is a huge candidate for rework.
  1056. * For example, each command could either have its own handler, so
  1057. * the loop would look like:
  1058. * while (cmds)
  1059. * cmd->handle(x, y, z)
  1060. * --jgrimm
  1061. */
  1062. while (NULL != (cmd = sctp_next_cmd(commands))) {
  1063. switch (cmd->verb) {
  1064. case SCTP_CMD_NOP:
  1065. /* Do nothing. */
  1066. break;
  1067. case SCTP_CMD_NEW_ASOC:
  1068. /* Register a new association. */
  1069. if (local_cork) {
  1070. sctp_outq_uncork(&asoc->outqueue);
  1071. local_cork = 0;
  1072. }
  1073. /* Register with the endpoint. */
  1074. asoc = cmd->obj.asoc;
  1075. BUG_ON(asoc->peer.primary_path == NULL);
  1076. sctp_endpoint_add_asoc(ep, asoc);
  1077. break;
  1078. case SCTP_CMD_UPDATE_ASSOC:
  1079. sctp_assoc_update(asoc, cmd->obj.asoc);
  1080. break;
  1081. case SCTP_CMD_PURGE_OUTQUEUE:
  1082. sctp_outq_teardown(&asoc->outqueue);
  1083. break;
  1084. case SCTP_CMD_DELETE_TCB:
  1085. if (local_cork) {
  1086. sctp_outq_uncork(&asoc->outqueue);
  1087. local_cork = 0;
  1088. }
  1089. /* Delete the current association. */
  1090. sctp_cmd_delete_tcb(commands, asoc);
  1091. asoc = NULL;
  1092. break;
  1093. case SCTP_CMD_NEW_STATE:
  1094. /* Enter a new state. */
  1095. sctp_cmd_new_state(commands, asoc, cmd->obj.state);
  1096. break;
  1097. case SCTP_CMD_REPORT_TSN:
  1098. /* Record the arrival of a TSN. */
  1099. error = sctp_tsnmap_mark(&asoc->peer.tsn_map,
  1100. cmd->obj.u32, NULL);
  1101. break;
  1102. case SCTP_CMD_REPORT_FWDTSN:
  1103. /* Move the Cumulattive TSN Ack ahead. */
  1104. sctp_tsnmap_skip(&asoc->peer.tsn_map, cmd->obj.u32);
  1105. /* purge the fragmentation queue */
  1106. sctp_ulpq_reasm_flushtsn(&asoc->ulpq, cmd->obj.u32);
  1107. /* Abort any in progress partial delivery. */
  1108. sctp_ulpq_abort_pd(&asoc->ulpq, GFP_ATOMIC);
  1109. break;
  1110. case SCTP_CMD_PROCESS_FWDTSN:
  1111. sctp_cmd_process_fwdtsn(&asoc->ulpq, cmd->obj.chunk);
  1112. break;
  1113. case SCTP_CMD_GEN_SACK:
  1114. /* Generate a Selective ACK.
  1115. * The argument tells us whether to just count
  1116. * the packet and MAYBE generate a SACK, or
  1117. * force a SACK out.
  1118. */
  1119. force = cmd->obj.i32;
  1120. error = sctp_gen_sack(asoc, force, commands);
  1121. break;
  1122. case SCTP_CMD_PROCESS_SACK:
  1123. /* Process an inbound SACK. */
  1124. error = sctp_cmd_process_sack(commands, asoc,
  1125. cmd->obj.chunk);
  1126. break;
  1127. case SCTP_CMD_GEN_INIT_ACK:
  1128. /* Generate an INIT ACK chunk. */
  1129. new_obj = sctp_make_init_ack(asoc, chunk, GFP_ATOMIC,
  1130. 0);
  1131. if (!new_obj)
  1132. goto nomem;
  1133. sctp_add_cmd_sf(commands, SCTP_CMD_REPLY,
  1134. SCTP_CHUNK(new_obj));
  1135. break;
  1136. case SCTP_CMD_PEER_INIT:
  1137. /* Process a unified INIT from the peer.
  1138. * Note: Only used during INIT-ACK processing. If
  1139. * there is an error just return to the outter
  1140. * layer which will bail.
  1141. */
  1142. error = sctp_cmd_process_init(commands, asoc, chunk,
  1143. cmd->obj.init, gfp);
  1144. break;
  1145. case SCTP_CMD_GEN_COOKIE_ECHO:
  1146. /* Generate a COOKIE ECHO chunk. */
  1147. new_obj = sctp_make_cookie_echo(asoc, chunk);
  1148. if (!new_obj) {
  1149. if (cmd->obj.chunk)
  1150. sctp_chunk_free(cmd->obj.chunk);
  1151. goto nomem;
  1152. }
  1153. sctp_add_cmd_sf(commands, SCTP_CMD_REPLY,
  1154. SCTP_CHUNK(new_obj));
  1155. /* If there is an ERROR chunk to be sent along with
  1156. * the COOKIE_ECHO, send it, too.
  1157. */
  1158. if (cmd->obj.chunk)
  1159. sctp_add_cmd_sf(commands, SCTP_CMD_REPLY,
  1160. SCTP_CHUNK(cmd->obj.chunk));
  1161. if (new_obj->transport) {
  1162. new_obj->transport->init_sent_count++;
  1163. asoc->init_last_sent_to = new_obj->transport;
  1164. }
  1165. /* FIXME - Eventually come up with a cleaner way to
  1166. * enabling COOKIE-ECHO + DATA bundling during
  1167. * multihoming stale cookie scenarios, the following
  1168. * command plays with asoc->peer.retran_path to
  1169. * avoid the problem of sending the COOKIE-ECHO and
  1170. * DATA in different paths, which could result
  1171. * in the association being ABORTed if the DATA chunk
  1172. * is processed first by the server. Checking the
  1173. * init error counter simply causes this command
  1174. * to be executed only during failed attempts of
  1175. * association establishment.
  1176. */
  1177. if ((asoc->peer.retran_path !=
  1178. asoc->peer.primary_path) &&
  1179. (asoc->init_err_counter > 0)) {
  1180. sctp_add_cmd_sf(commands,
  1181. SCTP_CMD_FORCE_PRIM_RETRAN,
  1182. SCTP_NULL());
  1183. }
  1184. break;
  1185. case SCTP_CMD_GEN_SHUTDOWN:
  1186. /* Generate SHUTDOWN when in SHUTDOWN_SENT state.
  1187. * Reset error counts.
  1188. */
  1189. asoc->overall_error_count = 0;
  1190. /* Generate a SHUTDOWN chunk. */
  1191. new_obj = sctp_make_shutdown(asoc, chunk);
  1192. if (!new_obj)
  1193. goto nomem;
  1194. sctp_add_cmd_sf(commands, SCTP_CMD_REPLY,
  1195. SCTP_CHUNK(new_obj));
  1196. break;
  1197. case SCTP_CMD_CHUNK_ULP:
  1198. /* Send a chunk to the sockets layer. */
  1199. pr_debug("%s: sm_sideff: chunk_up:%p, ulpq:%p\n",
  1200. __func__, cmd->obj.chunk, &asoc->ulpq);
  1201. sctp_ulpq_tail_data(&asoc->ulpq, cmd->obj.chunk,
  1202. GFP_ATOMIC);
  1203. break;
  1204. case SCTP_CMD_EVENT_ULP:
  1205. /* Send a notification to the sockets layer. */
  1206. pr_debug("%s: sm_sideff: event_up:%p, ulpq:%p\n",
  1207. __func__, cmd->obj.ulpevent, &asoc->ulpq);
  1208. sctp_ulpq_tail_event(&asoc->ulpq, cmd->obj.ulpevent);
  1209. break;
  1210. case SCTP_CMD_REPLY:
  1211. /* If an caller has not already corked, do cork. */
  1212. if (!asoc->outqueue.cork) {
  1213. sctp_outq_cork(&asoc->outqueue);
  1214. local_cork = 1;
  1215. }
  1216. /* Send a chunk to our peer. */
  1217. error = sctp_outq_tail(&asoc->outqueue, cmd->obj.chunk);
  1218. break;
  1219. case SCTP_CMD_SEND_PKT:
  1220. /* Send a full packet to our peer. */
  1221. packet = cmd->obj.packet;
  1222. sctp_packet_transmit(packet);
  1223. sctp_ootb_pkt_free(packet);
  1224. break;
  1225. case SCTP_CMD_T1_RETRAN:
  1226. /* Mark a transport for retransmission. */
  1227. sctp_retransmit(&asoc->outqueue, cmd->obj.transport,
  1228. SCTP_RTXR_T1_RTX);
  1229. break;
  1230. case SCTP_CMD_RETRAN:
  1231. /* Mark a transport for retransmission. */
  1232. sctp_retransmit(&asoc->outqueue, cmd->obj.transport,
  1233. SCTP_RTXR_T3_RTX);
  1234. break;
  1235. case SCTP_CMD_ECN_CE:
  1236. /* Do delayed CE processing. */
  1237. sctp_do_ecn_ce_work(asoc, cmd->obj.u32);
  1238. break;
  1239. case SCTP_CMD_ECN_ECNE:
  1240. /* Do delayed ECNE processing. */
  1241. new_obj = sctp_do_ecn_ecne_work(asoc, cmd->obj.u32,
  1242. chunk);
  1243. if (new_obj)
  1244. sctp_add_cmd_sf(commands, SCTP_CMD_REPLY,
  1245. SCTP_CHUNK(new_obj));
  1246. break;
  1247. case SCTP_CMD_ECN_CWR:
  1248. /* Do delayed CWR processing. */
  1249. sctp_do_ecn_cwr_work(asoc, cmd->obj.u32);
  1250. break;
  1251. case SCTP_CMD_SETUP_T2:
  1252. sctp_cmd_setup_t2(commands, asoc, cmd->obj.chunk);
  1253. break;
  1254. case SCTP_CMD_TIMER_START_ONCE:
  1255. timer = &asoc->timers[cmd->obj.to];
  1256. if (timer_pending(timer))
  1257. break;
  1258. /* fall through */
  1259. case SCTP_CMD_TIMER_START:
  1260. timer = &asoc->timers[cmd->obj.to];
  1261. timeout = asoc->timeouts[cmd->obj.to];
  1262. BUG_ON(!timeout);
  1263. timer->expires = jiffies + timeout;
  1264. sctp_association_hold(asoc);
  1265. add_timer(timer);
  1266. break;
  1267. case SCTP_CMD_TIMER_RESTART:
  1268. timer = &asoc->timers[cmd->obj.to];
  1269. timeout = asoc->timeouts[cmd->obj.to];
  1270. if (!mod_timer(timer, jiffies + timeout))
  1271. sctp_association_hold(asoc);
  1272. break;
  1273. case SCTP_CMD_TIMER_STOP:
  1274. timer = &asoc->timers[cmd->obj.to];
  1275. if (del_timer(timer))
  1276. sctp_association_put(asoc);
  1277. break;
  1278. case SCTP_CMD_INIT_CHOOSE_TRANSPORT:
  1279. chunk = cmd->obj.chunk;
  1280. t = sctp_assoc_choose_alter_transport(asoc,
  1281. asoc->init_last_sent_to);
  1282. asoc->init_last_sent_to = t;
  1283. chunk->transport = t;
  1284. t->init_sent_count++;
  1285. /* Set the new transport as primary */
  1286. sctp_assoc_set_primary(asoc, t);
  1287. break;
  1288. case SCTP_CMD_INIT_RESTART:
  1289. /* Do the needed accounting and updates
  1290. * associated with restarting an initialization
  1291. * timer. Only multiply the timeout by two if
  1292. * all transports have been tried at the current
  1293. * timeout.
  1294. */
  1295. sctp_cmd_t1_timer_update(asoc,
  1296. SCTP_EVENT_TIMEOUT_T1_INIT,
  1297. "INIT");
  1298. sctp_add_cmd_sf(commands, SCTP_CMD_TIMER_RESTART,
  1299. SCTP_TO(SCTP_EVENT_TIMEOUT_T1_INIT));
  1300. break;
  1301. case SCTP_CMD_COOKIEECHO_RESTART:
  1302. /* Do the needed accounting and updates
  1303. * associated with restarting an initialization
  1304. * timer. Only multiply the timeout by two if
  1305. * all transports have been tried at the current
  1306. * timeout.
  1307. */
  1308. sctp_cmd_t1_timer_update(asoc,
  1309. SCTP_EVENT_TIMEOUT_T1_COOKIE,
  1310. "COOKIE");
  1311. /* If we've sent any data bundled with
  1312. * COOKIE-ECHO we need to resend.
  1313. */
  1314. list_for_each_entry(t, &asoc->peer.transport_addr_list,
  1315. transports) {
  1316. sctp_retransmit_mark(&asoc->outqueue, t,
  1317. SCTP_RTXR_T1_RTX);
  1318. }
  1319. sctp_add_cmd_sf(commands,
  1320. SCTP_CMD_TIMER_RESTART,
  1321. SCTP_TO(SCTP_EVENT_TIMEOUT_T1_COOKIE));
  1322. break;
  1323. case SCTP_CMD_INIT_FAILED:
  1324. sctp_cmd_init_failed(commands, asoc, cmd->obj.err);
  1325. break;
  1326. case SCTP_CMD_ASSOC_FAILED:
  1327. sctp_cmd_assoc_failed(commands, asoc, event_type,
  1328. subtype, chunk, cmd->obj.err);
  1329. break;
  1330. case SCTP_CMD_INIT_COUNTER_INC:
  1331. asoc->init_err_counter++;
  1332. break;
  1333. case SCTP_CMD_INIT_COUNTER_RESET:
  1334. asoc->init_err_counter = 0;
  1335. asoc->init_cycle = 0;
  1336. list_for_each_entry(t, &asoc->peer.transport_addr_list,
  1337. transports) {
  1338. t->init_sent_count = 0;
  1339. }
  1340. break;
  1341. case SCTP_CMD_REPORT_DUP:
  1342. sctp_tsnmap_mark_dup(&asoc->peer.tsn_map,
  1343. cmd->obj.u32);
  1344. break;
  1345. case SCTP_CMD_REPORT_BAD_TAG:
  1346. pr_debug("%s: vtag mismatch!\n", __func__);
  1347. break;
  1348. case SCTP_CMD_STRIKE:
  1349. /* Mark one strike against a transport. */
  1350. sctp_do_8_2_transport_strike(commands, asoc,
  1351. cmd->obj.transport, 0);
  1352. break;
  1353. case SCTP_CMD_TRANSPORT_IDLE:
  1354. t = cmd->obj.transport;
  1355. sctp_transport_lower_cwnd(t, SCTP_LOWER_CWND_INACTIVE);
  1356. break;
  1357. case SCTP_CMD_TRANSPORT_HB_SENT:
  1358. t = cmd->obj.transport;
  1359. sctp_do_8_2_transport_strike(commands, asoc,
  1360. t, 1);
  1361. t->hb_sent = 1;
  1362. break;
  1363. case SCTP_CMD_TRANSPORT_ON:
  1364. t = cmd->obj.transport;
  1365. sctp_cmd_transport_on(commands, asoc, t, chunk);
  1366. break;
  1367. case SCTP_CMD_HB_TIMERS_START:
  1368. sctp_cmd_hb_timers_start(commands, asoc);
  1369. break;
  1370. case SCTP_CMD_HB_TIMER_UPDATE:
  1371. t = cmd->obj.transport;
  1372. sctp_cmd_hb_timer_update(commands, t);
  1373. break;
  1374. case SCTP_CMD_HB_TIMERS_STOP:
  1375. sctp_cmd_hb_timers_stop(commands, asoc);
  1376. break;
  1377. case SCTP_CMD_REPORT_ERROR:
  1378. error = cmd->obj.error;
  1379. break;
  1380. case SCTP_CMD_PROCESS_CTSN:
  1381. /* Dummy up a SACK for processing. */
  1382. sackh.cum_tsn_ack = cmd->obj.be32;
  1383. sackh.a_rwnd = asoc->peer.rwnd +
  1384. asoc->outqueue.outstanding_bytes;
  1385. sackh.num_gap_ack_blocks = 0;
  1386. sackh.num_dup_tsns = 0;
  1387. chunk->subh.sack_hdr = &sackh;
  1388. sctp_add_cmd_sf(commands, SCTP_CMD_PROCESS_SACK,
  1389. SCTP_CHUNK(chunk));
  1390. break;
  1391. case SCTP_CMD_DISCARD_PACKET:
  1392. /* We need to discard the whole packet.
  1393. * Uncork the queue since there might be
  1394. * responses pending
  1395. */
  1396. chunk->pdiscard = 1;
  1397. if (asoc) {
  1398. sctp_outq_uncork(&asoc->outqueue);
  1399. local_cork = 0;
  1400. }
  1401. break;
  1402. case SCTP_CMD_RTO_PENDING:
  1403. t = cmd->obj.transport;
  1404. t->rto_pending = 1;
  1405. break;
  1406. case SCTP_CMD_PART_DELIVER:
  1407. sctp_ulpq_partial_delivery(&asoc->ulpq, GFP_ATOMIC);
  1408. break;
  1409. case SCTP_CMD_RENEGE:
  1410. sctp_ulpq_renege(&asoc->ulpq, cmd->obj.chunk,
  1411. GFP_ATOMIC);
  1412. break;
  1413. case SCTP_CMD_SETUP_T4:
  1414. sctp_cmd_setup_t4(commands, asoc, cmd->obj.chunk);
  1415. break;
  1416. case SCTP_CMD_PROCESS_OPERR:
  1417. sctp_cmd_process_operr(commands, asoc, chunk);
  1418. break;
  1419. case SCTP_CMD_CLEAR_INIT_TAG:
  1420. asoc->peer.i.init_tag = 0;
  1421. break;
  1422. case SCTP_CMD_DEL_NON_PRIMARY:
  1423. sctp_cmd_del_non_primary(asoc);
  1424. break;
  1425. case SCTP_CMD_T3_RTX_TIMERS_STOP:
  1426. sctp_cmd_t3_rtx_timers_stop(commands, asoc);
  1427. break;
  1428. case SCTP_CMD_FORCE_PRIM_RETRAN:
  1429. t = asoc->peer.retran_path;
  1430. asoc->peer.retran_path = asoc->peer.primary_path;
  1431. error = sctp_outq_uncork(&asoc->outqueue);
  1432. local_cork = 0;
  1433. asoc->peer.retran_path = t;
  1434. break;
  1435. case SCTP_CMD_SET_SK_ERR:
  1436. sctp_cmd_set_sk_err(asoc, cmd->obj.error);
  1437. break;
  1438. case SCTP_CMD_ASSOC_CHANGE:
  1439. sctp_cmd_assoc_change(commands, asoc,
  1440. cmd->obj.u8);
  1441. break;
  1442. case SCTP_CMD_ADAPTATION_IND:
  1443. sctp_cmd_adaptation_ind(commands, asoc);
  1444. break;
  1445. case SCTP_CMD_ASSOC_SHKEY:
  1446. error = sctp_auth_asoc_init_active_key(asoc,
  1447. GFP_ATOMIC);
  1448. break;
  1449. case SCTP_CMD_UPDATE_INITTAG:
  1450. asoc->peer.i.init_tag = cmd->obj.u32;
  1451. break;
  1452. case SCTP_CMD_SEND_MSG:
  1453. if (!asoc->outqueue.cork) {
  1454. sctp_outq_cork(&asoc->outqueue);
  1455. local_cork = 1;
  1456. }
  1457. error = sctp_cmd_send_msg(asoc, cmd->obj.msg);
  1458. break;
  1459. case SCTP_CMD_SEND_NEXT_ASCONF:
  1460. sctp_cmd_send_asconf(asoc);
  1461. break;
  1462. case SCTP_CMD_PURGE_ASCONF_QUEUE:
  1463. sctp_asconf_queue_teardown(asoc);
  1464. break;
  1465. case SCTP_CMD_SET_ASOC:
  1466. asoc = cmd->obj.asoc;
  1467. break;
  1468. default:
  1469. pr_warn("Impossible command: %u\n",
  1470. cmd->verb);
  1471. break;
  1472. }
  1473. if (error)
  1474. break;
  1475. }
  1476. out:
  1477. /* If this is in response to a received chunk, wait until
  1478. * we are done with the packet to open the queue so that we don't
  1479. * send multiple packets in response to a single request.
  1480. */
  1481. if (asoc && SCTP_EVENT_T_CHUNK == event_type && chunk) {
  1482. if (chunk->end_of_packet || chunk->singleton)
  1483. error = sctp_outq_uncork(&asoc->outqueue);
  1484. } else if (local_cork)
  1485. error = sctp_outq_uncork(&asoc->outqueue);
  1486. return error;
  1487. nomem:
  1488. error = -ENOMEM;
  1489. goto out;
  1490. }