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()1476 dst = rcu_dereference_protected(sk->sk_rx_dst, in tcp_v6_do_rcv()1485 RCU_INIT_POINTER(sk->sk_rx_dst, NULL); in tcp_v6_do_rcv()1867 struct dst_entry *dst = rcu_dereference(sk->sk_rx_dst); in tcp_v6_early_demux()
990 if (unlikely(rcu_dereference(sk->sk_rx_dst) != dst)) in __udp6_lib_rcv()1110 dst = rcu_dereference(sk->sk_rx_dst); in udp_v6_early_demux()
1657 dst = rcu_dereference_protected(sk->sk_rx_dst, in tcp_v4_do_rcv()1666 RCU_INIT_POINTER(sk->sk_rx_dst, NULL); in tcp_v4_do_rcv()1746 struct dst_entry *dst = rcu_dereference(sk->sk_rx_dst); in tcp_v4_early_demux()2189 rcu_assign_pointer(sk->sk_rx_dst, dst); in inet_sk_rx_dst_set()
2258 old = xchg((__force struct dst_entry **)&sk->sk_rx_dst, dst); in udp_sk_rx_dst_set()2451 if (unlikely(rcu_dereference(sk->sk_rx_dst) != dst)) in __udp4_lib_rcv()2612 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()
3159 dst_release(xchg((__force struct dst_entry **)&sk->sk_rx_dst, NULL)); in tcp_disconnect()
5844 if (unlikely(!rcu_access_pointer(sk->sk_rx_dst))) in tcp_rcv_established()
394 struct dst_entry __rcu *sk_rx_dst; member