diff options
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r-- | net/ipv4/tcp_ipv4.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index 5af8b809dfbc..a63486afa7a7 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c | |||
@@ -1637,6 +1637,8 @@ int tcp_v4_rcv(struct sk_buff *skb) | |||
1637 | TCP_SKB_CB(skb)->tcp_tw_isn = 0; | 1637 | TCP_SKB_CB(skb)->tcp_tw_isn = 0; |
1638 | TCP_SKB_CB(skb)->ip_dsfield = ipv4_get_dsfield(iph); | 1638 | TCP_SKB_CB(skb)->ip_dsfield = ipv4_get_dsfield(iph); |
1639 | TCP_SKB_CB(skb)->sacked = 0; | 1639 | TCP_SKB_CB(skb)->sacked = 0; |
1640 | TCP_SKB_CB(skb)->has_rxtstamp = | ||
1641 | skb->tstamp || skb_hwtstamps(skb)->hwtstamp; | ||
1640 | 1642 | ||
1641 | lookup: | 1643 | lookup: |
1642 | sk = __inet_lookup_skb(&tcp_hashinfo, skb, __tcp_hdrlen(th), th->source, | 1644 | sk = __inet_lookup_skb(&tcp_hashinfo, skb, __tcp_hdrlen(th), th->source, |