Lines Matching refs:ndst
983 struct dst_entry *dst = NULL, *ndst = NULL; in ip6_tnl_xmit2() local
1019 ndst = ip6_route_output(net, NULL, fl6); in ip6_tnl_xmit2()
1021 if (ndst->error) in ip6_tnl_xmit2()
1023 ndst = xfrm_lookup(net, ndst, flowi6_to_flowi(fl6), NULL, 0); in ip6_tnl_xmit2()
1024 if (IS_ERR(ndst)) { in ip6_tnl_xmit2()
1025 err = PTR_ERR(ndst); in ip6_tnl_xmit2()
1026 ndst = NULL; in ip6_tnl_xmit2()
1029 dst = ndst; in ip6_tnl_xmit2()
1077 ndst = NULL; in ip6_tnl_xmit2()
1104 if (ndst) in ip6_tnl_xmit2()
1105 ip6_tnl_dst_store(t, ndst); in ip6_tnl_xmit2()
1111 dst_release(ndst); in ip6_tnl_xmit2()