Lines Matching refs:do_cache
1600 bool do_cache; in __mkroute_input() local
1619 do_cache = res->fi && !itag; in __mkroute_input()
1642 if (do_cache) { in __mkroute_input()
1665 IN_DEV_CONF_GET(out_dev, NOXFRM), do_cache); in __mkroute_input()
1781 bool do_cache; in ip_route_input_slow() local
1881 do_cache = false; in ip_route_input_slow()
1890 do_cache = true; in ip_route_input_slow()
1895 IN_DEV_CONF_GET(in_dev, NOPOLICY), false, do_cache); in ip_route_input_slow()
1913 if (do_cache) { in ip_route_input_slow()
2011 bool do_cache; in __mkroute_output() local
2031 do_cache = true; in __mkroute_output()
2041 do_cache = false; in __mkroute_output()
2063 do_cache &= fi != NULL; in __mkroute_output()
2064 if (do_cache) { in __mkroute_output()
2085 do_cache = false; in __mkroute_output()
2102 do_cache); in __mkroute_output()