Home
last modified time | relevance | path

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

/Linux-v5.15/net/ipv6/
Dtcp_ipv6.c110 sk->sk_rx_dst = dst; in inet6_sk_rx_dst_set()
1507 struct dst_entry *dst = sk->sk_rx_dst; in tcp_v6_do_rcv()
1516 sk->sk_rx_dst = NULL; in tcp_v6_do_rcv()
1878 struct dst_entry *dst = READ_ONCE(sk->sk_rx_dst); in tcp_v6_early_demux()
Dudp.c959 if (unlikely(sk->sk_rx_dst != dst)) in __udp6_lib_rcv()
1073 dst = READ_ONCE(sk->sk_rx_dst); in udp_v6_early_demux()
/Linux-v5.15/net/ipv4/
Dtcp_ipv4.c1701 struct dst_entry *dst = sk->sk_rx_dst; in tcp_v4_do_rcv()
1710 sk->sk_rx_dst = NULL; in tcp_v4_do_rcv()
1786 struct dst_entry *dst = READ_ONCE(sk->sk_rx_dst); in tcp_v4_early_demux()
2203 sk->sk_rx_dst = dst; in inet_sk_rx_dst_set()
Dudp.c2243 old = xchg(&sk->sk_rx_dst, dst); in udp_sk_rx_dst_set()
2433 if (unlikely(sk->sk_rx_dst != dst)) in __udp4_lib_rcv()
2592 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.c3014 dst_release(sk->sk_rx_dst); in tcp_disconnect()
3015 sk->sk_rx_dst = NULL; in tcp_disconnect()
Dtcp_input.c5773 if (unlikely(!sk->sk_rx_dst)) in tcp_rcv_established()
/Linux-v5.15/include/net/
Dsock.h433 struct dst_entry *sk_rx_dst; member