Lines Matching defs:tun_dst
266 struct metadata_dst *tun_dst = NULL;
316 tun_dst = ip_tun_rx_dst(skb, flags,
318 if (!tun_dst)
329 md = ip_tunnel_info_opts(&tun_dst->u.tun_info);
335 info = &tun_dst->u.tun_info;
341 ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error);
354 struct metadata_dst *tun_dst = NULL;
384 tun_dst = ip_tun_rx_dst(skb, flags, tun_id, 0);
385 if (!tun_dst)
389 ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error);