Lines Matching refs:tun_dst
826 struct metadata_dst *tun_dst, in __ip6_tnl_rcv() argument
899 if (tun_dst) in __ip6_tnl_rcv()
900 skb_dst_set(skb, (struct dst_entry *)tun_dst); in __ip6_tnl_rcv()
906 if (tun_dst) in __ip6_tnl_rcv()
907 dst_release((struct dst_entry *)tun_dst); in __ip6_tnl_rcv()
914 struct metadata_dst *tun_dst, in ip6_tnl_rcv() argument
925 return __ip6_tnl_rcv(t, skb, tpi, tun_dst, dscp_ecn_decapsulate, in ip6_tnl_rcv()
953 struct metadata_dst *tun_dst = NULL; in ipxip6_rcv() local
972 tun_dst = ipv6_tun_rx_dst(skb, 0, 0, 0); in ipxip6_rcv()
973 if (!tun_dst) in ipxip6_rcv()
976 ret = __ip6_tnl_rcv(t, skb, tpi, tun_dst, dscp_ecn_decapsulate, in ipxip6_rcv()