|
@@ -192,10 +192,6 @@ extern void tcp_time_wait(struct sock *sk, int state, int timeo);
|
|
|
#define TCPOLEN_TIMESTAMP 10
|
|
|
#define TCPOLEN_MD5SIG 18
|
|
|
#define TCPOLEN_EXP_FASTOPEN_BASE 4
|
|
|
-#define TCPOLEN_COOKIE_BASE 2 /* Cookie-less header extension */
|
|
|
-#define TCPOLEN_COOKIE_PAIR 3 /* Cookie pair header extension */
|
|
|
-#define TCPOLEN_COOKIE_MIN (TCPOLEN_COOKIE_BASE+TCP_COOKIE_MIN)
|
|
|
-#define TCPOLEN_COOKIE_MAX (TCPOLEN_COOKIE_BASE+TCP_COOKIE_MAX)
|
|
|
|
|
|
/* But this is what stacks really send out. */
|
|
|
#define TCPOLEN_TSTAMP_ALIGNED 12
|