Lines Matching refs:tun_dst
793 struct metadata_dst *tun_dst, in __ip6_tnl_rcv() argument
862 if (tun_dst) in __ip6_tnl_rcv()
863 skb_dst_set(skb, (struct dst_entry *)tun_dst); in __ip6_tnl_rcv()
869 if (tun_dst) in __ip6_tnl_rcv()
870 dst_release((struct dst_entry *)tun_dst); in __ip6_tnl_rcv()
877 struct metadata_dst *tun_dst, in ip6_tnl_rcv() argument
888 return __ip6_tnl_rcv(t, skb, tpi, tun_dst, dscp_ecn_decapsulate, in ip6_tnl_rcv()
916 struct metadata_dst *tun_dst = NULL; in ipxip6_rcv() local
935 tun_dst = ipv6_tun_rx_dst(skb, 0, 0, 0); in ipxip6_rcv()
936 if (!tun_dst) in ipxip6_rcv()
939 ret = __ip6_tnl_rcv(t, skb, tpi, tun_dst, dscp_ecn_decapsulate, in ipxip6_rcv()