ip6_fib.c 36 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735
  1. /*
  2. * Linux INET6 implementation
  3. * Forwarding Information Database
  4. *
  5. * Authors:
  6. * Pedro Roque <roque@di.fc.ul.pt>
  7. *
  8. * This program is free software; you can redistribute it and/or
  9. * modify it under the terms of the GNU General Public License
  10. * as published by the Free Software Foundation; either version
  11. * 2 of the License, or (at your option) any later version.
  12. */
  13. /*
  14. * Changes:
  15. * Yuji SEKIYA @USAGI: Support default route on router node;
  16. * remove ip6_null_entry from the top of
  17. * routing table.
  18. * Ville Nuorvala: Fixed routing subtrees.
  19. */
  20. #define pr_fmt(fmt) "IPv6: " fmt
  21. #include <linux/errno.h>
  22. #include <linux/types.h>
  23. #include <linux/net.h>
  24. #include <linux/route.h>
  25. #include <linux/netdevice.h>
  26. #include <linux/in6.h>
  27. #include <linux/init.h>
  28. #include <linux/list.h>
  29. #include <linux/slab.h>
  30. #include <net/ipv6.h>
  31. #include <net/ndisc.h>
  32. #include <net/addrconf.h>
  33. #include <net/ip6_fib.h>
  34. #include <net/ip6_route.h>
  35. #define RT6_DEBUG 2
  36. #if RT6_DEBUG >= 3
  37. #define RT6_TRACE(x...) pr_debug(x)
  38. #else
  39. #define RT6_TRACE(x...) do { ; } while (0)
  40. #endif
  41. static struct kmem_cache * fib6_node_kmem __read_mostly;
  42. enum fib_walk_state_t
  43. {
  44. #ifdef CONFIG_IPV6_SUBTREES
  45. FWS_S,
  46. #endif
  47. FWS_L,
  48. FWS_R,
  49. FWS_C,
  50. FWS_U
  51. };
  52. struct fib6_cleaner_t
  53. {
  54. struct fib6_walker_t w;
  55. struct net *net;
  56. int (*func)(struct rt6_info *, void *arg);
  57. void *arg;
  58. };
  59. static DEFINE_RWLOCK(fib6_walker_lock);
  60. #ifdef CONFIG_IPV6_SUBTREES
  61. #define FWS_INIT FWS_S
  62. #else
  63. #define FWS_INIT FWS_L
  64. #endif
  65. static void fib6_prune_clones(struct net *net, struct fib6_node *fn,
  66. struct rt6_info *rt);
  67. static struct rt6_info *fib6_find_prefix(struct net *net, struct fib6_node *fn);
  68. static struct fib6_node *fib6_repair_tree(struct net *net, struct fib6_node *fn);
  69. static int fib6_walk(struct fib6_walker_t *w);
  70. static int fib6_walk_continue(struct fib6_walker_t *w);
  71. /*
  72. * A routing update causes an increase of the serial number on the
  73. * affected subtree. This allows for cached routes to be asynchronously
  74. * tested when modifications are made to the destination cache as a
  75. * result of redirects, path MTU changes, etc.
  76. */
  77. static __u32 rt_sernum;
  78. static void fib6_gc_timer_cb(unsigned long arg);
  79. static LIST_HEAD(fib6_walkers);
  80. #define FOR_WALKERS(w) list_for_each_entry(w, &fib6_walkers, lh)
  81. static inline void fib6_walker_link(struct fib6_walker_t *w)
  82. {
  83. write_lock_bh(&fib6_walker_lock);
  84. list_add(&w->lh, &fib6_walkers);
  85. write_unlock_bh(&fib6_walker_lock);
  86. }
  87. static inline void fib6_walker_unlink(struct fib6_walker_t *w)
  88. {
  89. write_lock_bh(&fib6_walker_lock);
  90. list_del(&w->lh);
  91. write_unlock_bh(&fib6_walker_lock);
  92. }
  93. static __inline__ u32 fib6_new_sernum(void)
  94. {
  95. u32 n = ++rt_sernum;
  96. if ((__s32)n <= 0)
  97. rt_sernum = n = 1;
  98. return n;
  99. }
  100. /*
  101. * Auxiliary address test functions for the radix tree.
  102. *
  103. * These assume a 32bit processor (although it will work on
  104. * 64bit processors)
  105. */
  106. /*
  107. * test bit
  108. */
  109. #if defined(__LITTLE_ENDIAN)
  110. # define BITOP_BE32_SWIZZLE (0x1F & ~7)
  111. #else
  112. # define BITOP_BE32_SWIZZLE 0
  113. #endif
  114. static __inline__ __be32 addr_bit_set(const void *token, int fn_bit)
  115. {
  116. const __be32 *addr = token;
  117. /*
  118. * Here,
  119. * 1 << ((~fn_bit ^ BITOP_BE32_SWIZZLE) & 0x1f)
  120. * is optimized version of
  121. * htonl(1 << ((~fn_bit)&0x1F))
  122. * See include/asm-generic/bitops/le.h.
  123. */
  124. return (__force __be32)(1 << ((~fn_bit ^ BITOP_BE32_SWIZZLE) & 0x1f)) &
  125. addr[fn_bit >> 5];
  126. }
  127. static __inline__ struct fib6_node * node_alloc(void)
  128. {
  129. struct fib6_node *fn;
  130. fn = kmem_cache_zalloc(fib6_node_kmem, GFP_ATOMIC);
  131. return fn;
  132. }
  133. static __inline__ void node_free(struct fib6_node * fn)
  134. {
  135. kmem_cache_free(fib6_node_kmem, fn);
  136. }
  137. static __inline__ void rt6_release(struct rt6_info *rt)
  138. {
  139. if (atomic_dec_and_test(&rt->rt6i_ref))
  140. dst_free(&rt->dst);
  141. }
  142. static void fib6_link_table(struct net *net, struct fib6_table *tb)
  143. {
  144. unsigned int h;
  145. /*
  146. * Initialize table lock at a single place to give lockdep a key,
  147. * tables aren't visible prior to being linked to the list.
  148. */
  149. rwlock_init(&tb->tb6_lock);
  150. h = tb->tb6_id & (FIB6_TABLE_HASHSZ - 1);
  151. /*
  152. * No protection necessary, this is the only list mutatation
  153. * operation, tables never disappear once they exist.
  154. */
  155. hlist_add_head_rcu(&tb->tb6_hlist, &net->ipv6.fib_table_hash[h]);
  156. }
  157. #ifdef CONFIG_IPV6_MULTIPLE_TABLES
  158. static struct fib6_table *fib6_alloc_table(struct net *net, u32 id)
  159. {
  160. struct fib6_table *table;
  161. table = kzalloc(sizeof(*table), GFP_ATOMIC);
  162. if (table) {
  163. table->tb6_id = id;
  164. table->tb6_root.leaf = net->ipv6.ip6_null_entry;
  165. table->tb6_root.fn_flags = RTN_ROOT | RTN_TL_ROOT | RTN_RTINFO;
  166. }
  167. return table;
  168. }
  169. struct fib6_table *fib6_new_table(struct net *net, u32 id)
  170. {
  171. struct fib6_table *tb;
  172. if (id == 0)
  173. id = RT6_TABLE_MAIN;
  174. tb = fib6_get_table(net, id);
  175. if (tb)
  176. return tb;
  177. tb = fib6_alloc_table(net, id);
  178. if (tb)
  179. fib6_link_table(net, tb);
  180. return tb;
  181. }
  182. struct fib6_table *fib6_get_table(struct net *net, u32 id)
  183. {
  184. struct fib6_table *tb;
  185. struct hlist_head *head;
  186. struct hlist_node *node;
  187. unsigned int h;
  188. if (id == 0)
  189. id = RT6_TABLE_MAIN;
  190. h = id & (FIB6_TABLE_HASHSZ - 1);
  191. rcu_read_lock();
  192. head = &net->ipv6.fib_table_hash[h];
  193. hlist_for_each_entry_rcu(tb, node, head, tb6_hlist) {
  194. if (tb->tb6_id == id) {
  195. rcu_read_unlock();
  196. return tb;
  197. }
  198. }
  199. rcu_read_unlock();
  200. return NULL;
  201. }
  202. static void __net_init fib6_tables_init(struct net *net)
  203. {
  204. fib6_link_table(net, net->ipv6.fib6_main_tbl);
  205. fib6_link_table(net, net->ipv6.fib6_local_tbl);
  206. }
  207. #else
  208. struct fib6_table *fib6_new_table(struct net *net, u32 id)
  209. {
  210. return fib6_get_table(net, id);
  211. }
  212. struct fib6_table *fib6_get_table(struct net *net, u32 id)
  213. {
  214. return net->ipv6.fib6_main_tbl;
  215. }
  216. struct dst_entry *fib6_rule_lookup(struct net *net, struct flowi6 *fl6,
  217. int flags, pol_lookup_t lookup)
  218. {
  219. return (struct dst_entry *) lookup(net, net->ipv6.fib6_main_tbl, fl6, flags);
  220. }
  221. static void __net_init fib6_tables_init(struct net *net)
  222. {
  223. fib6_link_table(net, net->ipv6.fib6_main_tbl);
  224. }
  225. #endif
  226. static int fib6_dump_node(struct fib6_walker_t *w)
  227. {
  228. int res;
  229. struct rt6_info *rt;
  230. for (rt = w->leaf; rt; rt = rt->dst.rt6_next) {
  231. res = rt6_dump_route(rt, w->args);
  232. if (res < 0) {
  233. /* Frame is full, suspend walking */
  234. w->leaf = rt;
  235. return 1;
  236. }
  237. WARN_ON(res == 0);
  238. }
  239. w->leaf = NULL;
  240. return 0;
  241. }
  242. static void fib6_dump_end(struct netlink_callback *cb)
  243. {
  244. struct fib6_walker_t *w = (void*)cb->args[2];
  245. if (w) {
  246. if (cb->args[4]) {
  247. cb->args[4] = 0;
  248. fib6_walker_unlink(w);
  249. }
  250. cb->args[2] = 0;
  251. kfree(w);
  252. }
  253. cb->done = (void*)cb->args[3];
  254. cb->args[1] = 3;
  255. }
  256. static int fib6_dump_done(struct netlink_callback *cb)
  257. {
  258. fib6_dump_end(cb);
  259. return cb->done ? cb->done(cb) : 0;
  260. }
  261. static int fib6_dump_table(struct fib6_table *table, struct sk_buff *skb,
  262. struct netlink_callback *cb)
  263. {
  264. struct fib6_walker_t *w;
  265. int res;
  266. w = (void *)cb->args[2];
  267. w->root = &table->tb6_root;
  268. if (cb->args[4] == 0) {
  269. w->count = 0;
  270. w->skip = 0;
  271. read_lock_bh(&table->tb6_lock);
  272. res = fib6_walk(w);
  273. read_unlock_bh(&table->tb6_lock);
  274. if (res > 0) {
  275. cb->args[4] = 1;
  276. cb->args[5] = w->root->fn_sernum;
  277. }
  278. } else {
  279. if (cb->args[5] != w->root->fn_sernum) {
  280. /* Begin at the root if the tree changed */
  281. cb->args[5] = w->root->fn_sernum;
  282. w->state = FWS_INIT;
  283. w->node = w->root;
  284. w->skip = w->count;
  285. } else
  286. w->skip = 0;
  287. read_lock_bh(&table->tb6_lock);
  288. res = fib6_walk_continue(w);
  289. read_unlock_bh(&table->tb6_lock);
  290. if (res <= 0) {
  291. fib6_walker_unlink(w);
  292. cb->args[4] = 0;
  293. }
  294. }
  295. return res;
  296. }
  297. static int inet6_dump_fib(struct sk_buff *skb, struct netlink_callback *cb)
  298. {
  299. struct net *net = sock_net(skb->sk);
  300. unsigned int h, s_h;
  301. unsigned int e = 0, s_e;
  302. struct rt6_rtnl_dump_arg arg;
  303. struct fib6_walker_t *w;
  304. struct fib6_table *tb;
  305. struct hlist_node *node;
  306. struct hlist_head *head;
  307. int res = 0;
  308. s_h = cb->args[0];
  309. s_e = cb->args[1];
  310. w = (void *)cb->args[2];
  311. if (!w) {
  312. /* New dump:
  313. *
  314. * 1. hook callback destructor.
  315. */
  316. cb->args[3] = (long)cb->done;
  317. cb->done = fib6_dump_done;
  318. /*
  319. * 2. allocate and initialize walker.
  320. */
  321. w = kzalloc(sizeof(*w), GFP_ATOMIC);
  322. if (!w)
  323. return -ENOMEM;
  324. w->func = fib6_dump_node;
  325. cb->args[2] = (long)w;
  326. }
  327. arg.skb = skb;
  328. arg.cb = cb;
  329. arg.net = net;
  330. w->args = &arg;
  331. rcu_read_lock();
  332. for (h = s_h; h < FIB6_TABLE_HASHSZ; h++, s_e = 0) {
  333. e = 0;
  334. head = &net->ipv6.fib_table_hash[h];
  335. hlist_for_each_entry_rcu(tb, node, head, tb6_hlist) {
  336. if (e < s_e)
  337. goto next;
  338. res = fib6_dump_table(tb, skb, cb);
  339. if (res != 0)
  340. goto out;
  341. next:
  342. e++;
  343. }
  344. }
  345. out:
  346. rcu_read_unlock();
  347. cb->args[1] = e;
  348. cb->args[0] = h;
  349. res = res < 0 ? res : skb->len;
  350. if (res <= 0)
  351. fib6_dump_end(cb);
  352. return res;
  353. }
  354. /*
  355. * Routing Table
  356. *
  357. * return the appropriate node for a routing tree "add" operation
  358. * by either creating and inserting or by returning an existing
  359. * node.
  360. */
  361. static struct fib6_node * fib6_add_1(struct fib6_node *root, void *addr,
  362. int addrlen, int plen,
  363. int offset, int allow_create,
  364. int replace_required)
  365. {
  366. struct fib6_node *fn, *in, *ln;
  367. struct fib6_node *pn = NULL;
  368. struct rt6key *key;
  369. int bit;
  370. __be32 dir = 0;
  371. __u32 sernum = fib6_new_sernum();
  372. RT6_TRACE("fib6_add_1\n");
  373. /* insert node in tree */
  374. fn = root;
  375. do {
  376. key = (struct rt6key *)((u8 *)fn->leaf + offset);
  377. /*
  378. * Prefix match
  379. */
  380. if (plen < fn->fn_bit ||
  381. !ipv6_prefix_equal(&key->addr, addr, fn->fn_bit)) {
  382. if (!allow_create) {
  383. if (replace_required) {
  384. pr_warn("Can't replace route, no match found\n");
  385. return ERR_PTR(-ENOENT);
  386. }
  387. pr_warn("NLM_F_CREATE should be set when creating new route\n");
  388. }
  389. goto insert_above;
  390. }
  391. /*
  392. * Exact match ?
  393. */
  394. if (plen == fn->fn_bit) {
  395. /* clean up an intermediate node */
  396. if (!(fn->fn_flags & RTN_RTINFO)) {
  397. rt6_release(fn->leaf);
  398. fn->leaf = NULL;
  399. }
  400. fn->fn_sernum = sernum;
  401. return fn;
  402. }
  403. /*
  404. * We have more bits to go
  405. */
  406. /* Try to walk down on tree. */
  407. fn->fn_sernum = sernum;
  408. dir = addr_bit_set(addr, fn->fn_bit);
  409. pn = fn;
  410. fn = dir ? fn->right: fn->left;
  411. } while (fn);
  412. if (!allow_create) {
  413. /* We should not create new node because
  414. * NLM_F_REPLACE was specified without NLM_F_CREATE
  415. * I assume it is safe to require NLM_F_CREATE when
  416. * REPLACE flag is used! Later we may want to remove the
  417. * check for replace_required, because according
  418. * to netlink specification, NLM_F_CREATE
  419. * MUST be specified if new route is created.
  420. * That would keep IPv6 consistent with IPv4
  421. */
  422. if (replace_required) {
  423. pr_warn("Can't replace route, no match found\n");
  424. return ERR_PTR(-ENOENT);
  425. }
  426. pr_warn("NLM_F_CREATE should be set when creating new route\n");
  427. }
  428. /*
  429. * We walked to the bottom of tree.
  430. * Create new leaf node without children.
  431. */
  432. ln = node_alloc();
  433. if (!ln)
  434. return NULL;
  435. ln->fn_bit = plen;
  436. ln->parent = pn;
  437. ln->fn_sernum = sernum;
  438. if (dir)
  439. pn->right = ln;
  440. else
  441. pn->left = ln;
  442. return ln;
  443. insert_above:
  444. /*
  445. * split since we don't have a common prefix anymore or
  446. * we have a less significant route.
  447. * we've to insert an intermediate node on the list
  448. * this new node will point to the one we need to create
  449. * and the current
  450. */
  451. pn = fn->parent;
  452. /* find 1st bit in difference between the 2 addrs.
  453. See comment in __ipv6_addr_diff: bit may be an invalid value,
  454. but if it is >= plen, the value is ignored in any case.
  455. */
  456. bit = __ipv6_addr_diff(addr, &key->addr, addrlen);
  457. /*
  458. * (intermediate)[in]
  459. * / \
  460. * (new leaf node)[ln] (old node)[fn]
  461. */
  462. if (plen > bit) {
  463. in = node_alloc();
  464. ln = node_alloc();
  465. if (!in || !ln) {
  466. if (in)
  467. node_free(in);
  468. if (ln)
  469. node_free(ln);
  470. return NULL;
  471. }
  472. /*
  473. * new intermediate node.
  474. * RTN_RTINFO will
  475. * be off since that an address that chooses one of
  476. * the branches would not match less specific routes
  477. * in the other branch
  478. */
  479. in->fn_bit = bit;
  480. in->parent = pn;
  481. in->leaf = fn->leaf;
  482. atomic_inc(&in->leaf->rt6i_ref);
  483. in->fn_sernum = sernum;
  484. /* update parent pointer */
  485. if (dir)
  486. pn->right = in;
  487. else
  488. pn->left = in;
  489. ln->fn_bit = plen;
  490. ln->parent = in;
  491. fn->parent = in;
  492. ln->fn_sernum = sernum;
  493. if (addr_bit_set(addr, bit)) {
  494. in->right = ln;
  495. in->left = fn;
  496. } else {
  497. in->left = ln;
  498. in->right = fn;
  499. }
  500. } else { /* plen <= bit */
  501. /*
  502. * (new leaf node)[ln]
  503. * / \
  504. * (old node)[fn] NULL
  505. */
  506. ln = node_alloc();
  507. if (!ln)
  508. return NULL;
  509. ln->fn_bit = plen;
  510. ln->parent = pn;
  511. ln->fn_sernum = sernum;
  512. if (dir)
  513. pn->right = ln;
  514. else
  515. pn->left = ln;
  516. if (addr_bit_set(&key->addr, plen))
  517. ln->right = fn;
  518. else
  519. ln->left = fn;
  520. fn->parent = ln;
  521. }
  522. return ln;
  523. }
  524. static void fib6_purge_rt(struct rt6_info *rt, struct fib6_node *fn,
  525. struct net *net)
  526. {
  527. if (atomic_read(&rt->rt6i_ref) != 1) {
  528. /* This route is used as dummy address holder in some split
  529. * nodes. It is not leaked, but it still holds other resources,
  530. * which must be released in time. So, scan ascendant nodes
  531. * and replace dummy references to this route with references
  532. * to still alive ones.
  533. */
  534. while (fn) {
  535. if (!(fn->fn_flags & RTN_RTINFO) && fn->leaf == rt) {
  536. fn->leaf = fib6_find_prefix(net, fn);
  537. atomic_inc(&fn->leaf->rt6i_ref);
  538. rt6_release(rt);
  539. }
  540. fn = fn->parent;
  541. }
  542. /* No more references are possible at this point. */
  543. BUG_ON(atomic_read(&rt->rt6i_ref) != 1);
  544. }
  545. }
  546. /*
  547. * Insert routing information in a node.
  548. */
  549. static int fib6_add_rt2node(struct fib6_node *fn, struct rt6_info *rt,
  550. struct nl_info *info)
  551. {
  552. struct rt6_info *iter = NULL;
  553. struct rt6_info **ins;
  554. int replace = (info->nlh &&
  555. (info->nlh->nlmsg_flags & NLM_F_REPLACE));
  556. int add = (!info->nlh ||
  557. (info->nlh->nlmsg_flags & NLM_F_CREATE));
  558. int found = 0;
  559. ins = &fn->leaf;
  560. for (iter = fn->leaf; iter; iter = iter->dst.rt6_next) {
  561. /*
  562. * Search for duplicates
  563. */
  564. if (iter->rt6i_metric == rt->rt6i_metric) {
  565. /*
  566. * Same priority level
  567. */
  568. if (info->nlh &&
  569. (info->nlh->nlmsg_flags & NLM_F_EXCL))
  570. return -EEXIST;
  571. if (replace) {
  572. found++;
  573. break;
  574. }
  575. if (iter->dst.dev == rt->dst.dev &&
  576. iter->rt6i_idev == rt->rt6i_idev &&
  577. ipv6_addr_equal(&iter->rt6i_gateway,
  578. &rt->rt6i_gateway)) {
  579. if (!(iter->rt6i_flags & RTF_EXPIRES))
  580. return -EEXIST;
  581. if (!(rt->rt6i_flags & RTF_EXPIRES))
  582. rt6_clean_expires(iter);
  583. else
  584. rt6_set_expires(iter, rt->dst.expires);
  585. return -EEXIST;
  586. }
  587. }
  588. if (iter->rt6i_metric > rt->rt6i_metric)
  589. break;
  590. ins = &iter->dst.rt6_next;
  591. }
  592. /* Reset round-robin state, if necessary */
  593. if (ins == &fn->leaf)
  594. fn->rr_ptr = NULL;
  595. /*
  596. * insert node
  597. */
  598. if (!replace) {
  599. if (!add)
  600. pr_warn("NLM_F_CREATE should be set when creating new route\n");
  601. add:
  602. rt->dst.rt6_next = iter;
  603. *ins = rt;
  604. rt->rt6i_node = fn;
  605. atomic_inc(&rt->rt6i_ref);
  606. inet6_rt_notify(RTM_NEWROUTE, rt, info);
  607. info->nl_net->ipv6.rt6_stats->fib_rt_entries++;
  608. if (!(fn->fn_flags & RTN_RTINFO)) {
  609. info->nl_net->ipv6.rt6_stats->fib_route_nodes++;
  610. fn->fn_flags |= RTN_RTINFO;
  611. }
  612. } else {
  613. if (!found) {
  614. if (add)
  615. goto add;
  616. pr_warn("NLM_F_REPLACE set, but no existing node found!\n");
  617. return -ENOENT;
  618. }
  619. *ins = rt;
  620. rt->rt6i_node = fn;
  621. rt->dst.rt6_next = iter->dst.rt6_next;
  622. atomic_inc(&rt->rt6i_ref);
  623. inet6_rt_notify(RTM_NEWROUTE, rt, info);
  624. if (!(fn->fn_flags & RTN_RTINFO)) {
  625. info->nl_net->ipv6.rt6_stats->fib_route_nodes++;
  626. fn->fn_flags |= RTN_RTINFO;
  627. }
  628. fib6_purge_rt(iter, fn, info->nl_net);
  629. rt6_release(iter);
  630. }
  631. return 0;
  632. }
  633. static __inline__ void fib6_start_gc(struct net *net, struct rt6_info *rt)
  634. {
  635. if (!timer_pending(&net->ipv6.ip6_fib_timer) &&
  636. (rt->rt6i_flags & (RTF_EXPIRES | RTF_CACHE)))
  637. mod_timer(&net->ipv6.ip6_fib_timer,
  638. jiffies + net->ipv6.sysctl.ip6_rt_gc_interval);
  639. }
  640. void fib6_force_start_gc(struct net *net)
  641. {
  642. if (!timer_pending(&net->ipv6.ip6_fib_timer))
  643. mod_timer(&net->ipv6.ip6_fib_timer,
  644. jiffies + net->ipv6.sysctl.ip6_rt_gc_interval);
  645. }
  646. /*
  647. * Add routing information to the routing tree.
  648. * <destination addr>/<source addr>
  649. * with source addr info in sub-trees
  650. */
  651. int fib6_add(struct fib6_node *root, struct rt6_info *rt, struct nl_info *info)
  652. {
  653. struct fib6_node *fn, *pn = NULL;
  654. int err = -ENOMEM;
  655. int allow_create = 1;
  656. int replace_required = 0;
  657. if (info->nlh) {
  658. if (!(info->nlh->nlmsg_flags & NLM_F_CREATE))
  659. allow_create = 0;
  660. if (info->nlh->nlmsg_flags & NLM_F_REPLACE)
  661. replace_required = 1;
  662. }
  663. if (!allow_create && !replace_required)
  664. pr_warn("RTM_NEWROUTE with no NLM_F_CREATE or NLM_F_REPLACE\n");
  665. fn = fib6_add_1(root, &rt->rt6i_dst.addr, sizeof(struct in6_addr),
  666. rt->rt6i_dst.plen, offsetof(struct rt6_info, rt6i_dst),
  667. allow_create, replace_required);
  668. if (IS_ERR(fn)) {
  669. err = PTR_ERR(fn);
  670. fn = NULL;
  671. }
  672. if (!fn)
  673. goto out;
  674. pn = fn;
  675. #ifdef CONFIG_IPV6_SUBTREES
  676. if (rt->rt6i_src.plen) {
  677. struct fib6_node *sn;
  678. if (!fn->subtree) {
  679. struct fib6_node *sfn;
  680. /*
  681. * Create subtree.
  682. *
  683. * fn[main tree]
  684. * |
  685. * sfn[subtree root]
  686. * \
  687. * sn[new leaf node]
  688. */
  689. /* Create subtree root node */
  690. sfn = node_alloc();
  691. if (!sfn)
  692. goto st_failure;
  693. sfn->leaf = info->nl_net->ipv6.ip6_null_entry;
  694. atomic_inc(&info->nl_net->ipv6.ip6_null_entry->rt6i_ref);
  695. sfn->fn_flags = RTN_ROOT;
  696. sfn->fn_sernum = fib6_new_sernum();
  697. /* Now add the first leaf node to new subtree */
  698. sn = fib6_add_1(sfn, &rt->rt6i_src.addr,
  699. sizeof(struct in6_addr), rt->rt6i_src.plen,
  700. offsetof(struct rt6_info, rt6i_src),
  701. allow_create, replace_required);
  702. if (IS_ERR(sn)) {
  703. err = PTR_ERR(sn);
  704. sn = NULL;
  705. }
  706. if (!sn) {
  707. /* If it is failed, discard just allocated
  708. root, and then (in st_failure) stale node
  709. in main tree.
  710. */
  711. node_free(sfn);
  712. goto st_failure;
  713. }
  714. /* Now link new subtree to main tree */
  715. sfn->parent = fn;
  716. fn->subtree = sfn;
  717. } else {
  718. sn = fib6_add_1(fn->subtree, &rt->rt6i_src.addr,
  719. sizeof(struct in6_addr), rt->rt6i_src.plen,
  720. offsetof(struct rt6_info, rt6i_src),
  721. allow_create, replace_required);
  722. if (IS_ERR(sn)) {
  723. err = PTR_ERR(sn);
  724. sn = NULL;
  725. }
  726. if (!sn)
  727. goto st_failure;
  728. }
  729. if (!fn->leaf) {
  730. fn->leaf = rt;
  731. atomic_inc(&rt->rt6i_ref);
  732. }
  733. fn = sn;
  734. }
  735. #endif
  736. err = fib6_add_rt2node(fn, rt, info);
  737. if (!err) {
  738. fib6_start_gc(info->nl_net, rt);
  739. if (!(rt->rt6i_flags & RTF_CACHE))
  740. fib6_prune_clones(info->nl_net, pn, rt);
  741. }
  742. out:
  743. if (err) {
  744. #ifdef CONFIG_IPV6_SUBTREES
  745. /*
  746. * If fib6_add_1 has cleared the old leaf pointer in the
  747. * super-tree leaf node we have to find a new one for it.
  748. */
  749. if (pn != fn && pn->leaf == rt) {
  750. pn->leaf = NULL;
  751. atomic_dec(&rt->rt6i_ref);
  752. }
  753. if (pn != fn && !pn->leaf && !(pn->fn_flags & RTN_RTINFO)) {
  754. pn->leaf = fib6_find_prefix(info->nl_net, pn);
  755. #if RT6_DEBUG >= 2
  756. if (!pn->leaf) {
  757. WARN_ON(pn->leaf == NULL);
  758. pn->leaf = info->nl_net->ipv6.ip6_null_entry;
  759. }
  760. #endif
  761. atomic_inc(&pn->leaf->rt6i_ref);
  762. }
  763. #endif
  764. dst_free(&rt->dst);
  765. }
  766. return err;
  767. #ifdef CONFIG_IPV6_SUBTREES
  768. /* Subtree creation failed, probably main tree node
  769. is orphan. If it is, shoot it.
  770. */
  771. st_failure:
  772. if (fn && !(fn->fn_flags & (RTN_RTINFO|RTN_ROOT)))
  773. fib6_repair_tree(info->nl_net, fn);
  774. dst_free(&rt->dst);
  775. return err;
  776. #endif
  777. }
  778. /*
  779. * Routing tree lookup
  780. *
  781. */
  782. struct lookup_args {
  783. int offset; /* key offset on rt6_info */
  784. const struct in6_addr *addr; /* search key */
  785. };
  786. static struct fib6_node * fib6_lookup_1(struct fib6_node *root,
  787. struct lookup_args *args)
  788. {
  789. struct fib6_node *fn;
  790. __be32 dir;
  791. if (unlikely(args->offset == 0))
  792. return NULL;
  793. /*
  794. * Descend on a tree
  795. */
  796. fn = root;
  797. for (;;) {
  798. struct fib6_node *next;
  799. dir = addr_bit_set(args->addr, fn->fn_bit);
  800. next = dir ? fn->right : fn->left;
  801. if (next) {
  802. fn = next;
  803. continue;
  804. }
  805. break;
  806. }
  807. while (fn) {
  808. if (FIB6_SUBTREE(fn) || fn->fn_flags & RTN_RTINFO) {
  809. struct rt6key *key;
  810. key = (struct rt6key *) ((u8 *) fn->leaf +
  811. args->offset);
  812. if (ipv6_prefix_equal(&key->addr, args->addr, key->plen)) {
  813. #ifdef CONFIG_IPV6_SUBTREES
  814. if (fn->subtree) {
  815. struct fib6_node *sfn;
  816. sfn = fib6_lookup_1(fn->subtree,
  817. args + 1);
  818. if (!sfn)
  819. goto backtrack;
  820. fn = sfn;
  821. }
  822. #endif
  823. if (fn->fn_flags & RTN_RTINFO)
  824. return fn;
  825. }
  826. }
  827. #ifdef CONFIG_IPV6_SUBTREES
  828. backtrack:
  829. #endif
  830. if (fn->fn_flags & RTN_ROOT)
  831. break;
  832. fn = fn->parent;
  833. }
  834. return NULL;
  835. }
  836. struct fib6_node * fib6_lookup(struct fib6_node *root, const struct in6_addr *daddr,
  837. const struct in6_addr *saddr)
  838. {
  839. struct fib6_node *fn;
  840. struct lookup_args args[] = {
  841. {
  842. .offset = offsetof(struct rt6_info, rt6i_dst),
  843. .addr = daddr,
  844. },
  845. #ifdef CONFIG_IPV6_SUBTREES
  846. {
  847. .offset = offsetof(struct rt6_info, rt6i_src),
  848. .addr = saddr,
  849. },
  850. #endif
  851. {
  852. .offset = 0, /* sentinel */
  853. }
  854. };
  855. fn = fib6_lookup_1(root, daddr ? args : args + 1);
  856. if (!fn || fn->fn_flags & RTN_TL_ROOT)
  857. fn = root;
  858. return fn;
  859. }
  860. /*
  861. * Get node with specified destination prefix (and source prefix,
  862. * if subtrees are used)
  863. */
  864. static struct fib6_node * fib6_locate_1(struct fib6_node *root,
  865. const struct in6_addr *addr,
  866. int plen, int offset)
  867. {
  868. struct fib6_node *fn;
  869. for (fn = root; fn ; ) {
  870. struct rt6key *key = (struct rt6key *)((u8 *)fn->leaf + offset);
  871. /*
  872. * Prefix match
  873. */
  874. if (plen < fn->fn_bit ||
  875. !ipv6_prefix_equal(&key->addr, addr, fn->fn_bit))
  876. return NULL;
  877. if (plen == fn->fn_bit)
  878. return fn;
  879. /*
  880. * We have more bits to go
  881. */
  882. if (addr_bit_set(addr, fn->fn_bit))
  883. fn = fn->right;
  884. else
  885. fn = fn->left;
  886. }
  887. return NULL;
  888. }
  889. struct fib6_node * fib6_locate(struct fib6_node *root,
  890. const struct in6_addr *daddr, int dst_len,
  891. const struct in6_addr *saddr, int src_len)
  892. {
  893. struct fib6_node *fn;
  894. fn = fib6_locate_1(root, daddr, dst_len,
  895. offsetof(struct rt6_info, rt6i_dst));
  896. #ifdef CONFIG_IPV6_SUBTREES
  897. if (src_len) {
  898. WARN_ON(saddr == NULL);
  899. if (fn && fn->subtree)
  900. fn = fib6_locate_1(fn->subtree, saddr, src_len,
  901. offsetof(struct rt6_info, rt6i_src));
  902. }
  903. #endif
  904. if (fn && fn->fn_flags & RTN_RTINFO)
  905. return fn;
  906. return NULL;
  907. }
  908. /*
  909. * Deletion
  910. *
  911. */
  912. static struct rt6_info *fib6_find_prefix(struct net *net, struct fib6_node *fn)
  913. {
  914. if (fn->fn_flags & RTN_ROOT)
  915. return net->ipv6.ip6_null_entry;
  916. while (fn) {
  917. if (fn->left)
  918. return fn->left->leaf;
  919. if (fn->right)
  920. return fn->right->leaf;
  921. fn = FIB6_SUBTREE(fn);
  922. }
  923. return NULL;
  924. }
  925. /*
  926. * Called to trim the tree of intermediate nodes when possible. "fn"
  927. * is the node we want to try and remove.
  928. */
  929. static struct fib6_node *fib6_repair_tree(struct net *net,
  930. struct fib6_node *fn)
  931. {
  932. int children;
  933. int nstate;
  934. struct fib6_node *child, *pn;
  935. struct fib6_walker_t *w;
  936. int iter = 0;
  937. for (;;) {
  938. RT6_TRACE("fixing tree: plen=%d iter=%d\n", fn->fn_bit, iter);
  939. iter++;
  940. WARN_ON(fn->fn_flags & RTN_RTINFO);
  941. WARN_ON(fn->fn_flags & RTN_TL_ROOT);
  942. WARN_ON(fn->leaf != NULL);
  943. children = 0;
  944. child = NULL;
  945. if (fn->right) child = fn->right, children |= 1;
  946. if (fn->left) child = fn->left, children |= 2;
  947. if (children == 3 || FIB6_SUBTREE(fn)
  948. #ifdef CONFIG_IPV6_SUBTREES
  949. /* Subtree root (i.e. fn) may have one child */
  950. || (children && fn->fn_flags & RTN_ROOT)
  951. #endif
  952. ) {
  953. fn->leaf = fib6_find_prefix(net, fn);
  954. #if RT6_DEBUG >= 2
  955. if (!fn->leaf) {
  956. WARN_ON(!fn->leaf);
  957. fn->leaf = net->ipv6.ip6_null_entry;
  958. }
  959. #endif
  960. atomic_inc(&fn->leaf->rt6i_ref);
  961. return fn->parent;
  962. }
  963. pn = fn->parent;
  964. #ifdef CONFIG_IPV6_SUBTREES
  965. if (FIB6_SUBTREE(pn) == fn) {
  966. WARN_ON(!(fn->fn_flags & RTN_ROOT));
  967. FIB6_SUBTREE(pn) = NULL;
  968. nstate = FWS_L;
  969. } else {
  970. WARN_ON(fn->fn_flags & RTN_ROOT);
  971. #endif
  972. if (pn->right == fn) pn->right = child;
  973. else if (pn->left == fn) pn->left = child;
  974. #if RT6_DEBUG >= 2
  975. else
  976. WARN_ON(1);
  977. #endif
  978. if (child)
  979. child->parent = pn;
  980. nstate = FWS_R;
  981. #ifdef CONFIG_IPV6_SUBTREES
  982. }
  983. #endif
  984. read_lock(&fib6_walker_lock);
  985. FOR_WALKERS(w) {
  986. if (!child) {
  987. if (w->root == fn) {
  988. w->root = w->node = NULL;
  989. RT6_TRACE("W %p adjusted by delroot 1\n", w);
  990. } else if (w->node == fn) {
  991. RT6_TRACE("W %p adjusted by delnode 1, s=%d/%d\n", w, w->state, nstate);
  992. w->node = pn;
  993. w->state = nstate;
  994. }
  995. } else {
  996. if (w->root == fn) {
  997. w->root = child;
  998. RT6_TRACE("W %p adjusted by delroot 2\n", w);
  999. }
  1000. if (w->node == fn) {
  1001. w->node = child;
  1002. if (children&2) {
  1003. RT6_TRACE("W %p adjusted by delnode 2, s=%d\n", w, w->state);
  1004. w->state = w->state>=FWS_R ? FWS_U : FWS_INIT;
  1005. } else {
  1006. RT6_TRACE("W %p adjusted by delnode 2, s=%d\n", w, w->state);
  1007. w->state = w->state>=FWS_C ? FWS_U : FWS_INIT;
  1008. }
  1009. }
  1010. }
  1011. }
  1012. read_unlock(&fib6_walker_lock);
  1013. node_free(fn);
  1014. if (pn->fn_flags & RTN_RTINFO || FIB6_SUBTREE(pn))
  1015. return pn;
  1016. rt6_release(pn->leaf);
  1017. pn->leaf = NULL;
  1018. fn = pn;
  1019. }
  1020. }
  1021. static void fib6_del_route(struct fib6_node *fn, struct rt6_info **rtp,
  1022. struct nl_info *info)
  1023. {
  1024. struct fib6_walker_t *w;
  1025. struct rt6_info *rt = *rtp;
  1026. struct net *net = info->nl_net;
  1027. RT6_TRACE("fib6_del_route\n");
  1028. /* Unlink it */
  1029. *rtp = rt->dst.rt6_next;
  1030. rt->rt6i_node = NULL;
  1031. net->ipv6.rt6_stats->fib_rt_entries--;
  1032. net->ipv6.rt6_stats->fib_discarded_routes++;
  1033. /* Reset round-robin state, if necessary */
  1034. if (fn->rr_ptr == rt)
  1035. fn->rr_ptr = NULL;
  1036. /* Adjust walkers */
  1037. read_lock(&fib6_walker_lock);
  1038. FOR_WALKERS(w) {
  1039. if (w->state == FWS_C && w->leaf == rt) {
  1040. RT6_TRACE("walker %p adjusted by delroute\n", w);
  1041. w->leaf = rt->dst.rt6_next;
  1042. if (!w->leaf)
  1043. w->state = FWS_U;
  1044. }
  1045. }
  1046. read_unlock(&fib6_walker_lock);
  1047. rt->dst.rt6_next = NULL;
  1048. /* If it was last route, expunge its radix tree node */
  1049. if (!fn->leaf) {
  1050. fn->fn_flags &= ~RTN_RTINFO;
  1051. net->ipv6.rt6_stats->fib_route_nodes--;
  1052. fn = fib6_repair_tree(net, fn);
  1053. }
  1054. fib6_purge_rt(rt, fn, net);
  1055. inet6_rt_notify(RTM_DELROUTE, rt, info);
  1056. rt6_release(rt);
  1057. }
  1058. int fib6_del(struct rt6_info *rt, struct nl_info *info)
  1059. {
  1060. struct net *net = info->nl_net;
  1061. struct fib6_node *fn = rt->rt6i_node;
  1062. struct rt6_info **rtp;
  1063. #if RT6_DEBUG >= 2
  1064. if (rt->dst.obsolete>0) {
  1065. WARN_ON(fn != NULL);
  1066. return -ENOENT;
  1067. }
  1068. #endif
  1069. if (!fn || rt == net->ipv6.ip6_null_entry)
  1070. return -ENOENT;
  1071. WARN_ON(!(fn->fn_flags & RTN_RTINFO));
  1072. if (!(rt->rt6i_flags & RTF_CACHE)) {
  1073. struct fib6_node *pn = fn;
  1074. #ifdef CONFIG_IPV6_SUBTREES
  1075. /* clones of this route might be in another subtree */
  1076. if (rt->rt6i_src.plen) {
  1077. while (!(pn->fn_flags & RTN_ROOT))
  1078. pn = pn->parent;
  1079. pn = pn->parent;
  1080. }
  1081. #endif
  1082. fib6_prune_clones(info->nl_net, pn, rt);
  1083. }
  1084. /*
  1085. * Walk the leaf entries looking for ourself
  1086. */
  1087. for (rtp = &fn->leaf; *rtp; rtp = &(*rtp)->dst.rt6_next) {
  1088. if (*rtp == rt) {
  1089. fib6_del_route(fn, rtp, info);
  1090. return 0;
  1091. }
  1092. }
  1093. return -ENOENT;
  1094. }
  1095. /*
  1096. * Tree traversal function.
  1097. *
  1098. * Certainly, it is not interrupt safe.
  1099. * However, it is internally reenterable wrt itself and fib6_add/fib6_del.
  1100. * It means, that we can modify tree during walking
  1101. * and use this function for garbage collection, clone pruning,
  1102. * cleaning tree when a device goes down etc. etc.
  1103. *
  1104. * It guarantees that every node will be traversed,
  1105. * and that it will be traversed only once.
  1106. *
  1107. * Callback function w->func may return:
  1108. * 0 -> continue walking.
  1109. * positive value -> walking is suspended (used by tree dumps,
  1110. * and probably by gc, if it will be split to several slices)
  1111. * negative value -> terminate walking.
  1112. *
  1113. * The function itself returns:
  1114. * 0 -> walk is complete.
  1115. * >0 -> walk is incomplete (i.e. suspended)
  1116. * <0 -> walk is terminated by an error.
  1117. */
  1118. static int fib6_walk_continue(struct fib6_walker_t *w)
  1119. {
  1120. struct fib6_node *fn, *pn;
  1121. for (;;) {
  1122. fn = w->node;
  1123. if (!fn)
  1124. return 0;
  1125. if (w->prune && fn != w->root &&
  1126. fn->fn_flags & RTN_RTINFO && w->state < FWS_C) {
  1127. w->state = FWS_C;
  1128. w->leaf = fn->leaf;
  1129. }
  1130. switch (w->state) {
  1131. #ifdef CONFIG_IPV6_SUBTREES
  1132. case FWS_S:
  1133. if (FIB6_SUBTREE(fn)) {
  1134. w->node = FIB6_SUBTREE(fn);
  1135. continue;
  1136. }
  1137. w->state = FWS_L;
  1138. #endif
  1139. case FWS_L:
  1140. if (fn->left) {
  1141. w->node = fn->left;
  1142. w->state = FWS_INIT;
  1143. continue;
  1144. }
  1145. w->state = FWS_R;
  1146. case FWS_R:
  1147. if (fn->right) {
  1148. w->node = fn->right;
  1149. w->state = FWS_INIT;
  1150. continue;
  1151. }
  1152. w->state = FWS_C;
  1153. w->leaf = fn->leaf;
  1154. case FWS_C:
  1155. if (w->leaf && fn->fn_flags & RTN_RTINFO) {
  1156. int err;
  1157. if (w->count < w->skip) {
  1158. w->count++;
  1159. continue;
  1160. }
  1161. err = w->func(w);
  1162. if (err)
  1163. return err;
  1164. w->count++;
  1165. continue;
  1166. }
  1167. w->state = FWS_U;
  1168. case FWS_U:
  1169. if (fn == w->root)
  1170. return 0;
  1171. pn = fn->parent;
  1172. w->node = pn;
  1173. #ifdef CONFIG_IPV6_SUBTREES
  1174. if (FIB6_SUBTREE(pn) == fn) {
  1175. WARN_ON(!(fn->fn_flags & RTN_ROOT));
  1176. w->state = FWS_L;
  1177. continue;
  1178. }
  1179. #endif
  1180. if (pn->left == fn) {
  1181. w->state = FWS_R;
  1182. continue;
  1183. }
  1184. if (pn->right == fn) {
  1185. w->state = FWS_C;
  1186. w->leaf = w->node->leaf;
  1187. continue;
  1188. }
  1189. #if RT6_DEBUG >= 2
  1190. WARN_ON(1);
  1191. #endif
  1192. }
  1193. }
  1194. }
  1195. static int fib6_walk(struct fib6_walker_t *w)
  1196. {
  1197. int res;
  1198. w->state = FWS_INIT;
  1199. w->node = w->root;
  1200. fib6_walker_link(w);
  1201. res = fib6_walk_continue(w);
  1202. if (res <= 0)
  1203. fib6_walker_unlink(w);
  1204. return res;
  1205. }
  1206. static int fib6_clean_node(struct fib6_walker_t *w)
  1207. {
  1208. int res;
  1209. struct rt6_info *rt;
  1210. struct fib6_cleaner_t *c = container_of(w, struct fib6_cleaner_t, w);
  1211. struct nl_info info = {
  1212. .nl_net = c->net,
  1213. };
  1214. for (rt = w->leaf; rt; rt = rt->dst.rt6_next) {
  1215. res = c->func(rt, c->arg);
  1216. if (res < 0) {
  1217. w->leaf = rt;
  1218. res = fib6_del(rt, &info);
  1219. if (res) {
  1220. #if RT6_DEBUG >= 2
  1221. pr_debug("%s: del failed: rt=%p@%p err=%d\n",
  1222. __func__, rt, rt->rt6i_node, res);
  1223. #endif
  1224. continue;
  1225. }
  1226. return 0;
  1227. }
  1228. WARN_ON(res != 0);
  1229. }
  1230. w->leaf = rt;
  1231. return 0;
  1232. }
  1233. /*
  1234. * Convenient frontend to tree walker.
  1235. *
  1236. * func is called on each route.
  1237. * It may return -1 -> delete this route.
  1238. * 0 -> continue walking
  1239. *
  1240. * prune==1 -> only immediate children of node (certainly,
  1241. * ignoring pure split nodes) will be scanned.
  1242. */
  1243. static void fib6_clean_tree(struct net *net, struct fib6_node *root,
  1244. int (*func)(struct rt6_info *, void *arg),
  1245. int prune, void *arg)
  1246. {
  1247. struct fib6_cleaner_t c;
  1248. c.w.root = root;
  1249. c.w.func = fib6_clean_node;
  1250. c.w.prune = prune;
  1251. c.w.count = 0;
  1252. c.w.skip = 0;
  1253. c.func = func;
  1254. c.arg = arg;
  1255. c.net = net;
  1256. fib6_walk(&c.w);
  1257. }
  1258. void fib6_clean_all_ro(struct net *net, int (*func)(struct rt6_info *, void *arg),
  1259. int prune, void *arg)
  1260. {
  1261. struct fib6_table *table;
  1262. struct hlist_node *node;
  1263. struct hlist_head *head;
  1264. unsigned int h;
  1265. rcu_read_lock();
  1266. for (h = 0; h < FIB6_TABLE_HASHSZ; h++) {
  1267. head = &net->ipv6.fib_table_hash[h];
  1268. hlist_for_each_entry_rcu(table, node, head, tb6_hlist) {
  1269. read_lock_bh(&table->tb6_lock);
  1270. fib6_clean_tree(net, &table->tb6_root,
  1271. func, prune, arg);
  1272. read_unlock_bh(&table->tb6_lock);
  1273. }
  1274. }
  1275. rcu_read_unlock();
  1276. }
  1277. void fib6_clean_all(struct net *net, int (*func)(struct rt6_info *, void *arg),
  1278. int prune, void *arg)
  1279. {
  1280. struct fib6_table *table;
  1281. struct hlist_node *node;
  1282. struct hlist_head *head;
  1283. unsigned int h;
  1284. rcu_read_lock();
  1285. for (h = 0; h < FIB6_TABLE_HASHSZ; h++) {
  1286. head = &net->ipv6.fib_table_hash[h];
  1287. hlist_for_each_entry_rcu(table, node, head, tb6_hlist) {
  1288. write_lock_bh(&table->tb6_lock);
  1289. fib6_clean_tree(net, &table->tb6_root,
  1290. func, prune, arg);
  1291. write_unlock_bh(&table->tb6_lock);
  1292. }
  1293. }
  1294. rcu_read_unlock();
  1295. }
  1296. static int fib6_prune_clone(struct rt6_info *rt, void *arg)
  1297. {
  1298. if (rt->rt6i_flags & RTF_CACHE) {
  1299. RT6_TRACE("pruning clone %p\n", rt);
  1300. return -1;
  1301. }
  1302. return 0;
  1303. }
  1304. static void fib6_prune_clones(struct net *net, struct fib6_node *fn,
  1305. struct rt6_info *rt)
  1306. {
  1307. fib6_clean_tree(net, fn, fib6_prune_clone, 1, rt);
  1308. }
  1309. /*
  1310. * Garbage collection
  1311. */
  1312. static struct fib6_gc_args
  1313. {
  1314. int timeout;
  1315. int more;
  1316. } gc_args;
  1317. static int fib6_age(struct rt6_info *rt, void *arg)
  1318. {
  1319. unsigned long now = jiffies;
  1320. /*
  1321. * check addrconf expiration here.
  1322. * Routes are expired even if they are in use.
  1323. *
  1324. * Also age clones. Note, that clones are aged out
  1325. * only if they are not in use now.
  1326. */
  1327. if (rt->rt6i_flags & RTF_EXPIRES && rt->dst.expires) {
  1328. if (time_after(now, rt->dst.expires)) {
  1329. RT6_TRACE("expiring %p\n", rt);
  1330. return -1;
  1331. }
  1332. gc_args.more++;
  1333. } else if (rt->rt6i_flags & RTF_CACHE) {
  1334. if (atomic_read(&rt->dst.__refcnt) == 0 &&
  1335. time_after_eq(now, rt->dst.lastuse + gc_args.timeout)) {
  1336. RT6_TRACE("aging clone %p\n", rt);
  1337. return -1;
  1338. } else if (rt->rt6i_flags & RTF_GATEWAY) {
  1339. struct neighbour *neigh;
  1340. __u8 neigh_flags = 0;
  1341. neigh = dst_neigh_lookup(&rt->dst, &rt->rt6i_gateway);
  1342. if (neigh) {
  1343. neigh_flags = neigh->flags;
  1344. neigh_release(neigh);
  1345. }
  1346. if (!(neigh_flags & NTF_ROUTER)) {
  1347. RT6_TRACE("purging route %p via non-router but gateway\n",
  1348. rt);
  1349. return -1;
  1350. }
  1351. }
  1352. gc_args.more++;
  1353. }
  1354. return 0;
  1355. }
  1356. static DEFINE_SPINLOCK(fib6_gc_lock);
  1357. void fib6_run_gc(unsigned long expires, struct net *net, bool force)
  1358. {
  1359. unsigned long now;
  1360. if (force) {
  1361. spin_lock_bh(&fib6_gc_lock);
  1362. } else if (!spin_trylock_bh(&fib6_gc_lock)) {
  1363. mod_timer(&net->ipv6.ip6_fib_timer, jiffies + HZ);
  1364. return;
  1365. }
  1366. gc_args.timeout = expires ? (int)expires :
  1367. net->ipv6.sysctl.ip6_rt_gc_interval;
  1368. gc_args.more = icmp6_dst_gc();
  1369. fib6_clean_all(net, fib6_age, 0, NULL);
  1370. now = jiffies;
  1371. net->ipv6.ip6_rt_last_gc = now;
  1372. if (gc_args.more)
  1373. mod_timer(&net->ipv6.ip6_fib_timer,
  1374. round_jiffies(now
  1375. + net->ipv6.sysctl.ip6_rt_gc_interval));
  1376. else
  1377. del_timer(&net->ipv6.ip6_fib_timer);
  1378. spin_unlock_bh(&fib6_gc_lock);
  1379. }
  1380. static void fib6_gc_timer_cb(unsigned long arg)
  1381. {
  1382. fib6_run_gc(0, (struct net *)arg, true);
  1383. }
  1384. static int __net_init fib6_net_init(struct net *net)
  1385. {
  1386. size_t size = sizeof(struct hlist_head) * FIB6_TABLE_HASHSZ;
  1387. setup_timer(&net->ipv6.ip6_fib_timer, fib6_gc_timer_cb, (unsigned long)net);
  1388. net->ipv6.rt6_stats = kzalloc(sizeof(*net->ipv6.rt6_stats), GFP_KERNEL);
  1389. if (!net->ipv6.rt6_stats)
  1390. goto out_timer;
  1391. /* Avoid false sharing : Use at least a full cache line */
  1392. size = max_t(size_t, size, L1_CACHE_BYTES);
  1393. net->ipv6.fib_table_hash = kzalloc(size, GFP_KERNEL);
  1394. if (!net->ipv6.fib_table_hash)
  1395. goto out_rt6_stats;
  1396. net->ipv6.fib6_main_tbl = kzalloc(sizeof(*net->ipv6.fib6_main_tbl),
  1397. GFP_KERNEL);
  1398. if (!net->ipv6.fib6_main_tbl)
  1399. goto out_fib_table_hash;
  1400. net->ipv6.fib6_main_tbl->tb6_id = RT6_TABLE_MAIN;
  1401. net->ipv6.fib6_main_tbl->tb6_root.leaf = net->ipv6.ip6_null_entry;
  1402. net->ipv6.fib6_main_tbl->tb6_root.fn_flags =
  1403. RTN_ROOT | RTN_TL_ROOT | RTN_RTINFO;
  1404. #ifdef CONFIG_IPV6_MULTIPLE_TABLES
  1405. net->ipv6.fib6_local_tbl = kzalloc(sizeof(*net->ipv6.fib6_local_tbl),
  1406. GFP_KERNEL);
  1407. if (!net->ipv6.fib6_local_tbl)
  1408. goto out_fib6_main_tbl;
  1409. net->ipv6.fib6_local_tbl->tb6_id = RT6_TABLE_LOCAL;
  1410. net->ipv6.fib6_local_tbl->tb6_root.leaf = net->ipv6.ip6_null_entry;
  1411. net->ipv6.fib6_local_tbl->tb6_root.fn_flags =
  1412. RTN_ROOT | RTN_TL_ROOT | RTN_RTINFO;
  1413. #endif
  1414. fib6_tables_init(net);
  1415. return 0;
  1416. #ifdef CONFIG_IPV6_MULTIPLE_TABLES
  1417. out_fib6_main_tbl:
  1418. kfree(net->ipv6.fib6_main_tbl);
  1419. #endif
  1420. out_fib_table_hash:
  1421. kfree(net->ipv6.fib_table_hash);
  1422. out_rt6_stats:
  1423. kfree(net->ipv6.rt6_stats);
  1424. out_timer:
  1425. return -ENOMEM;
  1426. }
  1427. static void fib6_net_exit(struct net *net)
  1428. {
  1429. rt6_ifdown(net, NULL);
  1430. del_timer_sync(&net->ipv6.ip6_fib_timer);
  1431. #ifdef CONFIG_IPV6_MULTIPLE_TABLES
  1432. kfree(net->ipv6.fib6_local_tbl);
  1433. #endif
  1434. kfree(net->ipv6.fib6_main_tbl);
  1435. kfree(net->ipv6.fib_table_hash);
  1436. kfree(net->ipv6.rt6_stats);
  1437. }
  1438. static struct pernet_operations fib6_net_ops = {
  1439. .init = fib6_net_init,
  1440. .exit = fib6_net_exit,
  1441. };
  1442. int __init fib6_init(void)
  1443. {
  1444. int ret = -ENOMEM;
  1445. fib6_node_kmem = kmem_cache_create("fib6_nodes",
  1446. sizeof(struct fib6_node),
  1447. 0, SLAB_HWCACHE_ALIGN,
  1448. NULL);
  1449. if (!fib6_node_kmem)
  1450. goto out;
  1451. ret = register_pernet_subsys(&fib6_net_ops);
  1452. if (ret)
  1453. goto out_kmem_cache_create;
  1454. ret = __rtnl_register(PF_INET6, RTM_GETROUTE, NULL, inet6_dump_fib,
  1455. NULL);
  1456. if (ret)
  1457. goto out_unregister_subsys;
  1458. out:
  1459. return ret;
  1460. out_unregister_subsys:
  1461. unregister_pernet_subsys(&fib6_net_ops);
  1462. out_kmem_cache_create:
  1463. kmem_cache_destroy(fib6_node_kmem);
  1464. goto out;
  1465. }
  1466. void fib6_gc_cleanup(void)
  1467. {
  1468. unregister_pernet_subsys(&fib6_net_ops);
  1469. kmem_cache_destroy(fib6_node_kmem);
  1470. }