]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/tcp.h
syncookies: remove last_synq_overflow from struct tcp_sock
[net-next-2.6.git] / include / linux / tcp.h
index 9d5078bd23a38a08285e81d4d4e63407646ff873..8afac76cd7487648a7bc626ea7ef660f9fdc6897 100644 (file)
@@ -377,7 +377,7 @@ struct tcp_sock {
        unsigned int            keepalive_time;   /* time before keep alive takes place */
        unsigned int            keepalive_intvl;  /* time interval between keep alive probes */
 
-       unsigned long last_synq_overflow; 
+       int                     linger2;
 
 /* Receiver side RTT estimation */
        struct {
@@ -406,8 +406,6 @@ struct tcp_sock {
 /* TCP MD5 Signagure Option information */
        struct tcp_md5sig_info  *md5sig_info;
 #endif
-
-       int                     linger2;
 };
 
 static inline struct tcp_sock *tcp_sk(const struct sock *sk)