diff options
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r-- | net/ipv4/tcp_ipv4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index 487e2a41667f..02e6cd29ebf1 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c | |||
@@ -1627,7 +1627,7 @@ int tcp_v4_rcv(struct sk_buff *skb) | |||
1627 | TCP_SKB_CB(skb)->end_seq = (TCP_SKB_CB(skb)->seq + th->syn + th->fin + | 1627 | TCP_SKB_CB(skb)->end_seq = (TCP_SKB_CB(skb)->seq + th->syn + th->fin + |
1628 | skb->len - th->doff * 4); | 1628 | skb->len - th->doff * 4); |
1629 | TCP_SKB_CB(skb)->ack_seq = ntohl(th->ack_seq); | 1629 | TCP_SKB_CB(skb)->ack_seq = ntohl(th->ack_seq); |
1630 | TCP_SKB_CB(skb)->when = 0; | 1630 | TCP_SKB_CB(skb)->tcp_tw_isn = 0; |
1631 | TCP_SKB_CB(skb)->ip_dsfield = ipv4_get_dsfield(iph); | 1631 | TCP_SKB_CB(skb)->ip_dsfield = ipv4_get_dsfield(iph); |
1632 | TCP_SKB_CB(skb)->sacked = 0; | 1632 | TCP_SKB_CB(skb)->sacked = 0; |
1633 | 1633 | ||