Lines Matching refs:do_cache
1428 __be32 daddr, const bool do_cache) in rt_bind_exception() argument
1460 if (do_cache) { in rt_bind_exception()
1577 const bool do_cache) in rt_set_nexthop() argument
1606 cached = rt_bind_exception(rt, fnhe, daddr, do_cache); in rt_set_nexthop()
1607 else if (do_cache) in rt_set_nexthop()
1810 bool do_cache; in __mkroute_input() local
1830 do_cache = res->fi && !itag; in __mkroute_input()
1860 if (do_cache) { in __mkroute_input()
1884 do_cache); in __mkroute_input()
2257 bool do_cache = true; in ip_route_input_slow() local
2348 do_cache = false; in ip_route_input_slow()
2397 do_cache &= res->fi && !itag; in ip_route_input_slow()
2398 if (do_cache) { in ip_route_input_slow()
2427 if (do_cache) { in ip_route_input_slow()
2552 bool do_cache; in __mkroute_output() local
2574 do_cache = true; in __mkroute_output()
2584 do_cache = false; in __mkroute_output()
2602 do_cache = false; in __mkroute_output()
2606 do_cache &= fi != NULL; in __mkroute_output()
2612 if (!do_cache) in __mkroute_output()
2621 do_cache = false; in __mkroute_output()
2658 rt_set_nexthop(rth, fl4->daddr, res, fnhe, fi, type, 0, do_cache); in __mkroute_output()