structs.h 56 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761
  1. /* SCTP kernel reference Implementation
  2. * (C) Copyright IBM Corp. 2001, 2004
  3. * Copyright (c) 1999-2000 Cisco, Inc.
  4. * Copyright (c) 1999-2001 Motorola, Inc.
  5. * Copyright (c) 2001 Intel Corp.
  6. *
  7. * This file is part of the SCTP kernel reference Implementation
  8. *
  9. * The SCTP reference implementation is free software;
  10. * you can redistribute it and/or modify it under the terms of
  11. * the GNU General Public License as published by
  12. * the Free Software Foundation; either version 2, or (at your option)
  13. * any later version.
  14. *
  15. * The SCTP reference implementation is distributed in the hope that it
  16. * will be useful, but WITHOUT ANY WARRANTY; without even the implied
  17. * ************************
  18. * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  19. * See the GNU General Public License for more details.
  20. *
  21. * You should have received a copy of the GNU General Public License
  22. * along with GNU CC; see the file COPYING. If not, write to
  23. * the Free Software Foundation, 59 Temple Place - Suite 330,
  24. * Boston, MA 02111-1307, USA.
  25. *
  26. * Please send any bug reports or fixes you make to the
  27. * email addresses:
  28. * lksctp developers <lksctp-developers@lists.sourceforge.net>
  29. *
  30. * Or submit a bug report through the following website:
  31. * http://www.sf.net/projects/lksctp
  32. *
  33. * Written or modified by:
  34. * Randall Stewart <randall@sctp.chicago.il.us>
  35. * Ken Morneau <kmorneau@cisco.com>
  36. * Qiaobing Xie <qxie1@email.mot.com>
  37. * La Monte H.P. Yarroll <piggy@acm.org>
  38. * Karl Knutson <karl@athena.chicago.il.us>
  39. * Jon Grimm <jgrimm@us.ibm.com>
  40. * Xingang Guo <xingang.guo@intel.com>
  41. * Hui Huang <hui.huang@nokia.com>
  42. * Sridhar Samudrala <sri@us.ibm.com>
  43. * Daisy Chang <daisyc@us.ibm.com>
  44. * Dajiang Zhang <dajiang.zhang@nokia.com>
  45. * Ardelle Fan <ardelle.fan@intel.com>
  46. * Ryan Layer <rmlayer@us.ibm.com>
  47. * Anup Pemmaiah <pemmaiah@cc.usu.edu>
  48. * Kevin Gao <kevin.gao@intel.com>
  49. *
  50. * Any bugs reported given to us we will try to fix... any fixes shared will
  51. * be incorporated into the next SCTP release.
  52. */
  53. #ifndef __sctp_structs_h__
  54. #define __sctp_structs_h__
  55. #include <linux/time.h> /* We get struct timespec. */
  56. #include <linux/socket.h> /* linux/in.h needs this!! */
  57. #include <linux/in.h> /* We get struct sockaddr_in. */
  58. #include <linux/in6.h> /* We get struct in6_addr */
  59. #include <linux/ipv6.h>
  60. #include <asm/param.h> /* We get MAXHOSTNAMELEN. */
  61. #include <asm/atomic.h> /* This gets us atomic counters. */
  62. #include <linux/skbuff.h> /* We need sk_buff_head. */
  63. #include <linux/workqueue.h> /* We need tq_struct. */
  64. #include <linux/sctp.h> /* We need sctp* header structs. */
  65. /* A convenience structure for handling sockaddr structures.
  66. * We should wean ourselves off this.
  67. */
  68. union sctp_addr {
  69. struct sockaddr_in v4;
  70. struct sockaddr_in6 v6;
  71. struct sockaddr sa;
  72. };
  73. /* Forward declarations for data structures. */
  74. struct sctp_globals;
  75. struct sctp_endpoint;
  76. struct sctp_association;
  77. struct sctp_transport;
  78. struct sctp_packet;
  79. struct sctp_chunk;
  80. struct sctp_inq;
  81. struct sctp_outq;
  82. struct sctp_bind_addr;
  83. struct sctp_ulpq;
  84. struct sctp_ep_common;
  85. struct sctp_ssnmap;
  86. #include <net/sctp/tsnmap.h>
  87. #include <net/sctp/ulpevent.h>
  88. #include <net/sctp/ulpqueue.h>
  89. /* Structures useful for managing bind/connect. */
  90. struct sctp_bind_bucket {
  91. unsigned short port;
  92. unsigned short fastreuse;
  93. struct sctp_bind_bucket *next;
  94. struct sctp_bind_bucket **pprev;
  95. struct hlist_head owner;
  96. };
  97. struct sctp_bind_hashbucket {
  98. spinlock_t lock;
  99. struct sctp_bind_bucket *chain;
  100. };
  101. /* Used for hashing all associations. */
  102. struct sctp_hashbucket {
  103. rwlock_t lock;
  104. struct sctp_ep_common *chain;
  105. } __attribute__((__aligned__(8)));
  106. /* The SCTP globals structure. */
  107. extern struct sctp_globals {
  108. /* RFC2960 Section 14. Suggested SCTP Protocol Parameter Values
  109. *
  110. * The following protocol parameters are RECOMMENDED:
  111. *
  112. * RTO.Initial - 3 seconds
  113. * RTO.Min - 1 second
  114. * RTO.Max - 60 seconds
  115. * RTO.Alpha - 1/8 (3 when converted to right shifts.)
  116. * RTO.Beta - 1/4 (2 when converted to right shifts.)
  117. */
  118. __u32 rto_initial;
  119. __u32 rto_min;
  120. __u32 rto_max;
  121. /* Note: rto_alpha and rto_beta are really defined as inverse
  122. * powers of two to facilitate integer operations.
  123. */
  124. int rto_alpha;
  125. int rto_beta;
  126. /* Max.Burst - 4 */
  127. int max_burst;
  128. /* Valid.Cookie.Life - 60 seconds */
  129. int valid_cookie_life;
  130. /* Whether Cookie Preservative is enabled(1) or not(0) */
  131. int cookie_preserve_enable;
  132. /* Association.Max.Retrans - 10 attempts
  133. * Path.Max.Retrans - 5 attempts (per destination address)
  134. * Max.Init.Retransmits - 8 attempts
  135. */
  136. int max_retrans_association;
  137. int max_retrans_path;
  138. int max_retrans_init;
  139. /*
  140. * Policy for preforming sctp/socket accounting
  141. * 0 - do socket level accounting, all assocs share sk_sndbuf
  142. * 1 - do sctp accounting, each asoc may use sk_sndbuf bytes
  143. */
  144. int sndbuf_policy;
  145. /* HB.interval - 30 seconds */
  146. int hb_interval;
  147. /* The following variables are implementation specific. */
  148. /* Default initialization values to be applied to new associations. */
  149. __u16 max_instreams;
  150. __u16 max_outstreams;
  151. /* This is a list of groups of functions for each address
  152. * family that we support.
  153. */
  154. struct list_head address_families;
  155. /* This is the hash of all endpoints. */
  156. int ep_hashsize;
  157. struct sctp_hashbucket *ep_hashtable;
  158. /* This is the hash of all associations. */
  159. int assoc_hashsize;
  160. struct sctp_hashbucket *assoc_hashtable;
  161. /* This is the sctp port control hash. */
  162. int port_hashsize;
  163. int port_rover;
  164. spinlock_t port_alloc_lock; /* Protects port_rover. */
  165. struct sctp_bind_hashbucket *port_hashtable;
  166. /* This is the global local address list.
  167. * We actively maintain this complete list of interfaces on
  168. * the system by catching routing events.
  169. *
  170. * It is a list of sctp_sockaddr_entry.
  171. */
  172. struct list_head local_addr_list;
  173. spinlock_t local_addr_lock;
  174. /* Flag to indicate if addip is enabled. */
  175. int addip_enable;
  176. /* Flag to indicate if PR-SCTP is enabled. */
  177. int prsctp_enable;
  178. } sctp_globals;
  179. #define sctp_rto_initial (sctp_globals.rto_initial)
  180. #define sctp_rto_min (sctp_globals.rto_min)
  181. #define sctp_rto_max (sctp_globals.rto_max)
  182. #define sctp_rto_alpha (sctp_globals.rto_alpha)
  183. #define sctp_rto_beta (sctp_globals.rto_beta)
  184. #define sctp_max_burst (sctp_globals.max_burst)
  185. #define sctp_valid_cookie_life (sctp_globals.valid_cookie_life)
  186. #define sctp_cookie_preserve_enable (sctp_globals.cookie_preserve_enable)
  187. #define sctp_max_retrans_association (sctp_globals.max_retrans_association)
  188. #define sctp_sndbuf_policy (sctp_globals.sndbuf_policy)
  189. #define sctp_max_retrans_path (sctp_globals.max_retrans_path)
  190. #define sctp_max_retrans_init (sctp_globals.max_retrans_init)
  191. #define sctp_hb_interval (sctp_globals.hb_interval)
  192. #define sctp_max_instreams (sctp_globals.max_instreams)
  193. #define sctp_max_outstreams (sctp_globals.max_outstreams)
  194. #define sctp_address_families (sctp_globals.address_families)
  195. #define sctp_ep_hashsize (sctp_globals.ep_hashsize)
  196. #define sctp_ep_hashtable (sctp_globals.ep_hashtable)
  197. #define sctp_assoc_hashsize (sctp_globals.assoc_hashsize)
  198. #define sctp_assoc_hashtable (sctp_globals.assoc_hashtable)
  199. #define sctp_port_hashsize (sctp_globals.port_hashsize)
  200. #define sctp_port_rover (sctp_globals.port_rover)
  201. #define sctp_port_alloc_lock (sctp_globals.port_alloc_lock)
  202. #define sctp_port_hashtable (sctp_globals.port_hashtable)
  203. #define sctp_local_addr_list (sctp_globals.local_addr_list)
  204. #define sctp_local_addr_lock (sctp_globals.local_addr_lock)
  205. #define sctp_addip_enable (sctp_globals.addip_enable)
  206. #define sctp_prsctp_enable (sctp_globals.prsctp_enable)
  207. /* SCTP Socket type: UDP or TCP style. */
  208. typedef enum {
  209. SCTP_SOCKET_UDP = 0,
  210. SCTP_SOCKET_UDP_HIGH_BANDWIDTH,
  211. SCTP_SOCKET_TCP
  212. } sctp_socket_type_t;
  213. /* Per socket SCTP information. */
  214. struct sctp_sock {
  215. /* inet_sock has to be the first member of sctp_sock */
  216. struct inet_sock inet;
  217. /* What kind of a socket is this? */
  218. sctp_socket_type_t type;
  219. /* PF_ family specific functions. */
  220. struct sctp_pf *pf;
  221. /* Access to HMAC transform. */
  222. struct crypto_tfm *hmac;
  223. /* What is our base endpointer? */
  224. struct sctp_endpoint *ep;
  225. struct sctp_bind_bucket *bind_hash;
  226. /* Various Socket Options. */
  227. __u16 default_stream;
  228. __u32 default_ppid;
  229. __u16 default_flags;
  230. __u32 default_context;
  231. __u32 default_timetolive;
  232. struct sctp_initmsg initmsg;
  233. struct sctp_rtoinfo rtoinfo;
  234. struct sctp_paddrparams paddrparam;
  235. struct sctp_event_subscribe subscribe;
  236. struct sctp_assocparams assocparams;
  237. int user_frag;
  238. __u32 autoclose;
  239. __u8 nodelay;
  240. __u8 disable_fragments;
  241. __u8 pd_mode;
  242. __u8 v4mapped;
  243. __u32 adaption_ind;
  244. /* Receive to here while partial delivery is in effect. */
  245. struct sk_buff_head pd_lobby;
  246. };
  247. static inline struct sctp_sock *sctp_sk(const struct sock *sk)
  248. {
  249. return (struct sctp_sock *)sk;
  250. }
  251. static inline struct sock *sctp_opt2sk(const struct sctp_sock *sp)
  252. {
  253. return (struct sock *)sp;
  254. }
  255. #if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE)
  256. struct sctp6_sock {
  257. struct sctp_sock sctp;
  258. struct ipv6_pinfo inet6;
  259. };
  260. #endif /* CONFIG_IPV6 */
  261. /* This is our APPLICATION-SPECIFIC state cookie.
  262. * THIS IS NOT DICTATED BY THE SPECIFICATION.
  263. */
  264. /* These are the parts of an association which we send in the cookie.
  265. * Most of these are straight out of:
  266. * RFC2960 12.2 Parameters necessary per association (i.e. the TCB)
  267. *
  268. */
  269. struct sctp_cookie {
  270. /* My : Tag expected in every inbound packet and sent
  271. * Verification: in the INIT or INIT ACK chunk.
  272. * Tag :
  273. */
  274. __u32 my_vtag;
  275. /* Peer's : Tag expected in every outbound packet except
  276. * Verification: in the INIT chunk.
  277. * Tag :
  278. */
  279. __u32 peer_vtag;
  280. /* The rest of these are not from the spec, but really need to
  281. * be in the cookie.
  282. */
  283. /* My Tie Tag : Assist in discovering a restarting association. */
  284. __u32 my_ttag;
  285. /* Peer's Tie Tag: Assist in discovering a restarting association. */
  286. __u32 peer_ttag;
  287. /* When does this cookie expire? */
  288. struct timeval expiration;
  289. /* Number of inbound/outbound streams which are set
  290. * and negotiated during the INIT process.
  291. */
  292. __u16 sinit_num_ostreams;
  293. __u16 sinit_max_instreams;
  294. /* This is the first sequence number I used. */
  295. __u32 initial_tsn;
  296. /* This holds the originating address of the INIT packet. */
  297. union sctp_addr peer_addr;
  298. /* IG Section 2.35.3
  299. * Include the source port of the INIT-ACK
  300. */
  301. __u16 my_port;
  302. __u8 prsctp_capable;
  303. /* Padding for future use */
  304. __u8 padding;
  305. __u32 adaption_ind;
  306. /* This is a shim for my peer's INIT packet, followed by
  307. * a copy of the raw address list of the association.
  308. * The length of the raw address list is saved in the
  309. * raw_addr_list_len field, which will be used at the time when
  310. * the association TCB is re-constructed from the cookie.
  311. */
  312. __u32 raw_addr_list_len;
  313. struct sctp_init_chunk peer_init[0];
  314. };
  315. /* The format of our cookie that we send to our peer. */
  316. struct sctp_signed_cookie {
  317. __u8 signature[SCTP_SECRET_SIZE];
  318. struct sctp_cookie c;
  319. };
  320. /* This is another convenience type to allocate memory for address
  321. * params for the maximum size and pass such structures around
  322. * internally.
  323. */
  324. union sctp_addr_param {
  325. struct sctp_ipv4addr_param v4;
  326. struct sctp_ipv6addr_param v6;
  327. };
  328. /* A convenience type to allow walking through the various
  329. * parameters and avoid casting all over the place.
  330. */
  331. union sctp_params {
  332. void *v;
  333. struct sctp_paramhdr *p;
  334. struct sctp_cookie_preserve_param *life;
  335. struct sctp_hostname_param *dns;
  336. struct sctp_cookie_param *cookie;
  337. struct sctp_supported_addrs_param *sat;
  338. struct sctp_ipv4addr_param *v4;
  339. struct sctp_ipv6addr_param *v6;
  340. union sctp_addr_param *addr;
  341. struct sctp_adaption_ind_param *aind;
  342. };
  343. /* RFC 2960. Section 3.3.5 Heartbeat.
  344. * Heartbeat Information: variable length
  345. * The Sender-specific Heartbeat Info field should normally include
  346. * information about the sender's current time when this HEARTBEAT
  347. * chunk is sent and the destination transport address to which this
  348. * HEARTBEAT is sent (see Section 8.3).
  349. */
  350. typedef struct sctp_sender_hb_info {
  351. struct sctp_paramhdr param_hdr;
  352. union sctp_addr daddr;
  353. unsigned long sent_at;
  354. } __attribute__((packed)) sctp_sender_hb_info_t;
  355. /*
  356. * RFC 2960 1.3.2 Sequenced Delivery within Streams
  357. *
  358. * The term "stream" is used in SCTP to refer to a sequence of user
  359. * messages that are to be delivered to the upper-layer protocol in
  360. * order with respect to other messages within the same stream. This is
  361. * in contrast to its usage in TCP, where it refers to a sequence of
  362. * bytes (in this document a byte is assumed to be eight bits).
  363. * ...
  364. *
  365. * This is the structure we use to track both our outbound and inbound
  366. * SSN, or Stream Sequence Numbers.
  367. */
  368. struct sctp_stream {
  369. __u16 *ssn;
  370. unsigned int len;
  371. };
  372. struct sctp_ssnmap {
  373. struct sctp_stream in;
  374. struct sctp_stream out;
  375. int malloced;
  376. };
  377. struct sctp_ssnmap *sctp_ssnmap_new(__u16 in, __u16 out, int gfp);
  378. void sctp_ssnmap_free(struct sctp_ssnmap *map);
  379. void sctp_ssnmap_clear(struct sctp_ssnmap *map);
  380. /* What is the current SSN number for this stream? */
  381. static inline __u16 sctp_ssn_peek(struct sctp_stream *stream, __u16 id)
  382. {
  383. return stream->ssn[id];
  384. }
  385. /* Return the next SSN number for this stream. */
  386. static inline __u16 sctp_ssn_next(struct sctp_stream *stream, __u16 id)
  387. {
  388. return stream->ssn[id]++;
  389. }
  390. /* Skip over this ssn and all below. */
  391. static inline void sctp_ssn_skip(struct sctp_stream *stream, __u16 id,
  392. __u16 ssn)
  393. {
  394. stream->ssn[id] = ssn+1;
  395. }
  396. /*
  397. * Pointers to address related SCTP functions.
  398. * (i.e. things that depend on the address family.)
  399. */
  400. struct sctp_af {
  401. int (*sctp_xmit) (struct sk_buff *skb,
  402. struct sctp_transport *,
  403. int ipfragok);
  404. int (*setsockopt) (struct sock *sk,
  405. int level,
  406. int optname,
  407. char __user *optval,
  408. int optlen);
  409. int (*getsockopt) (struct sock *sk,
  410. int level,
  411. int optname,
  412. char __user *optval,
  413. int __user *optlen);
  414. struct dst_entry *(*get_dst) (struct sctp_association *asoc,
  415. union sctp_addr *daddr,
  416. union sctp_addr *saddr);
  417. void (*get_saddr) (struct sctp_association *asoc,
  418. struct dst_entry *dst,
  419. union sctp_addr *daddr,
  420. union sctp_addr *saddr);
  421. void (*copy_addrlist) (struct list_head *,
  422. struct net_device *);
  423. void (*dst_saddr) (union sctp_addr *saddr,
  424. struct dst_entry *dst,
  425. unsigned short port);
  426. int (*cmp_addr) (const union sctp_addr *addr1,
  427. const union sctp_addr *addr2);
  428. void (*addr_copy) (union sctp_addr *dst,
  429. union sctp_addr *src);
  430. void (*from_skb) (union sctp_addr *,
  431. struct sk_buff *skb,
  432. int saddr);
  433. void (*from_sk) (union sctp_addr *,
  434. struct sock *sk);
  435. void (*to_sk_saddr) (union sctp_addr *,
  436. struct sock *sk);
  437. void (*to_sk_daddr) (union sctp_addr *,
  438. struct sock *sk);
  439. void (*from_addr_param) (union sctp_addr *,
  440. union sctp_addr_param *,
  441. __u16 port, int iif);
  442. int (*to_addr_param) (const union sctp_addr *,
  443. union sctp_addr_param *);
  444. int (*addr_valid) (union sctp_addr *,
  445. struct sctp_sock *);
  446. sctp_scope_t (*scope) (union sctp_addr *);
  447. void (*inaddr_any) (union sctp_addr *, unsigned short);
  448. int (*is_any) (const union sctp_addr *);
  449. int (*available) (union sctp_addr *,
  450. struct sctp_sock *);
  451. int (*skb_iif) (const struct sk_buff *sk);
  452. int (*is_ce) (const struct sk_buff *sk);
  453. void (*seq_dump_addr)(struct seq_file *seq,
  454. union sctp_addr *addr);
  455. __u16 net_header_len;
  456. int sockaddr_len;
  457. sa_family_t sa_family;
  458. struct list_head list;
  459. };
  460. struct sctp_af *sctp_get_af_specific(sa_family_t);
  461. int sctp_register_af(struct sctp_af *);
  462. /* Protocol family functions. */
  463. struct sctp_pf {
  464. void (*event_msgname)(struct sctp_ulpevent *, char *, int *);
  465. void (*skb_msgname) (struct sk_buff *, char *, int *);
  466. int (*af_supported) (sa_family_t, struct sctp_sock *);
  467. int (*cmp_addr) (const union sctp_addr *,
  468. const union sctp_addr *,
  469. struct sctp_sock *);
  470. int (*bind_verify) (struct sctp_sock *, union sctp_addr *);
  471. int (*send_verify) (struct sctp_sock *, union sctp_addr *);
  472. int (*supported_addrs)(const struct sctp_sock *, __u16 *);
  473. struct sock *(*create_accept_sk) (struct sock *sk,
  474. struct sctp_association *asoc);
  475. void (*addr_v4map) (struct sctp_sock *, union sctp_addr *);
  476. struct sctp_af *af;
  477. };
  478. /* Structure to track chunk fragments that have been acked, but peer
  479. * fragments of the same message have not.
  480. */
  481. struct sctp_datamsg {
  482. /* Chunks waiting to be submitted to lower layer. */
  483. struct list_head chunks;
  484. /* Chunks that have been transmitted. */
  485. struct list_head track;
  486. /* Reference counting. */
  487. atomic_t refcnt;
  488. /* When is this message no longer interesting to the peer? */
  489. unsigned long expires_at;
  490. /* Did the messenge fail to send? */
  491. int send_error;
  492. char send_failed;
  493. /* Control whether chunks from this message can be abandoned. */
  494. char can_abandon;
  495. };
  496. struct sctp_datamsg *sctp_datamsg_from_user(struct sctp_association *,
  497. struct sctp_sndrcvinfo *,
  498. struct msghdr *, int len);
  499. void sctp_datamsg_put(struct sctp_datamsg *);
  500. void sctp_datamsg_free(struct sctp_datamsg *);
  501. void sctp_datamsg_track(struct sctp_chunk *);
  502. void sctp_chunk_fail(struct sctp_chunk *, int error);
  503. int sctp_chunk_abandoned(struct sctp_chunk *);
  504. /* RFC2960 1.4 Key Terms
  505. *
  506. * o Chunk: A unit of information within an SCTP packet, consisting of
  507. * a chunk header and chunk-specific content.
  508. *
  509. * As a matter of convenience, we remember the SCTP common header for
  510. * each chunk as well as a few other header pointers...
  511. */
  512. struct sctp_chunk {
  513. /* These first three elements MUST PRECISELY match the first
  514. * three elements of struct sk_buff. This allows us to reuse
  515. * all the skb_* queue management functions.
  516. */
  517. struct sctp_chunk *next;
  518. struct sctp_chunk *prev;
  519. struct sk_buff_head *list;
  520. atomic_t refcnt;
  521. /* This is our link to the per-transport transmitted list. */
  522. struct list_head transmitted_list;
  523. /* This field is used by chunks that hold fragmented data.
  524. * For the first fragment this is the list that holds the rest of
  525. * fragments. For the remaining fragments, this is the link to the
  526. * frag_list maintained in the first fragment.
  527. */
  528. struct list_head frag_list;
  529. /* This points to the sk_buff containing the actual data. */
  530. struct sk_buff *skb;
  531. /* These are the SCTP headers by reverse order in a packet.
  532. * Note that some of these may happen more than once. In that
  533. * case, we point at the "current" one, whatever that means
  534. * for that level of header.
  535. */
  536. /* We point this at the FIRST TLV parameter to chunk_hdr. */
  537. union sctp_params param_hdr;
  538. union {
  539. __u8 *v;
  540. struct sctp_datahdr *data_hdr;
  541. struct sctp_inithdr *init_hdr;
  542. struct sctp_sackhdr *sack_hdr;
  543. struct sctp_heartbeathdr *hb_hdr;
  544. struct sctp_sender_hb_info *hbs_hdr;
  545. struct sctp_shutdownhdr *shutdown_hdr;
  546. struct sctp_signed_cookie *cookie_hdr;
  547. struct sctp_ecnehdr *ecne_hdr;
  548. struct sctp_cwrhdr *ecn_cwr_hdr;
  549. struct sctp_errhdr *err_hdr;
  550. struct sctp_addiphdr *addip_hdr;
  551. struct sctp_fwdtsn_hdr *fwdtsn_hdr;
  552. } subh;
  553. __u8 *chunk_end;
  554. struct sctp_chunkhdr *chunk_hdr;
  555. struct sctphdr *sctp_hdr;
  556. /* This needs to be recoverable for SCTP_SEND_FAILED events. */
  557. struct sctp_sndrcvinfo sinfo;
  558. /* Which association does this belong to? */
  559. struct sctp_association *asoc;
  560. /* What endpoint received this chunk? */
  561. struct sctp_ep_common *rcvr;
  562. /* We fill this in if we are calculating RTT. */
  563. unsigned long sent_at;
  564. /* What is the origin IP address for this chunk? */
  565. union sctp_addr source;
  566. /* Destination address for this chunk. */
  567. union sctp_addr dest;
  568. /* For outbound message, track all fragments for SEND_FAILED. */
  569. struct sctp_datamsg *msg;
  570. /* For an inbound chunk, this tells us where it came from.
  571. * For an outbound chunk, it tells us where we'd like it to
  572. * go. It is NULL if we have no preference.
  573. */
  574. struct sctp_transport *transport;
  575. __u8 rtt_in_progress; /* Is this chunk used for RTT calculation? */
  576. __u8 resent; /* Has this chunk ever been retransmitted. */
  577. __u8 has_tsn; /* Does this chunk have a TSN yet? */
  578. __u8 has_ssn; /* Does this chunk have a SSN yet? */
  579. __u8 singleton; /* Was this the only chunk in the packet? */
  580. __u8 end_of_packet; /* Was this the last chunk in the packet? */
  581. __u8 ecn_ce_done; /* Have we processed the ECN CE bit? */
  582. __u8 pdiscard; /* Discard the whole packet now? */
  583. __u8 tsn_gap_acked; /* Is this chunk acked by a GAP ACK? */
  584. __u8 fast_retransmit; /* Is this chunk fast retransmitted? */
  585. __u8 tsn_missing_report; /* Data chunk missing counter. */
  586. };
  587. void sctp_chunk_hold(struct sctp_chunk *);
  588. void sctp_chunk_put(struct sctp_chunk *);
  589. int sctp_user_addto_chunk(struct sctp_chunk *chunk, int off, int len,
  590. struct iovec *data);
  591. void sctp_chunk_free(struct sctp_chunk *);
  592. void *sctp_addto_chunk(struct sctp_chunk *, int len, const void *data);
  593. struct sctp_chunk *sctp_chunkify(struct sk_buff *,
  594. const struct sctp_association *,
  595. struct sock *);
  596. void sctp_init_addrs(struct sctp_chunk *, union sctp_addr *,
  597. union sctp_addr *);
  598. const union sctp_addr *sctp_source(const struct sctp_chunk *chunk);
  599. /* This is a structure for holding either an IPv6 or an IPv4 address. */
  600. /* sin_family -- AF_INET or AF_INET6
  601. * sin_port -- ordinary port number
  602. * sin_addr -- cast to either (struct in_addr) or (struct in6_addr)
  603. */
  604. struct sctp_sockaddr_entry {
  605. struct list_head list;
  606. union sctp_addr a;
  607. };
  608. typedef struct sctp_chunk *(sctp_packet_phandler_t)(struct sctp_association *);
  609. /* This structure holds lists of chunks as we are assembling for
  610. * transmission.
  611. */
  612. struct sctp_packet {
  613. /* These are the SCTP header values (host order) for the packet. */
  614. __u16 source_port;
  615. __u16 destination_port;
  616. __u32 vtag;
  617. /* This contains the payload chunks. */
  618. struct sk_buff_head chunks;
  619. /* This is the overhead of the sctp and ip headers. */
  620. size_t overhead;
  621. /* This is the total size of all chunks INCLUDING padding. */
  622. size_t size;
  623. /* The packet is destined for this transport address.
  624. * The function we finally use to pass down to the next lower
  625. * layer lives in the transport structure.
  626. */
  627. struct sctp_transport *transport;
  628. /* This packet contains a COOKIE-ECHO chunk. */
  629. char has_cookie_echo;
  630. /* This packet containsa SACK chunk. */
  631. char has_sack;
  632. /* SCTP cannot fragment this packet. So let ip fragment it. */
  633. char ipfragok;
  634. int malloced;
  635. };
  636. struct sctp_packet *sctp_packet_init(struct sctp_packet *,
  637. struct sctp_transport *,
  638. __u16 sport, __u16 dport);
  639. struct sctp_packet *sctp_packet_config(struct sctp_packet *, __u32 vtag, int);
  640. sctp_xmit_t sctp_packet_transmit_chunk(struct sctp_packet *,
  641. struct sctp_chunk *);
  642. sctp_xmit_t sctp_packet_append_chunk(struct sctp_packet *,
  643. struct sctp_chunk *);
  644. int sctp_packet_transmit(struct sctp_packet *);
  645. void sctp_packet_free(struct sctp_packet *);
  646. static inline int sctp_packet_empty(struct sctp_packet *packet)
  647. {
  648. return (packet->size == packet->overhead);
  649. }
  650. /* This represents a remote transport address.
  651. * For local transport addresses, we just use union sctp_addr.
  652. *
  653. * RFC2960 Section 1.4 Key Terms
  654. *
  655. * o Transport address: A Transport Address is traditionally defined
  656. * by Network Layer address, Transport Layer protocol and Transport
  657. * Layer port number. In the case of SCTP running over IP, a
  658. * transport address is defined by the combination of an IP address
  659. * and an SCTP port number (where SCTP is the Transport protocol).
  660. *
  661. * RFC2960 Section 7.1 SCTP Differences from TCP Congestion control
  662. *
  663. * o The sender keeps a separate congestion control parameter set for
  664. * each of the destination addresses it can send to (not each
  665. * source-destination pair but for each destination). The parameters
  666. * should decay if the address is not used for a long enough time
  667. * period.
  668. *
  669. */
  670. struct sctp_transport {
  671. /* A list of transports. */
  672. struct list_head transports;
  673. /* Reference counting. */
  674. atomic_t refcnt;
  675. int dead;
  676. /* This is the peer's IP address and port. */
  677. union sctp_addr ipaddr;
  678. /* These are the functions we call to handle LLP stuff. */
  679. struct sctp_af *af_specific;
  680. /* Which association do we belong to? */
  681. struct sctp_association *asoc;
  682. /* RFC2960
  683. *
  684. * 12.3 Per Transport Address Data
  685. *
  686. * For each destination transport address in the peer's
  687. * address list derived from the INIT or INIT ACK chunk, a
  688. * number of data elements needs to be maintained including:
  689. */
  690. __u32 rtt; /* This is the most recent RTT. */
  691. /* RTO : The current retransmission timeout value. */
  692. __u32 rto;
  693. /* RTTVAR : The current RTT variation. */
  694. __u32 rttvar;
  695. /* SRTT : The current smoothed round trip time. */
  696. __u32 srtt;
  697. /* RTO-Pending : A flag used to track if one of the DATA
  698. * chunks sent to this address is currently being
  699. * used to compute a RTT. If this flag is 0,
  700. * the next DATA chunk sent to this destination
  701. * should be used to compute a RTT and this flag
  702. * should be set. Every time the RTT
  703. * calculation completes (i.e. the DATA chunk
  704. * is SACK'd) clear this flag.
  705. */
  706. int rto_pending;
  707. /*
  708. * These are the congestion stats.
  709. */
  710. /* cwnd : The current congestion window. */
  711. __u32 cwnd; /* This is the actual cwnd. */
  712. /* ssthresh : The current slow start threshold value. */
  713. __u32 ssthresh;
  714. /* partial : The tracking method for increase of cwnd when in
  715. * bytes acked : congestion avoidance mode (see Section 6.2.2)
  716. */
  717. __u32 partial_bytes_acked;
  718. /* Data that has been sent, but not acknowledged. */
  719. __u32 flight_size;
  720. /* PMTU : The current known path MTU. */
  721. __u32 pmtu;
  722. /* Destination */
  723. struct dst_entry *dst;
  724. /* Source address. */
  725. union sctp_addr saddr;
  726. /* When was the last time(in jiffies) that a data packet was sent on
  727. * this transport? This is used to adjust the cwnd when the transport
  728. * becomes inactive.
  729. */
  730. unsigned long last_time_used;
  731. /* Heartbeat interval: The endpoint sends out a Heartbeat chunk to
  732. * the destination address every heartbeat interval.
  733. */
  734. int hb_interval;
  735. /* When was the last time (in jiffies) that we heard from this
  736. * transport? We use this to pick new active and retran paths.
  737. */
  738. unsigned long last_time_heard;
  739. /* Last time(in jiffies) when cwnd is reduced due to the congestion
  740. * indication based on ECNE chunk.
  741. */
  742. unsigned long last_time_ecne_reduced;
  743. /* active : The current active state of this destination,
  744. * : i.e. DOWN, UP, etc.
  745. */
  746. int active;
  747. /* hb_allowed : The current heartbeat state of this destination,
  748. * : i.e. ALLOW-HB, NO-HEARTBEAT, etc.
  749. */
  750. int hb_allowed;
  751. /* These are the error stats for this destination. */
  752. /* Error count : The current error count for this destination. */
  753. unsigned short error_count;
  754. /* This is the max_retrans value for the transport and will
  755. * be initialized to proto.max_retrans.path. This can be changed
  756. * using SCTP_SET_PEER_ADDR_PARAMS socket option.
  757. */
  758. int max_retrans;
  759. /* Per : A timer used by each destination.
  760. * Destination :
  761. * Timer :
  762. *
  763. * [Everywhere else in the text this is called T3-rtx. -ed]
  764. */
  765. struct timer_list T3_rtx_timer;
  766. /* Heartbeat timer is per destination. */
  767. struct timer_list hb_timer;
  768. /* Since we're using per-destination retransmission timers
  769. * (see above), we're also using per-destination "transmitted"
  770. * queues. This probably ought to be a private struct
  771. * accessible only within the outqueue, but it's not, yet.
  772. */
  773. struct list_head transmitted;
  774. /* We build bundle-able packets for this transport here. */
  775. struct sctp_packet packet;
  776. /* This is the list of transports that have chunks to send. */
  777. struct list_head send_ready;
  778. int malloced; /* Is this structure kfree()able? */
  779. /* State information saved for SFR_CACC algorithm. The key
  780. * idea in SFR_CACC is to maintain state at the sender on a
  781. * per-destination basis when a changeover happens.
  782. * char changeover_active;
  783. * char cycling_changeover;
  784. * __u32 next_tsn_at_change;
  785. * char cacc_saw_newack;
  786. */
  787. struct {
  788. /* An unsigned integer, which stores the next TSN to be
  789. * used by the sender, at the moment of changeover.
  790. */
  791. __u32 next_tsn_at_change;
  792. /* A flag which indicates the occurrence of a changeover */
  793. char changeover_active;
  794. /* A flag which indicates whether the change of primary is
  795. * the first switch to this destination address during an
  796. * active switch.
  797. */
  798. char cycling_changeover;
  799. /* A temporary flag, which is used during the processing of
  800. * a SACK to estimate the causative TSN(s)'s group.
  801. */
  802. char cacc_saw_newack;
  803. } cacc;
  804. };
  805. struct sctp_transport *sctp_transport_new(const union sctp_addr *, int);
  806. void sctp_transport_set_owner(struct sctp_transport *,
  807. struct sctp_association *);
  808. void sctp_transport_route(struct sctp_transport *, union sctp_addr *,
  809. struct sctp_sock *);
  810. void sctp_transport_pmtu(struct sctp_transport *);
  811. void sctp_transport_free(struct sctp_transport *);
  812. void sctp_transport_reset_timers(struct sctp_transport *);
  813. void sctp_transport_hold(struct sctp_transport *);
  814. void sctp_transport_put(struct sctp_transport *);
  815. void sctp_transport_update_rto(struct sctp_transport *, __u32);
  816. void sctp_transport_raise_cwnd(struct sctp_transport *, __u32, __u32);
  817. void sctp_transport_lower_cwnd(struct sctp_transport *, sctp_lower_cwnd_t);
  818. unsigned long sctp_transport_timeout(struct sctp_transport *);
  819. /* This is the structure we use to queue packets as they come into
  820. * SCTP. We write packets to it and read chunks from it.
  821. */
  822. struct sctp_inq {
  823. /* This is actually a queue of sctp_chunk each
  824. * containing a partially decoded packet.
  825. */
  826. struct sk_buff_head in;
  827. /* This is the packet which is currently off the in queue and is
  828. * being worked on through the inbound chunk processing.
  829. */
  830. struct sctp_chunk *in_progress;
  831. /* This is the delayed task to finish delivering inbound
  832. * messages.
  833. */
  834. struct work_struct immediate;
  835. int malloced; /* Is this structure kfree()able? */
  836. };
  837. void sctp_inq_init(struct sctp_inq *);
  838. void sctp_inq_free(struct sctp_inq *);
  839. void sctp_inq_push(struct sctp_inq *, struct sctp_chunk *packet);
  840. struct sctp_chunk *sctp_inq_pop(struct sctp_inq *);
  841. void sctp_inq_set_th_handler(struct sctp_inq *, void (*)(void *), void *);
  842. /* This is the structure we use to hold outbound chunks. You push
  843. * chunks in and they automatically pop out the other end as bundled
  844. * packets (it calls (*output_handler)()).
  845. *
  846. * This structure covers sections 6.3, 6.4, 6.7, 6.8, 6.10, 7., 8.1,
  847. * and 8.2 of the v13 draft.
  848. *
  849. * It handles retransmissions. The connection to the timeout portion
  850. * of the state machine is through sctp_..._timeout() and timeout_handler.
  851. *
  852. * If you feed it SACKs, it will eat them.
  853. *
  854. * If you give it big chunks, it will fragment them.
  855. *
  856. * It assigns TSN's to data chunks. This happens at the last possible
  857. * instant before transmission.
  858. *
  859. * When free()'d, it empties itself out via output_handler().
  860. */
  861. struct sctp_outq {
  862. struct sctp_association *asoc;
  863. /* Data pending that has never been transmitted. */
  864. struct sk_buff_head out;
  865. unsigned out_qlen; /* Total length of queued data chunks. */
  866. /* Error of send failed, may used in SCTP_SEND_FAILED event. */
  867. unsigned error;
  868. /* These are control chunks we want to send. */
  869. struct sk_buff_head control;
  870. /* These are chunks that have been sacked but are above the
  871. * CTSN, or cumulative tsn ack point.
  872. */
  873. struct list_head sacked;
  874. /* Put chunks on this list to schedule them for
  875. * retransmission.
  876. */
  877. struct list_head retransmit;
  878. /* Put chunks on this list to save them for FWD TSN processing as
  879. * they were abandoned.
  880. */
  881. struct list_head abandoned;
  882. /* How many unackd bytes do we have in-flight? */
  883. __u32 outstanding_bytes;
  884. /* Corked? */
  885. char cork;
  886. /* Is this structure empty? */
  887. char empty;
  888. /* Are we kfree()able? */
  889. char malloced;
  890. };
  891. void sctp_outq_init(struct sctp_association *, struct sctp_outq *);
  892. void sctp_outq_teardown(struct sctp_outq *);
  893. void sctp_outq_free(struct sctp_outq*);
  894. int sctp_outq_tail(struct sctp_outq *, struct sctp_chunk *chunk);
  895. int sctp_outq_flush(struct sctp_outq *, int);
  896. int sctp_outq_sack(struct sctp_outq *, struct sctp_sackhdr *);
  897. int sctp_outq_is_empty(const struct sctp_outq *);
  898. void sctp_outq_restart(struct sctp_outq *);
  899. void sctp_retransmit(struct sctp_outq *, struct sctp_transport *,
  900. sctp_retransmit_reason_t);
  901. void sctp_retransmit_mark(struct sctp_outq *, struct sctp_transport *, __u8);
  902. int sctp_outq_uncork(struct sctp_outq *);
  903. /* Uncork and flush an outqueue. */
  904. static inline void sctp_outq_cork(struct sctp_outq *q)
  905. {
  906. q->cork = 1;
  907. }
  908. /* These bind address data fields common between endpoints and associations */
  909. struct sctp_bind_addr {
  910. /* RFC 2960 12.1 Parameters necessary for the SCTP instance
  911. *
  912. * SCTP Port: The local SCTP port number the endpoint is
  913. * bound to.
  914. */
  915. __u16 port;
  916. /* RFC 2960 12.1 Parameters necessary for the SCTP instance
  917. *
  918. * Address List: The list of IP addresses that this instance
  919. * has bound. This information is passed to one's
  920. * peer(s) in INIT and INIT ACK chunks.
  921. */
  922. struct list_head address_list;
  923. int malloced; /* Are we kfree()able? */
  924. };
  925. void sctp_bind_addr_init(struct sctp_bind_addr *, __u16 port);
  926. void sctp_bind_addr_free(struct sctp_bind_addr *);
  927. int sctp_bind_addr_copy(struct sctp_bind_addr *dest,
  928. const struct sctp_bind_addr *src,
  929. sctp_scope_t scope, int gfp,int flags);
  930. int sctp_add_bind_addr(struct sctp_bind_addr *, union sctp_addr *,
  931. int gfp);
  932. int sctp_del_bind_addr(struct sctp_bind_addr *, union sctp_addr *);
  933. int sctp_bind_addr_match(struct sctp_bind_addr *, const union sctp_addr *,
  934. struct sctp_sock *);
  935. union sctp_addr *sctp_find_unmatch_addr(struct sctp_bind_addr *bp,
  936. const union sctp_addr *addrs,
  937. int addrcnt,
  938. struct sctp_sock *opt);
  939. union sctp_params sctp_bind_addrs_to_raw(const struct sctp_bind_addr *bp,
  940. int *addrs_len, int gfp);
  941. int sctp_raw_to_bind_addrs(struct sctp_bind_addr *bp, __u8 *raw, int len,
  942. __u16 port, int gfp);
  943. sctp_scope_t sctp_scope(const union sctp_addr *);
  944. int sctp_in_scope(const union sctp_addr *addr, const sctp_scope_t scope);
  945. int sctp_is_any(const union sctp_addr *addr);
  946. int sctp_addr_is_valid(const union sctp_addr *addr);
  947. /* What type of endpoint? */
  948. typedef enum {
  949. SCTP_EP_TYPE_SOCKET,
  950. SCTP_EP_TYPE_ASSOCIATION,
  951. } sctp_endpoint_type_t;
  952. /*
  953. * A common base class to bridge the implmentation view of a
  954. * socket (usually listening) endpoint versus an association's
  955. * local endpoint.
  956. * This common structure is useful for several purposes:
  957. * 1) Common interface for lookup routines.
  958. * a) Subfunctions work for either endpoint or association
  959. * b) Single interface to lookup allows hiding the lookup lock rather
  960. * than acquiring it externally.
  961. * 2) Common interface for the inbound chunk handling/state machine.
  962. * 3) Common object handling routines for reference counting, etc.
  963. * 4) Disentangle association lookup from endpoint lookup, where we
  964. * do not have to find our endpoint to find our association.
  965. *
  966. */
  967. struct sctp_ep_common {
  968. /* Fields to help us manage our entries in the hash tables. */
  969. struct sctp_ep_common *next;
  970. struct sctp_ep_common **pprev;
  971. int hashent;
  972. /* Runtime type information. What kind of endpoint is this? */
  973. sctp_endpoint_type_t type;
  974. /* Some fields to help us manage this object.
  975. * refcnt - Reference count access to this object.
  976. * dead - Do not attempt to use this object.
  977. * malloced - Do we need to kfree this object?
  978. */
  979. atomic_t refcnt;
  980. char dead;
  981. char malloced;
  982. /* What socket does this endpoint belong to? */
  983. struct sock *sk;
  984. /* This is where we receive inbound chunks. */
  985. struct sctp_inq inqueue;
  986. /* This substructure includes the defining parameters of the
  987. * endpoint:
  988. * bind_addr.port is our shared port number.
  989. * bind_addr.address_list is our set of local IP addresses.
  990. */
  991. struct sctp_bind_addr bind_addr;
  992. /* Protection during address list comparisons. */
  993. rwlock_t addr_lock;
  994. };
  995. /* RFC Section 1.4 Key Terms
  996. *
  997. * o SCTP endpoint: The logical sender/receiver of SCTP packets. On a
  998. * multi-homed host, an SCTP endpoint is represented to its peers as a
  999. * combination of a set of eligible destination transport addresses to
  1000. * which SCTP packets can be sent and a set of eligible source
  1001. * transport addresses from which SCTP packets can be received.
  1002. * All transport addresses used by an SCTP endpoint must use the
  1003. * same port number, but can use multiple IP addresses. A transport
  1004. * address used by an SCTP endpoint must not be used by another
  1005. * SCTP endpoint. In other words, a transport address is unique
  1006. * to an SCTP endpoint.
  1007. *
  1008. * From an implementation perspective, each socket has one of these.
  1009. * A TCP-style socket will have exactly one association on one of
  1010. * these. An UDP-style socket will have multiple associations hanging
  1011. * off one of these.
  1012. */
  1013. struct sctp_endpoint {
  1014. /* Common substructure for endpoint and association. */
  1015. struct sctp_ep_common base;
  1016. /* Associations: A list of current associations and mappings
  1017. * to the data consumers for each association. This
  1018. * may be in the form of a hash table or other
  1019. * implementation dependent structure. The data
  1020. * consumers may be process identification
  1021. * information such as file descriptors, named pipe
  1022. * pointer, or table pointers dependent on how SCTP
  1023. * is implemented.
  1024. */
  1025. /* This is really a list of struct sctp_association entries. */
  1026. struct list_head asocs;
  1027. /* Secret Key: A secret key used by this endpoint to compute
  1028. * the MAC. This SHOULD be a cryptographic quality
  1029. * random number with a sufficient length.
  1030. * Discussion in [RFC1750] can be helpful in
  1031. * selection of the key.
  1032. */
  1033. __u8 secret_key[SCTP_HOW_MANY_SECRETS][SCTP_SECRET_SIZE];
  1034. int current_key;
  1035. int last_key;
  1036. int key_changed_at;
  1037. /* Default timeouts. */
  1038. int timeouts[SCTP_NUM_TIMEOUT_TYPES];
  1039. /* sendbuf acct. policy. */
  1040. __u32 sndbuf_policy;
  1041. /* Name for debugging output... */
  1042. char *debug_name;
  1043. };
  1044. /* Recover the outter endpoint structure. */
  1045. static inline struct sctp_endpoint *sctp_ep(struct sctp_ep_common *base)
  1046. {
  1047. struct sctp_endpoint *ep;
  1048. ep = container_of(base, struct sctp_endpoint, base);
  1049. return ep;
  1050. }
  1051. /* These are function signatures for manipulating endpoints. */
  1052. struct sctp_endpoint *sctp_endpoint_new(struct sock *, int);
  1053. void sctp_endpoint_free(struct sctp_endpoint *);
  1054. void sctp_endpoint_put(struct sctp_endpoint *);
  1055. void sctp_endpoint_hold(struct sctp_endpoint *);
  1056. void sctp_endpoint_add_asoc(struct sctp_endpoint *, struct sctp_association *);
  1057. struct sctp_association *sctp_endpoint_lookup_assoc(
  1058. const struct sctp_endpoint *ep,
  1059. const union sctp_addr *paddr,
  1060. struct sctp_transport **);
  1061. int sctp_endpoint_is_peeled_off(struct sctp_endpoint *,
  1062. const union sctp_addr *);
  1063. struct sctp_endpoint *sctp_endpoint_is_match(struct sctp_endpoint *,
  1064. const union sctp_addr *);
  1065. int sctp_has_association(const union sctp_addr *laddr,
  1066. const union sctp_addr *paddr);
  1067. int sctp_verify_init(const struct sctp_association *asoc, sctp_cid_t,
  1068. sctp_init_chunk_t *peer_init, struct sctp_chunk *chunk,
  1069. struct sctp_chunk **err_chunk);
  1070. int sctp_process_init(struct sctp_association *, sctp_cid_t cid,
  1071. const union sctp_addr *peer,
  1072. sctp_init_chunk_t *init, int gfp);
  1073. __u32 sctp_generate_tag(const struct sctp_endpoint *);
  1074. __u32 sctp_generate_tsn(const struct sctp_endpoint *);
  1075. /* RFC2960
  1076. *
  1077. * 12. Recommended Transmission Control Block (TCB) Parameters
  1078. *
  1079. * This section details a recommended set of parameters that should
  1080. * be contained within the TCB for an implementation. This section is
  1081. * for illustrative purposes and should not be deemed as requirements
  1082. * on an implementation or as an exhaustive list of all parameters
  1083. * inside an SCTP TCB. Each implementation may need its own additional
  1084. * parameters for optimization.
  1085. */
  1086. /* Here we have information about each individual association. */
  1087. struct sctp_association {
  1088. /* A base structure common to endpoint and association.
  1089. * In this context, it represents the associations's view
  1090. * of the local endpoint of the association.
  1091. */
  1092. struct sctp_ep_common base;
  1093. /* Associations on the same socket. */
  1094. struct list_head asocs;
  1095. /* association id. */
  1096. sctp_assoc_t assoc_id;
  1097. /* This is our parent endpoint. */
  1098. struct sctp_endpoint *ep;
  1099. /* These are those association elements needed in the cookie. */
  1100. struct sctp_cookie c;
  1101. /* This is all information about our peer. */
  1102. struct {
  1103. /* rwnd
  1104. *
  1105. * Peer Rwnd : Current calculated value of the peer's rwnd.
  1106. */
  1107. __u32 rwnd;
  1108. /* transport_addr_list
  1109. *
  1110. * Peer : A list of SCTP transport addresses that the
  1111. * Transport : peer is bound to. This information is derived
  1112. * Address : from the INIT or INIT ACK and is used to
  1113. * List : associate an inbound packet with a given
  1114. * : association. Normally this information is
  1115. * : hashed or keyed for quick lookup and access
  1116. * : of the TCB.
  1117. *
  1118. * It is a list of SCTP_transport's.
  1119. */
  1120. struct list_head transport_addr_list;
  1121. /* port
  1122. * The transport layer port number.
  1123. */
  1124. __u16 port;
  1125. /* primary_path
  1126. *
  1127. * Primary : This is the current primary destination
  1128. * Path : transport address of the peer endpoint. It
  1129. * : may also specify a source transport address
  1130. * : on this endpoint.
  1131. *
  1132. * All of these paths live on transport_addr_list.
  1133. *
  1134. * At the bakeoffs, we discovered that the intent of
  1135. * primaryPath is that it only changes when the ULP
  1136. * asks to have it changed. We add the activePath to
  1137. * designate the connection we are currently using to
  1138. * transmit new data and most control chunks.
  1139. */
  1140. struct sctp_transport *primary_path;
  1141. /* Cache the primary path address here, when we
  1142. * need a an address for msg_name.
  1143. */
  1144. union sctp_addr primary_addr;
  1145. /* active_path
  1146. * The path that we are currently using to
  1147. * transmit new data and most control chunks.
  1148. */
  1149. struct sctp_transport *active_path;
  1150. /* retran_path
  1151. *
  1152. * RFC2960 6.4 Multi-homed SCTP Endpoints
  1153. * ...
  1154. * Furthermore, when its peer is multi-homed, an
  1155. * endpoint SHOULD try to retransmit a chunk to an
  1156. * active destination transport address that is
  1157. * different from the last destination address to
  1158. * which the DATA chunk was sent.
  1159. */
  1160. struct sctp_transport *retran_path;
  1161. /* Pointer to last transport I have sent on. */
  1162. struct sctp_transport *last_sent_to;
  1163. /* This is the last transport I have received DATA on. */
  1164. struct sctp_transport *last_data_from;
  1165. /*
  1166. * Mapping An array of bits or bytes indicating which out of
  1167. * Array order TSN's have been received (relative to the
  1168. * Last Rcvd TSN). If no gaps exist, i.e. no out of
  1169. * order packets have been received, this array
  1170. * will be set to all zero. This structure may be
  1171. * in the form of a circular buffer or bit array.
  1172. *
  1173. * Last Rcvd : This is the last TSN received in
  1174. * TSN : sequence. This value is set initially by
  1175. * : taking the peer's Initial TSN, received in
  1176. * : the INIT or INIT ACK chunk, and subtracting
  1177. * : one from it.
  1178. *
  1179. * Throughout most of the specification this is called the
  1180. * "Cumulative TSN ACK Point". In this case, we
  1181. * ignore the advice in 12.2 in favour of the term
  1182. * used in the bulk of the text. This value is hidden
  1183. * in tsn_map--we get it by calling sctp_tsnmap_get_ctsn().
  1184. */
  1185. struct sctp_tsnmap tsn_map;
  1186. __u8 _map[sctp_tsnmap_storage_size(SCTP_TSN_MAP_SIZE)];
  1187. /* Ack State : This flag indicates if the next received
  1188. * : packet is to be responded to with a
  1189. * : SACK. This is initializedto 0. When a packet
  1190. * : is received it is incremented. If this value
  1191. * : reaches 2 or more, a SACK is sent and the
  1192. * : value is reset to 0. Note: This is used only
  1193. * : when no DATA chunks are received out of
  1194. * : order. When DATA chunks are out of order,
  1195. * : SACK's are not delayed (see Section 6).
  1196. */
  1197. __u8 sack_needed; /* Do we need to sack the peer? */
  1198. /* These are capabilities which our peer advertised. */
  1199. __u8 ecn_capable; /* Can peer do ECN? */
  1200. __u8 ipv4_address; /* Peer understands IPv4 addresses? */
  1201. __u8 ipv6_address; /* Peer understands IPv6 addresses? */
  1202. __u8 hostname_address;/* Peer understands DNS addresses? */
  1203. __u8 asconf_capable; /* Does peer support ADDIP? */
  1204. __u8 prsctp_capable; /* Can peer do PR-SCTP? */
  1205. __u32 adaption_ind; /* Adaption Code point. */
  1206. /* This mask is used to disable sending the ASCONF chunk
  1207. * with specified parameter to peer.
  1208. */
  1209. __u16 addip_disabled_mask;
  1210. struct sctp_inithdr i;
  1211. int cookie_len;
  1212. void *cookie;
  1213. /* ADDIP Section 4.2 Upon reception of an ASCONF Chunk.
  1214. * C1) ... "Peer-Serial-Number'. This value MUST be initialized to the
  1215. * Initial TSN Value minus 1
  1216. */
  1217. __u32 addip_serial;
  1218. } peer;
  1219. /* State : A state variable indicating what state the
  1220. * : association is in, i.e. COOKIE-WAIT,
  1221. * : COOKIE-ECHOED, ESTABLISHED, SHUTDOWN-PENDING,
  1222. * : SHUTDOWN-SENT, SHUTDOWN-RECEIVED, SHUTDOWN-ACK-SENT.
  1223. *
  1224. * Note: No "CLOSED" state is illustrated since if a
  1225. * association is "CLOSED" its TCB SHOULD be removed.
  1226. *
  1227. * In this implementation we DO have a CLOSED
  1228. * state which is used during initiation and shutdown.
  1229. *
  1230. * State takes values from SCTP_STATE_*.
  1231. */
  1232. sctp_state_t state;
  1233. /* The cookie life I award for any cookie. */
  1234. struct timeval cookie_life;
  1235. /* Overall : The overall association error count.
  1236. * Error Count : [Clear this any time I get something.]
  1237. */
  1238. int overall_error_count;
  1239. /* These are the association's initial, max, and min RTO values.
  1240. * These values will be initialized by system defaults, but can
  1241. * be modified via the SCTP_RTOINFO socket option.
  1242. */
  1243. __u32 rto_initial;
  1244. __u32 rto_max;
  1245. __u32 rto_min;
  1246. /* Maximum number of new data packets that can be sent in a burst. */
  1247. int max_burst;
  1248. /* This is the max_retrans value for the association. This value will
  1249. * be initialized initialized from system defaults, but can be
  1250. * modified by the SCTP_ASSOCINFO socket option.
  1251. */
  1252. int max_retrans;
  1253. /* Maximum number of times the endpoint will retransmit INIT */
  1254. __u16 max_init_attempts;
  1255. /* How many times have we resent an INIT? */
  1256. __u16 init_retries;
  1257. /* The largest timeout or RTO value to use in attempting an INIT */
  1258. __u16 max_init_timeo;
  1259. int timeouts[SCTP_NUM_TIMEOUT_TYPES];
  1260. struct timer_list timers[SCTP_NUM_TIMEOUT_TYPES];
  1261. /* Transport to which SHUTDOWN chunk was last sent. */
  1262. struct sctp_transport *shutdown_last_sent_to;
  1263. /* Next TSN : The next TSN number to be assigned to a new
  1264. * : DATA chunk. This is sent in the INIT or INIT
  1265. * : ACK chunk to the peer and incremented each
  1266. * : time a DATA chunk is assigned a TSN
  1267. * : (normally just prior to transmit or during
  1268. * : fragmentation).
  1269. */
  1270. __u32 next_tsn;
  1271. /*
  1272. * Last Rcvd : This is the last TSN received in sequence. This value
  1273. * TSN : is set initially by taking the peer's Initial TSN,
  1274. * : received in the INIT or INIT ACK chunk, and
  1275. * : subtracting one from it.
  1276. *
  1277. * Most of RFC 2960 refers to this as the Cumulative TSN Ack Point.
  1278. */
  1279. __u32 ctsn_ack_point;
  1280. /* PR-SCTP Advanced.Peer.Ack.Point */
  1281. __u32 adv_peer_ack_point;
  1282. /* Highest TSN that is acknowledged by incoming SACKs. */
  1283. __u32 highest_sacked;
  1284. /* The number of unacknowledged data chunks. Reported through
  1285. * the SCTP_STATUS sockopt.
  1286. */
  1287. __u16 unack_data;
  1288. /* This is the association's receive buffer space. This value is used
  1289. * to set a_rwnd field in an INIT or a SACK chunk.
  1290. */
  1291. __u32 rwnd;
  1292. /* This is the last advertised value of rwnd over a SACK chunk. */
  1293. __u32 a_rwnd;
  1294. /* Number of bytes by which the rwnd has slopped. The rwnd is allowed
  1295. * to slop over a maximum of the association's frag_point.
  1296. */
  1297. __u32 rwnd_over;
  1298. /* This is the sndbuf size in use for the association.
  1299. * This corresponds to the sndbuf size for the association,
  1300. * as specified in the sk->sndbuf.
  1301. */
  1302. int sndbuf_used;
  1303. /* This is the wait queue head for send requests waiting on
  1304. * the association sndbuf space.
  1305. */
  1306. wait_queue_head_t wait;
  1307. /* Association : The smallest PMTU discovered for all of the
  1308. * PMTU : peer's transport addresses.
  1309. */
  1310. __u32 pmtu;
  1311. /* The message size at which SCTP fragmentation will occur. */
  1312. __u32 frag_point;
  1313. /* Currently only one counter is used to count INIT errors. */
  1314. int counters[SCTP_NUMBER_COUNTERS];
  1315. /* Default send parameters. */
  1316. __u16 default_stream;
  1317. __u16 default_flags;
  1318. __u32 default_ppid;
  1319. __u32 default_context;
  1320. __u32 default_timetolive;
  1321. /* This tracks outbound ssn for a given stream. */
  1322. struct sctp_ssnmap *ssnmap;
  1323. /* All outbound chunks go through this structure. */
  1324. struct sctp_outq outqueue;
  1325. /* A smart pipe that will handle reordering and fragmentation,
  1326. * as well as handle passing events up to the ULP.
  1327. */
  1328. struct sctp_ulpq ulpq;
  1329. /* Last TSN that caused an ECNE Chunk to be sent. */
  1330. __u32 last_ecne_tsn;
  1331. /* Last TSN that caused a CWR Chunk to be sent. */
  1332. __u32 last_cwr_tsn;
  1333. /* How many duplicated TSNs have we seen? */
  1334. int numduptsns;
  1335. /* Number of seconds of idle time before an association is closed. */
  1336. __u32 autoclose;
  1337. /* These are to support
  1338. * "SCTP Extensions for Dynamic Reconfiguration of IP Addresses
  1339. * and Enforcement of Flow and Message Limits"
  1340. * <draft-ietf-tsvwg-addip-sctp-02.txt>
  1341. * or "ADDIP" for short.
  1342. */
  1343. /* ADDIP Section 4.1.1 Congestion Control of ASCONF Chunks
  1344. *
  1345. * R1) One and only one ASCONF Chunk MAY be in transit and
  1346. * unacknowledged at any one time. If a sender, after sending
  1347. * an ASCONF chunk, decides it needs to transfer another
  1348. * ASCONF Chunk, it MUST wait until the ASCONF-ACK Chunk
  1349. * returns from the previous ASCONF Chunk before sending a
  1350. * subsequent ASCONF. Note this restriction binds each side,
  1351. * so at any time two ASCONF may be in-transit on any given
  1352. * association (one sent from each endpoint).
  1353. *
  1354. * [This is our one-and-only-one ASCONF in flight. If we do
  1355. * not have an ASCONF in flight, this is NULL.]
  1356. */
  1357. struct sctp_chunk *addip_last_asconf;
  1358. /* ADDIP Section 4.2 Upon reception of an ASCONF Chunk.
  1359. *
  1360. * IMPLEMENTATION NOTE: As an optimization a receiver may wish
  1361. * to save the last ASCONF-ACK for some predetermined period
  1362. * of time and instead of re-processing the ASCONF (with the
  1363. * same serial number) it may just re-transmit the
  1364. * ASCONF-ACK. It may wish to use the arrival of a new serial
  1365. * number to discard the previously saved ASCONF-ACK or any
  1366. * other means it may choose to expire the saved ASCONF-ACK.
  1367. *
  1368. * [This is our saved ASCONF-ACK. We invalidate it when a new
  1369. * ASCONF serial number arrives.]
  1370. */
  1371. struct sctp_chunk *addip_last_asconf_ack;
  1372. /* These ASCONF chunks are waiting to be sent.
  1373. *
  1374. * These chunaks can't be pushed to outqueue until receiving
  1375. * ASCONF_ACK for the previous ASCONF indicated by
  1376. * addip_last_asconf, so as to guarantee that only one ASCONF
  1377. * is in flight at any time.
  1378. *
  1379. * ADDIP Section 4.1.1 Congestion Control of ASCONF Chunks
  1380. *
  1381. * In defining the ASCONF Chunk transfer procedures, it is
  1382. * essential that these transfers MUST NOT cause congestion
  1383. * within the network. To achieve this, we place these
  1384. * restrictions on the transfer of ASCONF Chunks:
  1385. *
  1386. * R1) One and only one ASCONF Chunk MAY be in transit and
  1387. * unacknowledged at any one time. If a sender, after sending
  1388. * an ASCONF chunk, decides it needs to transfer another
  1389. * ASCONF Chunk, it MUST wait until the ASCONF-ACK Chunk
  1390. * returns from the previous ASCONF Chunk before sending a
  1391. * subsequent ASCONF. Note this restriction binds each side,
  1392. * so at any time two ASCONF may be in-transit on any given
  1393. * association (one sent from each endpoint).
  1394. *
  1395. *
  1396. * [I really think this is EXACTLY the sort of intelligence
  1397. * which already resides in sctp_outq. Please move this
  1398. * queue and its supporting logic down there. --piggy]
  1399. */
  1400. struct sk_buff_head addip_chunks;
  1401. /* ADDIP Section 4.1 ASCONF Chunk Procedures
  1402. *
  1403. * A2) A serial number should be assigned to the Chunk. The
  1404. * serial number SHOULD be a monotonically increasing
  1405. * number. The serial number SHOULD be initialized at
  1406. * the start of the association to the same value as the
  1407. * Initial TSN and every time a new ASCONF chunk is created
  1408. * it is incremented by one after assigning the serial number
  1409. * to the newly created chunk.
  1410. *
  1411. * ADDIP
  1412. * 3.1.1 Address/Stream Configuration Change Chunk (ASCONF)
  1413. *
  1414. * Serial Number : 32 bits (unsigned integer)
  1415. *
  1416. * This value represents a Serial Number for the ASCONF
  1417. * Chunk. The valid range of Serial Number is from 0 to
  1418. * 4294967295 (2^32 - 1). Serial Numbers wrap back to 0
  1419. * after reaching 4294967295.
  1420. */
  1421. __u32 addip_serial;
  1422. /* Need to send an ECNE Chunk? */
  1423. char need_ecne;
  1424. /* Is it a temporary association? */
  1425. char temp;
  1426. };
  1427. /* An eyecatcher for determining if we are really looking at an
  1428. * association data structure.
  1429. */
  1430. enum {
  1431. SCTP_ASSOC_EYECATCHER = 0xa550c123,
  1432. };
  1433. /* Recover the outter association structure. */
  1434. static inline struct sctp_association *sctp_assoc(struct sctp_ep_common *base)
  1435. {
  1436. struct sctp_association *asoc;
  1437. asoc = container_of(base, struct sctp_association, base);
  1438. return asoc;
  1439. }
  1440. /* These are function signatures for manipulating associations. */
  1441. struct sctp_association *
  1442. sctp_association_new(const struct sctp_endpoint *, const struct sock *,
  1443. sctp_scope_t scope, int gfp);
  1444. void sctp_association_free(struct sctp_association *);
  1445. void sctp_association_put(struct sctp_association *);
  1446. void sctp_association_hold(struct sctp_association *);
  1447. struct sctp_transport *sctp_assoc_choose_shutdown_transport(
  1448. struct sctp_association *);
  1449. void sctp_assoc_update_retran_path(struct sctp_association *);
  1450. struct sctp_transport *sctp_assoc_lookup_paddr(const struct sctp_association *,
  1451. const union sctp_addr *);
  1452. int sctp_assoc_lookup_laddr(struct sctp_association *asoc,
  1453. const union sctp_addr *laddr);
  1454. struct sctp_transport *sctp_assoc_add_peer(struct sctp_association *,
  1455. const union sctp_addr *address,
  1456. const int gfp);
  1457. void sctp_assoc_del_peer(struct sctp_association *asoc,
  1458. const union sctp_addr *addr);
  1459. void sctp_assoc_control_transport(struct sctp_association *,
  1460. struct sctp_transport *,
  1461. sctp_transport_cmd_t, sctp_sn_error_t);
  1462. struct sctp_transport *sctp_assoc_lookup_tsn(struct sctp_association *, __u32);
  1463. struct sctp_transport *sctp_assoc_is_match(struct sctp_association *,
  1464. const union sctp_addr *,
  1465. const union sctp_addr *);
  1466. void sctp_assoc_migrate(struct sctp_association *, struct sock *);
  1467. void sctp_assoc_update(struct sctp_association *old,
  1468. struct sctp_association *new);
  1469. __u32 sctp_association_get_next_tsn(struct sctp_association *);
  1470. void sctp_assoc_sync_pmtu(struct sctp_association *);
  1471. void sctp_assoc_rwnd_increase(struct sctp_association *, unsigned);
  1472. void sctp_assoc_rwnd_decrease(struct sctp_association *, unsigned);
  1473. void sctp_assoc_set_primary(struct sctp_association *,
  1474. struct sctp_transport *);
  1475. int sctp_assoc_set_bind_addr_from_ep(struct sctp_association *, int);
  1476. int sctp_assoc_set_bind_addr_from_cookie(struct sctp_association *,
  1477. struct sctp_cookie*, int gfp);
  1478. int sctp_cmp_addr_exact(const union sctp_addr *ss1,
  1479. const union sctp_addr *ss2);
  1480. struct sctp_chunk *sctp_get_ecne_prepend(struct sctp_association *asoc);
  1481. /* A convenience structure to parse out SCTP specific CMSGs. */
  1482. typedef struct sctp_cmsgs {
  1483. struct sctp_initmsg *init;
  1484. struct sctp_sndrcvinfo *info;
  1485. } sctp_cmsgs_t;
  1486. /* Structure for tracking memory objects */
  1487. typedef struct {
  1488. char *label;
  1489. atomic_t *counter;
  1490. } sctp_dbg_objcnt_entry_t;
  1491. #endif /* __sctp_structs_h__ */