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 c096a4218b8..7b31476a406 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c | |||
| @@ -4318,7 +4318,7 @@ static void tcp_ofo_queue(struct sock *sk) | |||
| 4318 | } | 4318 | } |
| 4319 | 4319 | ||
| 4320 | if (!after(TCP_SKB_CB(skb)->end_seq, tp->rcv_nxt)) { | 4320 | if (!after(TCP_SKB_CB(skb)->end_seq, tp->rcv_nxt)) { |
| 4321 | SOCK_DEBUG(sk, "ofo packet was already received \n"); | 4321 | SOCK_DEBUG(sk, "ofo packet was already received\n"); |
| 4322 | __skb_unlink(skb, &tp->out_of_order_queue); | 4322 | __skb_unlink(skb, &tp->out_of_order_queue); |
| 4323 | __kfree_skb(skb); | 4323 | __kfree_skb(skb); |
| 4324 | continue; | 4324 | continue; |
