public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] Remove unused tw_cookie_values from tcp_timewait_sock
@ 2013-03-10 15:18 Christoph Paasch
  2013-03-10 16:06 ` Eric Dumazet
  0 siblings, 1 reply; 4+ messages in thread
From: Christoph Paasch @ 2013-03-10 15:18 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, william.allen.simpson

tw_cookie_values is never used in the TCP-stack.

It was added by 435cf559f (TCPCT part 1d: define TCP cookie option,
extend existing struct's), but already at that time it was not used at
all, nor mentioned in the commit-message.

Signed-off-by: Christoph Paasch <christoph.paasch@uclouvain.be>
---
 include/linux/tcp.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/include/linux/tcp.h b/include/linux/tcp.h
index f28408c..515c374 100644
--- a/include/linux/tcp.h
+++ b/include/linux/tcp.h
@@ -361,10 +361,6 @@ struct tcp_timewait_sock {
 #ifdef CONFIG_TCP_MD5SIG
 	struct tcp_md5sig_key	  *tw_md5_key;
 #endif
-	/* Few sockets in timewait have cookies; in that case, then this
-	 * object holds a reference to them (tw_cookie_values->kref).
-	 */
-	struct tcp_cookie_values  *tw_cookie_values;
 };
 
 static inline struct tcp_timewait_sock *tcp_twsk(const struct sock *sk)
-- 
1.8.1.227.g44fe835

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-03-10 21:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-10 15:18 [PATCH net-next] Remove unused tw_cookie_values from tcp_timewait_sock Christoph Paasch
2013-03-10 16:06 ` Eric Dumazet
2013-03-10 16:33   ` Christoph Paasch
2013-03-10 21:09   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox