Searched refs:sk_rx_dst (Results 1 – 8 of 8) sorted by relevance
110 rcu_assign_pointer(sk->sk_rx_dst, dst); in inet6_sk_rx_dst_set()1462 dst = rcu_dereference_protected(sk->sk_rx_dst, in tcp_v6_do_rcv()1471 RCU_INIT_POINTER(sk->sk_rx_dst, NULL); in tcp_v6_do_rcv()1852 struct dst_entry *dst = rcu_dereference(sk->sk_rx_dst); in tcp_v6_early_demux()
966 if (unlikely(rcu_dereference(sk->sk_rx_dst) != dst)) in __udp6_lib_rcv()1086 dst = rcu_dereference(sk->sk_rx_dst); in udp_v6_early_demux()
1646 dst = rcu_dereference_protected(sk->sk_rx_dst, in tcp_v4_do_rcv()1655 RCU_INIT_POINTER(sk->sk_rx_dst, NULL); in tcp_v4_do_rcv()1734 struct dst_entry *dst = rcu_dereference(sk->sk_rx_dst); in tcp_v4_early_demux()2174 rcu_assign_pointer(sk->sk_rx_dst, dst); in inet_sk_rx_dst_set()
2265 old = xchg((__force struct dst_entry **)&sk->sk_rx_dst, dst); in udp_sk_rx_dst_set()2458 if (unlikely(rcu_dereference(sk->sk_rx_dst) != dst)) in __udp4_lib_rcv()2619 dst = rcu_dereference(sk->sk_rx_dst); in udp_v4_early_demux()
158 dst_release(rcu_dereference_protected(sk->sk_rx_dst, 1)); in inet_sock_destruct()
3063 dst_release(xchg((__force struct dst_entry **)&sk->sk_rx_dst, NULL)); in tcp_disconnect()
5845 if (unlikely(!rcu_access_pointer(sk->sk_rx_dst))) in tcp_rcv_established()
393 struct dst_entry __rcu *sk_rx_dst; member