Searched refs:sk_dst_cache (Results 1 – 7 of 7) sorted by relevance
31 dst = rcu_dereference(sk->sk_dst_cache); in sock_is_loopback()
256 * @sk_dst_cache: destination cache514 struct dst_entry __rcu *sk_dst_cache; member 2189 return rcu_dereference_check(sk->sk_dst_cache, in __sk_dst_get() 2199 dst = rcu_dereference(sk->sk_dst_cache); in sk_dst_get() 2227 old_dst = rcu_dereference_protected(sk->sk_dst_cache, in __sk_dst_set() 2229 rcu_assign_pointer(sk->sk_dst_cache, dst); in __sk_dst_set() 2240 old_dst = unrcu_pointer(xchg(&sk->sk_dst_cache, RCU_INITIALIZER(dst))); in sk_dst_set()
609 RCU_INIT_POINTER(sk->sk_dst_cache, NULL); in __sk_dst_check() 2527 newsk->sk_dst_cache = NULL; in sk_clone() 4566 CACHELINE_ASSERT_GROUP_MEMBER(struct sock, sock_read_tx, sk_dst_cache); in sock_struct_check()
4707 rcu_access_pointer(sk->sk_dst_cache)) in netdev_pick_tx()
165 dst_release(rcu_dereference_protected(sk->sk_dst_cache, 1)); in inet_sock_destruct()
262 sk && sk_fullsock(sk) && rcu_access_pointer(sk->sk_dst_cache)) in netvsc_get_tx_queue()
641 rcu_access_pointer(sk->sk_dst_cache)) in mana_get_tx_queue()