Searched refs:sk_dst_cache (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/net/sunrpc/ |
D | sunrpc.h | 51 dst = rcu_dereference(sk->sk_dst_cache); in sock_is_loopback()
|
/linux-4.4.14/include/net/ |
D | sock.h | 394 struct dst_entry __rcu *sk_dst_cache; member 1712 return rcu_dereference_check(sk->sk_dst_cache, sock_owned_by_user(sk) || in __sk_dst_get() 1722 dst = rcu_dereference(sk->sk_dst_cache); in sk_dst_get() 1739 rcu_assign_pointer(sk->sk_dst_cache, ndst); in dst_negative_advice() 1755 old_dst = rcu_dereference_raw(sk->sk_dst_cache); in __sk_dst_set() 1756 rcu_assign_pointer(sk->sk_dst_cache, dst); in __sk_dst_set() 1766 old_dst = xchg((__force struct dst_entry **)&sk->sk_dst_cache, dst); in sk_dst_set()
|
/linux-4.4.14/net/decnet/ |
D | af_decnet.c | 446 dst_release(rcu_dereference_check(sk->sk_dst_cache, 1)); in dn_destruct() 958 if (dn_route_output_sock(&sk->sk_dst_cache, &fld, sk, flags) < 0) in __dn_connect() 1961 if ((flags & MSG_TRYHARD) && sk->sk_dst_cache) in dn_sendmsg()
|
D | dn_nsp_out.c | 98 if (dn_route_output_sock(&sk->sk_dst_cache, &fld, sk, 0) == 0) { in dn_nsp_send()
|
/linux-4.4.14/net/core/ |
D | sock.c | 535 RCU_INIT_POINTER(sk->sk_dst_cache, NULL); in __sk_dst_check() 1537 newsk->sk_dst_cache = NULL; in sk_clone_lock()
|
D | dev.c | 3013 rcu_access_pointer(sk->sk_dst_cache)) in __netdev_pick_tx()
|
/linux-4.4.14/net/ipv4/ |
D | af_inet.c | 158 dst_release(rcu_dereference_check(sk->sk_dst_cache, 1)); in inet_sock_destruct()
|