Home
last modified time | relevance | path

Searched refs:sk_dst_cache (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dsunrpc.h45 dst = rcu_dereference(sk->sk_dst_cache); in sock_is_loopback()
/OK3568_Linux_fs/kernel/include/net/
H A Dsock.h427 struct dst_entry __rcu *sk_dst_cache; member
1971 return rcu_dereference_check(sk->sk_dst_cache, in __sk_dst_get()
1981 dst = rcu_dereference(sk->sk_dst_cache); in sk_dst_get()
1996 rcu_assign_pointer(sk->sk_dst_cache, ndst); in __dst_negative_advice()
2016 old_dst = rcu_dereference_protected(sk->sk_dst_cache, in __sk_dst_set()
2018 rcu_assign_pointer(sk->sk_dst_cache, dst); in __sk_dst_set()
2029 old_dst = xchg((__force struct dst_entry **)&sk->sk_dst_cache, dst); in sk_dst_set()
/OK3568_Linux_fs/kernel/net/decnet/
H A Daf_decnet.c440 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()
H A Ddn_nsp_out.c90 if (dn_route_output_sock(&sk->sk_dst_cache, &fld, sk, 0) == 0) { in dn_nsp_send()
/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dpptp.c531 dst_release(rcu_dereference_protected(sk->sk_dst_cache, 1)); in pptp_sock_destruct()
/OK3568_Linux_fs/kernel/net/core/
H A Dsock.c537 RCU_INIT_POINTER(sk->sk_dst_cache, NULL); in __sk_dst_check()
1918 newsk->sk_dst_cache = NULL; in sk_clone_lock()
H A Ddev.c4032 rcu_access_pointer(sk->sk_dst_cache)) in netdev_pick_tx()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Daf_inet.c160 dst_release(rcu_dereference_protected(sk->sk_dst_cache, 1)); in inet_sock_destruct()
/OK3568_Linux_fs/kernel/drivers/net/hyperv/
H A Dnetvsc_drv.c309 sk && sk_fullsock(sk) && rcu_access_pointer(sk->sk_dst_cache)) in netvsc_get_tx_queue()