Searched refs:sk_rx_dst (Results 1 – 8 of 8) sorted by relevance
106 rcu_assign_pointer(sk->sk_rx_dst, dst); in inet6_sk_rx_dst_set()1471 dst = rcu_dereference_protected(sk->sk_rx_dst, in tcp_v6_do_rcv()1480 RCU_INIT_POINTER(sk->sk_rx_dst, NULL); in tcp_v6_do_rcv()1868 struct dst_entry *dst = rcu_dereference(sk->sk_rx_dst); in tcp_v6_early_demux()
980 if (unlikely(rcu_dereference(sk->sk_rx_dst) != dst)) in __udp6_lib_rcv()1106 dst = rcu_dereference(sk->sk_rx_dst); in udp_v6_early_demux()
1715 dst = rcu_dereference_protected(sk->sk_rx_dst, in tcp_v4_do_rcv()1724 RCU_INIT_POINTER(sk->sk_rx_dst, NULL); in tcp_v4_do_rcv()1804 struct dst_entry *dst = rcu_dereference(sk->sk_rx_dst); in tcp_v4_early_demux()2249 rcu_assign_pointer(sk->sk_rx_dst, dst); in inet_sk_rx_dst_set()
2208 old = xchg((__force struct dst_entry **)&sk->sk_rx_dst, dst); in udp_sk_rx_dst_set()2405 if (unlikely(rcu_dereference(sk->sk_rx_dst) != dst)) in __udp4_lib_rcv()2575 dst = rcu_dereference(sk->sk_rx_dst); in udp_v4_early_demux()
159 dst_release(rcu_dereference_protected(sk->sk_rx_dst, 1)); in inet_sock_destruct()
3048 dst_release(xchg((__force struct dst_entry **)&sk->sk_rx_dst, NULL)); in tcp_disconnect()
5893 if (unlikely(!rcu_access_pointer(sk->sk_rx_dst))) in tcp_rcv_established()
398 struct dst_entry __rcu *sk_rx_dst; member