Lines Matching defs:tun_dst
2387 dst_release((struct dst_entry *)ovs_tun->tun_dst);
2765 struct metadata_dst *tun_dst;
2799 tun_dst = metadata_dst_alloc(key.tun_opts_len, METADATA_IP_TUNNEL,
2802 if (!tun_dst)
2805 err = dst_cache_init(&tun_dst->u.tun_info.dst_cache, GFP_KERNEL);
2807 dst_release((struct dst_entry *)tun_dst);
2814 dst_release((struct dst_entry *)tun_dst);
2819 ovs_tun->tun_dst = tun_dst;
2821 tun_info = &tun_dst->u.tun_info;
3706 struct ip_tunnel_info *tun_info = &ovs_tun->tun_dst->u.tun_info;