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()1489 dst = rcu_dereference_protected(sk->sk_rx_dst, in tcp_v6_do_rcv()1497 RCU_INIT_POINTER(sk->sk_rx_dst, NULL); in tcp_v6_do_rcv()1850 struct dst_entry *dst = rcu_dereference(sk->sk_rx_dst); in tcp_v6_early_demux()
944 if (unlikely(rcu_dereference(sk->sk_rx_dst) != dst)) in __udp6_lib_rcv()1058 dst = rcu_dereference(sk->sk_rx_dst); in udp_v6_early_demux()
1677 dst = rcu_dereference_protected(sk->sk_rx_dst, in tcp_v4_do_rcv()1685 RCU_INIT_POINTER(sk->sk_rx_dst, NULL); in tcp_v4_do_rcv()1761 struct dst_entry *dst = rcu_dereference(sk->sk_rx_dst); in tcp_v4_early_demux()2171 rcu_assign_pointer(sk->sk_rx_dst, dst); in inet_sk_rx_dst_set()
2199 old = xchg((__force struct dst_entry **)&sk->sk_rx_dst, dst); in udp_sk_rx_dst_set()2389 if (unlikely(rcu_dereference(sk->sk_rx_dst) != dst)) in __udp4_lib_rcv()2547 dst = rcu_dereference(sk->sk_rx_dst); in udp_v4_early_demux()
161 dst_release(rcu_dereference_protected(sk->sk_rx_dst, 1)); in inet_sock_destruct()
2798 dst_release(xchg((__force struct dst_entry **)&sk->sk_rx_dst, NULL)); in tcp_disconnect()
5783 if (unlikely(!rcu_access_pointer(sk->sk_rx_dst))) in tcp_rcv_established()
426 struct dst_entry __rcu *sk_rx_dst; member