Lines Matching defs:tun_dst
141 struct metadata_dst *tun_dst;
143 tun_dst = metadata_dst_alloc(md_size, METADATA_IP_TUNNEL, GFP_ATOMIC);
144 if (!tun_dst)
147 tun_dst->u.tun_info.options_len = 0;
148 tun_dst->u.tun_info.mode = 0;
149 return tun_dst;
205 struct metadata_dst *tun_dst;
207 tun_dst = tun_rx_dst(md_size);
208 if (!tun_dst)
211 ip_tunnel_key_init(&tun_dst->u.tun_info.key,
214 return tun_dst;
237 struct metadata_dst *tun_dst;
240 tun_dst = tun_rx_dst(md_size);
241 if (!tun_dst)
244 info = &tun_dst->u.tun_info;
258 return tun_dst;