Lines Matching refs:do_cache
1583 bool do_cache; in __mkroute_input() local
1602 do_cache = res->fi && !itag; in __mkroute_input()
1625 if (do_cache) { in __mkroute_input()
1648 IN_DEV_CONF_GET(out_dev, NOXFRM), do_cache); in __mkroute_input()
1713 bool do_cache; in ip_route_input_slow() local
1804 do_cache = false; in ip_route_input_slow()
1813 do_cache = true; in ip_route_input_slow()
1818 IN_DEV_CONF_GET(in_dev, NOPOLICY), false, do_cache); in ip_route_input_slow()
1843 if (do_cache) { in ip_route_input_slow()
1942 bool do_cache; in __mkroute_output() local
1962 do_cache = true; in __mkroute_output()
1972 do_cache = false; in __mkroute_output()
1982 do_cache &= fi != NULL; in __mkroute_output()
1983 if (do_cache) { in __mkroute_output()
2004 do_cache = false; in __mkroute_output()
2021 do_cache); in __mkroute_output()