Lines Matching refs:do_cache
1413 __be32 daddr, const bool do_cache) in rt_bind_exception() argument
1445 if (do_cache) { in rt_bind_exception()
1560 const bool do_cache) in rt_set_nexthop() argument
1589 cached = rt_bind_exception(rt, fnhe, daddr, do_cache); in rt_set_nexthop()
1590 else if (do_cache) in rt_set_nexthop()
1786 bool do_cache; in __mkroute_input() local
1805 do_cache = res->fi && !itag; in __mkroute_input()
1832 if (do_cache) { in __mkroute_input()
1857 do_cache); in __mkroute_input()
2218 bool do_cache = true; in ip_route_input_slow() local
2298 do_cache = false; in ip_route_input_slow()
2336 do_cache &= res->fi && !itag; in ip_route_input_slow()
2337 if (do_cache) { in ip_route_input_slow()
2367 if (do_cache) { in ip_route_input_slow()
2492 bool do_cache; in __mkroute_output() local
2514 do_cache = true; in __mkroute_output()
2524 do_cache = false; in __mkroute_output()
2542 do_cache = false; in __mkroute_output()
2546 do_cache &= fi != NULL; in __mkroute_output()
2552 if (!do_cache) in __mkroute_output()
2561 do_cache = false; in __mkroute_output()
2599 rt_set_nexthop(rth, fl4->daddr, res, fnhe, fi, type, 0, do_cache); in __mkroute_output()