Searched refs:sk_rx_dst (Results 1 – 8 of 8) sorted by relevance
104 rcu_assign_pointer(sk->sk_rx_dst, dst); in inet6_sk_rx_dst_set()1466 dst = rcu_dereference_protected(sk->sk_rx_dst, in tcp_v6_do_rcv()1475 RCU_INIT_POINTER(sk->sk_rx_dst, NULL); in tcp_v6_do_rcv()1861 struct dst_entry *dst = rcu_dereference(sk->sk_rx_dst); in tcp_v6_early_demux()
993 if (unlikely(rcu_dereference(sk->sk_rx_dst) != dst)) in __udp6_lib_rcv()1119 dst = rcu_dereference(sk->sk_rx_dst); in udp_v6_early_demux()
1721 dst = rcu_dereference_protected(sk->sk_rx_dst, in tcp_v4_do_rcv()1730 RCU_INIT_POINTER(sk->sk_rx_dst, NULL); in tcp_v4_do_rcv()1810 struct dst_entry *dst = rcu_dereference(sk->sk_rx_dst); in tcp_v4_early_demux()2264 rcu_assign_pointer(sk->sk_rx_dst, dst); in inet_sk_rx_dst_set()
2235 old = unrcu_pointer(xchg(&sk->sk_rx_dst, RCU_INITIALIZER(dst))); in udp_sk_rx_dst_set()2432 if (unlikely(rcu_dereference(sk->sk_rx_dst) != dst)) in __udp4_lib_rcv()2602 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()
3087 dst_release(unrcu_pointer(xchg(&sk->sk_rx_dst, NULL))); in tcp_disconnect()
5993 if (unlikely(!rcu_access_pointer(sk->sk_rx_dst))) in tcp_rcv_established()
398 struct dst_entry __rcu *sk_rx_dst; member