structs.h 56 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784
  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. /* The number of times INIT has been sent on this transport. */
  744. int init_sent_count;
  745. /* state : The current state of this destination,
  746. * : i.e. SCTP_ACTIVE, SCTP_INACTIVE, SCTP_UNKOWN.
  747. */
  748. int state;
  749. /* hb_allowed : The current heartbeat state of this destination,
  750. * : i.e. ALLOW-HB, NO-HEARTBEAT, etc.
  751. */
  752. int hb_allowed;
  753. /* These are the error stats for this destination. */
  754. /* Error count : The current error count for this destination. */
  755. unsigned short error_count;
  756. /* This is the max_retrans value for the transport and will
  757. * be initialized to proto.max_retrans.path. This can be changed
  758. * using SCTP_SET_PEER_ADDR_PARAMS socket option.
  759. */
  760. int max_retrans;
  761. /* Per : A timer used by each destination.
  762. * Destination :
  763. * Timer :
  764. *
  765. * [Everywhere else in the text this is called T3-rtx. -ed]
  766. */
  767. struct timer_list T3_rtx_timer;
  768. /* Heartbeat timer is per destination. */
  769. struct timer_list hb_timer;
  770. /* Since we're using per-destination retransmission timers
  771. * (see above), we're also using per-destination "transmitted"
  772. * queues. This probably ought to be a private struct
  773. * accessible only within the outqueue, but it's not, yet.
  774. */
  775. struct list_head transmitted;
  776. /* We build bundle-able packets for this transport here. */
  777. struct sctp_packet packet;
  778. /* This is the list of transports that have chunks to send. */
  779. struct list_head send_ready;
  780. int malloced; /* Is this structure kfree()able? */
  781. /* State information saved for SFR_CACC algorithm. The key
  782. * idea in SFR_CACC is to maintain state at the sender on a
  783. * per-destination basis when a changeover happens.
  784. * char changeover_active;
  785. * char cycling_changeover;
  786. * __u32 next_tsn_at_change;
  787. * char cacc_saw_newack;
  788. */
  789. struct {
  790. /* An unsigned integer, which stores the next TSN to be
  791. * used by the sender, at the moment of changeover.
  792. */
  793. __u32 next_tsn_at_change;
  794. /* A flag which indicates the occurrence of a changeover */
  795. char changeover_active;
  796. /* A flag which indicates whether the change of primary is
  797. * the first switch to this destination address during an
  798. * active switch.
  799. */
  800. char cycling_changeover;
  801. /* A temporary flag, which is used during the processing of
  802. * a SACK to estimate the causative TSN(s)'s group.
  803. */
  804. char cacc_saw_newack;
  805. } cacc;
  806. };
  807. struct sctp_transport *sctp_transport_new(const union sctp_addr *, int);
  808. void sctp_transport_set_owner(struct sctp_transport *,
  809. struct sctp_association *);
  810. void sctp_transport_route(struct sctp_transport *, union sctp_addr *,
  811. struct sctp_sock *);
  812. void sctp_transport_pmtu(struct sctp_transport *);
  813. void sctp_transport_free(struct sctp_transport *);
  814. void sctp_transport_reset_timers(struct sctp_transport *);
  815. void sctp_transport_hold(struct sctp_transport *);
  816. void sctp_transport_put(struct sctp_transport *);
  817. void sctp_transport_update_rto(struct sctp_transport *, __u32);
  818. void sctp_transport_raise_cwnd(struct sctp_transport *, __u32, __u32);
  819. void sctp_transport_lower_cwnd(struct sctp_transport *, sctp_lower_cwnd_t);
  820. unsigned long sctp_transport_timeout(struct sctp_transport *);
  821. /* This is the structure we use to queue packets as they come into
  822. * SCTP. We write packets to it and read chunks from it.
  823. */
  824. struct sctp_inq {
  825. /* This is actually a queue of sctp_chunk each
  826. * containing a partially decoded packet.
  827. */
  828. struct sk_buff_head in;
  829. /* This is the packet which is currently off the in queue and is
  830. * being worked on through the inbound chunk processing.
  831. */
  832. struct sctp_chunk *in_progress;
  833. /* This is the delayed task to finish delivering inbound
  834. * messages.
  835. */
  836. struct work_struct immediate;
  837. int malloced; /* Is this structure kfree()able? */
  838. };
  839. void sctp_inq_init(struct sctp_inq *);
  840. void sctp_inq_free(struct sctp_inq *);
  841. void sctp_inq_push(struct sctp_inq *, struct sctp_chunk *packet);
  842. struct sctp_chunk *sctp_inq_pop(struct sctp_inq *);
  843. void sctp_inq_set_th_handler(struct sctp_inq *, void (*)(void *), void *);
  844. /* This is the structure we use to hold outbound chunks. You push
  845. * chunks in and they automatically pop out the other end as bundled
  846. * packets (it calls (*output_handler)()).
  847. *
  848. * This structure covers sections 6.3, 6.4, 6.7, 6.8, 6.10, 7., 8.1,
  849. * and 8.2 of the v13 draft.
  850. *
  851. * It handles retransmissions. The connection to the timeout portion
  852. * of the state machine is through sctp_..._timeout() and timeout_handler.
  853. *
  854. * If you feed it SACKs, it will eat them.
  855. *
  856. * If you give it big chunks, it will fragment them.
  857. *
  858. * It assigns TSN's to data chunks. This happens at the last possible
  859. * instant before transmission.
  860. *
  861. * When free()'d, it empties itself out via output_handler().
  862. */
  863. struct sctp_outq {
  864. struct sctp_association *asoc;
  865. /* Data pending that has never been transmitted. */
  866. struct sk_buff_head out;
  867. unsigned out_qlen; /* Total length of queued data chunks. */
  868. /* Error of send failed, may used in SCTP_SEND_FAILED event. */
  869. unsigned error;
  870. /* These are control chunks we want to send. */
  871. struct sk_buff_head control;
  872. /* These are chunks that have been sacked but are above the
  873. * CTSN, or cumulative tsn ack point.
  874. */
  875. struct list_head sacked;
  876. /* Put chunks on this list to schedule them for
  877. * retransmission.
  878. */
  879. struct list_head retransmit;
  880. /* Put chunks on this list to save them for FWD TSN processing as
  881. * they were abandoned.
  882. */
  883. struct list_head abandoned;
  884. /* How many unackd bytes do we have in-flight? */
  885. __u32 outstanding_bytes;
  886. /* Corked? */
  887. char cork;
  888. /* Is this structure empty? */
  889. char empty;
  890. /* Are we kfree()able? */
  891. char malloced;
  892. };
  893. void sctp_outq_init(struct sctp_association *, struct sctp_outq *);
  894. void sctp_outq_teardown(struct sctp_outq *);
  895. void sctp_outq_free(struct sctp_outq*);
  896. int sctp_outq_tail(struct sctp_outq *, struct sctp_chunk *chunk);
  897. int sctp_outq_flush(struct sctp_outq *, int);
  898. int sctp_outq_sack(struct sctp_outq *, struct sctp_sackhdr *);
  899. int sctp_outq_is_empty(const struct sctp_outq *);
  900. void sctp_outq_restart(struct sctp_outq *);
  901. void sctp_retransmit(struct sctp_outq *, struct sctp_transport *,
  902. sctp_retransmit_reason_t);
  903. void sctp_retransmit_mark(struct sctp_outq *, struct sctp_transport *, __u8);
  904. int sctp_outq_uncork(struct sctp_outq *);
  905. /* Uncork and flush an outqueue. */
  906. static inline void sctp_outq_cork(struct sctp_outq *q)
  907. {
  908. q->cork = 1;
  909. }
  910. /* These bind address data fields common between endpoints and associations */
  911. struct sctp_bind_addr {
  912. /* RFC 2960 12.1 Parameters necessary for the SCTP instance
  913. *
  914. * SCTP Port: The local SCTP port number the endpoint is
  915. * bound to.
  916. */
  917. __u16 port;
  918. /* RFC 2960 12.1 Parameters necessary for the SCTP instance
  919. *
  920. * Address List: The list of IP addresses that this instance
  921. * has bound. This information is passed to one's
  922. * peer(s) in INIT and INIT ACK chunks.
  923. */
  924. struct list_head address_list;
  925. int malloced; /* Are we kfree()able? */
  926. };
  927. void sctp_bind_addr_init(struct sctp_bind_addr *, __u16 port);
  928. void sctp_bind_addr_free(struct sctp_bind_addr *);
  929. int sctp_bind_addr_copy(struct sctp_bind_addr *dest,
  930. const struct sctp_bind_addr *src,
  931. sctp_scope_t scope, int gfp,int flags);
  932. int sctp_add_bind_addr(struct sctp_bind_addr *, union sctp_addr *,
  933. int gfp);
  934. int sctp_del_bind_addr(struct sctp_bind_addr *, union sctp_addr *);
  935. int sctp_bind_addr_match(struct sctp_bind_addr *, const union sctp_addr *,
  936. struct sctp_sock *);
  937. union sctp_addr *sctp_find_unmatch_addr(struct sctp_bind_addr *bp,
  938. const union sctp_addr *addrs,
  939. int addrcnt,
  940. struct sctp_sock *opt);
  941. union sctp_params sctp_bind_addrs_to_raw(const struct sctp_bind_addr *bp,
  942. int *addrs_len, int gfp);
  943. int sctp_raw_to_bind_addrs(struct sctp_bind_addr *bp, __u8 *raw, int len,
  944. __u16 port, int gfp);
  945. sctp_scope_t sctp_scope(const union sctp_addr *);
  946. int sctp_in_scope(const union sctp_addr *addr, const sctp_scope_t scope);
  947. int sctp_is_any(const union sctp_addr *addr);
  948. int sctp_addr_is_valid(const union sctp_addr *addr);
  949. /* What type of endpoint? */
  950. typedef enum {
  951. SCTP_EP_TYPE_SOCKET,
  952. SCTP_EP_TYPE_ASSOCIATION,
  953. } sctp_endpoint_type_t;
  954. /*
  955. * A common base class to bridge the implmentation view of a
  956. * socket (usually listening) endpoint versus an association's
  957. * local endpoint.
  958. * This common structure is useful for several purposes:
  959. * 1) Common interface for lookup routines.
  960. * a) Subfunctions work for either endpoint or association
  961. * b) Single interface to lookup allows hiding the lookup lock rather
  962. * than acquiring it externally.
  963. * 2) Common interface for the inbound chunk handling/state machine.
  964. * 3) Common object handling routines for reference counting, etc.
  965. * 4) Disentangle association lookup from endpoint lookup, where we
  966. * do not have to find our endpoint to find our association.
  967. *
  968. */
  969. struct sctp_ep_common {
  970. /* Fields to help us manage our entries in the hash tables. */
  971. struct sctp_ep_common *next;
  972. struct sctp_ep_common **pprev;
  973. int hashent;
  974. /* Runtime type information. What kind of endpoint is this? */
  975. sctp_endpoint_type_t type;
  976. /* Some fields to help us manage this object.
  977. * refcnt - Reference count access to this object.
  978. * dead - Do not attempt to use this object.
  979. * malloced - Do we need to kfree this object?
  980. */
  981. atomic_t refcnt;
  982. char dead;
  983. char malloced;
  984. /* What socket does this endpoint belong to? */
  985. struct sock *sk;
  986. /* This is where we receive inbound chunks. */
  987. struct sctp_inq inqueue;
  988. /* This substructure includes the defining parameters of the
  989. * endpoint:
  990. * bind_addr.port is our shared port number.
  991. * bind_addr.address_list is our set of local IP addresses.
  992. */
  993. struct sctp_bind_addr bind_addr;
  994. /* Protection during address list comparisons. */
  995. rwlock_t addr_lock;
  996. };
  997. /* RFC Section 1.4 Key Terms
  998. *
  999. * o SCTP endpoint: The logical sender/receiver of SCTP packets. On a
  1000. * multi-homed host, an SCTP endpoint is represented to its peers as a
  1001. * combination of a set of eligible destination transport addresses to
  1002. * which SCTP packets can be sent and a set of eligible source
  1003. * transport addresses from which SCTP packets can be received.
  1004. * All transport addresses used by an SCTP endpoint must use the
  1005. * same port number, but can use multiple IP addresses. A transport
  1006. * address used by an SCTP endpoint must not be used by another
  1007. * SCTP endpoint. In other words, a transport address is unique
  1008. * to an SCTP endpoint.
  1009. *
  1010. * From an implementation perspective, each socket has one of these.
  1011. * A TCP-style socket will have exactly one association on one of
  1012. * these. An UDP-style socket will have multiple associations hanging
  1013. * off one of these.
  1014. */
  1015. struct sctp_endpoint {
  1016. /* Common substructure for endpoint and association. */
  1017. struct sctp_ep_common base;
  1018. /* Associations: A list of current associations and mappings
  1019. * to the data consumers for each association. This
  1020. * may be in the form of a hash table or other
  1021. * implementation dependent structure. The data
  1022. * consumers may be process identification
  1023. * information such as file descriptors, named pipe
  1024. * pointer, or table pointers dependent on how SCTP
  1025. * is implemented.
  1026. */
  1027. /* This is really a list of struct sctp_association entries. */
  1028. struct list_head asocs;
  1029. /* Secret Key: A secret key used by this endpoint to compute
  1030. * the MAC. This SHOULD be a cryptographic quality
  1031. * random number with a sufficient length.
  1032. * Discussion in [RFC1750] can be helpful in
  1033. * selection of the key.
  1034. */
  1035. __u8 secret_key[SCTP_HOW_MANY_SECRETS][SCTP_SECRET_SIZE];
  1036. int current_key;
  1037. int last_key;
  1038. int key_changed_at;
  1039. /* Default timeouts. */
  1040. int timeouts[SCTP_NUM_TIMEOUT_TYPES];
  1041. /* sendbuf acct. policy. */
  1042. __u32 sndbuf_policy;
  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. * : The list is also initialized with the list
  1118. * : of addresses passed with the sctp_connectx()
  1119. * : call.
  1120. *
  1121. * It is a list of SCTP_transport's.
  1122. */
  1123. struct list_head transport_addr_list;
  1124. /* transport_count
  1125. *
  1126. * Peer : A count of the number of peer addresses
  1127. * Transport : in the Peer Transport Address List.
  1128. * Address :
  1129. * Count :
  1130. */
  1131. __u16 transport_count;
  1132. /* port
  1133. * The transport layer port number.
  1134. */
  1135. __u16 port;
  1136. /* primary_path
  1137. *
  1138. * Primary : This is the current primary destination
  1139. * Path : transport address of the peer endpoint. It
  1140. * : may also specify a source transport address
  1141. * : on this endpoint.
  1142. *
  1143. * All of these paths live on transport_addr_list.
  1144. *
  1145. * At the bakeoffs, we discovered that the intent of
  1146. * primaryPath is that it only changes when the ULP
  1147. * asks to have it changed. We add the activePath to
  1148. * designate the connection we are currently using to
  1149. * transmit new data and most control chunks.
  1150. */
  1151. struct sctp_transport *primary_path;
  1152. /* Cache the primary path address here, when we
  1153. * need a an address for msg_name.
  1154. */
  1155. union sctp_addr primary_addr;
  1156. /* active_path
  1157. * The path that we are currently using to
  1158. * transmit new data and most control chunks.
  1159. */
  1160. struct sctp_transport *active_path;
  1161. /* retran_path
  1162. *
  1163. * RFC2960 6.4 Multi-homed SCTP Endpoints
  1164. * ...
  1165. * Furthermore, when its peer is multi-homed, an
  1166. * endpoint SHOULD try to retransmit a chunk to an
  1167. * active destination transport address that is
  1168. * different from the last destination address to
  1169. * which the DATA chunk was sent.
  1170. */
  1171. struct sctp_transport *retran_path;
  1172. /* Pointer to last transport I have sent on. */
  1173. struct sctp_transport *last_sent_to;
  1174. /* This is the last transport I have received DATA on. */
  1175. struct sctp_transport *last_data_from;
  1176. /*
  1177. * Mapping An array of bits or bytes indicating which out of
  1178. * Array order TSN's have been received (relative to the
  1179. * Last Rcvd TSN). If no gaps exist, i.e. no out of
  1180. * order packets have been received, this array
  1181. * will be set to all zero. This structure may be
  1182. * in the form of a circular buffer or bit array.
  1183. *
  1184. * Last Rcvd : This is the last TSN received in
  1185. * TSN : sequence. This value is set initially by
  1186. * : taking the peer's Initial TSN, received in
  1187. * : the INIT or INIT ACK chunk, and subtracting
  1188. * : one from it.
  1189. *
  1190. * Throughout most of the specification this is called the
  1191. * "Cumulative TSN ACK Point". In this case, we
  1192. * ignore the advice in 12.2 in favour of the term
  1193. * used in the bulk of the text. This value is hidden
  1194. * in tsn_map--we get it by calling sctp_tsnmap_get_ctsn().
  1195. */
  1196. struct sctp_tsnmap tsn_map;
  1197. __u8 _map[sctp_tsnmap_storage_size(SCTP_TSN_MAP_SIZE)];
  1198. /* Ack State : This flag indicates if the next received
  1199. * : packet is to be responded to with a
  1200. * : SACK. This is initializedto 0. When a packet
  1201. * : is received it is incremented. If this value
  1202. * : reaches 2 or more, a SACK is sent and the
  1203. * : value is reset to 0. Note: This is used only
  1204. * : when no DATA chunks are received out of
  1205. * : order. When DATA chunks are out of order,
  1206. * : SACK's are not delayed (see Section 6).
  1207. */
  1208. __u8 sack_needed; /* Do we need to sack the peer? */
  1209. /* These are capabilities which our peer advertised. */
  1210. __u8 ecn_capable; /* Can peer do ECN? */
  1211. __u8 ipv4_address; /* Peer understands IPv4 addresses? */
  1212. __u8 ipv6_address; /* Peer understands IPv6 addresses? */
  1213. __u8 hostname_address;/* Peer understands DNS addresses? */
  1214. __u8 asconf_capable; /* Does peer support ADDIP? */
  1215. __u8 prsctp_capable; /* Can peer do PR-SCTP? */
  1216. __u32 adaption_ind; /* Adaption Code point. */
  1217. /* This mask is used to disable sending the ASCONF chunk
  1218. * with specified parameter to peer.
  1219. */
  1220. __u16 addip_disabled_mask;
  1221. struct sctp_inithdr i;
  1222. int cookie_len;
  1223. void *cookie;
  1224. /* ADDIP Section 4.2 Upon reception of an ASCONF Chunk.
  1225. * C1) ... "Peer-Serial-Number'. This value MUST be initialized to the
  1226. * Initial TSN Value minus 1
  1227. */
  1228. __u32 addip_serial;
  1229. } peer;
  1230. /* State : A state variable indicating what state the
  1231. * : association is in, i.e. COOKIE-WAIT,
  1232. * : COOKIE-ECHOED, ESTABLISHED, SHUTDOWN-PENDING,
  1233. * : SHUTDOWN-SENT, SHUTDOWN-RECEIVED, SHUTDOWN-ACK-SENT.
  1234. *
  1235. * Note: No "CLOSED" state is illustrated since if a
  1236. * association is "CLOSED" its TCB SHOULD be removed.
  1237. *
  1238. * In this implementation we DO have a CLOSED
  1239. * state which is used during initiation and shutdown.
  1240. *
  1241. * State takes values from SCTP_STATE_*.
  1242. */
  1243. sctp_state_t state;
  1244. /* The cookie life I award for any cookie. */
  1245. struct timeval cookie_life;
  1246. /* Overall : The overall association error count.
  1247. * Error Count : [Clear this any time I get something.]
  1248. */
  1249. int overall_error_count;
  1250. /* These are the association's initial, max, and min RTO values.
  1251. * These values will be initialized by system defaults, but can
  1252. * be modified via the SCTP_RTOINFO socket option.
  1253. */
  1254. __u32 rto_initial;
  1255. __u32 rto_max;
  1256. __u32 rto_min;
  1257. /* Maximum number of new data packets that can be sent in a burst. */
  1258. int max_burst;
  1259. /* This is the max_retrans value for the association. This value will
  1260. * be initialized initialized from system defaults, but can be
  1261. * modified by the SCTP_ASSOCINFO socket option.
  1262. */
  1263. int max_retrans;
  1264. /* Maximum number of times the endpoint will retransmit INIT */
  1265. __u16 max_init_attempts;
  1266. /* How many times have we resent an INIT? */
  1267. __u16 init_retries;
  1268. /* The largest timeout or RTO value to use in attempting an INIT */
  1269. __u16 max_init_timeo;
  1270. int timeouts[SCTP_NUM_TIMEOUT_TYPES];
  1271. struct timer_list timers[SCTP_NUM_TIMEOUT_TYPES];
  1272. /* Transport to which SHUTDOWN chunk was last sent. */
  1273. struct sctp_transport *shutdown_last_sent_to;
  1274. /* Transport to which INIT chunk was last sent. */
  1275. struct sctp_transport *init_last_sent_to;
  1276. /* Next TSN : The next TSN number to be assigned to a new
  1277. * : DATA chunk. This is sent in the INIT or INIT
  1278. * : ACK chunk to the peer and incremented each
  1279. * : time a DATA chunk is assigned a TSN
  1280. * : (normally just prior to transmit or during
  1281. * : fragmentation).
  1282. */
  1283. __u32 next_tsn;
  1284. /*
  1285. * Last Rcvd : This is the last TSN received in sequence. This value
  1286. * TSN : is set initially by taking the peer's Initial TSN,
  1287. * : received in the INIT or INIT ACK chunk, and
  1288. * : subtracting one from it.
  1289. *
  1290. * Most of RFC 2960 refers to this as the Cumulative TSN Ack Point.
  1291. */
  1292. __u32 ctsn_ack_point;
  1293. /* PR-SCTP Advanced.Peer.Ack.Point */
  1294. __u32 adv_peer_ack_point;
  1295. /* Highest TSN that is acknowledged by incoming SACKs. */
  1296. __u32 highest_sacked;
  1297. /* The number of unacknowledged data chunks. Reported through
  1298. * the SCTP_STATUS sockopt.
  1299. */
  1300. __u16 unack_data;
  1301. /* This is the association's receive buffer space. This value is used
  1302. * to set a_rwnd field in an INIT or a SACK chunk.
  1303. */
  1304. __u32 rwnd;
  1305. /* This is the last advertised value of rwnd over a SACK chunk. */
  1306. __u32 a_rwnd;
  1307. /* Number of bytes by which the rwnd has slopped. The rwnd is allowed
  1308. * to slop over a maximum of the association's frag_point.
  1309. */
  1310. __u32 rwnd_over;
  1311. /* This is the sndbuf size in use for the association.
  1312. * This corresponds to the sndbuf size for the association,
  1313. * as specified in the sk->sndbuf.
  1314. */
  1315. int sndbuf_used;
  1316. /* This is the wait queue head for send requests waiting on
  1317. * the association sndbuf space.
  1318. */
  1319. wait_queue_head_t wait;
  1320. /* Association : The smallest PMTU discovered for all of the
  1321. * PMTU : peer's transport addresses.
  1322. */
  1323. __u32 pmtu;
  1324. /* The message size at which SCTP fragmentation will occur. */
  1325. __u32 frag_point;
  1326. /* Counter used to count INIT errors. */
  1327. int init_err_counter;
  1328. /* Count the number of INIT cycles (for doubling timeout). */
  1329. int init_cycle;
  1330. /* Default send parameters. */
  1331. __u16 default_stream;
  1332. __u16 default_flags;
  1333. __u32 default_ppid;
  1334. __u32 default_context;
  1335. __u32 default_timetolive;
  1336. /* This tracks outbound ssn for a given stream. */
  1337. struct sctp_ssnmap *ssnmap;
  1338. /* All outbound chunks go through this structure. */
  1339. struct sctp_outq outqueue;
  1340. /* A smart pipe that will handle reordering and fragmentation,
  1341. * as well as handle passing events up to the ULP.
  1342. */
  1343. struct sctp_ulpq ulpq;
  1344. /* Last TSN that caused an ECNE Chunk to be sent. */
  1345. __u32 last_ecne_tsn;
  1346. /* Last TSN that caused a CWR Chunk to be sent. */
  1347. __u32 last_cwr_tsn;
  1348. /* How many duplicated TSNs have we seen? */
  1349. int numduptsns;
  1350. /* Number of seconds of idle time before an association is closed. */
  1351. __u32 autoclose;
  1352. /* These are to support
  1353. * "SCTP Extensions for Dynamic Reconfiguration of IP Addresses
  1354. * and Enforcement of Flow and Message Limits"
  1355. * <draft-ietf-tsvwg-addip-sctp-02.txt>
  1356. * or "ADDIP" for short.
  1357. */
  1358. /* ADDIP Section 4.1.1 Congestion Control of ASCONF Chunks
  1359. *
  1360. * R1) One and only one ASCONF Chunk MAY be in transit and
  1361. * unacknowledged at any one time. If a sender, after sending
  1362. * an ASCONF chunk, decides it needs to transfer another
  1363. * ASCONF Chunk, it MUST wait until the ASCONF-ACK Chunk
  1364. * returns from the previous ASCONF Chunk before sending a
  1365. * subsequent ASCONF. Note this restriction binds each side,
  1366. * so at any time two ASCONF may be in-transit on any given
  1367. * association (one sent from each endpoint).
  1368. *
  1369. * [This is our one-and-only-one ASCONF in flight. If we do
  1370. * not have an ASCONF in flight, this is NULL.]
  1371. */
  1372. struct sctp_chunk *addip_last_asconf;
  1373. /* ADDIP Section 4.2 Upon reception of an ASCONF Chunk.
  1374. *
  1375. * IMPLEMENTATION NOTE: As an optimization a receiver may wish
  1376. * to save the last ASCONF-ACK for some predetermined period
  1377. * of time and instead of re-processing the ASCONF (with the
  1378. * same serial number) it may just re-transmit the
  1379. * ASCONF-ACK. It may wish to use the arrival of a new serial
  1380. * number to discard the previously saved ASCONF-ACK or any
  1381. * other means it may choose to expire the saved ASCONF-ACK.
  1382. *
  1383. * [This is our saved ASCONF-ACK. We invalidate it when a new
  1384. * ASCONF serial number arrives.]
  1385. */
  1386. struct sctp_chunk *addip_last_asconf_ack;
  1387. /* These ASCONF chunks are waiting to be sent.
  1388. *
  1389. * These chunaks can't be pushed to outqueue until receiving
  1390. * ASCONF_ACK for the previous ASCONF indicated by
  1391. * addip_last_asconf, so as to guarantee that only one ASCONF
  1392. * is in flight at any time.
  1393. *
  1394. * ADDIP Section 4.1.1 Congestion Control of ASCONF Chunks
  1395. *
  1396. * In defining the ASCONF Chunk transfer procedures, it is
  1397. * essential that these transfers MUST NOT cause congestion
  1398. * within the network. To achieve this, we place these
  1399. * restrictions on the transfer of ASCONF Chunks:
  1400. *
  1401. * R1) One and only one ASCONF Chunk MAY be in transit and
  1402. * unacknowledged at any one time. If a sender, after sending
  1403. * an ASCONF chunk, decides it needs to transfer another
  1404. * ASCONF Chunk, it MUST wait until the ASCONF-ACK Chunk
  1405. * returns from the previous ASCONF Chunk before sending a
  1406. * subsequent ASCONF. Note this restriction binds each side,
  1407. * so at any time two ASCONF may be in-transit on any given
  1408. * association (one sent from each endpoint).
  1409. *
  1410. *
  1411. * [I really think this is EXACTLY the sort of intelligence
  1412. * which already resides in sctp_outq. Please move this
  1413. * queue and its supporting logic down there. --piggy]
  1414. */
  1415. struct sk_buff_head addip_chunks;
  1416. /* ADDIP Section 4.1 ASCONF Chunk Procedures
  1417. *
  1418. * A2) A serial number should be assigned to the Chunk. The
  1419. * serial number SHOULD be a monotonically increasing
  1420. * number. The serial number SHOULD be initialized at
  1421. * the start of the association to the same value as the
  1422. * Initial TSN and every time a new ASCONF chunk is created
  1423. * it is incremented by one after assigning the serial number
  1424. * to the newly created chunk.
  1425. *
  1426. * ADDIP
  1427. * 3.1.1 Address/Stream Configuration Change Chunk (ASCONF)
  1428. *
  1429. * Serial Number : 32 bits (unsigned integer)
  1430. *
  1431. * This value represents a Serial Number for the ASCONF
  1432. * Chunk. The valid range of Serial Number is from 0 to
  1433. * 4294967295 (2^32 - 1). Serial Numbers wrap back to 0
  1434. * after reaching 4294967295.
  1435. */
  1436. __u32 addip_serial;
  1437. /* Need to send an ECNE Chunk? */
  1438. char need_ecne;
  1439. /* Is it a temporary association? */
  1440. char temp;
  1441. };
  1442. /* An eyecatcher for determining if we are really looking at an
  1443. * association data structure.
  1444. */
  1445. enum {
  1446. SCTP_ASSOC_EYECATCHER = 0xa550c123,
  1447. };
  1448. /* Recover the outter association structure. */
  1449. static inline struct sctp_association *sctp_assoc(struct sctp_ep_common *base)
  1450. {
  1451. struct sctp_association *asoc;
  1452. asoc = container_of(base, struct sctp_association, base);
  1453. return asoc;
  1454. }
  1455. /* These are function signatures for manipulating associations. */
  1456. struct sctp_association *
  1457. sctp_association_new(const struct sctp_endpoint *, const struct sock *,
  1458. sctp_scope_t scope, int gfp);
  1459. void sctp_association_free(struct sctp_association *);
  1460. void sctp_association_put(struct sctp_association *);
  1461. void sctp_association_hold(struct sctp_association *);
  1462. struct sctp_transport *sctp_assoc_choose_init_transport(
  1463. struct sctp_association *);
  1464. struct sctp_transport *sctp_assoc_choose_shutdown_transport(
  1465. struct sctp_association *);
  1466. void sctp_assoc_update_retran_path(struct sctp_association *);
  1467. struct sctp_transport *sctp_assoc_lookup_paddr(const struct sctp_association *,
  1468. const union sctp_addr *);
  1469. int sctp_assoc_lookup_laddr(struct sctp_association *asoc,
  1470. const union sctp_addr *laddr);
  1471. struct sctp_transport *sctp_assoc_add_peer(struct sctp_association *,
  1472. const union sctp_addr *address,
  1473. const int gfp,
  1474. const int peer_state);
  1475. void sctp_assoc_del_peer(struct sctp_association *asoc,
  1476. const union sctp_addr *addr);
  1477. void sctp_assoc_rm_peer(struct sctp_association *asoc,
  1478. struct sctp_transport *peer);
  1479. void sctp_assoc_control_transport(struct sctp_association *,
  1480. struct sctp_transport *,
  1481. sctp_transport_cmd_t, sctp_sn_error_t);
  1482. struct sctp_transport *sctp_assoc_lookup_tsn(struct sctp_association *, __u32);
  1483. struct sctp_transport *sctp_assoc_is_match(struct sctp_association *,
  1484. const union sctp_addr *,
  1485. const union sctp_addr *);
  1486. void sctp_assoc_migrate(struct sctp_association *, struct sock *);
  1487. void sctp_assoc_update(struct sctp_association *old,
  1488. struct sctp_association *new);
  1489. __u32 sctp_association_get_next_tsn(struct sctp_association *);
  1490. void sctp_assoc_sync_pmtu(struct sctp_association *);
  1491. void sctp_assoc_rwnd_increase(struct sctp_association *, unsigned);
  1492. void sctp_assoc_rwnd_decrease(struct sctp_association *, unsigned);
  1493. void sctp_assoc_set_primary(struct sctp_association *,
  1494. struct sctp_transport *);
  1495. int sctp_assoc_set_bind_addr_from_ep(struct sctp_association *, int);
  1496. int sctp_assoc_set_bind_addr_from_cookie(struct sctp_association *,
  1497. struct sctp_cookie*, int gfp);
  1498. int sctp_cmp_addr_exact(const union sctp_addr *ss1,
  1499. const union sctp_addr *ss2);
  1500. struct sctp_chunk *sctp_get_ecne_prepend(struct sctp_association *asoc);
  1501. /* A convenience structure to parse out SCTP specific CMSGs. */
  1502. typedef struct sctp_cmsgs {
  1503. struct sctp_initmsg *init;
  1504. struct sctp_sndrcvinfo *info;
  1505. } sctp_cmsgs_t;
  1506. /* Structure for tracking memory objects */
  1507. typedef struct {
  1508. char *label;
  1509. atomic_t *counter;
  1510. } sctp_dbg_objcnt_entry_t;
  1511. #endif /* __sctp_structs_h__ */