diff options
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/tcp_ipv6.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index 1835480336ac..de51a88bec6f 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c | |||
@@ -1415,6 +1415,7 @@ static int tcp_v6_rcv(struct sk_buff *skb) | |||
1415 | TCP_SKB_CB(skb)->end_seq = (TCP_SKB_CB(skb)->seq + th->syn + th->fin + | 1415 | TCP_SKB_CB(skb)->end_seq = (TCP_SKB_CB(skb)->seq + th->syn + th->fin + |
1416 | skb->len - th->doff*4); | 1416 | skb->len - th->doff*4); |
1417 | TCP_SKB_CB(skb)->ack_seq = ntohl(th->ack_seq); | 1417 | TCP_SKB_CB(skb)->ack_seq = ntohl(th->ack_seq); |
1418 | TCP_SKB_CB(skb)->tcp_flags = tcp_flag_byte(th); | ||
1418 | TCP_SKB_CB(skb)->tcp_tw_isn = 0; | 1419 | TCP_SKB_CB(skb)->tcp_tw_isn = 0; |
1419 | TCP_SKB_CB(skb)->ip_dsfield = ipv6_get_dsfield(hdr); | 1420 | TCP_SKB_CB(skb)->ip_dsfield = ipv6_get_dsfield(hdr); |
1420 | TCP_SKB_CB(skb)->sacked = 0; | 1421 | TCP_SKB_CB(skb)->sacked = 0; |