Searched refs:ndst (Results 1 – 1 of 1) sorted by relevance
2086 struct dst_entry *ndst, *dst = __sk_dst_get(sk); in __dst_negative_advice() local2089 ndst = dst->ops->negative_advice(dst); in __dst_negative_advice()2091 if (ndst != dst) { in __dst_negative_advice()2092 rcu_assign_pointer(sk->sk_dst_cache, ndst); in __dst_negative_advice()