Lines Matching refs:tun_dst
772 struct metadata_dst *tun_dst, in __ip6_tnl_rcv() argument
845 if (tun_dst) in __ip6_tnl_rcv()
846 skb_dst_set(skb, (struct dst_entry *)tun_dst); in __ip6_tnl_rcv()
852 if (tun_dst) in __ip6_tnl_rcv()
853 dst_release((struct dst_entry *)tun_dst); in __ip6_tnl_rcv()
860 struct metadata_dst *tun_dst, in ip6_tnl_rcv() argument
863 return __ip6_tnl_rcv(t, skb, tpi, tun_dst, ip6ip6_dscp_ecn_decapsulate, in ip6_tnl_rcv()
886 struct metadata_dst *tun_dst = NULL; in ipxip6_rcv() local
905 tun_dst = ipv6_tun_rx_dst(skb, 0, 0, 0); in ipxip6_rcv()
906 if (!tun_dst) in ipxip6_rcv()
909 ret = __ip6_tnl_rcv(t, skb, tpi, tun_dst, dscp_ecn_decapsulate, in ipxip6_rcv()