Lines Matching refs:tun_dst
777 struct metadata_dst *tun_dst, in __ip6_tnl_rcv() argument
850 if (tun_dst) in __ip6_tnl_rcv()
851 skb_dst_set(skb, (struct dst_entry *)tun_dst); in __ip6_tnl_rcv()
857 if (tun_dst) in __ip6_tnl_rcv()
858 dst_release((struct dst_entry *)tun_dst); in __ip6_tnl_rcv()
865 struct metadata_dst *tun_dst, in ip6_tnl_rcv() argument
868 return __ip6_tnl_rcv(t, skb, tpi, tun_dst, ip6ip6_dscp_ecn_decapsulate, in ip6_tnl_rcv()
891 struct metadata_dst *tun_dst = NULL; in ipxip6_rcv() local
909 tun_dst = ipv6_tun_rx_dst(skb, 0, 0, 0); in ipxip6_rcv()
910 if (!tun_dst) in ipxip6_rcv()
913 ret = __ip6_tnl_rcv(t, skb, tpi, tun_dst, dscp_ecn_decapsulate, in ipxip6_rcv()