Lines Matching defs:tun_dst
271 struct metadata_dst *tun_dst = NULL;
328 tun_dst = ip_tun_rx_dst(skb, flags,
330 if (!tun_dst)
341 md = ip_tunnel_info_opts(&tun_dst->u.tun_info);
347 info = &tun_dst->u.tun_info;
354 ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error);
367 struct metadata_dst *tun_dst = NULL;
400 tun_dst = ip_tun_rx_dst(skb, flags, tun_id, 0);
401 if (!tun_dst)
405 ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error);