Home
last modified time | relevance | path

Searched refs:old_dst (Results 1 – 1 of 1) sorted by relevance

/include/net/
Dsock.h2145 struct dst_entry *old_dst; in __sk_dst_set() local
2149 old_dst = rcu_dereference_protected(sk->sk_dst_cache, in __sk_dst_set()
2152 dst_release(old_dst); in __sk_dst_set()
2158 struct dst_entry *old_dst; in sk_dst_set() local
2162 old_dst = unrcu_pointer(xchg(&sk->sk_dst_cache, RCU_INITIALIZER(dst))); in sk_dst_set()
2163 dst_release(old_dst); in sk_dst_set()