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