Lines Matching refs:dst_cache
308 dst_cache_reset(&tunnel->dst_cache); in ip_tunnel_bind_dev()
625 rt = dst_cache_get_ip4(&tun_info->dst_cache, &fl4.saddr); in ip_md_tunnel_xmit()
633 dst_cache_set_ip4(&tun_info->dst_cache, &rt->dst, in ip_md_tunnel_xmit()
786 rt = dst_cache_get_ip4(&tun_info->dst_cache, in ip_tunnel_xmit()
789 rt = connected ? dst_cache_get_ip4(&tunnel->dst_cache, in ip_tunnel_xmit()
801 dst_cache_set_ip4(&tun_info->dst_cache, &rt->dst, in ip_tunnel_xmit()
804 dst_cache_set_ip4(&tunnel->dst_cache, &rt->dst, in ip_tunnel_xmit()
903 dst_cache_reset(&t->dst_cache); in ip_tunnel_update()
1102 dst_cache_destroy(&tunnel->dst_cache); in ip_tunnel_dev_free()
1318 err = dst_cache_init(&tunnel->dst_cache, GFP_KERNEL); in ip_tunnel_init()
1324 dst_cache_destroy(&tunnel->dst_cache); in ip_tunnel_init()
1352 dst_cache_reset(&tunnel->dst_cache); in ip_tunnel_uninit()