Lines Matching refs:do_cache
1429 __be32 daddr, const bool do_cache) in rt_bind_exception() argument
1461 if (do_cache) { in rt_bind_exception()
1576 const bool do_cache) in rt_set_nexthop() argument
1605 cached = rt_bind_exception(rt, fnhe, daddr, do_cache); in rt_set_nexthop()
1606 else if (do_cache) in rt_set_nexthop()
1802 bool do_cache; in __mkroute_input() local
1821 do_cache = res->fi && !itag; in __mkroute_input()
1848 if (do_cache) { in __mkroute_input()
1873 do_cache); in __mkroute_input()
2098 bool do_cache = true; in ip_route_input_slow() local
2178 do_cache = false; in ip_route_input_slow()
2216 do_cache &= res->fi && !itag; in ip_route_input_slow()
2217 if (do_cache) { in ip_route_input_slow()
2247 if (do_cache) { in ip_route_input_slow()
2372 bool do_cache; in __mkroute_output() local
2394 do_cache = true; in __mkroute_output()
2404 do_cache = false; in __mkroute_output()
2422 do_cache = false; in __mkroute_output()
2426 do_cache &= fi != NULL; in __mkroute_output()
2432 if (!do_cache) in __mkroute_output()
2441 do_cache = false; in __mkroute_output()
2479 rt_set_nexthop(rth, fl4->daddr, res, fnhe, fi, type, 0, do_cache); in __mkroute_output()