aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r--include/net/tcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h
index 5010f0c5a56e..31984733777b 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -306,7 +306,7 @@ extern kmem_cache_t *tcp_timewait_cachep;
306static inline void tcp_tw_put(struct tcp_tw_bucket *tw) 306static inline void tcp_tw_put(struct tcp_tw_bucket *tw)
307{ 307{
308 if (atomic_dec_and_test(&tw->tw_refcnt)) { 308 if (atomic_dec_and_test(&tw->tw_refcnt)) {
309#ifdef INET_REFCNT_DEBUG 309#ifdef SOCK_REFCNT_DEBUG
310 printk(KERN_DEBUG "tw_bucket %p released\n", tw); 310 printk(KERN_DEBUG "tw_bucket %p released\n", tw);
311#endif 311#endif
312 kmem_cache_free(tcp_timewait_cachep, tw); 312 kmem_cache_free(tcp_timewait_cachep, tw);