Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dtcp_ipv4.c1392 struct dst_entry *dst = sk->sk_rx_dst; in tcp_v4_do_rcv()
1400 sk->sk_rx_dst = NULL; in tcp_v4_do_rcv()
1477 struct dst_entry *dst = READ_ONCE(sk->sk_rx_dst); in tcp_v4_early_demux()
1512 if (likely(sk->sk_rx_dst)) in tcp_prequeue()
1721 sk->sk_rx_dst = dst; in inet_sk_rx_dst_set()
Dudp.c1646 old = xchg(&sk->sk_rx_dst, dst); in udp_sk_rx_dst_set()
1783 if (unlikely(sk->sk_rx_dst != dst)) in __udp4_lib_rcv()
2000 dst = READ_ONCE(sk->sk_rx_dst); in udp_v4_early_demux()
Daf_inet.c157 dst_release(sk->sk_rx_dst); in inet_sock_destruct()
Dtcp_input.c5185 if (unlikely(!sk->sk_rx_dst)) in tcp_rcv_established()
/linux-4.1.27/net/ipv6/
Dtcp_ipv6.c99 sk->sk_rx_dst = dst; in inet6_sk_rx_dst_set()
1243 struct dst_entry *dst = sk->sk_rx_dst; in tcp_v6_do_rcv()
1251 sk->sk_rx_dst = NULL; in tcp_v6_do_rcv()
1544 struct dst_entry *dst = READ_ONCE(sk->sk_rx_dst); in tcp_v6_early_demux()
/linux-4.1.27/include/net/
Dsock.h376 struct dst_entry *sk_rx_dst; member