circuitlist.c 88 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729
  1. /* Copyright 2001 Matej Pfajfar.
  2. * Copyright (c) 2001-2004, Roger Dingledine.
  3. * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
  4. * Copyright (c) 2007-2017, The Tor Project, Inc. */
  5. /* See LICENSE for licensing information */
  6. /**
  7. * \file circuitlist.c
  8. *
  9. * \brief Manage global structures that list and index circuits, and
  10. * look up circuits within them.
  11. *
  12. * One of the most frequent operations in Tor occurs every time that
  13. * a relay cell arrives on a channel. When that happens, we need to
  14. * find which circuit it is associated with, based on the channel and the
  15. * circuit ID in the relay cell.
  16. *
  17. * To handle that, we maintain a global list of circuits, and a hashtable
  18. * mapping [channel,circID] pairs to circuits. Circuits are added to and
  19. * removed from this mapping using circuit_set_p_circid_chan() and
  20. * circuit_set_n_circid_chan(). To look up a circuit from this map, most
  21. * callers should use circuit_get_by_circid_channel(), though
  22. * circuit_get_by_circid_channel_even_if_marked() is appropriate under some
  23. * circumstances.
  24. *
  25. * We also need to allow for the possibility that we have blocked use of a
  26. * circuit ID (because we are waiting to send a DESTROY cell), but the
  27. * circuit is not there any more. For that case, we allow placeholder
  28. * entries in the table, using channel_mark_circid_unusable().
  29. *
  30. * To efficiently handle a channel that has just opened, we also maintain a
  31. * list of the circuits waiting for channels, so we can attach them as
  32. * needed without iterating through the whole list of circuits, using
  33. * circuit_get_all_pending_on_channel().
  34. *
  35. * In this module, we also handle the list of circuits that have been
  36. * marked for close elsewhere, and close them as needed. (We use this
  37. * "mark now, close later" pattern here and elsewhere to avoid
  38. * unpredictable recursion if we closed every circuit immediately upon
  39. * realizing it needed to close.) See circuit_mark_for_close() for the
  40. * mark function, and circuit_close_all_marked() for the close function.
  41. *
  42. * For hidden services, we need to be able to look up introduction point
  43. * circuits and rendezvous circuits by cookie, key, etc. These are
  44. * currently handled with linear searches in
  45. * circuit_get_ready_rend_circuit_by_rend_data(),
  46. * circuit_get_next_by_pk_and_purpose(), and with hash lookups in
  47. * circuit_get_rendezvous() and circuit_get_intro_point().
  48. *
  49. * This module is also the entry point for our out-of-memory handler
  50. * logic, which was originally circuit-focused.
  51. **/
  52. #define CIRCUITLIST_PRIVATE
  53. #include "torint.h" /* TOR_PRIuSZ */
  54. #include "or.h"
  55. #include "channel.h"
  56. #include "circpathbias.h"
  57. #include "circuitbuild.h"
  58. #include "circuitlist.h"
  59. #include "circuituse.h"
  60. #include "circuitstats.h"
  61. #include "connection.h"
  62. #include "config.h"
  63. #include "connection_edge.h"
  64. #include "connection_or.h"
  65. #include "control.h"
  66. #include "crypto_rand.h"
  67. #include "crypto_util.h"
  68. #include "entrynodes.h"
  69. #include "main.h"
  70. #include "hs_circuit.h"
  71. #include "hs_circuitmap.h"
  72. #include "hs_ident.h"
  73. #include "networkstatus.h"
  74. #include "nodelist.h"
  75. #include "onion.h"
  76. #include "onion_fast.h"
  77. #include "policies.h"
  78. #include "relay.h"
  79. #include "relay_crypto.h"
  80. #include "rendclient.h"
  81. #include "rendcommon.h"
  82. #include "rephist.h"
  83. #include "routerlist.h"
  84. #include "routerset.h"
  85. #include "channelpadding.h"
  86. #include "compress_lzma.h"
  87. #include "compress_zlib.h"
  88. #include "compress_zstd.h"
  89. #include "ht.h"
  90. /********* START VARIABLES **********/
  91. /** A global list of all circuits at this hop. */
  92. static smartlist_t *global_circuitlist = NULL;
  93. /** A global list of all origin circuits. Every element of this is also
  94. * an element of global_circuitlist. */
  95. static smartlist_t *global_origin_circuit_list = NULL;
  96. /** A list of all the circuits in CIRCUIT_STATE_CHAN_WAIT. */
  97. static smartlist_t *circuits_pending_chans = NULL;
  98. /** List of all the (origin) circuits whose state is
  99. * CIRCUIT_STATE_GUARD_WAIT. */
  100. static smartlist_t *circuits_pending_other_guards = NULL;
  101. /** A list of all the circuits that have been marked with
  102. * circuit_mark_for_close and which are waiting for circuit_about_to_free. */
  103. static smartlist_t *circuits_pending_close = NULL;
  104. static void circuit_free_cpath_node(crypt_path_t *victim);
  105. static void cpath_ref_decref(crypt_path_reference_t *cpath_ref);
  106. static void circuit_about_to_free_atexit(circuit_t *circ);
  107. static void circuit_about_to_free(circuit_t *circ);
  108. /**
  109. * A cached value of the current state of the origin circuit list. Has the
  110. * value 1 if we saw any opened circuits recently (since the last call to
  111. * circuit_any_opened_circuits(), which gets called around once a second by
  112. * circuit_expire_building). 0 otherwise.
  113. */
  114. static int any_opened_circs_cached_val = 0;
  115. /********* END VARIABLES ************/
  116. /** A map from channel and circuit ID to circuit. (Lookup performance is
  117. * very important here, since we need to do it every time a cell arrives.) */
  118. typedef struct chan_circid_circuit_map_t {
  119. HT_ENTRY(chan_circid_circuit_map_t) node;
  120. channel_t *chan;
  121. circid_t circ_id;
  122. circuit_t *circuit;
  123. /* For debugging 12184: when was this placeholder item added? */
  124. time_t made_placeholder_at;
  125. } chan_circid_circuit_map_t;
  126. /** Helper for hash tables: compare the channel and circuit ID for a and
  127. * b, and return less than, equal to, or greater than zero appropriately.
  128. */
  129. static inline int
  130. chan_circid_entries_eq_(chan_circid_circuit_map_t *a,
  131. chan_circid_circuit_map_t *b)
  132. {
  133. return a->chan == b->chan && a->circ_id == b->circ_id;
  134. }
  135. /** Helper: return a hash based on circuit ID and the pointer value of
  136. * chan in <b>a</b>. */
  137. static inline unsigned int
  138. chan_circid_entry_hash_(chan_circid_circuit_map_t *a)
  139. {
  140. /* Try to squeze the siphash input into 8 bytes to save any extra siphash
  141. * rounds. This hash function is in the critical path. */
  142. uintptr_t chan = (uintptr_t) (void*) a->chan;
  143. uint32_t array[2];
  144. array[0] = a->circ_id;
  145. /* The low bits of the channel pointer are uninteresting, since the channel
  146. * is a pretty big structure. */
  147. array[1] = (uint32_t) (chan >> 6);
  148. return (unsigned) siphash24g(array, sizeof(array));
  149. }
  150. /** Map from [chan,circid] to circuit. */
  151. static HT_HEAD(chan_circid_map, chan_circid_circuit_map_t)
  152. chan_circid_map = HT_INITIALIZER();
  153. HT_PROTOTYPE(chan_circid_map, chan_circid_circuit_map_t, node,
  154. chan_circid_entry_hash_, chan_circid_entries_eq_)
  155. HT_GENERATE2(chan_circid_map, chan_circid_circuit_map_t, node,
  156. chan_circid_entry_hash_, chan_circid_entries_eq_, 0.6,
  157. tor_reallocarray_, tor_free_)
  158. /** The most recently returned entry from circuit_get_by_circid_chan;
  159. * used to improve performance when many cells arrive in a row from the
  160. * same circuit.
  161. */
  162. static chan_circid_circuit_map_t *_last_circid_chan_ent = NULL;
  163. /** Implementation helper for circuit_set_{p,n}_circid_channel: A circuit ID
  164. * and/or channel for circ has just changed from <b>old_chan, old_id</b>
  165. * to <b>chan, id</b>. Adjust the chan,circid map as appropriate, removing
  166. * the old entry (if any) and adding a new one. */
  167. static void
  168. circuit_set_circid_chan_helper(circuit_t *circ, int direction,
  169. circid_t id,
  170. channel_t *chan)
  171. {
  172. chan_circid_circuit_map_t search;
  173. chan_circid_circuit_map_t *found;
  174. channel_t *old_chan, **chan_ptr;
  175. circid_t old_id, *circid_ptr;
  176. int make_active, attached = 0;
  177. if (direction == CELL_DIRECTION_OUT) {
  178. chan_ptr = &circ->n_chan;
  179. circid_ptr = &circ->n_circ_id;
  180. make_active = circ->n_chan_cells.n > 0;
  181. } else {
  182. or_circuit_t *c = TO_OR_CIRCUIT(circ);
  183. chan_ptr = &c->p_chan;
  184. circid_ptr = &c->p_circ_id;
  185. make_active = c->p_chan_cells.n > 0;
  186. }
  187. old_chan = *chan_ptr;
  188. old_id = *circid_ptr;
  189. if (id == old_id && chan == old_chan)
  190. return;
  191. if (_last_circid_chan_ent &&
  192. ((old_id == _last_circid_chan_ent->circ_id &&
  193. old_chan == _last_circid_chan_ent->chan) ||
  194. (id == _last_circid_chan_ent->circ_id &&
  195. chan == _last_circid_chan_ent->chan))) {
  196. _last_circid_chan_ent = NULL;
  197. }
  198. if (old_chan) {
  199. /*
  200. * If we're changing channels or ID and had an old channel and a non
  201. * zero old ID and weren't marked for close (i.e., we should have been
  202. * attached), detach the circuit. ID changes require this because
  203. * circuitmux hashes on (channel_id, circuit_id).
  204. */
  205. if (old_id != 0 && (old_chan != chan || old_id != id) &&
  206. !(circ->marked_for_close)) {
  207. tor_assert(old_chan->cmux);
  208. circuitmux_detach_circuit(old_chan->cmux, circ);
  209. }
  210. /* we may need to remove it from the conn-circid map */
  211. search.circ_id = old_id;
  212. search.chan = old_chan;
  213. found = HT_REMOVE(chan_circid_map, &chan_circid_map, &search);
  214. if (found) {
  215. tor_free(found);
  216. if (direction == CELL_DIRECTION_OUT) {
  217. /* One fewer circuits use old_chan as n_chan */
  218. --(old_chan->num_n_circuits);
  219. } else {
  220. /* One fewer circuits use old_chan as p_chan */
  221. --(old_chan->num_p_circuits);
  222. }
  223. }
  224. }
  225. /* Change the values only after we have possibly made the circuit inactive
  226. * on the previous chan. */
  227. *chan_ptr = chan;
  228. *circid_ptr = id;
  229. if (chan == NULL)
  230. return;
  231. /* now add the new one to the conn-circid map */
  232. search.circ_id = id;
  233. search.chan = chan;
  234. found = HT_FIND(chan_circid_map, &chan_circid_map, &search);
  235. if (found) {
  236. found->circuit = circ;
  237. found->made_placeholder_at = 0;
  238. } else {
  239. found = tor_malloc_zero(sizeof(chan_circid_circuit_map_t));
  240. found->circ_id = id;
  241. found->chan = chan;
  242. found->circuit = circ;
  243. HT_INSERT(chan_circid_map, &chan_circid_map, found);
  244. }
  245. /*
  246. * Attach to the circuitmux if we're changing channels or IDs and
  247. * have a new channel and ID to use and the circuit is not marked for
  248. * close.
  249. */
  250. if (chan && id != 0 && (old_chan != chan || old_id != id) &&
  251. !(circ->marked_for_close)) {
  252. tor_assert(chan->cmux);
  253. circuitmux_attach_circuit(chan->cmux, circ, direction);
  254. attached = 1;
  255. }
  256. /*
  257. * This is a no-op if we have no cells, but if we do it marks us active to
  258. * the circuitmux
  259. */
  260. if (make_active && attached)
  261. update_circuit_on_cmux(circ, direction);
  262. /* Adjust circuit counts on new channel */
  263. if (direction == CELL_DIRECTION_OUT) {
  264. ++chan->num_n_circuits;
  265. } else {
  266. ++chan->num_p_circuits;
  267. }
  268. }
  269. /** Mark that circuit id <b>id</b> shouldn't be used on channel <b>chan</b>,
  270. * even if there is no circuit on the channel. We use this to keep the
  271. * circuit id from getting re-used while we have queued but not yet sent
  272. * a destroy cell. */
  273. void
  274. channel_mark_circid_unusable(channel_t *chan, circid_t id)
  275. {
  276. chan_circid_circuit_map_t search;
  277. chan_circid_circuit_map_t *ent;
  278. /* See if there's an entry there. That wouldn't be good. */
  279. memset(&search, 0, sizeof(search));
  280. search.chan = chan;
  281. search.circ_id = id;
  282. ent = HT_FIND(chan_circid_map, &chan_circid_map, &search);
  283. if (ent && ent->circuit) {
  284. /* we have a problem. */
  285. log_warn(LD_BUG, "Tried to mark %u unusable on %p, but there was already "
  286. "a circuit there.", (unsigned)id, chan);
  287. } else if (ent) {
  288. /* It's already marked. */
  289. if (!ent->made_placeholder_at)
  290. ent->made_placeholder_at = approx_time();
  291. } else {
  292. ent = tor_malloc_zero(sizeof(chan_circid_circuit_map_t));
  293. ent->chan = chan;
  294. ent->circ_id = id;
  295. /* leave circuit at NULL. */
  296. ent->made_placeholder_at = approx_time();
  297. HT_INSERT(chan_circid_map, &chan_circid_map, ent);
  298. }
  299. }
  300. /** Mark that a circuit id <b>id</b> can be used again on <b>chan</b>.
  301. * We use this to re-enable the circuit ID after we've sent a destroy cell.
  302. */
  303. void
  304. channel_mark_circid_usable(channel_t *chan, circid_t id)
  305. {
  306. chan_circid_circuit_map_t search;
  307. chan_circid_circuit_map_t *ent;
  308. /* See if there's an entry there. That wouldn't be good. */
  309. memset(&search, 0, sizeof(search));
  310. search.chan = chan;
  311. search.circ_id = id;
  312. ent = HT_REMOVE(chan_circid_map, &chan_circid_map, &search);
  313. if (ent && ent->circuit) {
  314. log_warn(LD_BUG, "Tried to mark %u usable on %p, but there was already "
  315. "a circuit there.", (unsigned)id, chan);
  316. return;
  317. }
  318. if (_last_circid_chan_ent == ent)
  319. _last_circid_chan_ent = NULL;
  320. tor_free(ent);
  321. }
  322. /** Called to indicate that a DESTROY is pending on <b>chan</b> with
  323. * circuit ID <b>id</b>, but hasn't been sent yet. */
  324. void
  325. channel_note_destroy_pending(channel_t *chan, circid_t id)
  326. {
  327. circuit_t *circ = circuit_get_by_circid_channel_even_if_marked(id,chan);
  328. if (circ) {
  329. if (circ->n_chan == chan && circ->n_circ_id == id) {
  330. circ->n_delete_pending = 1;
  331. } else {
  332. or_circuit_t *orcirc = TO_OR_CIRCUIT(circ);
  333. if (orcirc->p_chan == chan && orcirc->p_circ_id == id) {
  334. circ->p_delete_pending = 1;
  335. }
  336. }
  337. return;
  338. }
  339. channel_mark_circid_unusable(chan, id);
  340. }
  341. /** Called to indicate that a DESTROY is no longer pending on <b>chan</b> with
  342. * circuit ID <b>id</b> -- typically, because it has been sent. */
  343. MOCK_IMPL(void,
  344. channel_note_destroy_not_pending,(channel_t *chan, circid_t id))
  345. {
  346. circuit_t *circ = circuit_get_by_circid_channel_even_if_marked(id,chan);
  347. if (circ) {
  348. if (circ->n_chan == chan && circ->n_circ_id == id) {
  349. circ->n_delete_pending = 0;
  350. } else {
  351. or_circuit_t *orcirc = TO_OR_CIRCUIT(circ);
  352. if (orcirc->p_chan == chan && orcirc->p_circ_id == id) {
  353. circ->p_delete_pending = 0;
  354. }
  355. }
  356. /* XXXX this shouldn't happen; log a bug here. */
  357. return;
  358. }
  359. channel_mark_circid_usable(chan, id);
  360. }
  361. /** Set the p_conn field of a circuit <b>circ</b>, along
  362. * with the corresponding circuit ID, and add the circuit as appropriate
  363. * to the (chan,id)-\>circuit map. */
  364. void
  365. circuit_set_p_circid_chan(or_circuit_t *or_circ, circid_t id,
  366. channel_t *chan)
  367. {
  368. circuit_t *circ = TO_CIRCUIT(or_circ);
  369. channel_t *old_chan = or_circ->p_chan;
  370. circid_t old_id = or_circ->p_circ_id;
  371. circuit_set_circid_chan_helper(circ, CELL_DIRECTION_IN, id, chan);
  372. if (chan) {
  373. chan->timestamp_last_had_circuits = approx_time();
  374. }
  375. if (circ->p_delete_pending && old_chan) {
  376. channel_mark_circid_unusable(old_chan, old_id);
  377. circ->p_delete_pending = 0;
  378. }
  379. }
  380. /** Set the n_conn field of a circuit <b>circ</b>, along
  381. * with the corresponding circuit ID, and add the circuit as appropriate
  382. * to the (chan,id)-\>circuit map. */
  383. void
  384. circuit_set_n_circid_chan(circuit_t *circ, circid_t id,
  385. channel_t *chan)
  386. {
  387. channel_t *old_chan = circ->n_chan;
  388. circid_t old_id = circ->n_circ_id;
  389. circuit_set_circid_chan_helper(circ, CELL_DIRECTION_OUT, id, chan);
  390. if (chan) {
  391. chan->timestamp_last_had_circuits = approx_time();
  392. }
  393. if (circ->n_delete_pending && old_chan) {
  394. channel_mark_circid_unusable(old_chan, old_id);
  395. circ->n_delete_pending = 0;
  396. }
  397. }
  398. /** Change the state of <b>circ</b> to <b>state</b>, adding it to or removing
  399. * it from lists as appropriate. */
  400. void
  401. circuit_set_state(circuit_t *circ, uint8_t state)
  402. {
  403. tor_assert(circ);
  404. if (state == circ->state)
  405. return;
  406. if (PREDICT_UNLIKELY(!circuits_pending_chans))
  407. circuits_pending_chans = smartlist_new();
  408. if (PREDICT_UNLIKELY(!circuits_pending_other_guards))
  409. circuits_pending_other_guards = smartlist_new();
  410. if (circ->state == CIRCUIT_STATE_CHAN_WAIT) {
  411. /* remove from waiting-circuit list. */
  412. smartlist_remove(circuits_pending_chans, circ);
  413. }
  414. if (state == CIRCUIT_STATE_CHAN_WAIT) {
  415. /* add to waiting-circuit list. */
  416. smartlist_add(circuits_pending_chans, circ);
  417. }
  418. if (circ->state == CIRCUIT_STATE_GUARD_WAIT) {
  419. smartlist_remove(circuits_pending_other_guards, circ);
  420. }
  421. if (state == CIRCUIT_STATE_GUARD_WAIT) {
  422. smartlist_add(circuits_pending_other_guards, circ);
  423. }
  424. if (state == CIRCUIT_STATE_GUARD_WAIT || state == CIRCUIT_STATE_OPEN)
  425. tor_assert(!circ->n_chan_create_cell);
  426. circ->state = state;
  427. }
  428. /** Append to <b>out</b> all circuits in state CHAN_WAIT waiting for
  429. * the given connection. */
  430. void
  431. circuit_get_all_pending_on_channel(smartlist_t *out, channel_t *chan)
  432. {
  433. tor_assert(out);
  434. tor_assert(chan);
  435. if (!circuits_pending_chans)
  436. return;
  437. SMARTLIST_FOREACH_BEGIN(circuits_pending_chans, circuit_t *, circ) {
  438. if (circ->marked_for_close)
  439. continue;
  440. if (!circ->n_hop)
  441. continue;
  442. tor_assert(circ->state == CIRCUIT_STATE_CHAN_WAIT);
  443. if (tor_digest_is_zero(circ->n_hop->identity_digest)) {
  444. /* Look at addr/port. This is an unkeyed connection. */
  445. if (!channel_matches_extend_info(chan, circ->n_hop))
  446. continue;
  447. } else {
  448. /* We expected a key. See if it's the right one. */
  449. if (tor_memneq(chan->identity_digest,
  450. circ->n_hop->identity_digest, DIGEST_LEN))
  451. continue;
  452. }
  453. smartlist_add(out, circ);
  454. } SMARTLIST_FOREACH_END(circ);
  455. }
  456. /** Return the number of circuits in state CHAN_WAIT, waiting for the given
  457. * channel. */
  458. int
  459. circuit_count_pending_on_channel(channel_t *chan)
  460. {
  461. int cnt;
  462. smartlist_t *sl = smartlist_new();
  463. tor_assert(chan);
  464. circuit_get_all_pending_on_channel(sl, chan);
  465. cnt = smartlist_len(sl);
  466. smartlist_free(sl);
  467. log_debug(LD_CIRC,"or_conn to %s, %d pending circs",
  468. channel_get_canonical_remote_descr(chan),
  469. cnt);
  470. return cnt;
  471. }
  472. /** Remove <b>origin_circ</b> from the global list of origin circuits.
  473. * Called when we are freeing a circuit.
  474. */
  475. static void
  476. circuit_remove_from_origin_circuit_list(origin_circuit_t *origin_circ)
  477. {
  478. int origin_idx = origin_circ->global_origin_circuit_list_idx;
  479. if (origin_idx < 0)
  480. return;
  481. origin_circuit_t *c2;
  482. tor_assert(origin_idx <= smartlist_len(global_origin_circuit_list));
  483. c2 = smartlist_get(global_origin_circuit_list, origin_idx);
  484. tor_assert(origin_circ == c2);
  485. smartlist_del(global_origin_circuit_list, origin_idx);
  486. if (origin_idx < smartlist_len(global_origin_circuit_list)) {
  487. origin_circuit_t *replacement =
  488. smartlist_get(global_origin_circuit_list, origin_idx);
  489. replacement->global_origin_circuit_list_idx = origin_idx;
  490. }
  491. origin_circ->global_origin_circuit_list_idx = -1;
  492. }
  493. /** Add <b>origin_circ</b> to the global list of origin circuits. Called
  494. * when creating the circuit. */
  495. static void
  496. circuit_add_to_origin_circuit_list(origin_circuit_t *origin_circ)
  497. {
  498. tor_assert(origin_circ->global_origin_circuit_list_idx == -1);
  499. smartlist_t *lst = circuit_get_global_origin_circuit_list();
  500. smartlist_add(lst, origin_circ);
  501. origin_circ->global_origin_circuit_list_idx = smartlist_len(lst) - 1;
  502. }
  503. /** Detach from the global circuit list, and deallocate, all
  504. * circuits that have been marked for close.
  505. */
  506. void
  507. circuit_close_all_marked(void)
  508. {
  509. if (circuits_pending_close == NULL)
  510. return;
  511. smartlist_t *lst = circuit_get_global_list();
  512. SMARTLIST_FOREACH_BEGIN(circuits_pending_close, circuit_t *, circ) {
  513. tor_assert(circ->marked_for_close);
  514. /* Remove it from the circuit list. */
  515. int idx = circ->global_circuitlist_idx;
  516. smartlist_del(lst, idx);
  517. if (idx < smartlist_len(lst)) {
  518. circuit_t *replacement = smartlist_get(lst, idx);
  519. replacement->global_circuitlist_idx = idx;
  520. }
  521. circ->global_circuitlist_idx = -1;
  522. /* Remove it from the origin circuit list, if appropriate. */
  523. if (CIRCUIT_IS_ORIGIN(circ)) {
  524. circuit_remove_from_origin_circuit_list(TO_ORIGIN_CIRCUIT(circ));
  525. }
  526. circuit_about_to_free(circ);
  527. circuit_free(circ);
  528. } SMARTLIST_FOREACH_END(circ);
  529. smartlist_clear(circuits_pending_close);
  530. }
  531. /** Return a pointer to the global list of circuits. */
  532. MOCK_IMPL(smartlist_t *,
  533. circuit_get_global_list,(void))
  534. {
  535. if (NULL == global_circuitlist)
  536. global_circuitlist = smartlist_new();
  537. return global_circuitlist;
  538. }
  539. /** Return a pointer to the global list of origin circuits. */
  540. smartlist_t *
  541. circuit_get_global_origin_circuit_list(void)
  542. {
  543. if (NULL == global_origin_circuit_list)
  544. global_origin_circuit_list = smartlist_new();
  545. return global_origin_circuit_list;
  546. }
  547. /**
  548. * Return true if we have any opened general-purpose 3 hop
  549. * origin circuits.
  550. *
  551. * The result from this function is cached for use by
  552. * circuit_any_opened_circuits_cached().
  553. */
  554. int
  555. circuit_any_opened_circuits(void)
  556. {
  557. SMARTLIST_FOREACH_BEGIN(circuit_get_global_origin_circuit_list(),
  558. const origin_circuit_t *, next_circ) {
  559. if (!TO_CIRCUIT(next_circ)->marked_for_close &&
  560. next_circ->has_opened &&
  561. TO_CIRCUIT(next_circ)->state == CIRCUIT_STATE_OPEN &&
  562. TO_CIRCUIT(next_circ)->purpose != CIRCUIT_PURPOSE_C_MEASURE_TIMEOUT &&
  563. next_circ->build_state &&
  564. next_circ->build_state->desired_path_len == DEFAULT_ROUTE_LEN) {
  565. circuit_cache_opened_circuit_state(1);
  566. return 1;
  567. }
  568. } SMARTLIST_FOREACH_END(next_circ);
  569. circuit_cache_opened_circuit_state(0);
  570. return 0;
  571. }
  572. /**
  573. * Cache the "any circuits opened" state, as specified in param
  574. * circuits_are_opened. This is a helper function to update
  575. * the circuit opened status whenever we happen to look at the
  576. * circuit list.
  577. */
  578. void
  579. circuit_cache_opened_circuit_state(int circuits_are_opened)
  580. {
  581. any_opened_circs_cached_val = circuits_are_opened;
  582. }
  583. /**
  584. * Return true if there were any opened circuits since the last call to
  585. * circuit_any_opened_circuits(), or since circuit_expire_building() last
  586. * ran (it runs roughly once per second).
  587. */
  588. int
  589. circuit_any_opened_circuits_cached(void)
  590. {
  591. return any_opened_circs_cached_val;
  592. }
  593. /** Function to make circ-\>state human-readable */
  594. const char *
  595. circuit_state_to_string(int state)
  596. {
  597. static char buf[64];
  598. switch (state) {
  599. case CIRCUIT_STATE_BUILDING: return "doing handshakes";
  600. case CIRCUIT_STATE_ONIONSKIN_PENDING: return "processing the onion";
  601. case CIRCUIT_STATE_CHAN_WAIT: return "connecting to server";
  602. case CIRCUIT_STATE_GUARD_WAIT: return "waiting to see how other "
  603. "guards perform";
  604. case CIRCUIT_STATE_OPEN: return "open";
  605. default:
  606. log_warn(LD_BUG, "Unknown circuit state %d", state);
  607. tor_snprintf(buf, sizeof(buf), "unknown state [%d]", state);
  608. return buf;
  609. }
  610. }
  611. /** Map a circuit purpose to a string suitable to be displayed to a
  612. * controller. */
  613. const char *
  614. circuit_purpose_to_controller_string(uint8_t purpose)
  615. {
  616. static char buf[32];
  617. switch (purpose) {
  618. case CIRCUIT_PURPOSE_OR:
  619. case CIRCUIT_PURPOSE_INTRO_POINT:
  620. case CIRCUIT_PURPOSE_REND_POINT_WAITING:
  621. case CIRCUIT_PURPOSE_REND_ESTABLISHED:
  622. return "SERVER"; /* A controller should never see these, actually. */
  623. case CIRCUIT_PURPOSE_C_GENERAL:
  624. return "GENERAL";
  625. case CIRCUIT_PURPOSE_C_HSDIR_GET:
  626. return "HS_CLIENT_HSDIR";
  627. case CIRCUIT_PURPOSE_C_INTRODUCING:
  628. case CIRCUIT_PURPOSE_C_INTRODUCE_ACK_WAIT:
  629. case CIRCUIT_PURPOSE_C_INTRODUCE_ACKED:
  630. return "HS_CLIENT_INTRO";
  631. case CIRCUIT_PURPOSE_C_ESTABLISH_REND:
  632. case CIRCUIT_PURPOSE_C_REND_READY:
  633. case CIRCUIT_PURPOSE_C_REND_READY_INTRO_ACKED:
  634. case CIRCUIT_PURPOSE_C_REND_JOINED:
  635. return "HS_CLIENT_REND";
  636. case CIRCUIT_PURPOSE_S_HSDIR_POST:
  637. return "HS_SERVICE_HSDIR";
  638. case CIRCUIT_PURPOSE_S_ESTABLISH_INTRO:
  639. case CIRCUIT_PURPOSE_S_INTRO:
  640. return "HS_SERVICE_INTRO";
  641. case CIRCUIT_PURPOSE_S_CONNECT_REND:
  642. case CIRCUIT_PURPOSE_S_REND_JOINED:
  643. return "HS_SERVICE_REND";
  644. case CIRCUIT_PURPOSE_TESTING:
  645. return "TESTING";
  646. case CIRCUIT_PURPOSE_C_MEASURE_TIMEOUT:
  647. return "MEASURE_TIMEOUT";
  648. case CIRCUIT_PURPOSE_CONTROLLER:
  649. return "CONTROLLER";
  650. case CIRCUIT_PURPOSE_PATH_BIAS_TESTING:
  651. return "PATH_BIAS_TESTING";
  652. case CIRCUIT_PURPOSE_HS_VANGUARDS:
  653. return "HS_VANGUARDS";
  654. default:
  655. tor_snprintf(buf, sizeof(buf), "UNKNOWN_%d", (int)purpose);
  656. return buf;
  657. }
  658. }
  659. /** Return a string specifying the state of the hidden-service circuit
  660. * purpose <b>purpose</b>, or NULL if <b>purpose</b> is not a
  661. * hidden-service-related circuit purpose. */
  662. const char *
  663. circuit_purpose_to_controller_hs_state_string(uint8_t purpose)
  664. {
  665. switch (purpose)
  666. {
  667. default:
  668. log_fn(LOG_WARN, LD_BUG,
  669. "Unrecognized circuit purpose: %d",
  670. (int)purpose);
  671. tor_fragile_assert();
  672. /* fall through */
  673. case CIRCUIT_PURPOSE_OR:
  674. case CIRCUIT_PURPOSE_C_GENERAL:
  675. case CIRCUIT_PURPOSE_C_MEASURE_TIMEOUT:
  676. case CIRCUIT_PURPOSE_TESTING:
  677. case CIRCUIT_PURPOSE_CONTROLLER:
  678. case CIRCUIT_PURPOSE_PATH_BIAS_TESTING:
  679. case CIRCUIT_PURPOSE_HS_VANGUARDS:
  680. return NULL;
  681. case CIRCUIT_PURPOSE_INTRO_POINT:
  682. return "OR_HSSI_ESTABLISHED";
  683. case CIRCUIT_PURPOSE_REND_POINT_WAITING:
  684. return "OR_HSCR_ESTABLISHED";
  685. case CIRCUIT_PURPOSE_REND_ESTABLISHED:
  686. return "OR_HS_R_JOINED";
  687. case CIRCUIT_PURPOSE_C_HSDIR_GET:
  688. case CIRCUIT_PURPOSE_C_INTRODUCING:
  689. return "HSCI_CONNECTING";
  690. case CIRCUIT_PURPOSE_C_INTRODUCE_ACK_WAIT:
  691. return "HSCI_INTRO_SENT";
  692. case CIRCUIT_PURPOSE_C_INTRODUCE_ACKED:
  693. return "HSCI_DONE";
  694. case CIRCUIT_PURPOSE_C_ESTABLISH_REND:
  695. return "HSCR_CONNECTING";
  696. case CIRCUIT_PURPOSE_C_REND_READY:
  697. return "HSCR_ESTABLISHED_IDLE";
  698. case CIRCUIT_PURPOSE_C_REND_READY_INTRO_ACKED:
  699. return "HSCR_ESTABLISHED_WAITING";
  700. case CIRCUIT_PURPOSE_C_REND_JOINED:
  701. return "HSCR_JOINED";
  702. case CIRCUIT_PURPOSE_S_HSDIR_POST:
  703. case CIRCUIT_PURPOSE_S_ESTABLISH_INTRO:
  704. return "HSSI_CONNECTING";
  705. case CIRCUIT_PURPOSE_S_INTRO:
  706. return "HSSI_ESTABLISHED";
  707. case CIRCUIT_PURPOSE_S_CONNECT_REND:
  708. return "HSSR_CONNECTING";
  709. case CIRCUIT_PURPOSE_S_REND_JOINED:
  710. return "HSSR_JOINED";
  711. }
  712. }
  713. /** Return a human-readable string for the circuit purpose <b>purpose</b>. */
  714. const char *
  715. circuit_purpose_to_string(uint8_t purpose)
  716. {
  717. static char buf[32];
  718. switch (purpose)
  719. {
  720. case CIRCUIT_PURPOSE_OR:
  721. return "Circuit at relay";
  722. case CIRCUIT_PURPOSE_INTRO_POINT:
  723. return "Acting as intro point";
  724. case CIRCUIT_PURPOSE_REND_POINT_WAITING:
  725. return "Acting as rendezvous (pending)";
  726. case CIRCUIT_PURPOSE_REND_ESTABLISHED:
  727. return "Acting as rendezvous (established)";
  728. case CIRCUIT_PURPOSE_C_GENERAL:
  729. return "General-purpose client";
  730. case CIRCUIT_PURPOSE_C_INTRODUCING:
  731. return "Hidden service client: Connecting to intro point";
  732. case CIRCUIT_PURPOSE_C_INTRODUCE_ACK_WAIT:
  733. return "Hidden service client: Waiting for ack from intro point";
  734. case CIRCUIT_PURPOSE_C_INTRODUCE_ACKED:
  735. return "Hidden service client: Received ack from intro point";
  736. case CIRCUIT_PURPOSE_C_ESTABLISH_REND:
  737. return "Hidden service client: Establishing rendezvous point";
  738. case CIRCUIT_PURPOSE_C_REND_READY:
  739. return "Hidden service client: Pending rendezvous point";
  740. case CIRCUIT_PURPOSE_C_REND_READY_INTRO_ACKED:
  741. return "Hidden service client: Pending rendezvous point (ack received)";
  742. case CIRCUIT_PURPOSE_C_REND_JOINED:
  743. return "Hidden service client: Active rendezvous point";
  744. case CIRCUIT_PURPOSE_C_HSDIR_GET:
  745. return "Hidden service client: Fetching HS descriptor";
  746. case CIRCUIT_PURPOSE_C_MEASURE_TIMEOUT:
  747. return "Measuring circuit timeout";
  748. case CIRCUIT_PURPOSE_S_ESTABLISH_INTRO:
  749. return "Hidden service: Establishing introduction point";
  750. case CIRCUIT_PURPOSE_S_INTRO:
  751. return "Hidden service: Introduction point";
  752. case CIRCUIT_PURPOSE_S_CONNECT_REND:
  753. return "Hidden service: Connecting to rendezvous point";
  754. case CIRCUIT_PURPOSE_S_REND_JOINED:
  755. return "Hidden service: Active rendezvous point";
  756. case CIRCUIT_PURPOSE_S_HSDIR_POST:
  757. return "Hidden service: Uploading HS descriptor";
  758. case CIRCUIT_PURPOSE_TESTING:
  759. return "Testing circuit";
  760. case CIRCUIT_PURPOSE_CONTROLLER:
  761. return "Circuit made by controller";
  762. case CIRCUIT_PURPOSE_PATH_BIAS_TESTING:
  763. return "Path-bias testing circuit";
  764. case CIRCUIT_PURPOSE_HS_VANGUARDS:
  765. return "Hidden service: Pre-built vanguard circuit";
  766. default:
  767. tor_snprintf(buf, sizeof(buf), "UNKNOWN_%d", (int)purpose);
  768. return buf;
  769. }
  770. }
  771. /** Pick a reasonable package_window to start out for our circuits.
  772. * Originally this was hard-coded at 1000, but now the consensus votes
  773. * on the answer. See proposal 168. */
  774. int32_t
  775. circuit_initial_package_window(void)
  776. {
  777. int32_t num = networkstatus_get_param(NULL, "circwindow", CIRCWINDOW_START,
  778. CIRCWINDOW_START_MIN,
  779. CIRCWINDOW_START_MAX);
  780. /* If the consensus tells us a negative number, we'd assert. */
  781. if (num < 0)
  782. num = CIRCWINDOW_START;
  783. return num;
  784. }
  785. /** Initialize the common elements in a circuit_t, and add it to the global
  786. * list. */
  787. static void
  788. init_circuit_base(circuit_t *circ)
  789. {
  790. tor_gettimeofday(&circ->timestamp_created);
  791. // Gets reset when we send CREATE_FAST.
  792. // circuit_expire_building() expects these to be equal
  793. // until the orconn is built.
  794. circ->timestamp_began = circ->timestamp_created;
  795. circ->package_window = circuit_initial_package_window();
  796. circ->deliver_window = CIRCWINDOW_START;
  797. cell_queue_init(&circ->n_chan_cells);
  798. smartlist_add(circuit_get_global_list(), circ);
  799. circ->global_circuitlist_idx = smartlist_len(circuit_get_global_list()) - 1;
  800. }
  801. /** If we haven't yet decided on a good timeout value for circuit
  802. * building, we close idle circuits aggressively so we can get more
  803. * data points. These are the default, min, and max consensus values */
  804. #define DFLT_IDLE_TIMEOUT_WHILE_LEARNING (3*60)
  805. #define MIN_IDLE_TIMEOUT_WHILE_LEARNING (10)
  806. #define MAX_IDLE_TIMEOUT_WHILE_LEARNING (1000*60)
  807. /** Allocate space for a new circuit, initializing with <b>p_circ_id</b>
  808. * and <b>p_conn</b>. Add it to the global circuit list.
  809. */
  810. origin_circuit_t *
  811. origin_circuit_new(void)
  812. {
  813. origin_circuit_t *circ;
  814. /* never zero, since a global ID of 0 is treated specially by the
  815. * controller */
  816. static uint32_t n_circuits_allocated = 1;
  817. circ = tor_malloc_zero(sizeof(origin_circuit_t));
  818. circ->base_.magic = ORIGIN_CIRCUIT_MAGIC;
  819. circ->next_stream_id = crypto_rand_int(1<<16);
  820. circ->global_identifier = n_circuits_allocated++;
  821. circ->remaining_relay_early_cells = MAX_RELAY_EARLY_CELLS_PER_CIRCUIT;
  822. circ->remaining_relay_early_cells -= crypto_rand_int(2);
  823. init_circuit_base(TO_CIRCUIT(circ));
  824. /* Add to origin-list. */
  825. circ->global_origin_circuit_list_idx = -1;
  826. circuit_add_to_origin_circuit_list(circ);
  827. circuit_build_times_update_last_circ(get_circuit_build_times_mutable());
  828. if (! circuit_build_times_disabled(get_options()) &&
  829. circuit_build_times_needs_circuits(get_circuit_build_times())) {
  830. /* Circuits should be shorter lived if we need more of them
  831. * for learning a good build timeout */
  832. circ->circuit_idle_timeout =
  833. networkstatus_get_param(NULL, "cbtlearntimeout",
  834. DFLT_IDLE_TIMEOUT_WHILE_LEARNING,
  835. MIN_IDLE_TIMEOUT_WHILE_LEARNING,
  836. MAX_IDLE_TIMEOUT_WHILE_LEARNING);
  837. } else {
  838. // This should always be larger than the current port prediction time
  839. // remaining, or else we'll end up with the case where a circuit times out
  840. // and another one is built, effectively doubling the timeout window.
  841. //
  842. // We also randomize it by up to 5% more (ie 5% of 0 to 3600 seconds,
  843. // depending on how much circuit prediction time is remaining) so that
  844. // we don't close a bunch of unused circuits all at the same time.
  845. int prediction_time_remaining =
  846. predicted_ports_prediction_time_remaining(time(NULL));
  847. circ->circuit_idle_timeout = prediction_time_remaining+1+
  848. crypto_rand_int(1+prediction_time_remaining/20);
  849. if (circ->circuit_idle_timeout <= 0) {
  850. log_warn(LD_BUG,
  851. "Circuit chose a negative idle timeout of %d based on "
  852. "%d seconds of predictive building remaining.",
  853. circ->circuit_idle_timeout,
  854. prediction_time_remaining);
  855. circ->circuit_idle_timeout =
  856. networkstatus_get_param(NULL, "cbtlearntimeout",
  857. DFLT_IDLE_TIMEOUT_WHILE_LEARNING,
  858. MIN_IDLE_TIMEOUT_WHILE_LEARNING,
  859. MAX_IDLE_TIMEOUT_WHILE_LEARNING);
  860. }
  861. log_info(LD_CIRC,
  862. "Circuit " U64_FORMAT " chose an idle timeout of %d based on "
  863. "%d seconds of predictive building remaining.",
  864. U64_PRINTF_ARG(circ->global_identifier),
  865. circ->circuit_idle_timeout,
  866. prediction_time_remaining);
  867. }
  868. return circ;
  869. }
  870. /** Allocate a new or_circuit_t, connected to <b>p_chan</b> as
  871. * <b>p_circ_id</b>. If <b>p_chan</b> is NULL, the circuit is unattached. */
  872. or_circuit_t *
  873. or_circuit_new(circid_t p_circ_id, channel_t *p_chan)
  874. {
  875. /* CircIDs */
  876. or_circuit_t *circ;
  877. circ = tor_malloc_zero(sizeof(or_circuit_t));
  878. circ->base_.magic = OR_CIRCUIT_MAGIC;
  879. if (p_chan)
  880. circuit_set_p_circid_chan(circ, p_circ_id, p_chan);
  881. circ->remaining_relay_early_cells = MAX_RELAY_EARLY_CELLS_PER_CIRCUIT;
  882. cell_queue_init(&circ->p_chan_cells);
  883. init_circuit_base(TO_CIRCUIT(circ));
  884. return circ;
  885. }
  886. /** Free all storage held in circ->testing_cell_stats */
  887. void
  888. circuit_clear_testing_cell_stats(circuit_t *circ)
  889. {
  890. if (!circ || !circ->testing_cell_stats)
  891. return;
  892. SMARTLIST_FOREACH(circ->testing_cell_stats, testing_cell_stats_entry_t *,
  893. ent, tor_free(ent));
  894. smartlist_free(circ->testing_cell_stats);
  895. circ->testing_cell_stats = NULL;
  896. }
  897. /** Deallocate space associated with circ.
  898. */
  899. STATIC void
  900. circuit_free_(circuit_t *circ)
  901. {
  902. circid_t n_circ_id = 0;
  903. void *mem;
  904. size_t memlen;
  905. int should_free = 1;
  906. if (!circ)
  907. return;
  908. /* We keep a copy of this so we can log its value before it gets unset. */
  909. n_circ_id = circ->n_circ_id;
  910. circuit_clear_testing_cell_stats(circ);
  911. /* Cleanup circuit from anything HS v3 related. We also do this when the
  912. * circuit is closed. This is to avoid any code path that free registered
  913. * circuits without closing them before. This needs to be done before the
  914. * hs identifier is freed. */
  915. hs_circ_cleanup(circ);
  916. if (CIRCUIT_IS_ORIGIN(circ)) {
  917. origin_circuit_t *ocirc = TO_ORIGIN_CIRCUIT(circ);
  918. mem = ocirc;
  919. memlen = sizeof(origin_circuit_t);
  920. tor_assert(circ->magic == ORIGIN_CIRCUIT_MAGIC);
  921. circuit_remove_from_origin_circuit_list(ocirc);
  922. if (ocirc->half_streams) {
  923. SMARTLIST_FOREACH_BEGIN(ocirc->half_streams, half_edge_t *,
  924. half_conn) {
  925. half_edge_free(half_conn);
  926. } SMARTLIST_FOREACH_END(half_conn);
  927. smartlist_free(ocirc->half_streams);
  928. }
  929. if (ocirc->build_state) {
  930. extend_info_free(ocirc->build_state->chosen_exit);
  931. circuit_free_cpath_node(ocirc->build_state->pending_final_cpath);
  932. cpath_ref_decref(ocirc->build_state->service_pending_final_cpath_ref);
  933. }
  934. tor_free(ocirc->build_state);
  935. /* Cancel before freeing, if we haven't already succeeded or failed. */
  936. if (ocirc->guard_state) {
  937. entry_guard_cancel(&ocirc->guard_state);
  938. }
  939. circuit_guard_state_free(ocirc->guard_state);
  940. circuit_clear_cpath(ocirc);
  941. crypto_pk_free(ocirc->intro_key);
  942. rend_data_free(ocirc->rend_data);
  943. /* Finally, free the identifier of the circuit and nullify it so multiple
  944. * cleanup will work. */
  945. hs_ident_circuit_free(ocirc->hs_ident);
  946. ocirc->hs_ident = NULL;
  947. tor_free(ocirc->dest_address);
  948. if (ocirc->socks_username) {
  949. memwipe(ocirc->socks_username, 0x12, ocirc->socks_username_len);
  950. tor_free(ocirc->socks_username);
  951. }
  952. if (ocirc->socks_password) {
  953. memwipe(ocirc->socks_password, 0x06, ocirc->socks_password_len);
  954. tor_free(ocirc->socks_password);
  955. }
  956. addr_policy_list_free(ocirc->prepend_policy);
  957. } else {
  958. or_circuit_t *ocirc = TO_OR_CIRCUIT(circ);
  959. /* Remember cell statistics for this circuit before deallocating. */
  960. if (get_options()->CellStatistics)
  961. rep_hist_buffer_stats_add_circ(circ, time(NULL));
  962. mem = ocirc;
  963. memlen = sizeof(or_circuit_t);
  964. tor_assert(circ->magic == OR_CIRCUIT_MAGIC);
  965. should_free = (ocirc->workqueue_entry == NULL);
  966. relay_crypto_clear(&ocirc->crypto);
  967. if (ocirc->rend_splice) {
  968. or_circuit_t *other = ocirc->rend_splice;
  969. tor_assert(other->base_.magic == OR_CIRCUIT_MAGIC);
  970. other->rend_splice = NULL;
  971. }
  972. /* remove from map. */
  973. circuit_set_p_circid_chan(ocirc, 0, NULL);
  974. /* Clear cell queue _after_ removing it from the map. Otherwise our
  975. * "active" checks will be violated. */
  976. cell_queue_clear(&ocirc->p_chan_cells);
  977. }
  978. extend_info_free(circ->n_hop);
  979. tor_free(circ->n_chan_create_cell);
  980. if (circ->global_circuitlist_idx != -1) {
  981. int idx = circ->global_circuitlist_idx;
  982. circuit_t *c2 = smartlist_get(global_circuitlist, idx);
  983. tor_assert(c2 == circ);
  984. smartlist_del(global_circuitlist, idx);
  985. if (idx < smartlist_len(global_circuitlist)) {
  986. c2 = smartlist_get(global_circuitlist, idx);
  987. c2->global_circuitlist_idx = idx;
  988. }
  989. }
  990. /* Remove from map. */
  991. circuit_set_n_circid_chan(circ, 0, NULL);
  992. /* Clear cell queue _after_ removing it from the map. Otherwise our
  993. * "active" checks will be violated. */
  994. cell_queue_clear(&circ->n_chan_cells);
  995. log_info(LD_CIRC, "Circuit %u (id: %" PRIu32 ") has been freed.",
  996. n_circ_id,
  997. CIRCUIT_IS_ORIGIN(circ) ?
  998. TO_ORIGIN_CIRCUIT(circ)->global_identifier : 0);
  999. if (should_free) {
  1000. memwipe(mem, 0xAA, memlen); /* poison memory */
  1001. tor_free(mem);
  1002. } else {
  1003. /* If we made it here, this is an or_circuit_t that still has a pending
  1004. * cpuworker request which we weren't able to cancel. Instead, set up
  1005. * the magic value so that when the reply comes back, we'll know to discard
  1006. * the reply and free this structure.
  1007. */
  1008. memwipe(mem, 0xAA, memlen);
  1009. circ->magic = DEAD_CIRCUIT_MAGIC;
  1010. }
  1011. }
  1012. /** Deallocate the linked list circ-><b>cpath</b>, and remove the cpath from
  1013. * <b>circ</b>. */
  1014. void
  1015. circuit_clear_cpath(origin_circuit_t *circ)
  1016. {
  1017. crypt_path_t *victim, *head, *cpath;
  1018. head = cpath = circ->cpath;
  1019. if (!cpath)
  1020. return;
  1021. /* it's a circular list, so we have to notice when we've
  1022. * gone through it once. */
  1023. while (cpath->next && cpath->next != head) {
  1024. victim = cpath;
  1025. cpath = victim->next;
  1026. circuit_free_cpath_node(victim);
  1027. }
  1028. circuit_free_cpath_node(cpath);
  1029. circ->cpath = NULL;
  1030. }
  1031. /** Release all storage held by circuits. */
  1032. void
  1033. circuit_free_all(void)
  1034. {
  1035. smartlist_t *lst = circuit_get_global_list();
  1036. SMARTLIST_FOREACH_BEGIN(lst, circuit_t *, tmp) {
  1037. if (! CIRCUIT_IS_ORIGIN(tmp)) {
  1038. or_circuit_t *or_circ = TO_OR_CIRCUIT(tmp);
  1039. while (or_circ->resolving_streams) {
  1040. edge_connection_t *next_conn;
  1041. next_conn = or_circ->resolving_streams->next_stream;
  1042. connection_free_(TO_CONN(or_circ->resolving_streams));
  1043. or_circ->resolving_streams = next_conn;
  1044. }
  1045. }
  1046. tmp->global_circuitlist_idx = -1;
  1047. circuit_about_to_free_atexit(tmp);
  1048. circuit_free(tmp);
  1049. SMARTLIST_DEL_CURRENT(lst, tmp);
  1050. } SMARTLIST_FOREACH_END(tmp);
  1051. smartlist_free(lst);
  1052. global_circuitlist = NULL;
  1053. smartlist_free(global_origin_circuit_list);
  1054. global_origin_circuit_list = NULL;
  1055. smartlist_free(circuits_pending_chans);
  1056. circuits_pending_chans = NULL;
  1057. smartlist_free(circuits_pending_close);
  1058. circuits_pending_close = NULL;
  1059. smartlist_free(circuits_pending_other_guards);
  1060. circuits_pending_other_guards = NULL;
  1061. {
  1062. chan_circid_circuit_map_t **elt, **next, *c;
  1063. for (elt = HT_START(chan_circid_map, &chan_circid_map);
  1064. elt;
  1065. elt = next) {
  1066. c = *elt;
  1067. next = HT_NEXT_RMV(chan_circid_map, &chan_circid_map, elt);
  1068. tor_assert(c->circuit == NULL);
  1069. tor_free(c);
  1070. }
  1071. }
  1072. HT_CLEAR(chan_circid_map, &chan_circid_map);
  1073. }
  1074. /** Deallocate space associated with the cpath node <b>victim</b>. */
  1075. static void
  1076. circuit_free_cpath_node(crypt_path_t *victim)
  1077. {
  1078. if (!victim)
  1079. return;
  1080. relay_crypto_clear(&victim->crypto);
  1081. onion_handshake_state_release(&victim->handshake_state);
  1082. crypto_dh_free(victim->rend_dh_handshake_state);
  1083. extend_info_free(victim->extend_info);
  1084. memwipe(victim, 0xBB, sizeof(crypt_path_t)); /* poison memory */
  1085. tor_free(victim);
  1086. }
  1087. /** Release a crypt_path_reference_t*, which may be NULL. */
  1088. static void
  1089. cpath_ref_decref(crypt_path_reference_t *cpath_ref)
  1090. {
  1091. if (cpath_ref != NULL) {
  1092. if (--(cpath_ref->refcount) == 0) {
  1093. circuit_free_cpath_node(cpath_ref->cpath);
  1094. tor_free(cpath_ref);
  1095. }
  1096. }
  1097. }
  1098. /** A helper function for circuit_dump_by_conn() below. Log a bunch
  1099. * of information about circuit <b>circ</b>.
  1100. */
  1101. static void
  1102. circuit_dump_conn_details(int severity,
  1103. circuit_t *circ,
  1104. int conn_array_index,
  1105. const char *type,
  1106. circid_t this_circid,
  1107. circid_t other_circid)
  1108. {
  1109. tor_log(severity, LD_CIRC, "Conn %d has %s circuit: circID %u "
  1110. "(other side %u), state %d (%s), born %ld:",
  1111. conn_array_index, type, (unsigned)this_circid, (unsigned)other_circid,
  1112. circ->state, circuit_state_to_string(circ->state),
  1113. (long)circ->timestamp_began.tv_sec);
  1114. if (CIRCUIT_IS_ORIGIN(circ)) { /* circ starts at this node */
  1115. circuit_log_path(severity, LD_CIRC, TO_ORIGIN_CIRCUIT(circ));
  1116. }
  1117. }
  1118. /** Log, at severity <b>severity</b>, information about each circuit
  1119. * that is connected to <b>conn</b>.
  1120. */
  1121. void
  1122. circuit_dump_by_conn(connection_t *conn, int severity)
  1123. {
  1124. edge_connection_t *tmpconn;
  1125. SMARTLIST_FOREACH_BEGIN(circuit_get_global_list(), circuit_t *, circ) {
  1126. circid_t n_circ_id = circ->n_circ_id, p_circ_id = 0;
  1127. if (circ->marked_for_close) {
  1128. continue;
  1129. }
  1130. if (!CIRCUIT_IS_ORIGIN(circ)) {
  1131. p_circ_id = TO_OR_CIRCUIT(circ)->p_circ_id;
  1132. }
  1133. if (CIRCUIT_IS_ORIGIN(circ)) {
  1134. for (tmpconn=TO_ORIGIN_CIRCUIT(circ)->p_streams; tmpconn;
  1135. tmpconn=tmpconn->next_stream) {
  1136. if (TO_CONN(tmpconn) == conn) {
  1137. circuit_dump_conn_details(severity, circ, conn->conn_array_index,
  1138. "App-ward", p_circ_id, n_circ_id);
  1139. }
  1140. }
  1141. }
  1142. if (! CIRCUIT_IS_ORIGIN(circ)) {
  1143. for (tmpconn=TO_OR_CIRCUIT(circ)->n_streams; tmpconn;
  1144. tmpconn=tmpconn->next_stream) {
  1145. if (TO_CONN(tmpconn) == conn) {
  1146. circuit_dump_conn_details(severity, circ, conn->conn_array_index,
  1147. "Exit-ward", n_circ_id, p_circ_id);
  1148. }
  1149. }
  1150. }
  1151. }
  1152. SMARTLIST_FOREACH_END(circ);
  1153. }
  1154. /** Return the circuit whose global ID is <b>id</b>, or NULL if no
  1155. * such circuit exists. */
  1156. origin_circuit_t *
  1157. circuit_get_by_global_id(uint32_t id)
  1158. {
  1159. SMARTLIST_FOREACH_BEGIN(circuit_get_global_list(), circuit_t *, circ) {
  1160. if (CIRCUIT_IS_ORIGIN(circ) &&
  1161. TO_ORIGIN_CIRCUIT(circ)->global_identifier == id) {
  1162. if (circ->marked_for_close)
  1163. return NULL;
  1164. else
  1165. return TO_ORIGIN_CIRCUIT(circ);
  1166. }
  1167. }
  1168. SMARTLIST_FOREACH_END(circ);
  1169. return NULL;
  1170. }
  1171. /** Return a circ such that:
  1172. * - circ-\>n_circ_id or circ-\>p_circ_id is equal to <b>circ_id</b>, and
  1173. * - circ is attached to <b>chan</b>, either as p_chan or n_chan.
  1174. * Return NULL if no such circuit exists.
  1175. *
  1176. * If <b>found_entry_out</b> is provided, set it to true if we have a
  1177. * placeholder entry for circid/chan, and leave it unset otherwise.
  1178. */
  1179. static inline circuit_t *
  1180. circuit_get_by_circid_channel_impl(circid_t circ_id, channel_t *chan,
  1181. int *found_entry_out)
  1182. {
  1183. chan_circid_circuit_map_t search;
  1184. chan_circid_circuit_map_t *found;
  1185. if (_last_circid_chan_ent &&
  1186. circ_id == _last_circid_chan_ent->circ_id &&
  1187. chan == _last_circid_chan_ent->chan) {
  1188. found = _last_circid_chan_ent;
  1189. } else {
  1190. search.circ_id = circ_id;
  1191. search.chan = chan;
  1192. found = HT_FIND(chan_circid_map, &chan_circid_map, &search);
  1193. _last_circid_chan_ent = found;
  1194. }
  1195. if (found && found->circuit) {
  1196. log_debug(LD_CIRC,
  1197. "circuit_get_by_circid_channel_impl() returning circuit %p for"
  1198. " circ_id %u, channel ID " U64_FORMAT " (%p)",
  1199. found->circuit, (unsigned)circ_id,
  1200. U64_PRINTF_ARG(chan->global_identifier), chan);
  1201. if (found_entry_out)
  1202. *found_entry_out = 1;
  1203. return found->circuit;
  1204. }
  1205. log_debug(LD_CIRC,
  1206. "circuit_get_by_circid_channel_impl() found %s for"
  1207. " circ_id %u, channel ID " U64_FORMAT " (%p)",
  1208. found ? "placeholder" : "nothing",
  1209. (unsigned)circ_id,
  1210. U64_PRINTF_ARG(chan->global_identifier), chan);
  1211. if (found_entry_out)
  1212. *found_entry_out = found ? 1 : 0;
  1213. return NULL;
  1214. /* The rest of this checks for bugs. Disabled by default. */
  1215. /* We comment it out because coverity complains otherwise.
  1216. {
  1217. circuit_t *circ;
  1218. TOR_LIST_FOREACH(circ, &global_circuitlist, head) {
  1219. if (! CIRCUIT_IS_ORIGIN(circ)) {
  1220. or_circuit_t *or_circ = TO_OR_CIRCUIT(circ);
  1221. if (or_circ->p_chan == chan && or_circ->p_circ_id == circ_id) {
  1222. log_warn(LD_BUG,
  1223. "circuit matches p_chan, but not in hash table (Bug!)");
  1224. return circ;
  1225. }
  1226. }
  1227. if (circ->n_chan == chan && circ->n_circ_id == circ_id) {
  1228. log_warn(LD_BUG,
  1229. "circuit matches n_chan, but not in hash table (Bug!)");
  1230. return circ;
  1231. }
  1232. }
  1233. return NULL;
  1234. } */
  1235. }
  1236. /** Return a circ such that:
  1237. * - circ-\>n_circ_id or circ-\>p_circ_id is equal to <b>circ_id</b>, and
  1238. * - circ is attached to <b>chan</b>, either as p_chan or n_chan.
  1239. * - circ is not marked for close.
  1240. * Return NULL if no such circuit exists.
  1241. */
  1242. circuit_t *
  1243. circuit_get_by_circid_channel(circid_t circ_id, channel_t *chan)
  1244. {
  1245. circuit_t *circ = circuit_get_by_circid_channel_impl(circ_id, chan, NULL);
  1246. if (!circ || circ->marked_for_close)
  1247. return NULL;
  1248. else
  1249. return circ;
  1250. }
  1251. /** Return a circ such that:
  1252. * - circ-\>n_circ_id or circ-\>p_circ_id is equal to <b>circ_id</b>, and
  1253. * - circ is attached to <b>chan</b>, either as p_chan or n_chan.
  1254. * Return NULL if no such circuit exists.
  1255. */
  1256. circuit_t *
  1257. circuit_get_by_circid_channel_even_if_marked(circid_t circ_id,
  1258. channel_t *chan)
  1259. {
  1260. return circuit_get_by_circid_channel_impl(circ_id, chan, NULL);
  1261. }
  1262. /** Return true iff the circuit ID <b>circ_id</b> is currently used by a
  1263. * circuit, marked or not, on <b>chan</b>, or if the circ ID is reserved until
  1264. * a queued destroy cell can be sent.
  1265. *
  1266. * (Return 1 if the circuit is present, marked or not; Return 2
  1267. * if the circuit ID is pending a destroy.)
  1268. **/
  1269. int
  1270. circuit_id_in_use_on_channel(circid_t circ_id, channel_t *chan)
  1271. {
  1272. int found = 0;
  1273. if (circuit_get_by_circid_channel_impl(circ_id, chan, &found) != NULL)
  1274. return 1;
  1275. if (found)
  1276. return 2;
  1277. return 0;
  1278. }
  1279. /** Helper for debugging 12184. Returns the time since which 'circ_id' has
  1280. * been marked unusable on 'chan'. */
  1281. time_t
  1282. circuit_id_when_marked_unusable_on_channel(circid_t circ_id, channel_t *chan)
  1283. {
  1284. chan_circid_circuit_map_t search;
  1285. chan_circid_circuit_map_t *found;
  1286. memset(&search, 0, sizeof(search));
  1287. search.circ_id = circ_id;
  1288. search.chan = chan;
  1289. found = HT_FIND(chan_circid_map, &chan_circid_map, &search);
  1290. if (! found || found->circuit)
  1291. return 0;
  1292. return found->made_placeholder_at;
  1293. }
  1294. /** Return the circuit that a given edge connection is using. */
  1295. circuit_t *
  1296. circuit_get_by_edge_conn(edge_connection_t *conn)
  1297. {
  1298. circuit_t *circ;
  1299. circ = conn->on_circuit;
  1300. tor_assert(!circ ||
  1301. (CIRCUIT_IS_ORIGIN(circ) ? circ->magic == ORIGIN_CIRCUIT_MAGIC
  1302. : circ->magic == OR_CIRCUIT_MAGIC));
  1303. return circ;
  1304. }
  1305. /** For each circuit that has <b>chan</b> as n_chan or p_chan, unlink the
  1306. * circuit from the chan,circid map, and mark it for close if it hasn't
  1307. * been marked already.
  1308. */
  1309. void
  1310. circuit_unlink_all_from_channel(channel_t *chan, int reason)
  1311. {
  1312. smartlist_t *detached = smartlist_new();
  1313. /* #define DEBUG_CIRCUIT_UNLINK_ALL */
  1314. channel_unlink_all_circuits(chan, detached);
  1315. #ifdef DEBUG_CIRCUIT_UNLINK_ALL
  1316. {
  1317. smartlist_t *detached_2 = smartlist_new();
  1318. int mismatch = 0, badlen = 0;
  1319. SMARTLIST_FOREACH_BEGIN(circuit_get_global_list(), circuit_t *, circ) {
  1320. if (circ->n_chan == chan ||
  1321. (!CIRCUIT_IS_ORIGIN(circ) &&
  1322. TO_OR_CIRCUIT(circ)->p_chan == chan)) {
  1323. smartlist_add(detached_2, circ);
  1324. }
  1325. }
  1326. SMARTLIST_FOREACH_END(circ);
  1327. if (smartlist_len(detached) != smartlist_len(detached_2)) {
  1328. log_warn(LD_BUG, "List of detached circuits had the wrong length! "
  1329. "(got %d, should have gotten %d)",
  1330. (int)smartlist_len(detached),
  1331. (int)smartlist_len(detached_2));
  1332. badlen = 1;
  1333. }
  1334. smartlist_sort_pointers(detached);
  1335. smartlist_sort_pointers(detached_2);
  1336. SMARTLIST_FOREACH(detached, circuit_t *, c,
  1337. if (c != smartlist_get(detached_2, c_sl_idx))
  1338. mismatch = 1;
  1339. );
  1340. if (mismatch)
  1341. log_warn(LD_BUG, "Mismatch in list of detached circuits.");
  1342. if (badlen || mismatch) {
  1343. smartlist_free(detached);
  1344. detached = detached_2;
  1345. } else {
  1346. log_notice(LD_CIRC, "List of %d circuits was as expected.",
  1347. (int)smartlist_len(detached));
  1348. smartlist_free(detached_2);
  1349. }
  1350. }
  1351. #endif /* defined(DEBUG_CIRCUIT_UNLINK_ALL) */
  1352. SMARTLIST_FOREACH_BEGIN(detached, circuit_t *, circ) {
  1353. int mark = 0;
  1354. if (circ->n_chan == chan) {
  1355. circuit_set_n_circid_chan(circ, 0, NULL);
  1356. mark = 1;
  1357. /* If we didn't request this closure, pass the remote
  1358. * bit to mark_for_close. */
  1359. if (chan->reason_for_closing != CHANNEL_CLOSE_REQUESTED)
  1360. reason |= END_CIRC_REASON_FLAG_REMOTE;
  1361. }
  1362. if (! CIRCUIT_IS_ORIGIN(circ)) {
  1363. or_circuit_t *or_circ = TO_OR_CIRCUIT(circ);
  1364. if (or_circ->p_chan == chan) {
  1365. circuit_set_p_circid_chan(or_circ, 0, NULL);
  1366. mark = 1;
  1367. }
  1368. }
  1369. if (!mark) {
  1370. log_warn(LD_BUG, "Circuit on detached list which I had no reason "
  1371. "to mark");
  1372. continue;
  1373. }
  1374. if (!circ->marked_for_close)
  1375. circuit_mark_for_close(circ, reason);
  1376. } SMARTLIST_FOREACH_END(circ);
  1377. smartlist_free(detached);
  1378. }
  1379. /** Return a circ such that
  1380. * - circ-\>rend_data-\>onion_address is equal to
  1381. * <b>rend_data</b>-\>onion_address,
  1382. * - circ-\>rend_data-\>rend_cookie is equal to
  1383. * <b>rend_data</b>-\>rend_cookie, and
  1384. * - circ-\>purpose is equal to CIRCUIT_PURPOSE_C_REND_READY.
  1385. *
  1386. * Return NULL if no such circuit exists.
  1387. */
  1388. origin_circuit_t *
  1389. circuit_get_ready_rend_circ_by_rend_data(const rend_data_t *rend_data)
  1390. {
  1391. SMARTLIST_FOREACH_BEGIN(circuit_get_global_list(), circuit_t *, circ) {
  1392. if (!circ->marked_for_close &&
  1393. circ->purpose == CIRCUIT_PURPOSE_C_REND_READY) {
  1394. origin_circuit_t *ocirc = TO_ORIGIN_CIRCUIT(circ);
  1395. if (ocirc->rend_data == NULL) {
  1396. continue;
  1397. }
  1398. if (!rend_cmp_service_ids(rend_data_get_address(rend_data),
  1399. rend_data_get_address(ocirc->rend_data)) &&
  1400. tor_memeq(ocirc->rend_data->rend_cookie,
  1401. rend_data->rend_cookie,
  1402. REND_COOKIE_LEN))
  1403. return ocirc;
  1404. }
  1405. }
  1406. SMARTLIST_FOREACH_END(circ);
  1407. return NULL;
  1408. }
  1409. /** Return the first service introduction circuit originating from the global
  1410. * circuit list after <b>start</b> or at the start of the list if <b>start</b>
  1411. * is NULL. Return NULL if no circuit is found.
  1412. *
  1413. * A service introduction point circuit has a purpose of either
  1414. * CIRCUIT_PURPOSE_S_ESTABLISH_INTRO or CIRCUIT_PURPOSE_S_INTRO. This does not
  1415. * return a circuit marked for close and its state must be open. */
  1416. origin_circuit_t *
  1417. circuit_get_next_service_intro_circ(origin_circuit_t *start)
  1418. {
  1419. int idx = 0;
  1420. smartlist_t *lst = circuit_get_global_list();
  1421. if (start) {
  1422. idx = TO_CIRCUIT(start)->global_circuitlist_idx + 1;
  1423. }
  1424. for ( ; idx < smartlist_len(lst); ++idx) {
  1425. circuit_t *circ = smartlist_get(lst, idx);
  1426. /* Ignore a marked for close circuit or purpose not matching a service
  1427. * intro point or if the state is not open. */
  1428. if (circ->marked_for_close || circ->state != CIRCUIT_STATE_OPEN ||
  1429. (circ->purpose != CIRCUIT_PURPOSE_S_ESTABLISH_INTRO &&
  1430. circ->purpose != CIRCUIT_PURPOSE_S_INTRO)) {
  1431. continue;
  1432. }
  1433. /* The purposes we are looking for are only for origin circuits so the
  1434. * following is valid. */
  1435. return TO_ORIGIN_CIRCUIT(circ);
  1436. }
  1437. /* Not found. */
  1438. return NULL;
  1439. }
  1440. /** Return the first service rendezvous circuit originating from the global
  1441. * circuit list after <b>start</b> or at the start of the list if <b>start</b>
  1442. * is NULL. Return NULL if no circuit is found.
  1443. *
  1444. * A service rendezvous point circuit has a purpose of either
  1445. * CIRCUIT_PURPOSE_S_CONNECT_REND or CIRCUIT_PURPOSE_S_REND_JOINED. This does
  1446. * not return a circuit marked for close and its state must be open. */
  1447. origin_circuit_t *
  1448. circuit_get_next_service_rp_circ(origin_circuit_t *start)
  1449. {
  1450. int idx = 0;
  1451. smartlist_t *lst = circuit_get_global_list();
  1452. if (start) {
  1453. idx = TO_CIRCUIT(start)->global_circuitlist_idx + 1;
  1454. }
  1455. for ( ; idx < smartlist_len(lst); ++idx) {
  1456. circuit_t *circ = smartlist_get(lst, idx);
  1457. /* Ignore a marked for close circuit or purpose not matching a service
  1458. * intro point or if the state is not open. */
  1459. if (circ->marked_for_close || circ->state != CIRCUIT_STATE_OPEN ||
  1460. (circ->purpose != CIRCUIT_PURPOSE_S_CONNECT_REND &&
  1461. circ->purpose != CIRCUIT_PURPOSE_S_REND_JOINED)) {
  1462. continue;
  1463. }
  1464. /* The purposes we are looking for are only for origin circuits so the
  1465. * following is valid. */
  1466. return TO_ORIGIN_CIRCUIT(circ);
  1467. }
  1468. /* Not found. */
  1469. return NULL;
  1470. }
  1471. /** Return the first circuit originating here in global_circuitlist after
  1472. * <b>start</b> whose purpose is <b>purpose</b>, and where <b>digest</b> (if
  1473. * set) matches the private key digest of the rend data associated with the
  1474. * circuit. Return NULL if no circuit is found. If <b>start</b> is NULL,
  1475. * begin at the start of the list.
  1476. */
  1477. origin_circuit_t *
  1478. circuit_get_next_by_pk_and_purpose(origin_circuit_t *start,
  1479. const uint8_t *digest, uint8_t purpose)
  1480. {
  1481. int idx;
  1482. smartlist_t *lst = circuit_get_global_list();
  1483. tor_assert(CIRCUIT_PURPOSE_IS_ORIGIN(purpose));
  1484. if (start == NULL)
  1485. idx = 0;
  1486. else
  1487. idx = TO_CIRCUIT(start)->global_circuitlist_idx + 1;
  1488. for ( ; idx < smartlist_len(lst); ++idx) {
  1489. circuit_t *circ = smartlist_get(lst, idx);
  1490. origin_circuit_t *ocirc;
  1491. if (circ->marked_for_close)
  1492. continue;
  1493. if (circ->purpose != purpose)
  1494. continue;
  1495. /* At this point we should be able to get a valid origin circuit because
  1496. * the origin purpose we are looking for matches this circuit. */
  1497. if (BUG(!CIRCUIT_PURPOSE_IS_ORIGIN(circ->purpose))) {
  1498. break;
  1499. }
  1500. ocirc = TO_ORIGIN_CIRCUIT(circ);
  1501. if (!digest)
  1502. return ocirc;
  1503. if (rend_circuit_pk_digest_eq(ocirc, digest)) {
  1504. return ocirc;
  1505. }
  1506. }
  1507. return NULL;
  1508. }
  1509. /** We might cannibalize this circuit: Return true if its last hop can be used
  1510. * as a v3 rendezvous point. */
  1511. static int
  1512. circuit_can_be_cannibalized_for_v3_rp(const origin_circuit_t *circ)
  1513. {
  1514. if (!circ->build_state) {
  1515. return 0;
  1516. }
  1517. extend_info_t *chosen_exit = circ->build_state->chosen_exit;
  1518. if (BUG(!chosen_exit)) {
  1519. return 0;
  1520. }
  1521. const node_t *rp_node = node_get_by_id(chosen_exit->identity_digest);
  1522. if (rp_node) {
  1523. if (node_supports_v3_rendezvous_point(rp_node)) {
  1524. return 1;
  1525. }
  1526. }
  1527. return 0;
  1528. }
  1529. /** We are trying to create a circuit of purpose <b>purpose</b> and we are
  1530. * looking for cannibalizable circuits. Return the circuit purpose we would be
  1531. * willing to cannibalize. */
  1532. static uint8_t
  1533. get_circuit_purpose_needed_to_cannibalize(uint8_t purpose)
  1534. {
  1535. if (circuit_should_use_vanguards(purpose)) {
  1536. /* If we are using vanguards, then we should only cannibalize vanguard
  1537. * circuits so that we get the same path construction logic. */
  1538. return CIRCUIT_PURPOSE_HS_VANGUARDS;
  1539. } else {
  1540. /* If no vanguards are used just get a general circuit! */
  1541. return CIRCUIT_PURPOSE_C_GENERAL;
  1542. }
  1543. }
  1544. /** Return a circuit that is open, is CIRCUIT_PURPOSE_C_GENERAL,
  1545. * has a timestamp_dirty value of 0, has flags matching the CIRCLAUNCH_*
  1546. * flags in <b>flags</b>, and if info is defined, does not already use info
  1547. * as any of its hops; or NULL if no circuit fits this description.
  1548. *
  1549. * The <b>purpose</b> argument refers to the purpose of the circuit we want to
  1550. * create, not the purpose of the circuit we want to cannibalize.
  1551. *
  1552. * If !CIRCLAUNCH_NEED_UPTIME, prefer returning non-uptime circuits.
  1553. *
  1554. * To "cannibalize" a circuit means to extend it an extra hop, and use it
  1555. * for some other purpose than we had originally intended. We do this when
  1556. * we want to perform some low-bandwidth task at a specific relay, and we
  1557. * would like the circuit to complete as soon as possible. (If we were going
  1558. * to use a lot of bandwidth, we wouldn't want a circuit with an extra hop.
  1559. * If we didn't care about circuit completion latency, we would just build
  1560. * a new circuit.)
  1561. */
  1562. origin_circuit_t *
  1563. circuit_find_to_cannibalize(uint8_t purpose_to_produce, extend_info_t *info,
  1564. int flags)
  1565. {
  1566. origin_circuit_t *best=NULL;
  1567. int need_uptime = (flags & CIRCLAUNCH_NEED_UPTIME) != 0;
  1568. int need_capacity = (flags & CIRCLAUNCH_NEED_CAPACITY) != 0;
  1569. int internal = (flags & CIRCLAUNCH_IS_INTERNAL) != 0;
  1570. const or_options_t *options = get_options();
  1571. /* We want the circuit we are trying to cannibalize to have this purpose */
  1572. int purpose_to_search_for;
  1573. /* Make sure we're not trying to create a onehop circ by
  1574. * cannibalization. */
  1575. tor_assert(!(flags & CIRCLAUNCH_ONEHOP_TUNNEL));
  1576. purpose_to_search_for = get_circuit_purpose_needed_to_cannibalize(
  1577. purpose_to_produce);
  1578. tor_assert_nonfatal(purpose_to_search_for == CIRCUIT_PURPOSE_C_GENERAL ||
  1579. purpose_to_search_for == CIRCUIT_PURPOSE_HS_VANGUARDS);
  1580. log_debug(LD_CIRC,
  1581. "Hunting for a circ to cannibalize: purpose %d, uptime %d, "
  1582. "capacity %d, internal %d",
  1583. purpose_to_produce, need_uptime, need_capacity, internal);
  1584. SMARTLIST_FOREACH_BEGIN(circuit_get_global_list(), circuit_t *, circ_) {
  1585. if (CIRCUIT_IS_ORIGIN(circ_) &&
  1586. circ_->state == CIRCUIT_STATE_OPEN &&
  1587. !circ_->marked_for_close &&
  1588. circ_->purpose == purpose_to_search_for &&
  1589. !circ_->timestamp_dirty) {
  1590. origin_circuit_t *circ = TO_ORIGIN_CIRCUIT(circ_);
  1591. /* Only cannibalize from reasonable length circuits. If we
  1592. * want C_GENERAL, then only choose 3 hop circs. If we want
  1593. * HS_VANGUARDS, only choose 4 hop circs.
  1594. */
  1595. if (circ->build_state->desired_path_len !=
  1596. route_len_for_purpose(purpose_to_search_for, NULL)) {
  1597. goto next;
  1598. }
  1599. /* Ignore any circuits for which we can't use the Guard. It is possible
  1600. * that the Guard was removed from the samepled set after the circuit
  1601. * was created so avoid using it. */
  1602. if (!entry_guard_could_succeed(circ->guard_state)) {
  1603. goto next;
  1604. }
  1605. if ((!need_uptime || circ->build_state->need_uptime) &&
  1606. (!need_capacity || circ->build_state->need_capacity) &&
  1607. (internal == circ->build_state->is_internal) &&
  1608. !circ->unusable_for_new_conns &&
  1609. circ->remaining_relay_early_cells &&
  1610. !circ->build_state->onehop_tunnel &&
  1611. !circ->isolation_values_set) {
  1612. if (info) {
  1613. /* need to make sure we don't duplicate hops */
  1614. crypt_path_t *hop = circ->cpath;
  1615. const node_t *ri1 = node_get_by_id(info->identity_digest);
  1616. do {
  1617. const node_t *ri2;
  1618. if (tor_memeq(hop->extend_info->identity_digest,
  1619. info->identity_digest, DIGEST_LEN))
  1620. goto next;
  1621. if (ri1 &&
  1622. (ri2 = node_get_by_id(hop->extend_info->identity_digest))
  1623. && nodes_in_same_family(ri1, ri2))
  1624. goto next;
  1625. hop=hop->next;
  1626. } while (hop!=circ->cpath);
  1627. }
  1628. if (options->ExcludeNodes) {
  1629. /* Make sure no existing nodes in the circuit are excluded for
  1630. * general use. (This may be possible if StrictNodes is 0, and we
  1631. * thought we needed to use an otherwise excluded node for, say, a
  1632. * directory operation.) */
  1633. crypt_path_t *hop = circ->cpath;
  1634. do {
  1635. if (routerset_contains_extendinfo(options->ExcludeNodes,
  1636. hop->extend_info))
  1637. goto next;
  1638. hop = hop->next;
  1639. } while (hop != circ->cpath);
  1640. }
  1641. if ((flags & CIRCLAUNCH_IS_V3_RP) &&
  1642. !circuit_can_be_cannibalized_for_v3_rp(circ)) {
  1643. log_debug(LD_GENERAL, "Skipping uncannibalizable circuit for v3 "
  1644. "rendezvous point.");
  1645. goto next;
  1646. }
  1647. if (!best || (best->build_state->need_uptime && !need_uptime))
  1648. best = circ;
  1649. next: ;
  1650. }
  1651. }
  1652. }
  1653. SMARTLIST_FOREACH_END(circ_);
  1654. return best;
  1655. }
  1656. /**
  1657. * Check whether any of the origin circuits that are waiting to see if
  1658. * their guard is good enough to use can be upgraded to "ready". If so,
  1659. * return a new smartlist containing them. Otherwise return NULL.
  1660. */
  1661. smartlist_t *
  1662. circuit_find_circuits_to_upgrade_from_guard_wait(void)
  1663. {
  1664. /* Only if some circuit is actually waiting on an upgrade should we
  1665. * run the algorithm. */
  1666. if (! circuits_pending_other_guards ||
  1667. smartlist_len(circuits_pending_other_guards)==0)
  1668. return NULL;
  1669. /* Only if we have some origin circuits should we run the algorithm. */
  1670. if (!global_origin_circuit_list)
  1671. return NULL;
  1672. /* Okay; we can pass our circuit list to entrynodes.c.*/
  1673. smartlist_t *result = smartlist_new();
  1674. int circuits_upgraded = entry_guards_upgrade_waiting_circuits(
  1675. get_guard_selection_info(),
  1676. global_origin_circuit_list,
  1677. result);
  1678. if (circuits_upgraded && smartlist_len(result)) {
  1679. return result;
  1680. } else {
  1681. smartlist_free(result);
  1682. return NULL;
  1683. }
  1684. }
  1685. /** Return the number of hops in circuit's path. If circ has no entries,
  1686. * or is NULL, returns 0. */
  1687. int
  1688. circuit_get_cpath_len(origin_circuit_t *circ)
  1689. {
  1690. int n = 0;
  1691. if (circ && circ->cpath) {
  1692. crypt_path_t *cpath, *cpath_next = NULL;
  1693. for (cpath = circ->cpath; cpath_next != circ->cpath; cpath = cpath_next) {
  1694. cpath_next = cpath->next;
  1695. ++n;
  1696. }
  1697. }
  1698. return n;
  1699. }
  1700. /** Return the number of opened hops in circuit's path.
  1701. * If circ has no entries, or is NULL, returns 0. */
  1702. int
  1703. circuit_get_cpath_opened_len(const origin_circuit_t *circ)
  1704. {
  1705. int n = 0;
  1706. if (circ && circ->cpath) {
  1707. crypt_path_t *cpath, *cpath_next = NULL;
  1708. for (cpath = circ->cpath;
  1709. cpath->state == CPATH_STATE_OPEN
  1710. && cpath_next != circ->cpath;
  1711. cpath = cpath_next) {
  1712. cpath_next = cpath->next;
  1713. ++n;
  1714. }
  1715. }
  1716. return n;
  1717. }
  1718. /** Return the <b>hopnum</b>th hop in <b>circ</b>->cpath, or NULL if there
  1719. * aren't that many hops in the list. <b>hopnum</b> starts at 1.
  1720. * Returns NULL if <b>hopnum</b> is 0 or negative. */
  1721. crypt_path_t *
  1722. circuit_get_cpath_hop(origin_circuit_t *circ, int hopnum)
  1723. {
  1724. if (circ && circ->cpath && hopnum > 0) {
  1725. crypt_path_t *cpath, *cpath_next = NULL;
  1726. for (cpath = circ->cpath; cpath_next != circ->cpath; cpath = cpath_next) {
  1727. cpath_next = cpath->next;
  1728. if (--hopnum <= 0)
  1729. return cpath;
  1730. }
  1731. }
  1732. return NULL;
  1733. }
  1734. /** Go through the circuitlist; mark-for-close each circuit that starts
  1735. * at us but has not yet been used. */
  1736. void
  1737. circuit_mark_all_unused_circs(void)
  1738. {
  1739. SMARTLIST_FOREACH_BEGIN(circuit_get_global_list(), circuit_t *, circ) {
  1740. if (CIRCUIT_IS_ORIGIN(circ) &&
  1741. !circ->marked_for_close &&
  1742. !circ->timestamp_dirty)
  1743. circuit_mark_for_close(circ, END_CIRC_REASON_FINISHED);
  1744. }
  1745. SMARTLIST_FOREACH_END(circ);
  1746. }
  1747. /** Go through the circuitlist; for each circuit that starts at us
  1748. * and is dirty, frob its timestamp_dirty so we won't use it for any
  1749. * new streams.
  1750. *
  1751. * This is useful for letting the user change pseudonyms, so new
  1752. * streams will not be linkable to old streams.
  1753. */
  1754. void
  1755. circuit_mark_all_dirty_circs_as_unusable(void)
  1756. {
  1757. SMARTLIST_FOREACH_BEGIN(circuit_get_global_list(), circuit_t *, circ) {
  1758. if (CIRCUIT_IS_ORIGIN(circ) &&
  1759. !circ->marked_for_close &&
  1760. circ->timestamp_dirty) {
  1761. mark_circuit_unusable_for_new_conns(TO_ORIGIN_CIRCUIT(circ));
  1762. }
  1763. }
  1764. SMARTLIST_FOREACH_END(circ);
  1765. }
  1766. /** Mark <b>circ</b> to be closed next time we call
  1767. * circuit_close_all_marked(). Do any cleanup needed:
  1768. * - If state is onionskin_pending, remove circ from the onion_pending
  1769. * list.
  1770. * - If circ isn't open yet: call circuit_build_failed() if we're
  1771. * the origin.
  1772. * - If purpose is C_INTRODUCE_ACK_WAIT, report the intro point
  1773. * failure we just had to the hidden service client module.
  1774. * - If purpose is C_INTRODUCING and <b>reason</b> isn't TIMEOUT,
  1775. * report to the hidden service client module that the intro point
  1776. * we just tried may be unreachable.
  1777. * - Send appropriate destroys and edge_destroys for conns and
  1778. * streams attached to circ.
  1779. * - If circ->rend_splice is set (we are the midpoint of a joined
  1780. * rendezvous stream), then mark the other circuit to close as well.
  1781. */
  1782. MOCK_IMPL(void,
  1783. circuit_mark_for_close_, (circuit_t *circ, int reason, int line,
  1784. const char *file))
  1785. {
  1786. int orig_reason = reason; /* Passed to the controller */
  1787. assert_circuit_ok(circ);
  1788. tor_assert(line);
  1789. tor_assert(file);
  1790. if (circ->marked_for_close) {
  1791. log_warn(LD_BUG,
  1792. "Duplicate call to circuit_mark_for_close at %s:%d"
  1793. " (first at %s:%d)", file, line,
  1794. circ->marked_for_close_file, circ->marked_for_close);
  1795. return;
  1796. }
  1797. if (reason == END_CIRC_AT_ORIGIN) {
  1798. if (!CIRCUIT_IS_ORIGIN(circ)) {
  1799. log_warn(LD_BUG, "Specified 'at-origin' non-reason for ending circuit, "
  1800. "but circuit was not at origin. (called %s:%d, purpose=%d)",
  1801. file, line, circ->purpose);
  1802. }
  1803. reason = END_CIRC_REASON_NONE;
  1804. }
  1805. if (CIRCUIT_IS_ORIGIN(circ)) {
  1806. if (pathbias_check_close(TO_ORIGIN_CIRCUIT(circ), reason) == -1) {
  1807. /* Don't close it yet, we need to test it first */
  1808. return;
  1809. }
  1810. /* We don't send reasons when closing circuits at the origin. */
  1811. reason = END_CIRC_REASON_NONE;
  1812. }
  1813. if (reason & END_CIRC_REASON_FLAG_REMOTE)
  1814. reason &= ~END_CIRC_REASON_FLAG_REMOTE;
  1815. if (reason < END_CIRC_REASON_MIN_ || reason > END_CIRC_REASON_MAX_) {
  1816. if (!(orig_reason & END_CIRC_REASON_FLAG_REMOTE))
  1817. log_warn(LD_BUG, "Reason %d out of range at %s:%d", reason, file, line);
  1818. reason = END_CIRC_REASON_NONE;
  1819. }
  1820. circ->marked_for_close = line;
  1821. circ->marked_for_close_file = file;
  1822. circ->marked_for_close_reason = reason;
  1823. circ->marked_for_close_orig_reason = orig_reason;
  1824. if (!CIRCUIT_IS_ORIGIN(circ)) {
  1825. or_circuit_t *or_circ = TO_OR_CIRCUIT(circ);
  1826. if (or_circ->rend_splice) {
  1827. if (!or_circ->rend_splice->base_.marked_for_close) {
  1828. /* do this after marking this circuit, to avoid infinite recursion. */
  1829. circuit_mark_for_close(TO_CIRCUIT(or_circ->rend_splice), reason);
  1830. }
  1831. or_circ->rend_splice = NULL;
  1832. }
  1833. }
  1834. /* Notify the HS subsystem that this circuit is closing. */
  1835. hs_circ_cleanup(circ);
  1836. if (circuits_pending_close == NULL)
  1837. circuits_pending_close = smartlist_new();
  1838. smartlist_add(circuits_pending_close, circ);
  1839. mainloop_schedule_postloop_cleanup();
  1840. log_info(LD_GENERAL, "Circuit %u (id: %" PRIu32 ") marked for close at "
  1841. "%s:%d (orig reason: %d, new reason: %d)",
  1842. circ->n_circ_id,
  1843. CIRCUIT_IS_ORIGIN(circ) ?
  1844. TO_ORIGIN_CIRCUIT(circ)->global_identifier : 0,
  1845. file, line, orig_reason, reason);
  1846. }
  1847. /** Called immediately before freeing a marked circuit <b>circ</b> from
  1848. * circuit_free_all() while shutting down Tor; this is a safe-at-shutdown
  1849. * version of circuit_about_to_free(). It's important that it at least
  1850. * do circuitmux_detach_circuit() when appropriate.
  1851. */
  1852. static void
  1853. circuit_about_to_free_atexit(circuit_t *circ)
  1854. {
  1855. if (circ->n_chan) {
  1856. circuit_clear_cell_queue(circ, circ->n_chan);
  1857. circuitmux_detach_circuit(circ->n_chan->cmux, circ);
  1858. circuit_set_n_circid_chan(circ, 0, NULL);
  1859. }
  1860. if (! CIRCUIT_IS_ORIGIN(circ)) {
  1861. or_circuit_t *or_circ = TO_OR_CIRCUIT(circ);
  1862. if (or_circ->p_chan) {
  1863. circuit_clear_cell_queue(circ, or_circ->p_chan);
  1864. circuitmux_detach_circuit(or_circ->p_chan->cmux, circ);
  1865. circuit_set_p_circid_chan(or_circ, 0, NULL);
  1866. }
  1867. }
  1868. }
  1869. /** Called immediately before freeing a marked circuit <b>circ</b>.
  1870. * Disconnects the circuit from other data structures, launches events
  1871. * as appropriate, and performs other housekeeping.
  1872. */
  1873. static void
  1874. circuit_about_to_free(circuit_t *circ)
  1875. {
  1876. int reason = circ->marked_for_close_reason;
  1877. int orig_reason = circ->marked_for_close_orig_reason;
  1878. if (circ->state == CIRCUIT_STATE_ONIONSKIN_PENDING) {
  1879. onion_pending_remove(TO_OR_CIRCUIT(circ));
  1880. }
  1881. /* If the circuit ever became OPEN, we sent it to the reputation history
  1882. * module then. If it isn't OPEN, we send it there now to remember which
  1883. * links worked and which didn't.
  1884. */
  1885. if (circ->state != CIRCUIT_STATE_OPEN &&
  1886. circ->state != CIRCUIT_STATE_GUARD_WAIT) {
  1887. if (CIRCUIT_IS_ORIGIN(circ)) {
  1888. origin_circuit_t *ocirc = TO_ORIGIN_CIRCUIT(circ);
  1889. circuit_build_failed(ocirc); /* take actions if necessary */
  1890. }
  1891. }
  1892. if (circ->state == CIRCUIT_STATE_CHAN_WAIT) {
  1893. if (circuits_pending_chans)
  1894. smartlist_remove(circuits_pending_chans, circ);
  1895. }
  1896. if (circuits_pending_other_guards) {
  1897. smartlist_remove(circuits_pending_other_guards, circ);
  1898. }
  1899. if (CIRCUIT_IS_ORIGIN(circ)) {
  1900. control_event_circuit_status(TO_ORIGIN_CIRCUIT(circ),
  1901. (circ->state == CIRCUIT_STATE_OPEN ||
  1902. circ->state == CIRCUIT_STATE_GUARD_WAIT) ?
  1903. CIRC_EVENT_CLOSED:CIRC_EVENT_FAILED,
  1904. orig_reason);
  1905. }
  1906. if (circ->purpose == CIRCUIT_PURPOSE_C_INTRODUCE_ACK_WAIT) {
  1907. origin_circuit_t *ocirc = TO_ORIGIN_CIRCUIT(circ);
  1908. int timed_out = (reason == END_CIRC_REASON_TIMEOUT);
  1909. tor_assert(circ->state == CIRCUIT_STATE_OPEN);
  1910. tor_assert(ocirc->build_state->chosen_exit);
  1911. if (orig_reason != END_CIRC_REASON_IP_NOW_REDUNDANT &&
  1912. ocirc->rend_data) {
  1913. /* treat this like getting a nack from it */
  1914. log_info(LD_REND, "Failed intro circ %s to %s (awaiting ack). %s",
  1915. safe_str_client(rend_data_get_address(ocirc->rend_data)),
  1916. safe_str_client(build_state_get_exit_nickname(ocirc->build_state)),
  1917. timed_out ? "Recording timeout." : "Removing from descriptor.");
  1918. rend_client_report_intro_point_failure(ocirc->build_state->chosen_exit,
  1919. ocirc->rend_data,
  1920. timed_out ?
  1921. INTRO_POINT_FAILURE_TIMEOUT :
  1922. INTRO_POINT_FAILURE_GENERIC);
  1923. }
  1924. } else if (circ->purpose == CIRCUIT_PURPOSE_C_INTRODUCING &&
  1925. reason != END_CIRC_REASON_TIMEOUT) {
  1926. origin_circuit_t *ocirc = TO_ORIGIN_CIRCUIT(circ);
  1927. if (ocirc->build_state->chosen_exit && ocirc->rend_data) {
  1928. if (orig_reason != END_CIRC_REASON_IP_NOW_REDUNDANT &&
  1929. ocirc->rend_data) {
  1930. log_info(LD_REND, "Failed intro circ %s to %s "
  1931. "(building circuit to intro point). "
  1932. "Marking intro point as possibly unreachable.",
  1933. safe_str_client(rend_data_get_address(ocirc->rend_data)),
  1934. safe_str_client(build_state_get_exit_nickname(
  1935. ocirc->build_state)));
  1936. rend_client_report_intro_point_failure(ocirc->build_state->chosen_exit,
  1937. ocirc->rend_data,
  1938. INTRO_POINT_FAILURE_UNREACHABLE);
  1939. }
  1940. }
  1941. }
  1942. if (circ->n_chan) {
  1943. circuit_clear_cell_queue(circ, circ->n_chan);
  1944. /* Only send destroy if the channel isn't closing anyway */
  1945. if (!CHANNEL_CONDEMNED(circ->n_chan)) {
  1946. channel_send_destroy(circ->n_circ_id, circ->n_chan, reason);
  1947. }
  1948. circuitmux_detach_circuit(circ->n_chan->cmux, circ);
  1949. circuit_set_n_circid_chan(circ, 0, NULL);
  1950. }
  1951. if (! CIRCUIT_IS_ORIGIN(circ)) {
  1952. or_circuit_t *or_circ = TO_OR_CIRCUIT(circ);
  1953. edge_connection_t *conn;
  1954. for (conn=or_circ->n_streams; conn; conn=conn->next_stream)
  1955. connection_edge_destroy(or_circ->p_circ_id, conn);
  1956. or_circ->n_streams = NULL;
  1957. while (or_circ->resolving_streams) {
  1958. conn = or_circ->resolving_streams;
  1959. or_circ->resolving_streams = conn->next_stream;
  1960. if (!conn->base_.marked_for_close) {
  1961. /* The client will see a DESTROY, and infer that the connections
  1962. * are closing because the circuit is getting torn down. No need
  1963. * to send an end cell. */
  1964. conn->edge_has_sent_end = 1;
  1965. conn->end_reason = END_STREAM_REASON_DESTROY;
  1966. conn->end_reason |= END_STREAM_REASON_FLAG_ALREADY_SENT_CLOSED;
  1967. connection_mark_for_close(TO_CONN(conn));
  1968. }
  1969. conn->on_circuit = NULL;
  1970. }
  1971. if (or_circ->p_chan) {
  1972. circuit_clear_cell_queue(circ, or_circ->p_chan);
  1973. /* Only send destroy if the channel isn't closing anyway */
  1974. if (!CHANNEL_CONDEMNED(or_circ->p_chan)) {
  1975. channel_send_destroy(or_circ->p_circ_id, or_circ->p_chan, reason);
  1976. }
  1977. circuitmux_detach_circuit(or_circ->p_chan->cmux, circ);
  1978. circuit_set_p_circid_chan(or_circ, 0, NULL);
  1979. }
  1980. } else {
  1981. origin_circuit_t *ocirc = TO_ORIGIN_CIRCUIT(circ);
  1982. edge_connection_t *conn;
  1983. for (conn=ocirc->p_streams; conn; conn=conn->next_stream)
  1984. connection_edge_destroy(circ->n_circ_id, conn);
  1985. ocirc->p_streams = NULL;
  1986. }
  1987. }
  1988. /** Given a marked circuit <b>circ</b>, aggressively free its cell queues to
  1989. * recover memory. */
  1990. static void
  1991. marked_circuit_free_cells(circuit_t *circ)
  1992. {
  1993. if (!circ->marked_for_close) {
  1994. log_warn(LD_BUG, "Called on non-marked circuit");
  1995. return;
  1996. }
  1997. cell_queue_clear(&circ->n_chan_cells);
  1998. if (circ->n_mux)
  1999. circuitmux_clear_num_cells(circ->n_mux, circ);
  2000. if (! CIRCUIT_IS_ORIGIN(circ)) {
  2001. or_circuit_t *orcirc = TO_OR_CIRCUIT(circ);
  2002. cell_queue_clear(&orcirc->p_chan_cells);
  2003. if (orcirc->p_mux)
  2004. circuitmux_clear_num_cells(orcirc->p_mux, circ);
  2005. }
  2006. }
  2007. static size_t
  2008. single_conn_free_bytes(connection_t *conn)
  2009. {
  2010. size_t result = 0;
  2011. if (conn->inbuf) {
  2012. result += buf_allocation(conn->inbuf);
  2013. buf_clear(conn->inbuf);
  2014. }
  2015. if (conn->outbuf) {
  2016. result += buf_allocation(conn->outbuf);
  2017. buf_clear(conn->outbuf);
  2018. conn->outbuf_flushlen = 0;
  2019. }
  2020. if (conn->type == CONN_TYPE_DIR) {
  2021. dir_connection_t *dir_conn = TO_DIR_CONN(conn);
  2022. if (dir_conn->compress_state) {
  2023. result += tor_compress_state_size(dir_conn->compress_state);
  2024. tor_compress_free(dir_conn->compress_state);
  2025. dir_conn->compress_state = NULL;
  2026. }
  2027. }
  2028. return result;
  2029. }
  2030. /** Aggressively free buffer contents on all the buffers of all streams in the
  2031. * list starting at <b>stream</b>. Return the number of bytes recovered. */
  2032. static size_t
  2033. marked_circuit_streams_free_bytes(edge_connection_t *stream)
  2034. {
  2035. size_t result = 0;
  2036. for ( ; stream; stream = stream->next_stream) {
  2037. connection_t *conn = TO_CONN(stream);
  2038. result += single_conn_free_bytes(conn);
  2039. if (conn->linked_conn) {
  2040. result += single_conn_free_bytes(conn->linked_conn);
  2041. }
  2042. }
  2043. return result;
  2044. }
  2045. /** Aggressively free buffer contents on all the buffers of all streams on
  2046. * circuit <b>c</b>. Return the number of bytes recovered. */
  2047. static size_t
  2048. marked_circuit_free_stream_bytes(circuit_t *c)
  2049. {
  2050. if (CIRCUIT_IS_ORIGIN(c)) {
  2051. return marked_circuit_streams_free_bytes(TO_ORIGIN_CIRCUIT(c)->p_streams);
  2052. } else {
  2053. return marked_circuit_streams_free_bytes(TO_OR_CIRCUIT(c)->n_streams);
  2054. }
  2055. }
  2056. /** Return the number of cells used by the circuit <b>c</b>'s cell queues. */
  2057. STATIC size_t
  2058. n_cells_in_circ_queues(const circuit_t *c)
  2059. {
  2060. size_t n = c->n_chan_cells.n;
  2061. if (! CIRCUIT_IS_ORIGIN(c)) {
  2062. circuit_t *cc = (circuit_t *) c;
  2063. n += TO_OR_CIRCUIT(cc)->p_chan_cells.n;
  2064. }
  2065. return n;
  2066. }
  2067. /** Return the number of bytes allocated for <b>c</c>'s half-open streams. */
  2068. static size_t
  2069. circuit_alloc_in_half_streams(const circuit_t *c)
  2070. {
  2071. if (! CIRCUIT_IS_ORIGIN(c)) {
  2072. return 0;
  2073. }
  2074. const origin_circuit_t *ocirc = CONST_TO_ORIGIN_CIRCUIT(c);
  2075. if (ocirc->half_streams)
  2076. return smartlist_len(ocirc->half_streams) * sizeof(half_edge_t);
  2077. else
  2078. return 0;
  2079. }
  2080. /**
  2081. * Return the age of the oldest cell queued on <b>c</b>, in timestamp units.
  2082. * Return 0 if there are no cells queued on c. Requires that <b>now</b> be
  2083. * the current coarse timestamp.
  2084. *
  2085. * This function will return incorrect results if the oldest cell queued on
  2086. * the circuit is older than about 2**32 msec (about 49 days) old.
  2087. */
  2088. STATIC uint32_t
  2089. circuit_max_queued_cell_age(const circuit_t *c, uint32_t now)
  2090. {
  2091. uint32_t age = 0;
  2092. packed_cell_t *cell;
  2093. if (NULL != (cell = TOR_SIMPLEQ_FIRST(&c->n_chan_cells.head)))
  2094. age = now - cell->inserted_timestamp;
  2095. if (! CIRCUIT_IS_ORIGIN(c)) {
  2096. const or_circuit_t *orcirc = CONST_TO_OR_CIRCUIT(c);
  2097. if (NULL != (cell = TOR_SIMPLEQ_FIRST(&orcirc->p_chan_cells.head))) {
  2098. uint32_t age2 = now - cell->inserted_timestamp;
  2099. if (age2 > age)
  2100. return age2;
  2101. }
  2102. }
  2103. return age;
  2104. }
  2105. /** Return the age of the oldest buffer chunk on <b>conn</b>, where age is
  2106. * taken in timestamp units before the time <b>now</b>. If the connection has
  2107. * no data, treat it as having age zero.
  2108. **/
  2109. static uint32_t
  2110. conn_get_buffer_age(const connection_t *conn, uint32_t now_ts)
  2111. {
  2112. uint32_t age = 0, age2;
  2113. if (conn->outbuf) {
  2114. age2 = buf_get_oldest_chunk_timestamp(conn->outbuf, now_ts);
  2115. if (age2 > age)
  2116. age = age2;
  2117. }
  2118. if (conn->inbuf) {
  2119. age2 = buf_get_oldest_chunk_timestamp(conn->inbuf, now_ts);
  2120. if (age2 > age)
  2121. age = age2;
  2122. }
  2123. return age;
  2124. }
  2125. /** Return the age in timestamp units of the oldest buffer chunk on any stream
  2126. * in the linked list <b>stream</b>, where age is taken in timestamp units
  2127. * before the timestamp <b>now</b>. */
  2128. static uint32_t
  2129. circuit_get_streams_max_data_age(const edge_connection_t *stream, uint32_t now)
  2130. {
  2131. uint32_t age = 0, age2;
  2132. for (; stream; stream = stream->next_stream) {
  2133. const connection_t *conn = TO_CONN(stream);
  2134. age2 = conn_get_buffer_age(conn, now);
  2135. if (age2 > age)
  2136. age = age2;
  2137. if (conn->linked_conn) {
  2138. age2 = conn_get_buffer_age(conn->linked_conn, now);
  2139. if (age2 > age)
  2140. age = age2;
  2141. }
  2142. }
  2143. return age;
  2144. }
  2145. /** Return the age in timestamp units of the oldest buffer chunk on any stream
  2146. * attached to the circuit <b>c</b>, where age is taken before the timestamp
  2147. * <b>now</b>. */
  2148. STATIC uint32_t
  2149. circuit_max_queued_data_age(const circuit_t *c, uint32_t now)
  2150. {
  2151. if (CIRCUIT_IS_ORIGIN(c)) {
  2152. return circuit_get_streams_max_data_age(
  2153. CONST_TO_ORIGIN_CIRCUIT(c)->p_streams, now);
  2154. } else {
  2155. return circuit_get_streams_max_data_age(
  2156. CONST_TO_OR_CIRCUIT(c)->n_streams, now);
  2157. }
  2158. }
  2159. /** Return the age of the oldest cell or stream buffer chunk on the circuit
  2160. * <b>c</b>, where age is taken in timestamp units before the timestamp
  2161. * <b>now</b> */
  2162. STATIC uint32_t
  2163. circuit_max_queued_item_age(const circuit_t *c, uint32_t now)
  2164. {
  2165. uint32_t cell_age = circuit_max_queued_cell_age(c, now);
  2166. uint32_t data_age = circuit_max_queued_data_age(c, now);
  2167. if (cell_age > data_age)
  2168. return cell_age;
  2169. else
  2170. return data_age;
  2171. }
  2172. /** Helper to sort a list of circuit_t by age of oldest item, in descending
  2173. * order. */
  2174. static int
  2175. circuits_compare_by_oldest_queued_item_(const void **a_, const void **b_)
  2176. {
  2177. const circuit_t *a = *a_;
  2178. const circuit_t *b = *b_;
  2179. uint32_t age_a = a->age_tmp;
  2180. uint32_t age_b = b->age_tmp;
  2181. if (age_a < age_b)
  2182. return 1;
  2183. else if (age_a == age_b)
  2184. return 0;
  2185. else
  2186. return -1;
  2187. }
  2188. static uint32_t now_ts_for_buf_cmp;
  2189. /** Helper to sort a list of circuit_t by age of oldest item, in descending
  2190. * order. */
  2191. static int
  2192. conns_compare_by_buffer_age_(const void **a_, const void **b_)
  2193. {
  2194. const connection_t *a = *a_;
  2195. const connection_t *b = *b_;
  2196. time_t age_a = conn_get_buffer_age(a, now_ts_for_buf_cmp);
  2197. time_t age_b = conn_get_buffer_age(b, now_ts_for_buf_cmp);
  2198. if (age_a < age_b)
  2199. return 1;
  2200. else if (age_a == age_b)
  2201. return 0;
  2202. else
  2203. return -1;
  2204. }
  2205. #define FRACTION_OF_DATA_TO_RETAIN_ON_OOM 0.90
  2206. /** We're out of memory for cells, having allocated <b>current_allocation</b>
  2207. * bytes' worth. Kill the 'worst' circuits until we're under
  2208. * FRACTION_OF_DATA_TO_RETAIN_ON_OOM of our maximum usage. */
  2209. void
  2210. circuits_handle_oom(size_t current_allocation)
  2211. {
  2212. smartlist_t *circlist;
  2213. smartlist_t *connection_array = get_connection_array();
  2214. int conn_idx;
  2215. size_t mem_to_recover;
  2216. size_t mem_recovered=0;
  2217. int n_circuits_killed=0;
  2218. int n_dirconns_killed=0;
  2219. uint32_t now_ts;
  2220. log_notice(LD_GENERAL, "We're low on memory (cell queues total alloc:"
  2221. " %"TOR_PRIuSZ" buffer total alloc: %" TOR_PRIuSZ ","
  2222. " tor compress total alloc: %" TOR_PRIuSZ
  2223. " (zlib: %" TOR_PRIuSZ ", zstd: %" TOR_PRIuSZ ","
  2224. " lzma: %" TOR_PRIuSZ "),"
  2225. " rendezvous cache total alloc: %" TOR_PRIuSZ "). Killing"
  2226. " circuits withover-long queues. (This behavior is controlled by"
  2227. " MaxMemInQueues.)",
  2228. cell_queues_get_total_allocation(),
  2229. buf_get_total_allocation(),
  2230. tor_compress_get_total_allocation(),
  2231. tor_zlib_get_total_allocation(),
  2232. tor_zstd_get_total_allocation(),
  2233. tor_lzma_get_total_allocation(),
  2234. rend_cache_get_total_allocation());
  2235. {
  2236. size_t mem_target = (size_t)(get_options()->MaxMemInQueues *
  2237. FRACTION_OF_DATA_TO_RETAIN_ON_OOM);
  2238. if (current_allocation <= mem_target)
  2239. return;
  2240. mem_to_recover = current_allocation - mem_target;
  2241. }
  2242. now_ts = monotime_coarse_get_stamp();
  2243. circlist = circuit_get_global_list();
  2244. SMARTLIST_FOREACH_BEGIN(circlist, circuit_t *, circ) {
  2245. circ->age_tmp = circuit_max_queued_item_age(circ, now_ts);
  2246. } SMARTLIST_FOREACH_END(circ);
  2247. /* This is O(n log n); there are faster algorithms we could use instead.
  2248. * Let's hope this doesn't happen enough to be in the critical path. */
  2249. smartlist_sort(circlist, circuits_compare_by_oldest_queued_item_);
  2250. /* Fix up the indices before we run into trouble */
  2251. SMARTLIST_FOREACH_BEGIN(circlist, circuit_t *, circ) {
  2252. circ->global_circuitlist_idx = circ_sl_idx;
  2253. } SMARTLIST_FOREACH_END(circ);
  2254. /* Now sort the connection array ... */
  2255. now_ts_for_buf_cmp = now_ts;
  2256. smartlist_sort(connection_array, conns_compare_by_buffer_age_);
  2257. now_ts_for_buf_cmp = 0;
  2258. /* Fix up the connection array to its new order. */
  2259. SMARTLIST_FOREACH_BEGIN(connection_array, connection_t *, conn) {
  2260. conn->conn_array_index = conn_sl_idx;
  2261. } SMARTLIST_FOREACH_END(conn);
  2262. /* Okay, now the worst circuits and connections are at the front of their
  2263. * respective lists. Let's mark them, and reclaim their storage
  2264. * aggressively. */
  2265. conn_idx = 0;
  2266. SMARTLIST_FOREACH_BEGIN(circlist, circuit_t *, circ) {
  2267. size_t n;
  2268. size_t freed;
  2269. /* Free storage in any non-linked directory connections that have buffered
  2270. * data older than this circuit. */
  2271. while (conn_idx < smartlist_len(connection_array)) {
  2272. connection_t *conn = smartlist_get(connection_array, conn_idx);
  2273. uint32_t conn_age = conn_get_buffer_age(conn, now_ts);
  2274. if (conn_age < circ->age_tmp) {
  2275. break;
  2276. }
  2277. if (conn->type == CONN_TYPE_DIR && conn->linked_conn == NULL) {
  2278. if (!conn->marked_for_close)
  2279. connection_mark_for_close(conn);
  2280. mem_recovered += single_conn_free_bytes(conn);
  2281. ++n_dirconns_killed;
  2282. if (mem_recovered >= mem_to_recover)
  2283. goto done_recovering_mem;
  2284. }
  2285. ++conn_idx;
  2286. }
  2287. /* Now, kill the circuit. */
  2288. n = n_cells_in_circ_queues(circ);
  2289. const size_t half_stream_alloc = circuit_alloc_in_half_streams(circ);
  2290. if (! circ->marked_for_close) {
  2291. circuit_mark_for_close(circ, END_CIRC_REASON_RESOURCELIMIT);
  2292. }
  2293. marked_circuit_free_cells(circ);
  2294. freed = marked_circuit_free_stream_bytes(circ);
  2295. ++n_circuits_killed;
  2296. mem_recovered += n * packed_cell_mem_cost();
  2297. mem_recovered += half_stream_alloc;
  2298. mem_recovered += freed;
  2299. if (mem_recovered >= mem_to_recover)
  2300. goto done_recovering_mem;
  2301. } SMARTLIST_FOREACH_END(circ);
  2302. done_recovering_mem:
  2303. log_notice(LD_GENERAL, "Removed "U64_FORMAT" bytes by killing %d circuits; "
  2304. "%d circuits remain alive. Also killed %d non-linked directory "
  2305. "connections.",
  2306. U64_PRINTF_ARG(mem_recovered),
  2307. n_circuits_killed,
  2308. smartlist_len(circlist) - n_circuits_killed,
  2309. n_dirconns_killed);
  2310. }
  2311. /** Verify that cpath layer <b>cp</b> has all of its invariants
  2312. * correct. Trigger an assert if anything is invalid.
  2313. */
  2314. void
  2315. assert_cpath_layer_ok(const crypt_path_t *cp)
  2316. {
  2317. // tor_assert(cp->addr); /* these are zero for rendezvous extra-hops */
  2318. // tor_assert(cp->port);
  2319. tor_assert(cp);
  2320. tor_assert(cp->magic == CRYPT_PATH_MAGIC);
  2321. switch (cp->state)
  2322. {
  2323. case CPATH_STATE_OPEN:
  2324. relay_crypto_assert_ok(&cp->crypto);
  2325. /* fall through */
  2326. case CPATH_STATE_CLOSED:
  2327. /*XXXX Assert that there's no handshake_state either. */
  2328. tor_assert(!cp->rend_dh_handshake_state);
  2329. break;
  2330. case CPATH_STATE_AWAITING_KEYS:
  2331. /* tor_assert(cp->dh_handshake_state); */
  2332. break;
  2333. default:
  2334. log_fn(LOG_ERR, LD_BUG, "Unexpected state %d", cp->state);
  2335. tor_assert(0);
  2336. }
  2337. tor_assert(cp->package_window >= 0);
  2338. tor_assert(cp->deliver_window >= 0);
  2339. }
  2340. /** Verify that cpath <b>cp</b> has all of its invariants
  2341. * correct. Trigger an assert if anything is invalid.
  2342. */
  2343. static void
  2344. assert_cpath_ok(const crypt_path_t *cp)
  2345. {
  2346. const crypt_path_t *start = cp;
  2347. do {
  2348. assert_cpath_layer_ok(cp);
  2349. /* layers must be in sequence of: "open* awaiting? closed*" */
  2350. if (cp != start) {
  2351. if (cp->state == CPATH_STATE_AWAITING_KEYS) {
  2352. tor_assert(cp->prev->state == CPATH_STATE_OPEN);
  2353. } else if (cp->state == CPATH_STATE_OPEN) {
  2354. tor_assert(cp->prev->state == CPATH_STATE_OPEN);
  2355. }
  2356. }
  2357. cp = cp->next;
  2358. tor_assert(cp);
  2359. } while (cp != start);
  2360. }
  2361. /** Verify that circuit <b>c</b> has all of its invariants
  2362. * correct. Trigger an assert if anything is invalid.
  2363. */
  2364. MOCK_IMPL(void,
  2365. assert_circuit_ok,(const circuit_t *c))
  2366. {
  2367. edge_connection_t *conn;
  2368. const or_circuit_t *or_circ = NULL;
  2369. const origin_circuit_t *origin_circ = NULL;
  2370. tor_assert(c);
  2371. tor_assert(c->magic == ORIGIN_CIRCUIT_MAGIC || c->magic == OR_CIRCUIT_MAGIC);
  2372. tor_assert(c->purpose >= CIRCUIT_PURPOSE_MIN_ &&
  2373. c->purpose <= CIRCUIT_PURPOSE_MAX_);
  2374. if (CIRCUIT_IS_ORIGIN(c))
  2375. origin_circ = CONST_TO_ORIGIN_CIRCUIT(c);
  2376. else
  2377. or_circ = CONST_TO_OR_CIRCUIT(c);
  2378. if (c->n_chan) {
  2379. tor_assert(!c->n_hop);
  2380. if (c->n_circ_id) {
  2381. /* We use the _impl variant here to make sure we don't fail on marked
  2382. * circuits, which would not be returned by the regular function. */
  2383. circuit_t *c2 = circuit_get_by_circid_channel_impl(c->n_circ_id,
  2384. c->n_chan, NULL);
  2385. tor_assert(c == c2);
  2386. }
  2387. }
  2388. if (or_circ && or_circ->p_chan) {
  2389. if (or_circ->p_circ_id) {
  2390. /* ibid */
  2391. circuit_t *c2 =
  2392. circuit_get_by_circid_channel_impl(or_circ->p_circ_id,
  2393. or_circ->p_chan, NULL);
  2394. tor_assert(c == c2);
  2395. }
  2396. }
  2397. if (or_circ)
  2398. for (conn = or_circ->n_streams; conn; conn = conn->next_stream)
  2399. tor_assert(conn->base_.type == CONN_TYPE_EXIT);
  2400. tor_assert(c->deliver_window >= 0);
  2401. tor_assert(c->package_window >= 0);
  2402. if (c->state == CIRCUIT_STATE_OPEN ||
  2403. c->state == CIRCUIT_STATE_GUARD_WAIT) {
  2404. tor_assert(!c->n_chan_create_cell);
  2405. if (or_circ) {
  2406. relay_crypto_assert_ok(&or_circ->crypto);
  2407. }
  2408. }
  2409. if (c->state == CIRCUIT_STATE_CHAN_WAIT && !c->marked_for_close) {
  2410. tor_assert(circuits_pending_chans &&
  2411. smartlist_contains(circuits_pending_chans, c));
  2412. } else {
  2413. tor_assert(!circuits_pending_chans ||
  2414. !smartlist_contains(circuits_pending_chans, c));
  2415. }
  2416. if (origin_circ && origin_circ->cpath) {
  2417. assert_cpath_ok(origin_circ->cpath);
  2418. }
  2419. if (c->purpose == CIRCUIT_PURPOSE_REND_ESTABLISHED) {
  2420. tor_assert(or_circ);
  2421. if (!c->marked_for_close) {
  2422. tor_assert(or_circ->rend_splice);
  2423. tor_assert(or_circ->rend_splice->rend_splice == or_circ);
  2424. }
  2425. tor_assert(or_circ->rend_splice != or_circ);
  2426. } else {
  2427. tor_assert(!or_circ || !or_circ->rend_splice);
  2428. }
  2429. }