Lines Matching defs:tun_dst
99 struct metadata_dst *tun_dst;
101 tun_dst = metadata_dst_alloc(md_size, METADATA_IP_TUNNEL, GFP_ATOMIC);
102 if (!tun_dst)
105 tun_dst->u.tun_info.options_len = 0;
106 tun_dst->u.tun_info.mode = 0;
107 return tun_dst;
150 struct metadata_dst *tun_dst;
152 tun_dst = tun_rx_dst(md_size);
153 if (!tun_dst)
156 ip_tunnel_key_init(&tun_dst->u.tun_info.key,
159 return tun_dst;
182 struct metadata_dst *tun_dst;
185 tun_dst = tun_rx_dst(md_size);
186 if (!tun_dst)
189 info = &tun_dst->u.tun_info;
203 return tun_dst;