irlmp.c 55 KB

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