Lines Matching refs:ndst
165 struct dst_entry *ndst;
169 ndst = dst_cache_get(cache);
171 struct rtable *rt = (struct rtable *)ndst;
194 if (!ndst) {
201 ndst = ipv6_stub->ipv6_dst_lookup_flow(net,
204 if (IS_ERR(ndst)) {
205 err = PTR_ERR(ndst);
208 dst_cache_set_ip6(cache, ndst, &fl6.saddr);
210 ttl = ip6_dst_hoplimit(ndst);
211 err = udp_tunnel6_xmit_skb(ndst, ub->ubsock->sk, skb, NULL,