diff options
Diffstat (limited to 'net/ipv4/tcp_input.c')
-rw-r--r-- | net/ipv4/tcp_input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index 6e46b4c0f28c..743611956045 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c | |||
@@ -3968,7 +3968,7 @@ drop: | |||
3968 | u32 end_seq = TCP_SKB_CB(skb)->end_seq; | 3968 | u32 end_seq = TCP_SKB_CB(skb)->end_seq; |
3969 | 3969 | ||
3970 | if (seq == TCP_SKB_CB(skb1)->end_seq) { | 3970 | if (seq == TCP_SKB_CB(skb1)->end_seq) { |
3971 | __skb_append(skb1, skb, &tp->out_of_order_queue); | 3971 | __skb_queue_after(&tp->out_of_order_queue, skb1, skb); |
3972 | 3972 | ||
3973 | if (!tp->rx_opt.num_sacks || | 3973 | if (!tp->rx_opt.num_sacks || |
3974 | tp->selective_acks[0].end_seq != seq) | 3974 | tp->selective_acks[0].end_seq != seq) |