irlmp.c 55 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039
  1. /*********************************************************************
  2. *
  3. * Filename: irlmp.c
  4. * Version: 1.0
  5. * Description: IrDA Link Management Protocol (LMP) layer
  6. * Status: Stable.
  7. * Author: Dag Brattli <dagb@cs.uit.no>
  8. * Created at: Sun Aug 17 20:54:32 1997
  9. * Modified at: Wed Jan 5 11:26:03 2000
  10. * Modified by: Dag Brattli <dagb@cs.uit.no>
  11. *
  12. * Copyright (c) 1998-2000 Dag Brattli <dagb@cs.uit.no>,
  13. * All Rights Reserved.
  14. * Copyright (c) 2000-2003 Jean Tourrilhes <jt@hpl.hp.com>
  15. *
  16. * This program is free software; you can redistribute it and/or
  17. * modify it under the terms of the GNU General Public License as
  18. * published by the Free Software Foundation; either version 2 of
  19. * the License, or (at your option) any later version.
  20. *
  21. * Neither Dag Brattli nor University of Tromsø admit liability nor
  22. * provide warranty for any of this software. This material is
  23. * provided "AS-IS" and at no charge.
  24. *
  25. ********************************************************************/
  26. #include <linux/module.h>
  27. #include <linux/slab.h>
  28. #include <linux/string.h>
  29. #include <linux/skbuff.h>
  30. #include <linux/types.h>
  31. #include <linux/proc_fs.h>
  32. #include <linux/init.h>
  33. #include <linux/kmod.h>
  34. #include <linux/random.h>
  35. #include <linux/seq_file.h>
  36. #include <net/irda/irda.h>
  37. #include <net/irda/timer.h>
  38. #include <net/irda/qos.h>
  39. #include <net/irda/irlap.h>
  40. #include <net/irda/iriap.h>
  41. #include <net/irda/irlmp.h>
  42. #include <net/irda/irlmp_frame.h>
  43. #include <asm/unaligned.h>
  44. static __u8 irlmp_find_free_slsap(void);
  45. static int irlmp_slsap_inuse(__u8 slsap_sel);
  46. /* Master structure */
  47. struct irlmp_cb *irlmp = NULL;
  48. /* These can be altered by the sysctl interface */
  49. int sysctl_discovery = 0;
  50. int sysctl_discovery_timeout = 3; /* 3 seconds by default */
  51. int sysctl_discovery_slots = 6; /* 6 slots by default */
  52. int sysctl_lap_keepalive_time = LM_IDLE_TIMEOUT * 1000 / HZ;
  53. char sysctl_devname[65];
  54. const char *irlmp_reasons[] = {
  55. "ERROR, NOT USED",
  56. "LM_USER_REQUEST",
  57. "LM_LAP_DISCONNECT",
  58. "LM_CONNECT_FAILURE",
  59. "LM_LAP_RESET",
  60. "LM_INIT_DISCONNECT",
  61. "ERROR, NOT USED",
  62. };
  63. /*
  64. * Function irlmp_init (void)
  65. *
  66. * Create (allocate) the main IrLMP structure
  67. *
  68. */
  69. int __init irlmp_init(void)
  70. {
  71. IRDA_DEBUG(1, "%s()\n", __FUNCTION__);
  72. /* Initialize the irlmp structure. */
  73. irlmp = kzalloc( sizeof(struct irlmp_cb), GFP_KERNEL);
  74. if (irlmp == NULL)
  75. return -ENOMEM;
  76. irlmp->magic = LMP_MAGIC;
  77. irlmp->clients = hashbin_new(HB_LOCK);
  78. irlmp->services = hashbin_new(HB_LOCK);
  79. irlmp->links = hashbin_new(HB_LOCK);
  80. irlmp->unconnected_lsaps = hashbin_new(HB_LOCK);
  81. irlmp->cachelog = hashbin_new(HB_NOLOCK);
  82. if ((irlmp->clients == NULL) ||
  83. (irlmp->services == NULL) ||
  84. (irlmp->links == NULL) ||
  85. (irlmp->unconnected_lsaps == NULL) ||
  86. (irlmp->cachelog == NULL)) {
  87. return -ENOMEM;
  88. }
  89. spin_lock_init(&irlmp->cachelog->hb_spinlock);
  90. irlmp->last_lsap_sel = 0x0f; /* Reserved 0x00-0x0f */
  91. strcpy(sysctl_devname, "Linux");
  92. /* Do discovery every 3 seconds */
  93. init_timer(&irlmp->discovery_timer);
  94. irlmp_start_discovery_timer(irlmp, sysctl_discovery_timeout*HZ);
  95. return 0;
  96. }
  97. /*
  98. * Function irlmp_cleanup (void)
  99. *
  100. * Remove IrLMP layer
  101. *
  102. */
  103. void __exit irlmp_cleanup(void)
  104. {
  105. /* Check for main structure */
  106. IRDA_ASSERT(irlmp != NULL, return;);
  107. IRDA_ASSERT(irlmp->magic == LMP_MAGIC, return;);
  108. del_timer(&irlmp->discovery_timer);
  109. hashbin_delete(irlmp->links, (FREE_FUNC) kfree);
  110. hashbin_delete(irlmp->unconnected_lsaps, (FREE_FUNC) kfree);
  111. hashbin_delete(irlmp->clients, (FREE_FUNC) kfree);
  112. hashbin_delete(irlmp->services, (FREE_FUNC) kfree);
  113. hashbin_delete(irlmp->cachelog, (FREE_FUNC) kfree);
  114. /* De-allocate main structure */
  115. kfree(irlmp);
  116. irlmp = NULL;
  117. }
  118. /*
  119. * Function irlmp_open_lsap (slsap, notify)
  120. *
  121. * Register with IrLMP and create a local LSAP,
  122. * returns handle to LSAP.
  123. */
  124. struct lsap_cb *irlmp_open_lsap(__u8 slsap_sel, notify_t *notify, __u8 pid)
  125. {
  126. struct lsap_cb *self;
  127. IRDA_ASSERT(notify != NULL, return NULL;);
  128. IRDA_ASSERT(irlmp != NULL, return NULL;);
  129. IRDA_ASSERT(irlmp->magic == LMP_MAGIC, return NULL;);
  130. IRDA_ASSERT(notify->instance != NULL, return NULL;);
  131. /* Does the client care which Source LSAP selector it gets? */
  132. if (slsap_sel == LSAP_ANY) {
  133. slsap_sel = irlmp_find_free_slsap();
  134. if (!slsap_sel)
  135. return NULL;
  136. } else if (irlmp_slsap_inuse(slsap_sel))
  137. return NULL;
  138. /* Allocate new instance of a LSAP connection */
  139. self = kzalloc(sizeof(struct lsap_cb), GFP_ATOMIC);
  140. if (self == NULL) {
  141. IRDA_ERROR("%s: can't allocate memory\n", __FUNCTION__);
  142. return NULL;
  143. }
  144. self->magic = LMP_LSAP_MAGIC;
  145. self->slsap_sel = slsap_sel;
  146. /* Fix connectionless LSAP's */
  147. if (slsap_sel == LSAP_CONNLESS) {
  148. #ifdef CONFIG_IRDA_ULTRA
  149. self->dlsap_sel = LSAP_CONNLESS;
  150. self->pid = pid;
  151. #endif /* CONFIG_IRDA_ULTRA */
  152. } else
  153. self->dlsap_sel = LSAP_ANY;
  154. /* self->connected = FALSE; -> already NULL via memset() */
  155. init_timer(&self->watchdog_timer);
  156. self->notify = *notify;
  157. self->lsap_state = LSAP_DISCONNECTED;
  158. /* Insert into queue of unconnected LSAPs */
  159. hashbin_insert(irlmp->unconnected_lsaps, (irda_queue_t *) self,
  160. (long) self, NULL);
  161. return self;
  162. }
  163. EXPORT_SYMBOL(irlmp_open_lsap);
  164. /*
  165. * Function __irlmp_close_lsap (self)
  166. *
  167. * Remove an instance of LSAP
  168. */
  169. static void __irlmp_close_lsap(struct lsap_cb *self)
  170. {
  171. IRDA_DEBUG(4, "%s()\n", __FUNCTION__);
  172. IRDA_ASSERT(self != NULL, return;);
  173. IRDA_ASSERT(self->magic == LMP_LSAP_MAGIC, return;);
  174. /*
  175. * Set some of the variables to preset values
  176. */
  177. self->magic = 0;
  178. del_timer(&self->watchdog_timer); /* Important! */
  179. if (self->conn_skb)
  180. dev_kfree_skb(self->conn_skb);
  181. kfree(self);
  182. }
  183. /*
  184. * Function irlmp_close_lsap (self)
  185. *
  186. * Close and remove LSAP
  187. *
  188. */
  189. void irlmp_close_lsap(struct lsap_cb *self)
  190. {
  191. struct lap_cb *lap;
  192. struct lsap_cb *lsap = NULL;
  193. IRDA_ASSERT(self != NULL, return;);
  194. IRDA_ASSERT(self->magic == LMP_LSAP_MAGIC, return;);
  195. /*
  196. * Find out if we should remove this LSAP from a link or from the
  197. * list of unconnected lsaps (not associated with a link)
  198. */
  199. lap = self->lap;
  200. if (lap) {
  201. IRDA_ASSERT(lap->magic == LMP_LAP_MAGIC, return;);
  202. /* We might close a LSAP before it has completed the
  203. * connection setup. In those case, higher layers won't
  204. * send a proper disconnect request. Harmless, except
  205. * that we will forget to close LAP... - Jean II */
  206. if(self->lsap_state != LSAP_DISCONNECTED) {
  207. self->lsap_state = LSAP_DISCONNECTED;
  208. irlmp_do_lap_event(self->lap,
  209. LM_LAP_DISCONNECT_REQUEST, NULL);
  210. }
  211. /* Now, remove from the link */
  212. lsap = hashbin_remove(lap->lsaps, (long) self, NULL);
  213. #ifdef CONFIG_IRDA_CACHE_LAST_LSAP
  214. lap->cache.valid = FALSE;
  215. #endif
  216. }
  217. self->lap = NULL;
  218. /* Check if we found the LSAP! If not then try the unconnected lsaps */
  219. if (!lsap) {
  220. lsap = hashbin_remove(irlmp->unconnected_lsaps, (long) self,
  221. NULL);
  222. }
  223. if (!lsap) {
  224. IRDA_DEBUG(0,
  225. "%s(), Looks like somebody has removed me already!\n",
  226. __FUNCTION__);
  227. return;
  228. }
  229. __irlmp_close_lsap(self);
  230. }
  231. EXPORT_SYMBOL(irlmp_close_lsap);
  232. /*
  233. * Function irlmp_register_irlap (saddr, notify)
  234. *
  235. * Register IrLAP layer with IrLMP. There is possible to have multiple
  236. * instances of the IrLAP layer, each connected to different IrDA ports
  237. *
  238. */
  239. void irlmp_register_link(struct irlap_cb *irlap, __u32 saddr, notify_t *notify)
  240. {
  241. struct lap_cb *lap;
  242. IRDA_ASSERT(irlmp != NULL, return;);
  243. IRDA_ASSERT(irlmp->magic == LMP_MAGIC, return;);
  244. IRDA_ASSERT(notify != NULL, return;);
  245. /*
  246. * Allocate new instance of a LSAP connection
  247. */
  248. lap = kzalloc(sizeof(struct lap_cb), GFP_KERNEL);
  249. if (lap == NULL) {
  250. IRDA_ERROR("%s: unable to kmalloc\n", __FUNCTION__);
  251. return;
  252. }
  253. lap->irlap = irlap;
  254. lap->magic = LMP_LAP_MAGIC;
  255. lap->saddr = saddr;
  256. lap->daddr = DEV_ADDR_ANY;
  257. #ifdef CONFIG_IRDA_CACHE_LAST_LSAP
  258. lap->cache.valid = FALSE;
  259. #endif
  260. lap->lsaps = hashbin_new(HB_LOCK);
  261. if (lap->lsaps == NULL) {
  262. IRDA_WARNING("%s(), unable to kmalloc lsaps\n", __FUNCTION__);
  263. kfree(lap);
  264. return;
  265. }
  266. lap->lap_state = LAP_STANDBY;
  267. init_timer(&lap->idle_timer);
  268. /*
  269. * Insert into queue of LMP links
  270. */
  271. hashbin_insert(irlmp->links, (irda_queue_t *) lap, lap->saddr, NULL);
  272. /*
  273. * We set only this variable so IrLAP can tell us on which link the
  274. * different events happened on
  275. */
  276. irda_notify_init(notify);
  277. notify->instance = lap;
  278. }
  279. /*
  280. * Function irlmp_unregister_irlap (saddr)
  281. *
  282. * IrLAP layer has been removed!
  283. *
  284. */
  285. void irlmp_unregister_link(__u32 saddr)
  286. {
  287. struct lap_cb *link;
  288. IRDA_DEBUG(4, "%s()\n", __FUNCTION__);
  289. /* We must remove ourselves from the hashbin *first*. This ensure
  290. * that no more LSAPs will be open on this link and no discovery
  291. * will be triggered anymore. Jean II */
  292. link = hashbin_remove(irlmp->links, saddr, NULL);
  293. if (link) {
  294. IRDA_ASSERT(link->magic == LMP_LAP_MAGIC, return;);
  295. /* Kill all the LSAPs on this link. Jean II */
  296. link->reason = LAP_DISC_INDICATION;
  297. link->daddr = DEV_ADDR_ANY;
  298. irlmp_do_lap_event(link, LM_LAP_DISCONNECT_INDICATION, NULL);
  299. /* Remove all discoveries discovered at this link */
  300. irlmp_expire_discoveries(irlmp->cachelog, link->saddr, TRUE);
  301. /* Final cleanup */
  302. del_timer(&link->idle_timer);
  303. link->magic = 0;
  304. kfree(link);
  305. }
  306. }
  307. /*
  308. * Function irlmp_connect_request (handle, dlsap, userdata)
  309. *
  310. * Connect with a peer LSAP
  311. *
  312. */
  313. int irlmp_connect_request(struct lsap_cb *self, __u8 dlsap_sel,
  314. __u32 saddr, __u32 daddr,
  315. struct qos_info *qos, struct sk_buff *userdata)
  316. {
  317. struct sk_buff *tx_skb = userdata;
  318. struct lap_cb *lap;
  319. struct lsap_cb *lsap;
  320. int ret;
  321. IRDA_ASSERT(self != NULL, return -EBADR;);
  322. IRDA_ASSERT(self->magic == LMP_LSAP_MAGIC, return -EBADR;);
  323. IRDA_DEBUG(2,
  324. "%s(), slsap_sel=%02x, dlsap_sel=%02x, saddr=%08x, daddr=%08x\n",
  325. __FUNCTION__, self->slsap_sel, dlsap_sel, saddr, daddr);
  326. if (test_bit(0, &self->connected)) {
  327. ret = -EISCONN;
  328. goto err;
  329. }
  330. /* Client must supply destination device address */
  331. if (!daddr) {
  332. ret = -EINVAL;
  333. goto err;
  334. }
  335. /* Any userdata? */
  336. if (tx_skb == NULL) {
  337. tx_skb = alloc_skb(LMP_MAX_HEADER, GFP_ATOMIC);
  338. if (!tx_skb)
  339. return -ENOMEM;
  340. skb_reserve(tx_skb, LMP_MAX_HEADER);
  341. }
  342. /* Make room for MUX control header (3 bytes) */
  343. IRDA_ASSERT(skb_headroom(tx_skb) >= LMP_CONTROL_HEADER, return -1;);
  344. skb_push(tx_skb, LMP_CONTROL_HEADER);
  345. self->dlsap_sel = dlsap_sel;
  346. /*
  347. * Find the link to where we should try to connect since there may
  348. * be more than one IrDA port on this machine. If the client has
  349. * passed us the saddr (and already knows which link to use), then
  350. * we use that to find the link, if not then we have to look in the
  351. * discovery log and check if any of the links has discovered a
  352. * device with the given daddr
  353. */
  354. if ((!saddr) || (saddr == DEV_ADDR_ANY)) {
  355. discovery_t *discovery;
  356. unsigned long flags;
  357. spin_lock_irqsave(&irlmp->cachelog->hb_spinlock, flags);
  358. if (daddr != DEV_ADDR_ANY)
  359. discovery = hashbin_find(irlmp->cachelog, daddr, NULL);
  360. else {
  361. IRDA_DEBUG(2, "%s(), no daddr\n", __FUNCTION__);
  362. discovery = (discovery_t *)
  363. hashbin_get_first(irlmp->cachelog);
  364. }
  365. if (discovery) {
  366. saddr = discovery->data.saddr;
  367. daddr = discovery->data.daddr;
  368. }
  369. spin_unlock_irqrestore(&irlmp->cachelog->hb_spinlock, flags);
  370. }
  371. lap = hashbin_lock_find(irlmp->links, saddr, NULL);
  372. if (lap == NULL) {
  373. IRDA_DEBUG(1, "%s(), Unable to find a usable link!\n", __FUNCTION__);
  374. ret = -EHOSTUNREACH;
  375. goto err;
  376. }
  377. /* Check if LAP is disconnected or already connected */
  378. if (lap->daddr == DEV_ADDR_ANY)
  379. lap->daddr = daddr;
  380. else if (lap->daddr != daddr) {
  381. /* Check if some LSAPs are active on this LAP */
  382. if (HASHBIN_GET_SIZE(lap->lsaps) == 0) {
  383. /* No active connection, but LAP hasn't been
  384. * disconnected yet (waiting for timeout in LAP).
  385. * Maybe we could give LAP a bit of help in this case.
  386. */
  387. IRDA_DEBUG(0, "%s(), sorry, but I'm waiting for LAP to timeout!\n", __FUNCTION__);
  388. ret = -EAGAIN;
  389. goto err;
  390. }
  391. /* LAP is already connected to a different node, and LAP
  392. * can only talk to one node at a time */
  393. IRDA_DEBUG(0, "%s(), sorry, but link is busy!\n", __FUNCTION__);
  394. ret = -EBUSY;
  395. goto err;
  396. }
  397. self->lap = lap;
  398. /*
  399. * Remove LSAP from list of unconnected LSAPs and insert it into the
  400. * list of connected LSAPs for the particular link
  401. */
  402. lsap = hashbin_remove(irlmp->unconnected_lsaps, (long) self, NULL);
  403. IRDA_ASSERT(lsap != NULL, return -1;);
  404. IRDA_ASSERT(lsap->magic == LMP_LSAP_MAGIC, return -1;);
  405. IRDA_ASSERT(lsap->lap != NULL, return -1;);
  406. IRDA_ASSERT(lsap->lap->magic == LMP_LAP_MAGIC, return -1;);
  407. hashbin_insert(self->lap->lsaps, (irda_queue_t *) self, (long) self,
  408. NULL);
  409. set_bit(0, &self->connected); /* TRUE */
  410. /*
  411. * User supplied qos specifications?
  412. */
  413. if (qos)
  414. self->qos = *qos;
  415. irlmp_do_lsap_event(self, LM_CONNECT_REQUEST, tx_skb);
  416. /* Drop reference count - see irlap_data_request(). */
  417. dev_kfree_skb(tx_skb);
  418. return 0;
  419. err:
  420. /* Cleanup */
  421. if(tx_skb)
  422. dev_kfree_skb(tx_skb);
  423. return ret;
  424. }
  425. EXPORT_SYMBOL(irlmp_connect_request);
  426. /*
  427. * Function irlmp_connect_indication (self)
  428. *
  429. * Incoming connection
  430. *
  431. */
  432. void irlmp_connect_indication(struct lsap_cb *self, struct sk_buff *skb)
  433. {
  434. int max_seg_size;
  435. int lap_header_size;
  436. int max_header_size;
  437. IRDA_ASSERT(self != NULL, return;);
  438. IRDA_ASSERT(self->magic == LMP_LSAP_MAGIC, return;);
  439. IRDA_ASSERT(skb != NULL, return;);
  440. IRDA_ASSERT(self->lap != NULL, return;);
  441. IRDA_DEBUG(2, "%s(), slsap_sel=%02x, dlsap_sel=%02x\n",
  442. __FUNCTION__, self->slsap_sel, self->dlsap_sel);
  443. /* Note : self->lap is set in irlmp_link_data_indication(),
  444. * (case CONNECT_CMD:) because we have no way to set it here.
  445. * Similarly, self->dlsap_sel is usually set in irlmp_find_lsap().
  446. * Jean II */
  447. self->qos = *self->lap->qos;
  448. max_seg_size = self->lap->qos->data_size.value-LMP_HEADER;
  449. lap_header_size = IRLAP_GET_HEADER_SIZE(self->lap->irlap);
  450. max_header_size = LMP_HEADER + lap_header_size;
  451. /* Hide LMP_CONTROL_HEADER header from layer above */
  452. skb_pull(skb, LMP_CONTROL_HEADER);
  453. if (self->notify.connect_indication) {
  454. /* Don't forget to refcount it - see irlap_driver_rcv(). */
  455. skb_get(skb);
  456. self->notify.connect_indication(self->notify.instance, self,
  457. &self->qos, max_seg_size,
  458. max_header_size, skb);
  459. }
  460. }
  461. /*
  462. * Function irlmp_connect_response (handle, userdata)
  463. *
  464. * Service user is accepting connection
  465. *
  466. */
  467. int irlmp_connect_response(struct lsap_cb *self, struct sk_buff *userdata)
  468. {
  469. IRDA_ASSERT(self != NULL, return -1;);
  470. IRDA_ASSERT(self->magic == LMP_LSAP_MAGIC, return -1;);
  471. IRDA_ASSERT(userdata != NULL, return -1;);
  472. /* We set the connected bit and move the lsap to the connected list
  473. * in the state machine itself. Jean II */
  474. IRDA_DEBUG(2, "%s(), slsap_sel=%02x, dlsap_sel=%02x\n",
  475. __FUNCTION__, self->slsap_sel, self->dlsap_sel);
  476. /* Make room for MUX control header (3 bytes) */
  477. IRDA_ASSERT(skb_headroom(userdata) >= LMP_CONTROL_HEADER, return -1;);
  478. skb_push(userdata, LMP_CONTROL_HEADER);
  479. irlmp_do_lsap_event(self, LM_CONNECT_RESPONSE, userdata);
  480. /* Drop reference count - see irlap_data_request(). */
  481. dev_kfree_skb(userdata);
  482. return 0;
  483. }
  484. EXPORT_SYMBOL(irlmp_connect_response);
  485. /*
  486. * Function irlmp_connect_confirm (handle, skb)
  487. *
  488. * LSAP connection confirmed peer device!
  489. */
  490. void irlmp_connect_confirm(struct lsap_cb *self, struct sk_buff *skb)
  491. {
  492. int max_header_size;
  493. int lap_header_size;
  494. int max_seg_size;
  495. IRDA_DEBUG(3, "%s()\n", __FUNCTION__);
  496. IRDA_ASSERT(skb != NULL, return;);
  497. IRDA_ASSERT(self != NULL, return;);
  498. IRDA_ASSERT(self->magic == LMP_LSAP_MAGIC, return;);
  499. IRDA_ASSERT(self->lap != NULL, return;);
  500. self->qos = *self->lap->qos;
  501. max_seg_size = self->lap->qos->data_size.value-LMP_HEADER;
  502. lap_header_size = IRLAP_GET_HEADER_SIZE(self->lap->irlap);
  503. max_header_size = LMP_HEADER + lap_header_size;
  504. IRDA_DEBUG(2, "%s(), max_header_size=%d\n",
  505. __FUNCTION__, max_header_size);
  506. /* Hide LMP_CONTROL_HEADER header from layer above */
  507. skb_pull(skb, LMP_CONTROL_HEADER);
  508. if (self->notify.connect_confirm) {
  509. /* Don't forget to refcount it - see irlap_driver_rcv() */
  510. skb_get(skb);
  511. self->notify.connect_confirm(self->notify.instance, self,
  512. &self->qos, max_seg_size,
  513. max_header_size, skb);
  514. }
  515. }
  516. /*
  517. * Function irlmp_dup (orig, instance)
  518. *
  519. * Duplicate LSAP, can be used by servers to confirm a connection on a
  520. * new LSAP so it can keep listening on the old one.
  521. *
  522. */
  523. struct lsap_cb *irlmp_dup(struct lsap_cb *orig, void *instance)
  524. {
  525. struct lsap_cb *new;
  526. unsigned long flags;
  527. IRDA_DEBUG(1, "%s()\n", __FUNCTION__);
  528. spin_lock_irqsave(&irlmp->unconnected_lsaps->hb_spinlock, flags);
  529. /* Only allowed to duplicate unconnected LSAP's, and only LSAPs
  530. * that have received a connect indication. Jean II */
  531. if ((!hashbin_find(irlmp->unconnected_lsaps, (long) orig, NULL)) ||
  532. (orig->lap == NULL)) {
  533. IRDA_DEBUG(0, "%s(), invalid LSAP (wrong state)\n",
  534. __FUNCTION__);
  535. spin_unlock_irqrestore(&irlmp->unconnected_lsaps->hb_spinlock,
  536. flags);
  537. return NULL;
  538. }
  539. /* Allocate a new instance */
  540. new = kmalloc(sizeof(struct lsap_cb), GFP_ATOMIC);
  541. if (!new) {
  542. IRDA_DEBUG(0, "%s(), unable to kmalloc\n", __FUNCTION__);
  543. spin_unlock_irqrestore(&irlmp->unconnected_lsaps->hb_spinlock,
  544. flags);
  545. return NULL;
  546. }
  547. /* Dup */
  548. memcpy(new, orig, sizeof(struct lsap_cb));
  549. /* new->lap = orig->lap; => done in the memcpy() */
  550. /* new->slsap_sel = orig->slsap_sel; => done in the memcpy() */
  551. new->conn_skb = NULL;
  552. spin_unlock_irqrestore(&irlmp->unconnected_lsaps->hb_spinlock, flags);
  553. /* Not everything is the same */
  554. new->notify.instance = instance;
  555. init_timer(&new->watchdog_timer);
  556. hashbin_insert(irlmp->unconnected_lsaps, (irda_queue_t *) new,
  557. (long) new, NULL);
  558. #ifdef CONFIG_IRDA_CACHE_LAST_LSAP
  559. /* Make sure that we invalidate the LSAP cache */
  560. new->lap->cache.valid = FALSE;
  561. #endif /* CONFIG_IRDA_CACHE_LAST_LSAP */
  562. return new;
  563. }
  564. /*
  565. * Function irlmp_disconnect_request (handle, userdata)
  566. *
  567. * The service user is requesting disconnection, this will not remove the
  568. * LSAP, but only mark it as disconnected
  569. */
  570. int irlmp_disconnect_request(struct lsap_cb *self, struct sk_buff *userdata)
  571. {
  572. struct lsap_cb *lsap;
  573. IRDA_ASSERT(self != NULL, return -1;);
  574. IRDA_ASSERT(self->magic == LMP_LSAP_MAGIC, return -1;);
  575. IRDA_ASSERT(userdata != NULL, return -1;);
  576. /* Already disconnected ?
  577. * There is a race condition between irlmp_disconnect_indication()
  578. * and us that might mess up the hashbins below. This fixes it.
  579. * Jean II */
  580. if (! test_and_clear_bit(0, &self->connected)) {
  581. IRDA_DEBUG(0, "%s(), already disconnected!\n", __FUNCTION__);
  582. dev_kfree_skb(userdata);
  583. return -1;
  584. }
  585. skb_push(userdata, LMP_CONTROL_HEADER);
  586. /*
  587. * Do the event before the other stuff since we must know
  588. * which lap layer that the frame should be transmitted on
  589. */
  590. irlmp_do_lsap_event(self, LM_DISCONNECT_REQUEST, userdata);
  591. /* Drop reference count - see irlap_data_request(). */
  592. dev_kfree_skb(userdata);
  593. /*
  594. * Remove LSAP from list of connected LSAPs for the particular link
  595. * and insert it into the list of unconnected LSAPs
  596. */
  597. IRDA_ASSERT(self->lap != NULL, return -1;);
  598. IRDA_ASSERT(self->lap->magic == LMP_LAP_MAGIC, return -1;);
  599. IRDA_ASSERT(self->lap->lsaps != NULL, return -1;);
  600. lsap = hashbin_remove(self->lap->lsaps, (long) self, NULL);
  601. #ifdef CONFIG_IRDA_CACHE_LAST_LSAP
  602. self->lap->cache.valid = FALSE;
  603. #endif
  604. IRDA_ASSERT(lsap != NULL, return -1;);
  605. IRDA_ASSERT(lsap->magic == LMP_LSAP_MAGIC, return -1;);
  606. IRDA_ASSERT(lsap == self, return -1;);
  607. hashbin_insert(irlmp->unconnected_lsaps, (irda_queue_t *) self,
  608. (long) self, NULL);
  609. /* Reset some values */
  610. self->dlsap_sel = LSAP_ANY;
  611. self->lap = NULL;
  612. return 0;
  613. }
  614. EXPORT_SYMBOL(irlmp_disconnect_request);
  615. /*
  616. * Function irlmp_disconnect_indication (reason, userdata)
  617. *
  618. * LSAP is being closed!
  619. */
  620. void irlmp_disconnect_indication(struct lsap_cb *self, LM_REASON reason,
  621. struct sk_buff *skb)
  622. {
  623. struct lsap_cb *lsap;
  624. IRDA_DEBUG(1, "%s(), reason=%s\n", __FUNCTION__, irlmp_reasons[reason]);
  625. IRDA_ASSERT(self != NULL, return;);
  626. IRDA_ASSERT(self->magic == LMP_LSAP_MAGIC, return;);
  627. IRDA_DEBUG(3, "%s(), slsap_sel=%02x, dlsap_sel=%02x\n",
  628. __FUNCTION__, self->slsap_sel, self->dlsap_sel);
  629. /* Already disconnected ?
  630. * There is a race condition between irlmp_disconnect_request()
  631. * and us that might mess up the hashbins below. This fixes it.
  632. * Jean II */
  633. if (! test_and_clear_bit(0, &self->connected)) {
  634. IRDA_DEBUG(0, "%s(), already disconnected!\n", __FUNCTION__);
  635. return;
  636. }
  637. /*
  638. * Remove association between this LSAP and the link it used
  639. */
  640. IRDA_ASSERT(self->lap != NULL, return;);
  641. IRDA_ASSERT(self->lap->lsaps != NULL, return;);
  642. lsap = hashbin_remove(self->lap->lsaps, (long) self, NULL);
  643. #ifdef CONFIG_IRDA_CACHE_LAST_LSAP
  644. self->lap->cache.valid = FALSE;
  645. #endif
  646. IRDA_ASSERT(lsap != NULL, return;);
  647. IRDA_ASSERT(lsap == self, return;);
  648. hashbin_insert(irlmp->unconnected_lsaps, (irda_queue_t *) lsap,
  649. (long) lsap, NULL);
  650. self->dlsap_sel = LSAP_ANY;
  651. self->lap = NULL;
  652. /*
  653. * Inform service user
  654. */
  655. if (self->notify.disconnect_indication) {
  656. /* Don't forget to refcount it - see irlap_driver_rcv(). */
  657. if(skb)
  658. skb_get(skb);
  659. self->notify.disconnect_indication(self->notify.instance,
  660. self, reason, skb);
  661. } else {
  662. IRDA_DEBUG(0, "%s(), no handler\n", __FUNCTION__);
  663. }
  664. }
  665. /*
  666. * Function irlmp_do_expiry (void)
  667. *
  668. * Do a cleanup of the discovery log (remove old entries)
  669. *
  670. * Note : separate from irlmp_do_discovery() so that we can handle
  671. * passive discovery properly.
  672. */
  673. void irlmp_do_expiry(void)
  674. {
  675. struct lap_cb *lap;
  676. /*
  677. * Expire discovery on all links which are *not* connected.
  678. * On links which are connected, we can't do discovery
  679. * anymore and can't refresh the log, so we freeze the
  680. * discovery log to keep info about the device we are
  681. * connected to.
  682. * This info is mandatory if we want irlmp_connect_request()
  683. * to work properly. - Jean II
  684. */
  685. lap = (struct lap_cb *) hashbin_get_first(irlmp->links);
  686. while (lap != NULL) {
  687. IRDA_ASSERT(lap->magic == LMP_LAP_MAGIC, return;);
  688. if (lap->lap_state == LAP_STANDBY) {
  689. /* Expire discoveries discovered on this link */
  690. irlmp_expire_discoveries(irlmp->cachelog, lap->saddr,
  691. FALSE);
  692. }
  693. lap = (struct lap_cb *) hashbin_get_next(irlmp->links);
  694. }
  695. }
  696. /*
  697. * Function irlmp_do_discovery (nslots)
  698. *
  699. * Do some discovery on all links
  700. *
  701. * Note : log expiry is done above.
  702. */
  703. void irlmp_do_discovery(int nslots)
  704. {
  705. struct lap_cb *lap;
  706. __u16 *data_hintsp;
  707. /* Make sure the value is sane */
  708. if ((nslots != 1) && (nslots != 6) && (nslots != 8) && (nslots != 16)){
  709. IRDA_WARNING("%s: invalid value for number of slots!\n",
  710. __FUNCTION__);
  711. nslots = sysctl_discovery_slots = 8;
  712. }
  713. /* Construct new discovery info to be used by IrLAP, */
  714. data_hintsp = (__u16 *) irlmp->discovery_cmd.data.hints;
  715. put_unaligned(irlmp->hints.word, data_hintsp);
  716. /*
  717. * Set character set for device name (we use ASCII), and
  718. * copy device name. Remember to make room for a \0 at the
  719. * end
  720. */
  721. irlmp->discovery_cmd.data.charset = CS_ASCII;
  722. strncpy(irlmp->discovery_cmd.data.info, sysctl_devname,
  723. NICKNAME_MAX_LEN);
  724. irlmp->discovery_cmd.name_len = strlen(irlmp->discovery_cmd.data.info);
  725. irlmp->discovery_cmd.nslots = nslots;
  726. /*
  727. * Try to send discovery packets on all links
  728. */
  729. lap = (struct lap_cb *) hashbin_get_first(irlmp->links);
  730. while (lap != NULL) {
  731. IRDA_ASSERT(lap->magic == LMP_LAP_MAGIC, return;);
  732. if (lap->lap_state == LAP_STANDBY) {
  733. /* Try to discover */
  734. irlmp_do_lap_event(lap, LM_LAP_DISCOVERY_REQUEST,
  735. NULL);
  736. }
  737. lap = (struct lap_cb *) hashbin_get_next(irlmp->links);
  738. }
  739. }
  740. /*
  741. * Function irlmp_discovery_request (nslots)
  742. *
  743. * Do a discovery of devices in front of the computer
  744. *
  745. * If the caller has registered a client discovery callback, this
  746. * allow him to receive the full content of the discovery log through
  747. * this callback (as normally he will receive only new discoveries).
  748. */
  749. void irlmp_discovery_request(int nslots)
  750. {
  751. /* Return current cached discovery log (in full) */
  752. irlmp_discovery_confirm(irlmp->cachelog, DISCOVERY_LOG);
  753. /*
  754. * Start a single discovery operation if discovery is not already
  755. * running
  756. */
  757. if (!sysctl_discovery) {
  758. /* Check if user wants to override the default */
  759. if (nslots == DISCOVERY_DEFAULT_SLOTS)
  760. nslots = sysctl_discovery_slots;
  761. irlmp_do_discovery(nslots);
  762. /* Note : we never do expiry here. Expiry will run on the
  763. * discovery timer regardless of the state of sysctl_discovery
  764. * Jean II */
  765. }
  766. }
  767. EXPORT_SYMBOL(irlmp_discovery_request);
  768. /*
  769. * Function irlmp_get_discoveries (pn, mask, slots)
  770. *
  771. * Return the current discovery log
  772. *
  773. * If discovery is not enabled, you should call this function again
  774. * after 1 or 2 seconds (i.e. after discovery has been done).
  775. */
  776. struct irda_device_info *irlmp_get_discoveries(int *pn, __u16 mask, int nslots)
  777. {
  778. /* If discovery is not enabled, it's likely that the discovery log
  779. * will be empty. So, we trigger a single discovery, so that next
  780. * time the user call us there might be some results in the log.
  781. * Jean II
  782. */
  783. if (!sysctl_discovery) {
  784. /* Check if user wants to override the default */
  785. if (nslots == DISCOVERY_DEFAULT_SLOTS)
  786. nslots = sysctl_discovery_slots;
  787. /* Start discovery - will complete sometime later */
  788. irlmp_do_discovery(nslots);
  789. /* Note : we never do expiry here. Expiry will run on the
  790. * discovery timer regardless of the state of sysctl_discovery
  791. * Jean II */
  792. }
  793. /* Return current cached discovery log */
  794. return(irlmp_copy_discoveries(irlmp->cachelog, pn, mask, TRUE));
  795. }
  796. EXPORT_SYMBOL(irlmp_get_discoveries);
  797. /*
  798. * Function irlmp_notify_client (log)
  799. *
  800. * Notify all about discovered devices
  801. *
  802. * Clients registered with IrLMP are :
  803. * o IrComm
  804. * o IrLAN
  805. * o Any socket (in any state - ouch, that may be a lot !)
  806. * The client may have defined a callback to be notified in case of
  807. * partial/selective discovery based on the hints that it passed to IrLMP.
  808. */
  809. static inline void
  810. irlmp_notify_client(irlmp_client_t *client,
  811. hashbin_t *log, DISCOVERY_MODE mode)
  812. {
  813. discinfo_t *discoveries; /* Copy of the discovery log */
  814. int number; /* Number of nodes in the log */
  815. int i;
  816. IRDA_DEBUG(3, "%s()\n", __FUNCTION__);
  817. /* Check if client wants or not partial/selective log (optimisation) */
  818. if (!client->disco_callback)
  819. return;
  820. /*
  821. * Locking notes :
  822. * the old code was manipulating the log directly, which was
  823. * very racy. Now, we use copy_discoveries, that protects
  824. * itself while dumping the log for us.
  825. * The overhead of the copy is compensated by the fact that
  826. * we only pass new discoveries in normal mode and don't
  827. * pass the same old entry every 3s to the caller as we used
  828. * to do (virtual function calling is expensive).
  829. * Jean II
  830. */
  831. /*
  832. * Now, check all discovered devices (if any), and notify client
  833. * only about the services that the client is interested in
  834. * We also notify only about the new devices unless the caller
  835. * explicitly request a dump of the log. Jean II
  836. */
  837. discoveries = irlmp_copy_discoveries(log, &number,
  838. client->hint_mask.word,
  839. (mode == DISCOVERY_LOG));
  840. /* Check if the we got some results */
  841. if (discoveries == NULL)
  842. return; /* No nodes discovered */
  843. /* Pass all entries to the listener */
  844. for(i = 0; i < number; i++)
  845. client->disco_callback(&(discoveries[i]), mode, client->priv);
  846. /* Free up our buffer */
  847. kfree(discoveries);
  848. }
  849. /*
  850. * Function irlmp_discovery_confirm ( self, log)
  851. *
  852. * Some device(s) answered to our discovery request! Check to see which
  853. * device it is, and give indication to the client(s)
  854. *
  855. */
  856. void irlmp_discovery_confirm(hashbin_t *log, DISCOVERY_MODE mode)
  857. {
  858. irlmp_client_t *client;
  859. irlmp_client_t *client_next;
  860. IRDA_DEBUG(3, "%s()\n", __FUNCTION__);
  861. IRDA_ASSERT(log != NULL, return;);
  862. if (!(HASHBIN_GET_SIZE(log)))
  863. return;
  864. /* For each client - notify callback may touch client list */
  865. client = (irlmp_client_t *) hashbin_get_first(irlmp->clients);
  866. while (NULL != hashbin_find_next(irlmp->clients, (long) client, NULL,
  867. (void *) &client_next) ) {
  868. /* Check if we should notify client */
  869. irlmp_notify_client(client, log, mode);
  870. client = client_next;
  871. }
  872. }
  873. /*
  874. * Function irlmp_discovery_expiry (expiry)
  875. *
  876. * This device is no longer been discovered, and therefore it is being
  877. * purged from the discovery log. Inform all clients who have
  878. * registered for this event...
  879. *
  880. * Note : called exclusively from discovery.c
  881. * Note : this is no longer called under discovery spinlock, so the
  882. * client can do whatever he wants in the callback.
  883. */
  884. void irlmp_discovery_expiry(discinfo_t *expiries, int number)
  885. {
  886. irlmp_client_t *client;
  887. irlmp_client_t *client_next;
  888. int i;
  889. IRDA_DEBUG(3, "%s()\n", __FUNCTION__);
  890. IRDA_ASSERT(expiries != NULL, return;);
  891. /* For each client - notify callback may touch client list */
  892. client = (irlmp_client_t *) hashbin_get_first(irlmp->clients);
  893. while (NULL != hashbin_find_next(irlmp->clients, (long) client, NULL,
  894. (void *) &client_next) ) {
  895. /* Pass all entries to the listener */
  896. for(i = 0; i < number; i++) {
  897. /* Check if we should notify client */
  898. if ((client->expir_callback) &&
  899. (client->hint_mask.word & u16ho(expiries[i].hints)
  900. & 0x7f7f) )
  901. client->expir_callback(&(expiries[i]),
  902. EXPIRY_TIMEOUT,
  903. client->priv);
  904. }
  905. /* Next client */
  906. client = client_next;
  907. }
  908. }
  909. /*
  910. * Function irlmp_get_discovery_response ()
  911. *
  912. * Used by IrLAP to get the discovery info it needs when answering
  913. * discovery requests by other devices.
  914. */
  915. discovery_t *irlmp_get_discovery_response(void)
  916. {
  917. IRDA_DEBUG(4, "%s()\n", __FUNCTION__);
  918. IRDA_ASSERT(irlmp != NULL, return NULL;);
  919. u16ho(irlmp->discovery_rsp.data.hints) = irlmp->hints.word;
  920. /*
  921. * Set character set for device name (we use ASCII), and
  922. * copy device name. Remember to make room for a \0 at the
  923. * end
  924. */
  925. irlmp->discovery_rsp.data.charset = CS_ASCII;
  926. strncpy(irlmp->discovery_rsp.data.info, sysctl_devname,
  927. NICKNAME_MAX_LEN);
  928. irlmp->discovery_rsp.name_len = strlen(irlmp->discovery_rsp.data.info);
  929. return &irlmp->discovery_rsp;
  930. }
  931. /*
  932. * Function irlmp_data_request (self, skb)
  933. *
  934. * Send some data to peer device
  935. *
  936. * Note on skb management :
  937. * After calling the lower layers of the IrDA stack, we always
  938. * kfree() the skb, which drop the reference count (and potentially
  939. * destroy it).
  940. * IrLMP and IrLAP may queue the packet, and in those cases will need
  941. * to use skb_get() to keep it around.
  942. * Jean II
  943. */
  944. int irlmp_data_request(struct lsap_cb *self, struct sk_buff *userdata)
  945. {
  946. int ret;
  947. IRDA_ASSERT(self != NULL, return -1;);
  948. IRDA_ASSERT(self->magic == LMP_LSAP_MAGIC, return -1;);
  949. /* Make room for MUX header */
  950. IRDA_ASSERT(skb_headroom(userdata) >= LMP_HEADER, return -1;);
  951. skb_push(userdata, LMP_HEADER);
  952. ret = irlmp_do_lsap_event(self, LM_DATA_REQUEST, userdata);
  953. /* Drop reference count - see irlap_data_request(). */
  954. dev_kfree_skb(userdata);
  955. return ret;
  956. }
  957. EXPORT_SYMBOL(irlmp_data_request);
  958. /*
  959. * Function irlmp_data_indication (handle, skb)
  960. *
  961. * Got data from LAP layer so pass it up to upper layer
  962. *
  963. */
  964. void irlmp_data_indication(struct lsap_cb *self, struct sk_buff *skb)
  965. {
  966. /* Hide LMP header from layer above */
  967. skb_pull(skb, LMP_HEADER);
  968. if (self->notify.data_indication) {
  969. /* Don't forget to refcount it - see irlap_driver_rcv(). */
  970. skb_get(skb);
  971. self->notify.data_indication(self->notify.instance, self, skb);
  972. }
  973. }
  974. /*
  975. * Function irlmp_udata_request (self, skb)
  976. */
  977. int irlmp_udata_request(struct lsap_cb *self, struct sk_buff *userdata)
  978. {
  979. int ret;
  980. IRDA_DEBUG(4, "%s()\n", __FUNCTION__);
  981. IRDA_ASSERT(userdata != NULL, return -1;);
  982. /* Make room for MUX header */
  983. IRDA_ASSERT(skb_headroom(userdata) >= LMP_HEADER, return -1;);
  984. skb_push(userdata, LMP_HEADER);
  985. ret = irlmp_do_lsap_event(self, LM_UDATA_REQUEST, userdata);
  986. /* Drop reference count - see irlap_data_request(). */
  987. dev_kfree_skb(userdata);
  988. return ret;
  989. }
  990. /*
  991. * Function irlmp_udata_indication (self, skb)
  992. *
  993. * Send unreliable data (but still within the connection)
  994. *
  995. */
  996. void irlmp_udata_indication(struct lsap_cb *self, struct sk_buff *skb)
  997. {
  998. IRDA_DEBUG(4, "%s()\n", __FUNCTION__);
  999. IRDA_ASSERT(self != NULL, return;);
  1000. IRDA_ASSERT(self->magic == LMP_LSAP_MAGIC, return;);
  1001. IRDA_ASSERT(skb != NULL, return;);
  1002. /* Hide LMP header from layer above */
  1003. skb_pull(skb, LMP_HEADER);
  1004. if (self->notify.udata_indication) {
  1005. /* Don't forget to refcount it - see irlap_driver_rcv(). */
  1006. skb_get(skb);
  1007. self->notify.udata_indication(self->notify.instance, self,
  1008. skb);
  1009. }
  1010. }
  1011. /*
  1012. * Function irlmp_connless_data_request (self, skb)
  1013. */
  1014. #ifdef CONFIG_IRDA_ULTRA
  1015. int irlmp_connless_data_request(struct lsap_cb *self, struct sk_buff *userdata,
  1016. __u8 pid)
  1017. {
  1018. struct sk_buff *clone_skb;
  1019. struct lap_cb *lap;
  1020. IRDA_DEBUG(4, "%s()\n", __FUNCTION__);
  1021. IRDA_ASSERT(userdata != NULL, return -1;);
  1022. /* Make room for MUX and PID header */
  1023. IRDA_ASSERT(skb_headroom(userdata) >= LMP_HEADER+LMP_PID_HEADER,
  1024. return -1;);
  1025. /* Insert protocol identifier */
  1026. skb_push(userdata, LMP_PID_HEADER);
  1027. if(self != NULL)
  1028. userdata->data[0] = self->pid;
  1029. else
  1030. userdata->data[0] = pid;
  1031. /* Connectionless sockets must use 0x70 */
  1032. skb_push(userdata, LMP_HEADER);
  1033. userdata->data[0] = userdata->data[1] = LSAP_CONNLESS;
  1034. /* Try to send Connectionless packets out on all links */
  1035. lap = (struct lap_cb *) hashbin_get_first(irlmp->links);
  1036. while (lap != NULL) {
  1037. IRDA_ASSERT(lap->magic == LMP_LAP_MAGIC, return -1;);
  1038. clone_skb = skb_clone(userdata, GFP_ATOMIC);
  1039. if (!clone_skb) {
  1040. dev_kfree_skb(userdata);
  1041. return -ENOMEM;
  1042. }
  1043. irlap_unitdata_request(lap->irlap, clone_skb);
  1044. /* irlap_unitdata_request() don't increase refcount,
  1045. * so no dev_kfree_skb() - Jean II */
  1046. lap = (struct lap_cb *) hashbin_get_next(irlmp->links);
  1047. }
  1048. dev_kfree_skb(userdata);
  1049. return 0;
  1050. }
  1051. #endif /* CONFIG_IRDA_ULTRA */
  1052. /*
  1053. * Function irlmp_connless_data_indication (self, skb)
  1054. *
  1055. * Receive unreliable data outside any connection. Mostly used by Ultra
  1056. *
  1057. */
  1058. #ifdef CONFIG_IRDA_ULTRA
  1059. void irlmp_connless_data_indication(struct lsap_cb *self, struct sk_buff *skb)
  1060. {
  1061. IRDA_DEBUG(4, "%s()\n", __FUNCTION__);
  1062. IRDA_ASSERT(self != NULL, return;);
  1063. IRDA_ASSERT(self->magic == LMP_LSAP_MAGIC, return;);
  1064. IRDA_ASSERT(skb != NULL, return;);
  1065. /* Hide LMP and PID header from layer above */
  1066. skb_pull(skb, LMP_HEADER+LMP_PID_HEADER);
  1067. if (self->notify.udata_indication) {
  1068. /* Don't forget to refcount it - see irlap_driver_rcv(). */
  1069. skb_get(skb);
  1070. self->notify.udata_indication(self->notify.instance, self,
  1071. skb);
  1072. }
  1073. }
  1074. #endif /* CONFIG_IRDA_ULTRA */
  1075. /*
  1076. * Propagate status indication from LAP to LSAPs (via LMP)
  1077. * This don't trigger any change of state in lap_cb, lmp_cb or lsap_cb,
  1078. * and the event is stateless, therefore we can bypass both state machines
  1079. * and send the event direct to the LSAP user.
  1080. * Jean II
  1081. */
  1082. void irlmp_status_indication(struct lap_cb *self,
  1083. LINK_STATUS link, LOCK_STATUS lock)
  1084. {
  1085. struct lsap_cb *next;
  1086. struct lsap_cb *curr;
  1087. /* Send status_indication to all LSAPs using this link */
  1088. curr = (struct lsap_cb *) hashbin_get_first( self->lsaps);
  1089. while (NULL != hashbin_find_next(self->lsaps, (long) curr, NULL,
  1090. (void *) &next) ) {
  1091. IRDA_ASSERT(curr->magic == LMP_LSAP_MAGIC, return;);
  1092. /*
  1093. * Inform service user if he has requested it
  1094. */
  1095. if (curr->notify.status_indication != NULL)
  1096. curr->notify.status_indication(curr->notify.instance,
  1097. link, lock);
  1098. else
  1099. IRDA_DEBUG(2, "%s(), no handler\n", __FUNCTION__);
  1100. curr = next;
  1101. }
  1102. }
  1103. /*
  1104. * Receive flow control indication from LAP.
  1105. * LAP want us to send it one more frame. We implement a simple round
  1106. * robin scheduler between the active sockets so that we get a bit of
  1107. * fairness. Note that the round robin is far from perfect, but it's
  1108. * better than nothing.
  1109. * We then poll the selected socket so that we can do synchronous
  1110. * refilling of IrLAP (which allow to minimise the number of buffers).
  1111. * Jean II
  1112. */
  1113. void irlmp_flow_indication(struct lap_cb *self, LOCAL_FLOW flow)
  1114. {
  1115. struct lsap_cb *next;
  1116. struct lsap_cb *curr;
  1117. int lsap_todo;
  1118. IRDA_ASSERT(self->magic == LMP_LAP_MAGIC, return;);
  1119. IRDA_ASSERT(flow == FLOW_START, return;);
  1120. /* Get the number of lsap. That's the only safe way to know
  1121. * that we have looped around... - Jean II */
  1122. lsap_todo = HASHBIN_GET_SIZE(self->lsaps);
  1123. IRDA_DEBUG(4, "%s() : %d lsaps to scan\n", __FUNCTION__, lsap_todo);
  1124. /* Poll lsap in order until the queue is full or until we
  1125. * tried them all.
  1126. * Most often, the current LSAP will have something to send,
  1127. * so we will go through this loop only once. - Jean II */
  1128. while((lsap_todo--) &&
  1129. (IRLAP_GET_TX_QUEUE_LEN(self->irlap) < LAP_HIGH_THRESHOLD)) {
  1130. /* Try to find the next lsap we should poll. */
  1131. next = self->flow_next;
  1132. /* If we have no lsap, restart from first one */
  1133. if(next == NULL)
  1134. next = (struct lsap_cb *) hashbin_get_first(self->lsaps);
  1135. /* Verify current one and find the next one */
  1136. curr = hashbin_find_next(self->lsaps, (long) next, NULL,
  1137. (void *) &self->flow_next);
  1138. /* Uh-oh... Paranoia */
  1139. if(curr == NULL)
  1140. break;
  1141. IRDA_DEBUG(4, "%s() : curr is %p, next was %p and is now %p, still %d to go - queue len = %d\n", __FUNCTION__, curr, next, self->flow_next, lsap_todo, IRLAP_GET_TX_QUEUE_LEN(self->irlap));
  1142. /* Inform lsap user that it can send one more packet. */
  1143. if (curr->notify.flow_indication != NULL)
  1144. curr->notify.flow_indication(curr->notify.instance,
  1145. curr, flow);
  1146. else
  1147. IRDA_DEBUG(1, "%s(), no handler\n", __FUNCTION__);
  1148. }
  1149. }
  1150. #if 0
  1151. /*
  1152. * Function irlmp_hint_to_service (hint)
  1153. *
  1154. * Returns a list of all servics contained in the given hint bits. This
  1155. * function assumes that the hint bits have the size of two bytes only
  1156. */
  1157. __u8 *irlmp_hint_to_service(__u8 *hint)
  1158. {
  1159. __u8 *service;
  1160. int i = 0;
  1161. /*
  1162. * Allocate array to store services in. 16 entries should be safe
  1163. * since we currently only support 2 hint bytes
  1164. */
  1165. service = kmalloc(16, GFP_ATOMIC);
  1166. if (!service) {
  1167. IRDA_DEBUG(1, "%s(), Unable to kmalloc!\n", __FUNCTION__);
  1168. return NULL;
  1169. }
  1170. if (!hint[0]) {
  1171. IRDA_DEBUG(1, "<None>\n");
  1172. kfree(service);
  1173. return NULL;
  1174. }
  1175. if (hint[0] & HINT_PNP)
  1176. IRDA_DEBUG(1, "PnP Compatible ");
  1177. if (hint[0] & HINT_PDA)
  1178. IRDA_DEBUG(1, "PDA/Palmtop ");
  1179. if (hint[0] & HINT_COMPUTER)
  1180. IRDA_DEBUG(1, "Computer ");
  1181. if (hint[0] & HINT_PRINTER) {
  1182. IRDA_DEBUG(1, "Printer ");
  1183. service[i++] = S_PRINTER;
  1184. }
  1185. if (hint[0] & HINT_MODEM)
  1186. IRDA_DEBUG(1, "Modem ");
  1187. if (hint[0] & HINT_FAX)
  1188. IRDA_DEBUG(1, "Fax ");
  1189. if (hint[0] & HINT_LAN) {
  1190. IRDA_DEBUG(1, "LAN Access ");
  1191. service[i++] = S_LAN;
  1192. }
  1193. /*
  1194. * Test if extension byte exists. This byte will usually be
  1195. * there, but this is not really required by the standard.
  1196. * (IrLMP p. 29)
  1197. */
  1198. if (hint[0] & HINT_EXTENSION) {
  1199. if (hint[1] & HINT_TELEPHONY) {
  1200. IRDA_DEBUG(1, "Telephony ");
  1201. service[i++] = S_TELEPHONY;
  1202. } if (hint[1] & HINT_FILE_SERVER)
  1203. IRDA_DEBUG(1, "File Server ");
  1204. if (hint[1] & HINT_COMM) {
  1205. IRDA_DEBUG(1, "IrCOMM ");
  1206. service[i++] = S_COMM;
  1207. }
  1208. if (hint[1] & HINT_OBEX) {
  1209. IRDA_DEBUG(1, "IrOBEX ");
  1210. service[i++] = S_OBEX;
  1211. }
  1212. }
  1213. IRDA_DEBUG(1, "\n");
  1214. /* So that client can be notified about any discovery */
  1215. service[i++] = S_ANY;
  1216. service[i] = S_END;
  1217. return service;
  1218. }
  1219. #endif
  1220. static const __u16 service_hint_mapping[S_END][2] = {
  1221. { HINT_PNP, 0 }, /* S_PNP */
  1222. { HINT_PDA, 0 }, /* S_PDA */
  1223. { HINT_COMPUTER, 0 }, /* S_COMPUTER */
  1224. { HINT_PRINTER, 0 }, /* S_PRINTER */
  1225. { HINT_MODEM, 0 }, /* S_MODEM */
  1226. { HINT_FAX, 0 }, /* S_FAX */
  1227. { HINT_LAN, 0 }, /* S_LAN */
  1228. { HINT_EXTENSION, HINT_TELEPHONY }, /* S_TELEPHONY */
  1229. { HINT_EXTENSION, HINT_COMM }, /* S_COMM */
  1230. { HINT_EXTENSION, HINT_OBEX }, /* S_OBEX */
  1231. { 0xFF, 0xFF }, /* S_ANY */
  1232. };
  1233. /*
  1234. * Function irlmp_service_to_hint (service)
  1235. *
  1236. * Converts a service type, to a hint bit
  1237. *
  1238. * Returns: a 16 bit hint value, with the service bit set
  1239. */
  1240. __u16 irlmp_service_to_hint(int service)
  1241. {
  1242. __u16_host_order hint;
  1243. hint.byte[0] = service_hint_mapping[service][0];
  1244. hint.byte[1] = service_hint_mapping[service][1];
  1245. return hint.word;
  1246. }
  1247. EXPORT_SYMBOL(irlmp_service_to_hint);
  1248. /*
  1249. * Function irlmp_register_service (service)
  1250. *
  1251. * Register local service with IrLMP
  1252. *
  1253. */
  1254. void *irlmp_register_service(__u16 hints)
  1255. {
  1256. irlmp_service_t *service;
  1257. IRDA_DEBUG(4, "%s(), hints = %04x\n", __FUNCTION__, hints);
  1258. /* Make a new registration */
  1259. service = kmalloc(sizeof(irlmp_service_t), GFP_ATOMIC);
  1260. if (!service) {
  1261. IRDA_DEBUG(1, "%s(), Unable to kmalloc!\n", __FUNCTION__);
  1262. return NULL;
  1263. }
  1264. service->hints.word = hints;
  1265. hashbin_insert(irlmp->services, (irda_queue_t *) service,
  1266. (long) service, NULL);
  1267. irlmp->hints.word |= hints;
  1268. return (void *)service;
  1269. }
  1270. EXPORT_SYMBOL(irlmp_register_service);
  1271. /*
  1272. * Function irlmp_unregister_service (handle)
  1273. *
  1274. * Unregister service with IrLMP.
  1275. *
  1276. * Returns: 0 on success, -1 on error
  1277. */
  1278. int irlmp_unregister_service(void *handle)
  1279. {
  1280. irlmp_service_t *service;
  1281. unsigned long flags;
  1282. IRDA_DEBUG(4, "%s()\n", __FUNCTION__);
  1283. if (!handle)
  1284. return -1;
  1285. /* Caller may call with invalid handle (it's legal) - Jean II */
  1286. service = hashbin_lock_find(irlmp->services, (long) handle, NULL);
  1287. if (!service) {
  1288. IRDA_DEBUG(1, "%s(), Unknown service!\n", __FUNCTION__);
  1289. return -1;
  1290. }
  1291. hashbin_remove_this(irlmp->services, (irda_queue_t *) service);
  1292. kfree(service);
  1293. /* Remove old hint bits */
  1294. irlmp->hints.word = 0;
  1295. /* Refresh current hint bits */
  1296. spin_lock_irqsave(&irlmp->services->hb_spinlock, flags);
  1297. service = (irlmp_service_t *) hashbin_get_first(irlmp->services);
  1298. while (service) {
  1299. irlmp->hints.word |= service->hints.word;
  1300. service = (irlmp_service_t *)hashbin_get_next(irlmp->services);
  1301. }
  1302. spin_unlock_irqrestore(&irlmp->services->hb_spinlock, flags);
  1303. return 0;
  1304. }
  1305. EXPORT_SYMBOL(irlmp_unregister_service);
  1306. /*
  1307. * Function irlmp_register_client (hint_mask, callback1, callback2)
  1308. *
  1309. * Register a local client with IrLMP
  1310. * First callback is selective discovery (based on hints)
  1311. * Second callback is for selective discovery expiries
  1312. *
  1313. * Returns: handle > 0 on success, 0 on error
  1314. */
  1315. void *irlmp_register_client(__u16 hint_mask, DISCOVERY_CALLBACK1 disco_clb,
  1316. DISCOVERY_CALLBACK2 expir_clb, void *priv)
  1317. {
  1318. irlmp_client_t *client;
  1319. IRDA_DEBUG(1, "%s()\n", __FUNCTION__);
  1320. IRDA_ASSERT(irlmp != NULL, return NULL;);
  1321. /* Make a new registration */
  1322. client = kmalloc(sizeof(irlmp_client_t), GFP_ATOMIC);
  1323. if (!client) {
  1324. IRDA_DEBUG( 1, "%s(), Unable to kmalloc!\n", __FUNCTION__);
  1325. return NULL;
  1326. }
  1327. /* Register the details */
  1328. client->hint_mask.word = hint_mask;
  1329. client->disco_callback = disco_clb;
  1330. client->expir_callback = expir_clb;
  1331. client->priv = priv;
  1332. hashbin_insert(irlmp->clients, (irda_queue_t *) client,
  1333. (long) client, NULL);
  1334. return (void *) client;
  1335. }
  1336. EXPORT_SYMBOL(irlmp_register_client);
  1337. /*
  1338. * Function irlmp_update_client (handle, hint_mask, callback1, callback2)
  1339. *
  1340. * Updates specified client (handle) with possibly new hint_mask and
  1341. * callback
  1342. *
  1343. * Returns: 0 on success, -1 on error
  1344. */
  1345. int irlmp_update_client(void *handle, __u16 hint_mask,
  1346. DISCOVERY_CALLBACK1 disco_clb,
  1347. DISCOVERY_CALLBACK2 expir_clb, void *priv)
  1348. {
  1349. irlmp_client_t *client;
  1350. if (!handle)
  1351. return -1;
  1352. client = hashbin_lock_find(irlmp->clients, (long) handle, NULL);
  1353. if (!client) {
  1354. IRDA_DEBUG(1, "%s(), Unknown client!\n", __FUNCTION__);
  1355. return -1;
  1356. }
  1357. client->hint_mask.word = hint_mask;
  1358. client->disco_callback = disco_clb;
  1359. client->expir_callback = expir_clb;
  1360. client->priv = priv;
  1361. return 0;
  1362. }
  1363. EXPORT_SYMBOL(irlmp_update_client);
  1364. /*
  1365. * Function irlmp_unregister_client (handle)
  1366. *
  1367. * Returns: 0 on success, -1 on error
  1368. *
  1369. */
  1370. int irlmp_unregister_client(void *handle)
  1371. {
  1372. struct irlmp_client *client;
  1373. IRDA_DEBUG(4, "%s()\n", __FUNCTION__);
  1374. if (!handle)
  1375. return -1;
  1376. /* Caller may call with invalid handle (it's legal) - Jean II */
  1377. client = hashbin_lock_find(irlmp->clients, (long) handle, NULL);
  1378. if (!client) {
  1379. IRDA_DEBUG(1, "%s(), Unknown client!\n", __FUNCTION__);
  1380. return -1;
  1381. }
  1382. IRDA_DEBUG(4, "%s(), removing client!\n", __FUNCTION__);
  1383. hashbin_remove_this(irlmp->clients, (irda_queue_t *) client);
  1384. kfree(client);
  1385. return 0;
  1386. }
  1387. EXPORT_SYMBOL(irlmp_unregister_client);
  1388. /*
  1389. * Function irlmp_slsap_inuse (slsap)
  1390. *
  1391. * Check if the given source LSAP selector is in use
  1392. *
  1393. * This function is clearly not very efficient. On the mitigating side, the
  1394. * stack make sure that in 99% of the cases, we are called only once
  1395. * for each socket allocation. We could probably keep a bitmap
  1396. * of the allocated LSAP, but I'm not sure the complexity is worth it.
  1397. * Jean II
  1398. */
  1399. static int irlmp_slsap_inuse(__u8 slsap_sel)
  1400. {
  1401. struct lsap_cb *self;
  1402. struct lap_cb *lap;
  1403. unsigned long flags;
  1404. IRDA_ASSERT(irlmp != NULL, return TRUE;);
  1405. IRDA_ASSERT(irlmp->magic == LMP_MAGIC, return TRUE;);
  1406. IRDA_ASSERT(slsap_sel != LSAP_ANY, return TRUE;);
  1407. IRDA_DEBUG(4, "%s()\n", __FUNCTION__);
  1408. #ifdef CONFIG_IRDA_ULTRA
  1409. /* Accept all bindings to the connectionless LSAP */
  1410. if (slsap_sel == LSAP_CONNLESS)
  1411. return FALSE;
  1412. #endif /* CONFIG_IRDA_ULTRA */
  1413. /* Valid values are between 0 and 127 (0x0-0x6F) */
  1414. if (slsap_sel > LSAP_MAX)
  1415. return TRUE;
  1416. /*
  1417. * Check if slsap is already in use. To do this we have to loop over
  1418. * every IrLAP connection and check every LSAP associated with each
  1419. * the connection.
  1420. */
  1421. spin_lock_irqsave_nested(&irlmp->links->hb_spinlock, flags,
  1422. SINGLE_DEPTH_NESTING);
  1423. lap = (struct lap_cb *) hashbin_get_first(irlmp->links);
  1424. while (lap != NULL) {
  1425. IRDA_ASSERT(lap->magic == LMP_LAP_MAGIC, goto errlap;);
  1426. /* Careful for priority inversions here !
  1427. * irlmp->links is never taken while another IrDA
  1428. * spinlock is held, so we are safe. Jean II */
  1429. spin_lock(&lap->lsaps->hb_spinlock);
  1430. /* For this IrLAP, check all the LSAPs */
  1431. self = (struct lsap_cb *) hashbin_get_first(lap->lsaps);
  1432. while (self != NULL) {
  1433. IRDA_ASSERT(self->magic == LMP_LSAP_MAGIC,
  1434. goto errlsap;);
  1435. if ((self->slsap_sel == slsap_sel)) {
  1436. IRDA_DEBUG(4, "Source LSAP selector=%02x in use\n",
  1437. self->slsap_sel);
  1438. goto errlsap;
  1439. }
  1440. self = (struct lsap_cb*) hashbin_get_next(lap->lsaps);
  1441. }
  1442. spin_unlock(&lap->lsaps->hb_spinlock);
  1443. /* Next LAP */
  1444. lap = (struct lap_cb *) hashbin_get_next(irlmp->links);
  1445. }
  1446. spin_unlock_irqrestore(&irlmp->links->hb_spinlock, flags);
  1447. /*
  1448. * Server sockets are typically waiting for connections and
  1449. * therefore reside in the unconnected list. We don't want
  1450. * to give out their LSAPs for obvious reasons...
  1451. * Jean II
  1452. */
  1453. spin_lock_irqsave(&irlmp->unconnected_lsaps->hb_spinlock, flags);
  1454. self = (struct lsap_cb *) hashbin_get_first(irlmp->unconnected_lsaps);
  1455. while (self != NULL) {
  1456. IRDA_ASSERT(self->magic == LMP_LSAP_MAGIC, goto erruncon;);
  1457. if ((self->slsap_sel == slsap_sel)) {
  1458. IRDA_DEBUG(4, "Source LSAP selector=%02x in use (unconnected)\n",
  1459. self->slsap_sel);
  1460. goto erruncon;
  1461. }
  1462. self = (struct lsap_cb*) hashbin_get_next(irlmp->unconnected_lsaps);
  1463. }
  1464. spin_unlock_irqrestore(&irlmp->unconnected_lsaps->hb_spinlock, flags);
  1465. return FALSE;
  1466. /* Error exit from within one of the two nested loops.
  1467. * Make sure we release the right spinlock in the righ order.
  1468. * Jean II */
  1469. errlsap:
  1470. spin_unlock(&lap->lsaps->hb_spinlock);
  1471. IRDA_ASSERT_LABEL(errlap:)
  1472. spin_unlock_irqrestore(&irlmp->links->hb_spinlock, flags);
  1473. return TRUE;
  1474. /* Error exit from within the unconnected loop.
  1475. * Just one spinlock to release... Jean II */
  1476. erruncon:
  1477. spin_unlock_irqrestore(&irlmp->unconnected_lsaps->hb_spinlock, flags);
  1478. return TRUE;
  1479. }
  1480. /*
  1481. * Function irlmp_find_free_slsap ()
  1482. *
  1483. * Find a free source LSAP to use. This function is called if the service
  1484. * user has requested a source LSAP equal to LM_ANY
  1485. */
  1486. static __u8 irlmp_find_free_slsap(void)
  1487. {
  1488. __u8 lsap_sel;
  1489. int wrapped = 0;
  1490. IRDA_ASSERT(irlmp != NULL, return -1;);
  1491. IRDA_ASSERT(irlmp->magic == LMP_MAGIC, return -1;);
  1492. /* Most users don't really care which LSAPs they are given,
  1493. * and therefore we automatically give them a free LSAP.
  1494. * This function try to find a suitable LSAP, i.e. which is
  1495. * not in use and is within the acceptable range. Jean II */
  1496. do {
  1497. /* Always increment to LSAP number before using it.
  1498. * In theory, we could reuse the last LSAP number, as long
  1499. * as it is no longer in use. Some IrDA stack do that.
  1500. * However, the previous socket may be half closed, i.e.
  1501. * we closed it, we think it's no longer in use, but the
  1502. * other side did not receive our close and think it's
  1503. * active and still send data on it.
  1504. * This is similar to what is done with PIDs and TCP ports.
  1505. * Also, this reduce the number of calls to irlmp_slsap_inuse()
  1506. * which is an expensive function to call.
  1507. * Jean II */
  1508. irlmp->last_lsap_sel++;
  1509. /* Check if we need to wraparound (0x70-0x7f are reserved) */
  1510. if (irlmp->last_lsap_sel > LSAP_MAX) {
  1511. /* 0x00-0x10 are also reserved for well know ports */
  1512. irlmp->last_lsap_sel = 0x10;
  1513. /* Make sure we terminate the loop */
  1514. if (wrapped++) {
  1515. IRDA_ERROR("%s: no more free LSAPs !\n",
  1516. __FUNCTION__);
  1517. return 0;
  1518. }
  1519. }
  1520. /* If the LSAP is in use, try the next one.
  1521. * Despite the autoincrement, we need to check if the lsap
  1522. * is really in use or not, first because LSAP may be
  1523. * directly allocated in irlmp_open_lsap(), and also because
  1524. * we may wraparound on old sockets. Jean II */
  1525. } while (irlmp_slsap_inuse(irlmp->last_lsap_sel));
  1526. /* Got it ! */
  1527. lsap_sel = irlmp->last_lsap_sel;
  1528. IRDA_DEBUG(4, "%s(), found free lsap_sel=%02x\n",
  1529. __FUNCTION__, lsap_sel);
  1530. return lsap_sel;
  1531. }
  1532. /*
  1533. * Function irlmp_convert_lap_reason (lap_reason)
  1534. *
  1535. * Converts IrLAP disconnect reason codes to IrLMP disconnect reason
  1536. * codes
  1537. *
  1538. */
  1539. LM_REASON irlmp_convert_lap_reason( LAP_REASON lap_reason)
  1540. {
  1541. int reason = LM_LAP_DISCONNECT;
  1542. switch (lap_reason) {
  1543. case LAP_DISC_INDICATION: /* Received a disconnect request from peer */
  1544. IRDA_DEBUG( 1, "%s(), LAP_DISC_INDICATION\n", __FUNCTION__);
  1545. reason = LM_USER_REQUEST;
  1546. break;
  1547. case LAP_NO_RESPONSE: /* To many retransmits without response */
  1548. IRDA_DEBUG( 1, "%s(), LAP_NO_RESPONSE\n", __FUNCTION__);
  1549. reason = LM_LAP_DISCONNECT;
  1550. break;
  1551. case LAP_RESET_INDICATION:
  1552. IRDA_DEBUG( 1, "%s(), LAP_RESET_INDICATION\n", __FUNCTION__);
  1553. reason = LM_LAP_RESET;
  1554. break;
  1555. case LAP_FOUND_NONE:
  1556. case LAP_MEDIA_BUSY:
  1557. case LAP_PRIMARY_CONFLICT:
  1558. IRDA_DEBUG(1, "%s(), LAP_FOUND_NONE, LAP_MEDIA_BUSY or LAP_PRIMARY_CONFLICT\n", __FUNCTION__);
  1559. reason = LM_CONNECT_FAILURE;
  1560. break;
  1561. default:
  1562. IRDA_DEBUG(1, "%s(), Unknow IrLAP disconnect reason %d!\n",
  1563. __FUNCTION__, lap_reason);
  1564. reason = LM_LAP_DISCONNECT;
  1565. break;
  1566. }
  1567. return reason;
  1568. }
  1569. #ifdef CONFIG_PROC_FS
  1570. struct irlmp_iter_state {
  1571. hashbin_t *hashbin;
  1572. };
  1573. #define LSAP_START_TOKEN ((void *)1)
  1574. #define LINK_START_TOKEN ((void *)2)
  1575. static void *irlmp_seq_hb_idx(struct irlmp_iter_state *iter, loff_t *off)
  1576. {
  1577. void *element;
  1578. spin_lock_irq(&iter->hashbin->hb_spinlock);
  1579. for (element = hashbin_get_first(iter->hashbin);
  1580. element != NULL;
  1581. element = hashbin_get_next(iter->hashbin)) {
  1582. if (!off || *off-- == 0) {
  1583. /* NB: hashbin left locked */
  1584. return element;
  1585. }
  1586. }
  1587. spin_unlock_irq(&iter->hashbin->hb_spinlock);
  1588. iter->hashbin = NULL;
  1589. return NULL;
  1590. }
  1591. static void *irlmp_seq_start(struct seq_file *seq, loff_t *pos)
  1592. {
  1593. struct irlmp_iter_state *iter = seq->private;
  1594. void *v;
  1595. loff_t off = *pos;
  1596. iter->hashbin = NULL;
  1597. if (off-- == 0)
  1598. return LSAP_START_TOKEN;
  1599. iter->hashbin = irlmp->unconnected_lsaps;
  1600. v = irlmp_seq_hb_idx(iter, &off);
  1601. if (v)
  1602. return v;
  1603. if (off-- == 0)
  1604. return LINK_START_TOKEN;
  1605. iter->hashbin = irlmp->links;
  1606. return irlmp_seq_hb_idx(iter, &off);
  1607. }
  1608. static void *irlmp_seq_next(struct seq_file *seq, void *v, loff_t *pos)
  1609. {
  1610. struct irlmp_iter_state *iter = seq->private;
  1611. ++*pos;
  1612. if (v == LSAP_START_TOKEN) { /* start of list of lsaps */
  1613. iter->hashbin = irlmp->unconnected_lsaps;
  1614. v = irlmp_seq_hb_idx(iter, NULL);
  1615. return v ? v : LINK_START_TOKEN;
  1616. }
  1617. if (v == LINK_START_TOKEN) { /* start of list of links */
  1618. iter->hashbin = irlmp->links;
  1619. return irlmp_seq_hb_idx(iter, NULL);
  1620. }
  1621. v = hashbin_get_next(iter->hashbin);
  1622. if (v == NULL) { /* no more in this hash bin */
  1623. spin_unlock_irq(&iter->hashbin->hb_spinlock);
  1624. if (iter->hashbin == irlmp->unconnected_lsaps)
  1625. v = LINK_START_TOKEN;
  1626. iter->hashbin = NULL;
  1627. }
  1628. return v;
  1629. }
  1630. static void irlmp_seq_stop(struct seq_file *seq, void *v)
  1631. {
  1632. struct irlmp_iter_state *iter = seq->private;
  1633. if (iter->hashbin)
  1634. spin_unlock_irq(&iter->hashbin->hb_spinlock);
  1635. }
  1636. static int irlmp_seq_show(struct seq_file *seq, void *v)
  1637. {
  1638. const struct irlmp_iter_state *iter = seq->private;
  1639. struct lsap_cb *self = v;
  1640. if (v == LSAP_START_TOKEN)
  1641. seq_puts(seq, "Unconnected LSAPs:\n");
  1642. else if (v == LINK_START_TOKEN)
  1643. seq_puts(seq, "\nRegistered Link Layers:\n");
  1644. else if (iter->hashbin == irlmp->unconnected_lsaps) {
  1645. self = v;
  1646. IRDA_ASSERT(self->magic == LMP_LSAP_MAGIC, return -EINVAL; );
  1647. seq_printf(seq, "lsap state: %s, ",
  1648. irlsap_state[ self->lsap_state]);
  1649. seq_printf(seq,
  1650. "slsap_sel: %#02x, dlsap_sel: %#02x, ",
  1651. self->slsap_sel, self->dlsap_sel);
  1652. seq_printf(seq, "(%s)", self->notify.name);
  1653. seq_printf(seq, "\n");
  1654. } else if (iter->hashbin == irlmp->links) {
  1655. struct lap_cb *lap = v;
  1656. seq_printf(seq, "lap state: %s, ",
  1657. irlmp_state[lap->lap_state]);
  1658. seq_printf(seq, "saddr: %#08x, daddr: %#08x, ",
  1659. lap->saddr, lap->daddr);
  1660. seq_printf(seq, "num lsaps: %d",
  1661. HASHBIN_GET_SIZE(lap->lsaps));
  1662. seq_printf(seq, "\n");
  1663. /* Careful for priority inversions here !
  1664. * All other uses of attrib spinlock are independent of
  1665. * the object spinlock, so we are safe. Jean II */
  1666. spin_lock(&lap->lsaps->hb_spinlock);
  1667. seq_printf(seq, "\n Connected LSAPs:\n");
  1668. for (self = (struct lsap_cb *) hashbin_get_first(lap->lsaps);
  1669. self != NULL;
  1670. self = (struct lsap_cb *)hashbin_get_next(lap->lsaps)) {
  1671. IRDA_ASSERT(self->magic == LMP_LSAP_MAGIC,
  1672. goto outloop;);
  1673. seq_printf(seq, " lsap state: %s, ",
  1674. irlsap_state[ self->lsap_state]);
  1675. seq_printf(seq,
  1676. "slsap_sel: %#02x, dlsap_sel: %#02x, ",
  1677. self->slsap_sel, self->dlsap_sel);
  1678. seq_printf(seq, "(%s)", self->notify.name);
  1679. seq_putc(seq, '\n');
  1680. }
  1681. IRDA_ASSERT_LABEL(outloop:)
  1682. spin_unlock(&lap->lsaps->hb_spinlock);
  1683. seq_putc(seq, '\n');
  1684. } else
  1685. return -EINVAL;
  1686. return 0;
  1687. }
  1688. static struct seq_operations irlmp_seq_ops = {
  1689. .start = irlmp_seq_start,
  1690. .next = irlmp_seq_next,
  1691. .stop = irlmp_seq_stop,
  1692. .show = irlmp_seq_show,
  1693. };
  1694. static int irlmp_seq_open(struct inode *inode, struct file *file)
  1695. {
  1696. struct seq_file *seq;
  1697. int rc = -ENOMEM;
  1698. struct irlmp_iter_state *s;
  1699. IRDA_ASSERT(irlmp != NULL, return -EINVAL;);
  1700. s = kmalloc(sizeof(*s), GFP_KERNEL);
  1701. if (!s)
  1702. goto out;
  1703. rc = seq_open(file, &irlmp_seq_ops);
  1704. if (rc)
  1705. goto out_kfree;
  1706. seq = file->private_data;
  1707. seq->private = s;
  1708. out:
  1709. return rc;
  1710. out_kfree:
  1711. kfree(s);
  1712. goto out;
  1713. }
  1714. struct file_operations irlmp_seq_fops = {
  1715. .owner = THIS_MODULE,
  1716. .open = irlmp_seq_open,
  1717. .read = seq_read,
  1718. .llseek = seq_lseek,
  1719. .release = seq_release_private,
  1720. };
  1721. #endif /* PROC_FS */