|
@@ -1677,7 +1677,7 @@ int tcp_v4_rcv(struct sk_buff *skb)
|
|
|
skb->len - th->doff * 4);
|
|
|
TCP_SKB_CB(skb)->ack_seq = ntohl(th->ack_seq);
|
|
|
TCP_SKB_CB(skb)->when = 0;
|
|
|
- TCP_SKB_CB(skb)->flags = iph->tos;
|
|
|
+ TCP_SKB_CB(skb)->ip_dsfield = ipv4_get_dsfield(iph);
|
|
|
TCP_SKB_CB(skb)->sacked = 0;
|
|
|
|
|
|
sk = __inet_lookup_skb(&tcp_hashinfo, skb, th->source, th->dest);
|