Lines Matching refs:ndst
974 struct dst_entry *dst = NULL, *ndst = NULL; in ip6_tnl_xmit2() local
984 ndst = ip6_route_output(net, NULL, fl6); in ip6_tnl_xmit2()
986 if (ndst->error) in ip6_tnl_xmit2()
988 ndst = xfrm_lookup(net, ndst, flowi6_to_flowi(fl6), NULL, 0); in ip6_tnl_xmit2()
989 if (IS_ERR(ndst)) { in ip6_tnl_xmit2()
990 err = PTR_ERR(ndst); in ip6_tnl_xmit2()
991 ndst = NULL; in ip6_tnl_xmit2()
994 dst = ndst; in ip6_tnl_xmit2()
1041 ndst = NULL; in ip6_tnl_xmit2()
1068 if (ndst) in ip6_tnl_xmit2()
1069 ip6_tnl_dst_store(t, ndst); in ip6_tnl_xmit2()
1075 dst_release(ndst); in ip6_tnl_xmit2()