Lines Matching refs:do_cache
1417 __be32 daddr, const bool do_cache) in rt_bind_exception() argument
1449 if (do_cache) { in rt_bind_exception()
1564 const bool do_cache) in rt_set_nexthop() argument
1593 cached = rt_bind_exception(rt, fnhe, daddr, do_cache); in rt_set_nexthop()
1594 else if (do_cache) in rt_set_nexthop()
1792 bool do_cache; in __mkroute_input() local
1811 do_cache = res->fi && !itag; in __mkroute_input()
1838 if (do_cache) { in __mkroute_input()
1851 IN_DEV_CONF_GET(out_dev, NOXFRM), do_cache); in __mkroute_input()
1863 do_cache); in __mkroute_input()
2049 bool do_cache = true; in ip_route_input_slow() local
2128 do_cache = false; in ip_route_input_slow()
2166 do_cache &= res->fi && !itag; in ip_route_input_slow()
2167 if (do_cache) { in ip_route_input_slow()
2180 IN_DEV_CONF_GET(in_dev, NOPOLICY), false, do_cache); in ip_route_input_slow()
2197 if (do_cache) { in ip_route_input_slow()
2322 bool do_cache; in __mkroute_output() local
2344 do_cache = true; in __mkroute_output()
2354 do_cache = false; in __mkroute_output()
2372 do_cache = false; in __mkroute_output()
2376 do_cache &= fi != NULL; in __mkroute_output()
2382 if (!do_cache) in __mkroute_output()
2391 do_cache = false; in __mkroute_output()
2405 do_cache); in __mkroute_output()
2430 rt_set_nexthop(rth, fl4->daddr, res, fnhe, fi, type, 0, do_cache); in __mkroute_output()