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 13b05adf9d3e..7ac37c314312 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c | |||
@@ -1844,7 +1844,7 @@ void tcp_v4_destroy_sock(struct sock *sk) | |||
1844 | tcp_write_queue_purge(sk); | 1844 | tcp_write_queue_purge(sk); |
1845 | 1845 | ||
1846 | /* Cleans up our, hopefully empty, out_of_order_queue. */ | 1846 | /* Cleans up our, hopefully empty, out_of_order_queue. */ |
1847 | __skb_queue_purge(&tp->out_of_order_queue); | 1847 | skb_rbtree_purge(&tp->out_of_order_queue); |
1848 | 1848 | ||
1849 | #ifdef CONFIG_TCP_MD5SIG | 1849 | #ifdef CONFIG_TCP_MD5SIG |
1850 | /* Clean up the MD5 key list, if any */ | 1850 | /* Clean up the MD5 key list, if any */ |