Lines Matching refs:ndst
171 struct dst_entry *ndst;
175 ndst = dst_cache_get(cache);
177 struct rtable *rt = (struct rtable *)ndst;
200 if (!ndst) {
207 ndst = ipv6_stub->ipv6_dst_lookup_flow(net,
210 if (IS_ERR(ndst)) {
211 err = PTR_ERR(ndst);
214 dst_cache_set_ip6(cache, ndst, &fl6.saddr);
216 ttl = ip6_dst_hoplimit(ndst);
217 err = udp_tunnel6_xmit_skb(ndst, ub->ubsock->sk, skb, NULL,