Searched refs:sk_dst_cache (Results 1 – 10 of 10) sorted by relevance
/linux/net/sunrpc/ |
A D | sunrpc.h | 45 dst = rcu_dereference(sk->sk_dst_cache); in sock_is_loopback()
|
/linux/include/net/ |
A D | sock.h | 438 struct dst_entry __rcu *sk_dst_cache; member 2033 return rcu_dereference_check(sk->sk_dst_cache, in __sk_dst_get() 2043 dst = rcu_dereference(sk->sk_dst_cache); in sk_dst_get() 2058 rcu_assign_pointer(sk->sk_dst_cache, ndst); in __dst_negative_advice() 2078 old_dst = rcu_dereference_protected(sk->sk_dst_cache, in __sk_dst_set() 2080 rcu_assign_pointer(sk->sk_dst_cache, dst); in __sk_dst_set() 2091 old_dst = xchg((__force struct dst_entry **)&sk->sk_dst_cache, dst); in sk_dst_set()
|
/linux/net/decnet/ |
A 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()
|
A D | dn_nsp_out.c | 90 if (dn_route_output_sock(&sk->sk_dst_cache, &fld, sk, 0) == 0) { in dn_nsp_send()
|
/linux/drivers/net/ppp/ |
A D | pptp.c | 529 dst_release(rcu_dereference_protected(sk->sk_dst_cache, 1)); in pptp_sock_destruct()
|
/linux/net/core/ |
A D | sock.c | 574 RCU_INIT_POINTER(sk->sk_dst_cache, NULL); in __sk_dst_check() 2145 newsk->sk_dst_cache = NULL; in sk_clone_lock()
|
A D | dev.c | 4079 rcu_access_pointer(sk->sk_dst_cache)) in netdev_pick_tx()
|
/linux/net/ipv4/ |
A D | af_inet.c | 156 dst_release(rcu_dereference_protected(sk->sk_dst_cache, 1)); in inet_sock_destruct()
|
/linux/drivers/net/ethernet/microsoft/mana/ |
A D | mana_en.c | 348 rcu_access_pointer(sk->sk_dst_cache)) in mana_get_tx_queue()
|
/linux/drivers/net/hyperv/ |
A D | netvsc_drv.c | 307 sk && sk_fullsock(sk) && rcu_access_pointer(sk->sk_dst_cache)) in netvsc_get_tx_queue()
|
Completed in 50 milliseconds