Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_ipv4.c1379 struct dst_entry *dst = sk->sk_rx_dst; in tcp_v4_do_rcv()
1387 sk->sk_rx_dst = NULL; in tcp_v4_do_rcv()
1464 struct dst_entry *dst = READ_ONCE(sk->sk_rx_dst); in tcp_v4_early_demux()
1499 if (likely(sk->sk_rx_dst)) in tcp_prequeue()
1733 sk->sk_rx_dst = dst; in inet_sk_rx_dst_set()
Dudp.c1657 old = xchg(&sk->sk_rx_dst, dst); in udp_sk_rx_dst_set()
1794 if (unlikely(sk->sk_rx_dst != dst)) in __udp4_lib_rcv()
2015 dst = READ_ONCE(sk->sk_rx_dst); in udp_v4_early_demux()
Daf_inet.c159 dst_release(sk->sk_rx_dst); in inet_sock_destruct()
Dtcp_input.c5233 if (unlikely(!sk->sk_rx_dst)) in tcp_rcv_established()
/linux-4.4.14/net/ipv6/
Dtcp_ipv6.c99 sk->sk_rx_dst = dst; in inet6_sk_rx_dst_set()
1226 struct dst_entry *dst = sk->sk_rx_dst; in tcp_v6_do_rcv()
1234 sk->sk_rx_dst = NULL; in tcp_v6_do_rcv()
1556 struct dst_entry *dst = READ_ONCE(sk->sk_rx_dst); in tcp_v6_early_demux()
/linux-4.4.14/include/net/
Dsock.h393 struct dst_entry *sk_rx_dst; member