Home
last modified time | relevance | path

Searched refs:sk_rx_dst (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/net/ipv6/
Dtcp_ipv6.c110 sk->sk_rx_dst = dst; in inet6_sk_rx_dst_set()
1465 struct dst_entry *dst = sk->sk_rx_dst; in tcp_v6_do_rcv()
1473 sk->sk_rx_dst = NULL; in tcp_v6_do_rcv()
1825 struct dst_entry *dst = READ_ONCE(sk->sk_rx_dst); in tcp_v6_early_demux()
Dudp.c943 if (unlikely(sk->sk_rx_dst != dst)) in __udp6_lib_rcv()
1057 dst = READ_ONCE(sk->sk_rx_dst); in udp_v6_early_demux()
/Linux-v5.10/net/ipv4/
Dtcp_ipv4.c1660 struct dst_entry *dst = sk->sk_rx_dst; in tcp_v4_do_rcv()
1668 sk->sk_rx_dst = NULL; in tcp_v4_do_rcv()
1743 struct dst_entry *dst = READ_ONCE(sk->sk_rx_dst); in tcp_v4_early_demux()
2149 sk->sk_rx_dst = dst; in inet_sk_rx_dst_set()
Dudp.c2189 old = xchg(&sk->sk_rx_dst, dst); in udp_sk_rx_dst_set()
2379 if (unlikely(sk->sk_rx_dst != dst)) in __udp4_lib_rcv()
2538 dst = READ_ONCE(sk->sk_rx_dst); in udp_v4_early_demux()
Daf_inet.c161 dst_release(sk->sk_rx_dst); in inet_sock_destruct()
Dtcp.c2712 dst_release(sk->sk_rx_dst); in tcp_disconnect()
2713 sk->sk_rx_dst = NULL; in tcp_disconnect()
Dtcp_input.c5714 if (unlikely(!sk->sk_rx_dst)) in tcp_rcv_established()
/Linux-v5.10/include/net/
Dsock.h427 struct dst_entry *sk_rx_dst; member