Searched refs:sk_dst_cache (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/net/sunrpc/ |
| D | sunrpc.h | 45 dst = rcu_dereference(sk->sk_dst_cache); in sock_is_loopback()
|
| /Linux-v5.4/include/net/ |
| D | sock.h | 403 struct dst_entry __rcu *sk_dst_cache; member 1867 return rcu_dereference_check(sk->sk_dst_cache, in __sk_dst_get() 1877 dst = rcu_dereference(sk->sk_dst_cache); in sk_dst_get() 1894 rcu_assign_pointer(sk->sk_dst_cache, ndst); in dst_negative_advice() 1908 old_dst = rcu_dereference_protected(sk->sk_dst_cache, in __sk_dst_set() 1910 rcu_assign_pointer(sk->sk_dst_cache, dst); in __sk_dst_set() 1921 old_dst = xchg((__force struct dst_entry **)&sk->sk_dst_cache, dst); in sk_dst_set()
|
| /Linux-v5.4/net/decnet/ |
| D | af_decnet.c | 439 dst_release(rcu_dereference_protected(sk->sk_dst_cache, 1)); in dn_destruct() 950 if (dn_route_output_sock(&sk->sk_dst_cache, &fld, sk, flags) < 0) in __dn_connect() 1956 if ((flags & MSG_TRYHARD) && sk->sk_dst_cache) in dn_sendmsg()
|
| D | dn_nsp_out.c | 90 if (dn_route_output_sock(&sk->sk_dst_cache, &fld, sk, 0) == 0) { in dn_nsp_send()
|
| /Linux-v5.4/drivers/net/ppp/ |
| D | pptp.c | 530 dst_release(rcu_dereference_protected(sk->sk_dst_cache, 1)); in pptp_sock_destruct()
|
| /Linux-v5.4/net/core/ |
| D | sock.c | 549 RCU_INIT_POINTER(sk->sk_dst_cache, NULL); in __sk_dst_check() 1825 newsk->sk_dst_cache = NULL; in sk_clone_lock()
|
| D | dev.c | 3653 rcu_access_pointer(sk->sk_dst_cache)) in netdev_pick_tx()
|
| /Linux-v5.4/net/ipv4/ |
| D | af_inet.c | 159 dst_release(rcu_dereference_protected(sk->sk_dst_cache, 1)); in inet_sock_destruct()
|
| /Linux-v5.4/drivers/net/hyperv/ |
| D | netvsc_drv.c | 308 sk && sk_fullsock(sk) && rcu_access_pointer(sk->sk_dst_cache)) in netvsc_get_tx_queue()
|