Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dsunrpc.h31 dst = rcu_dereference(sk->sk_dst_cache); in sock_is_loopback()
/linux/include/net/
H A Dsock.h256 * @sk_dst_cache: destination cache
514 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()
/linux/net/core/
H A Dsock.c609 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()
H A Ddev.c4707 rcu_access_pointer(sk->sk_dst_cache)) in netdev_pick_tx()
/linux/net/ipv4/
H A Daf_inet.c165 dst_release(rcu_dereference_protected(sk->sk_dst_cache, 1)); in inet_sock_destruct()
/linux/drivers/net/hyperv/
H A Dnetvsc_drv.c262 sk && sk_fullsock(sk) && rcu_access_pointer(sk->sk_dst_cache)) in netvsc_get_tx_queue()
/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c641 rcu_access_pointer(sk->sk_dst_cache)) in mana_get_tx_queue()