irlmp.c 54 KB

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