Lines Matching refs:do_cache
1420 __be32 daddr, const bool do_cache) in rt_bind_exception() argument
1452 if (do_cache) { in rt_bind_exception()
1572 const bool do_cache) in rt_set_nexthop() argument
1601 cached = rt_bind_exception(rt, fnhe, daddr, do_cache); in rt_set_nexthop()
1602 else if (do_cache) in rt_set_nexthop()
1801 bool do_cache; in __mkroute_input() local
1820 do_cache = res->fi && !itag; in __mkroute_input()
1850 if (do_cache) { in __mkroute_input()
1874 do_cache); in __mkroute_input()
2235 bool do_cache = true; in ip_route_input_slow() local
2316 do_cache = false; in ip_route_input_slow()
2357 do_cache &= res->fi && !itag; in ip_route_input_slow()
2358 if (do_cache) { in ip_route_input_slow()
2387 if (do_cache) { in ip_route_input_slow()
2512 bool do_cache; in __mkroute_output() local
2534 do_cache = true; in __mkroute_output()
2544 do_cache = false; in __mkroute_output()
2562 do_cache = false; in __mkroute_output()
2566 do_cache &= fi != NULL; in __mkroute_output()
2572 if (!do_cache) in __mkroute_output()
2581 do_cache = false; in __mkroute_output()
2618 rt_set_nexthop(rth, fl4->daddr, res, fnhe, fi, type, 0, do_cache); in __mkroute_output()