Home
last modified time | relevance | path

Searched refs:use_cache (Results 1 – 2 of 2) sorted by relevance

/net/ipv4/
A Dip_tunnel.c597 bool use_cache; in ip_md_tunnel_xmit() local
624 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_md_tunnel_xmit()
625 if (use_cache) in ip_md_tunnel_xmit()
633 if (use_cache) in ip_md_tunnel_xmit()
692 bool use_cache = false; in ip_tunnel_xmit() local
785 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_tunnel_xmit()
786 if (use_cache) in ip_tunnel_xmit()
801 if (use_cache) in ip_tunnel_xmit()
/net/ipv6/
A Dip6_tunnel.c1100 bool use_cache = false; in ip6_tnl_xmit() local
1151 use_cache = true; in ip6_tnl_xmit()
1154 if (use_cache) in ip6_tnl_xmit()
1241 if (use_cache && ndst) in ip6_tnl_xmit()

Completed in 9 milliseconds