Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv6/
Dtcp_ipv6.c109 sk->sk_rx_dst = dst; in inet6_sk_rx_dst_set()
1366 struct dst_entry *dst = sk->sk_rx_dst; in tcp_v6_do_rcv()
1374 sk->sk_rx_dst = NULL; in tcp_v6_do_rcv()
1725 struct dst_entry *dst = READ_ONCE(sk->sk_rx_dst); in tcp_v6_early_demux()
Dudp.c888 if (unlikely(sk->sk_rx_dst != dst)) in __udp6_lib_rcv()
1000 dst = READ_ONCE(sk->sk_rx_dst); in udp_v6_early_demux()
/Linux-v5.4/net/ipv4/
Dtcp_ipv4.c1553 struct dst_entry *dst = sk->sk_rx_dst; in tcp_v4_do_rcv()
1561 sk->sk_rx_dst = NULL; in tcp_v4_do_rcv()
1636 struct dst_entry *dst = READ_ONCE(sk->sk_rx_dst); in tcp_v4_early_demux()
2041 sk->sk_rx_dst = dst; in inet_sk_rx_dst_set()
Dudp.c2125 old = xchg(&sk->sk_rx_dst, dst); in udp_sk_rx_dst_set()
2314 if (unlikely(sk->sk_rx_dst != dst)) in __udp4_lib_rcv()
2472 dst = READ_ONCE(sk->sk_rx_dst); in udp_v4_early_demux()
Dtcp.c2635 dst_release(sk->sk_rx_dst); in tcp_disconnect()
2636 sk->sk_rx_dst = NULL; in tcp_disconnect()
Daf_inet.c160 dst_release(sk->sk_rx_dst); in inet_sock_destruct()
Dtcp_input.c5554 if (unlikely(!sk->sk_rx_dst)) in tcp_rcv_established()
/Linux-v5.4/include/net/
Dsock.h402 struct dst_entry *sk_rx_dst; member