Lines Matching refs:do_cache
1405 __be32 daddr, const bool do_cache) in rt_bind_exception() argument
1437 if (do_cache) { in rt_bind_exception()
1552 const bool do_cache) in rt_set_nexthop() argument
1581 cached = rt_bind_exception(rt, fnhe, daddr, do_cache); in rt_set_nexthop()
1582 else if (do_cache) in rt_set_nexthop()
1778 bool do_cache; in __mkroute_input() local
1797 do_cache = res->fi && !itag; in __mkroute_input()
1824 if (do_cache) { in __mkroute_input()
1849 do_cache); in __mkroute_input()
2210 bool do_cache = true; in ip_route_input_slow() local
2290 do_cache = false; in ip_route_input_slow()
2328 do_cache &= res->fi && !itag; in ip_route_input_slow()
2329 if (do_cache) { in ip_route_input_slow()
2359 if (do_cache) { in ip_route_input_slow()
2484 bool do_cache; in __mkroute_output() local
2506 do_cache = true; in __mkroute_output()
2516 do_cache = false; in __mkroute_output()
2534 do_cache = false; in __mkroute_output()
2538 do_cache &= fi != NULL; in __mkroute_output()
2544 if (!do_cache) in __mkroute_output()
2553 do_cache = false; in __mkroute_output()
2591 rt_set_nexthop(rth, fl4->daddr, res, fnhe, fi, type, 0, do_cache); in __mkroute_output()