Searched refs:sk_dst_cache (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | sunrpc.h | 45 dst = rcu_dereference(sk->sk_dst_cache); in sock_is_loopback()
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | sunrpc.h | 31 dst = rcu_dereference(sk->sk_dst_cache); in sock_is_loopback()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | sock.h | 266 * @sk_dst_cache: destination cache 435 struct dst_entry __rcu *sk_dst_cache; member 2004 return rcu_dereference_check(sk->sk_dst_cache, in __sk_dst_get() 2014 dst = rcu_dereference(sk->sk_dst_cache); in sk_dst_get() 2042 old_dst = rcu_dereference_protected(sk->sk_dst_cache, in __sk_dst_set() 2044 rcu_assign_pointer(sk->sk_dst_cache, dst); in __sk_dst_set() 2055 old_dst = xchg((__force struct dst_entry **)&sk->sk_dst_cache, dst); in sk_dst_set()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | sock.h | 262 * @sk_dst_cache: destination cache 445 struct dst_entry __rcu *sk_dst_cache; member 2157 return rcu_dereference_check(sk->sk_dst_cache, in __sk_dst_get() 2167 dst = rcu_dereference(sk->sk_dst_cache); in sk_dst_get() 2182 rcu_assign_pointer(sk->sk_dst_cache, ndst); in __dst_negative_advice() 2202 old_dst = rcu_dereference_protected(sk->sk_dst_cache, in __sk_dst_set() 2204 rcu_assign_pointer(sk->sk_dst_cache, dst); in __sk_dst_set() 2215 old_dst = xchg((__force struct dst_entry **)&sk->sk_dst_cache, dst); in sk_dst_set()
|
/kernel/linux/linux-5.10/drivers/net/ppp/ |
H A D | pptp.c | 540 dst_release(rcu_dereference_protected(sk->sk_dst_cache, 1)); in pptp_sock_destruct()
|
/kernel/linux/linux-6.6/drivers/net/ppp/ |
H A D | pptp.c | 538 dst_release(rcu_dereference_protected(sk->sk_dst_cache, 1)); in pptp_sock_destruct()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | sock.c | 536 RCU_INIT_POINTER(sk->sk_dst_cache, NULL); in __sk_dst_check() 1921 newsk->sk_dst_cache = NULL; in sk_clone_lock()
|
H A D | dev.c | 4039 rcu_access_pointer(sk->sk_dst_cache)) in netdev_pick_tx()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | sock.c | 605 RCU_INIT_POINTER(sk->sk_dst_cache, NULL); in __sk_dst_check() 2337 newsk->sk_dst_cache = NULL; in sk_clone_lock()
|
H A D | dev.c | 4221 rcu_access_pointer(sk->sk_dst_cache)) in netdev_pick_tx()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | af_inet.c | 163 dst_release(rcu_dereference_protected(sk->sk_dst_cache, 1)); in inet_sock_destruct()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | af_inet.c | 158 dst_release(rcu_dereference_protected(sk->sk_dst_cache, 1)); in inet_sock_destruct()
|
/kernel/linux/linux-5.10/drivers/net/hyperv/ |
H A D | netvsc_drv.c | 309 sk && sk_fullsock(sk) && rcu_access_pointer(sk->sk_dst_cache)) in netvsc_get_tx_queue()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/microsoft/mana/ |
H A D | mana_en.c | 487 rcu_access_pointer(sk->sk_dst_cache)) in mana_get_tx_queue()
|
/kernel/linux/linux-6.6/drivers/net/hyperv/ |
H A D | netvsc_drv.c | 261 sk && sk_fullsock(sk) && rcu_access_pointer(sk->sk_dst_cache)) in netvsc_get_tx_queue()
|
Completed in 61 milliseconds