Lines Matching defs:tun_dst
2356 dst_release((struct dst_entry *)ovs_tun->tun_dst);
2724 struct metadata_dst *tun_dst;
2758 tun_dst = metadata_dst_alloc(key.tun_opts_len, METADATA_IP_TUNNEL,
2761 if (!tun_dst)
2764 err = dst_cache_init(&tun_dst->u.tun_info.dst_cache, GFP_KERNEL);
2766 dst_release((struct dst_entry *)tun_dst);
2773 dst_release((struct dst_entry *)tun_dst);
2778 ovs_tun->tun_dst = tun_dst;
2780 tun_info = &tun_dst->u.tun_info;
3657 struct ip_tunnel_info *tun_info = &ovs_tun->tun_dst->u.tun_info;