|
@@ -3517,7 +3517,6 @@ static void tcp_data_queue(struct sock *sk, struct sk_buff *skb)
|
|
if (TCP_SKB_CB(skb)->seq == TCP_SKB_CB(skb)->end_seq)
|
|
if (TCP_SKB_CB(skb)->seq == TCP_SKB_CB(skb)->end_seq)
|
|
goto drop;
|
|
goto drop;
|
|
|
|
|
|
- th = skb->h.th;
|
|
|
|
__skb_pull(skb, th->doff*4);
|
|
__skb_pull(skb, th->doff*4);
|
|
|
|
|
|
TCP_ECN_accept_cwr(tp, skb);
|
|
TCP_ECN_accept_cwr(tp, skb);
|