irlmp.c 54 KB

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