Lines Matching refs:ndst
617 struct dst_entry *dst = NULL, *ndst = NULL; in ip6gre_xmit2() local
640 ndst = ip6_route_output(net, NULL, fl6); in ip6gre_xmit2()
642 if (ndst->error) in ip6gre_xmit2()
644 ndst = xfrm_lookup(net, ndst, flowi6_to_flowi(fl6), NULL, 0); in ip6gre_xmit2()
645 if (IS_ERR(ndst)) { in ip6gre_xmit2()
646 err = PTR_ERR(ndst); in ip6gre_xmit2()
647 ndst = NULL; in ip6gre_xmit2()
650 dst = ndst; in ip6gre_xmit2()
707 ndst = NULL; in ip6gre_xmit2()
765 if (ndst) in ip6gre_xmit2()
766 ip6_tnl_dst_store(tunnel, ndst); in ip6gre_xmit2()
772 dst_release(ndst); in ip6gre_xmit2()