diff options
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
-rw-r--r-- | net/ipv6/tcp_ipv6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index 12bdb9af96e5..00797d857667 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c | |||
@@ -1717,7 +1717,7 @@ static int tcp_v6_rcv(struct sk_buff *skb) | |||
1717 | skb->len - th->doff*4); | 1717 | skb->len - th->doff*4); |
1718 | TCP_SKB_CB(skb)->ack_seq = ntohl(th->ack_seq); | 1718 | TCP_SKB_CB(skb)->ack_seq = ntohl(th->ack_seq); |
1719 | TCP_SKB_CB(skb)->when = 0; | 1719 | TCP_SKB_CB(skb)->when = 0; |
1720 | TCP_SKB_CB(skb)->flags = ipv6_get_dsfield(hdr); | 1720 | TCP_SKB_CB(skb)->ip_dsfield = ipv6_get_dsfield(hdr); |
1721 | TCP_SKB_CB(skb)->sacked = 0; | 1721 | TCP_SKB_CB(skb)->sacked = 0; |
1722 | 1722 | ||
1723 | sk = __inet6_lookup_skb(&tcp_hashinfo, skb, th->source, th->dest); | 1723 | sk = __inet6_lookup_skb(&tcp_hashinfo, skb, th->source, th->dest); |