Searched refs:sk_dst_cache (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/ |
D | sunrpc.h | 45 dst = rcu_dereference(sk->sk_dst_cache); in sock_is_loopback()
|
/kernel/linux/linux-5.10/include/net/ |
D | sock.h | 433 struct dst_entry __rcu *sk_dst_cache; member 1963 return rcu_dereference_check(sk->sk_dst_cache, in __sk_dst_get() 1973 dst = rcu_dereference(sk->sk_dst_cache); in sk_dst_get() 1988 rcu_assign_pointer(sk->sk_dst_cache, ndst); in __dst_negative_advice() 2008 old_dst = rcu_dereference_protected(sk->sk_dst_cache, in __sk_dst_set() 2010 rcu_assign_pointer(sk->sk_dst_cache, dst); in __sk_dst_set() 2021 old_dst = xchg((__force struct dst_entry **)&sk->sk_dst_cache, dst); in sk_dst_set()
|
/kernel/linux/linux-5.10/net/decnet/ |
D | af_decnet.c | 440 dst_release(rcu_dereference_protected(sk->sk_dst_cache, 1)); in dn_destruct() 949 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()
|
/kernel/linux/linux-5.10/drivers/net/ppp/ |
D | pptp.c | 531 dst_release(rcu_dereference_protected(sk->sk_dst_cache, 1)); in pptp_sock_destruct()
|
/kernel/linux/linux-5.10/net/core/ |
D | sock.c | 536 RCU_INIT_POINTER(sk->sk_dst_cache, NULL); in __sk_dst_check() 1917 newsk->sk_dst_cache = NULL; in sk_clone_lock()
|
D | dev.c | 4027 rcu_access_pointer(sk->sk_dst_cache)) in netdev_pick_tx()
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | af_inet.c | 160 dst_release(rcu_dereference_protected(sk->sk_dst_cache, 1)); in inet_sock_destruct()
|
/kernel/linux/linux-5.10/drivers/net/hyperv/ |
D | netvsc_drv.c | 309 sk && sk_fullsock(sk) && rcu_access_pointer(sk->sk_dst_cache)) in netvsc_get_tx_queue()
|