Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv6/
Dtcp_ipv6.c100 sk->sk_rx_dst = dst; in inet6_sk_rx_dst_set()
1314 struct dst_entry *dst = sk->sk_rx_dst; in tcp_v6_do_rcv()
1322 sk->sk_rx_dst = NULL; in tcp_v6_do_rcv()
1667 struct dst_entry *dst = READ_ONCE(sk->sk_rx_dst); in tcp_v6_early_demux()
Dudp.c823 if (unlikely(sk->sk_rx_dst != dst)) in __udp6_lib_rcv()
935 dst = READ_ONCE(sk->sk_rx_dst); in udp_v6_early_demux()
/Linux-v4.19/net/ipv4/
Dtcp_ipv4.c1523 struct dst_entry *dst = sk->sk_rx_dst; in tcp_v4_do_rcv()
1531 sk->sk_rx_dst = NULL; in tcp_v4_do_rcv()
1606 struct dst_entry *dst = READ_ONCE(sk->sk_rx_dst); in tcp_v4_early_demux()
1918 sk->sk_rx_dst = dst; in inet_sk_rx_dst_set()
Dudp.c2018 old = xchg(&sk->sk_rx_dst, dst); in udp_sk_rx_dst_set()
2192 if (unlikely(sk->sk_rx_dst != dst)) in __udp4_lib_rcv()
2350 dst = READ_ONCE(sk->sk_rx_dst); in udp_v4_early_demux()
Dtcp.c2592 dst_release(sk->sk_rx_dst); in tcp_disconnect()
2593 sk->sk_rx_dst = NULL; in tcp_disconnect()
Daf_inet.c160 dst_release(sk->sk_rx_dst); in inet_sock_destruct()
Dtcp_input.c5487 if (unlikely(!sk->sk_rx_dst)) in tcp_rcv_established()
/Linux-v4.19/include/net/
Dsock.h403 struct dst_entry *sk_rx_dst; member