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 c29912cd83a0..dd3fad9fb633 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c | |||
@@ -1677,7 +1677,7 @@ int tcp_v4_rcv(struct sk_buff *skb) | |||
1677 | skb->len - th->doff * 4); | 1677 | skb->len - th->doff * 4); |
1678 | TCP_SKB_CB(skb)->ack_seq = ntohl(th->ack_seq); | 1678 | TCP_SKB_CB(skb)->ack_seq = ntohl(th->ack_seq); |
1679 | TCP_SKB_CB(skb)->when = 0; | 1679 | TCP_SKB_CB(skb)->when = 0; |
1680 | TCP_SKB_CB(skb)->flags = iph->tos; | 1680 | TCP_SKB_CB(skb)->ip_dsfield = ipv4_get_dsfield(iph); |
1681 | TCP_SKB_CB(skb)->sacked = 0; | 1681 | TCP_SKB_CB(skb)->sacked = 0; |
1682 | 1682 | ||
1683 | sk = __inet_lookup_skb(&tcp_hashinfo, skb, th->source, th->dest); | 1683 | sk = __inet_lookup_skb(&tcp_hashinfo, skb, th->source, th->dest); |