Florian Westphal a0f82f64e2 syncookies: remove last_synq_overflow from struct tcp_sock
last_synq_overflow eats 4 or 8 bytes in struct tcp_sock, even
though it is only used when a listening sockets syn queue
is full.

We can (ab)use rx_opt.ts_recent_stamp to store the same information;
it is not used otherwise as long as a socket is in listen state.

Move linger2 around to avoid splitting struct mtu_probe
across cacheline boundary on 32 bit arches.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-04-20 02:25:26 -07:00
..
2008-10-29 12:52:50 -07:00
2008-11-25 17:59:27 -08:00
2008-11-25 17:35:18 -08:00
2008-11-25 17:59:27 -08:00
2008-10-29 12:52:50 -07:00
2009-01-31 00:51:49 -08:00
2008-11-25 17:30:50 -08:00
2009-04-14 02:21:41 -07:00
2008-11-25 17:51:01 -08:00
2008-06-11 21:00:38 -07:00
2008-11-25 17:35:18 -08:00
2008-11-25 17:59:52 -08:00