Lines Matching refs:tun_dst
264 struct metadata_dst *tun_dst = NULL;
314 tun_dst = ip_tun_rx_dst(skb, flags,
316 if (!tun_dst)
327 md = ip_tunnel_info_opts(&tun_dst->u.tun_info);
333 info = &tun_dst->u.tun_info;
339 ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error);
352 struct metadata_dst *tun_dst = NULL;
379 tun_dst = ip_tun_rx_dst(skb, flags, tun_id, 0);
380 if (!tun_dst)
384 ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error);