Home
last modified time | relevance | path

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

/Linux-v5.4/net/sunrpc/
Dsunrpc.h45 dst = rcu_dereference(sk->sk_dst_cache); in sock_is_loopback()
/Linux-v5.4/include/net/
Dsock.h403 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/
Daf_decnet.c439 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()
Ddn_nsp_out.c90 if (dn_route_output_sock(&sk->sk_dst_cache, &fld, sk, 0) == 0) { in dn_nsp_send()
/Linux-v5.4/drivers/net/ppp/
Dpptp.c530 dst_release(rcu_dereference_protected(sk->sk_dst_cache, 1)); in pptp_sock_destruct()
/Linux-v5.4/net/core/
Dsock.c549 RCU_INIT_POINTER(sk->sk_dst_cache, NULL); in __sk_dst_check()
1825 newsk->sk_dst_cache = NULL; in sk_clone_lock()
Ddev.c3653 rcu_access_pointer(sk->sk_dst_cache)) in netdev_pick_tx()
/Linux-v5.4/net/ipv4/
Daf_inet.c159 dst_release(rcu_dereference_protected(sk->sk_dst_cache, 1)); in inet_sock_destruct()
/Linux-v5.4/drivers/net/hyperv/
Dnetvsc_drv.c308 sk && sk_fullsock(sk) && rcu_access_pointer(sk->sk_dst_cache)) in netvsc_get_tx_queue()