|
@@ -48,7 +48,7 @@ extern int inet_rtx_syn_ack(struct sock *parent, struct request_sock *req);
|
|
/* struct request_sock - mini sock to represent a connection request
|
|
/* struct request_sock - mini sock to represent a connection request
|
|
*/
|
|
*/
|
|
struct request_sock {
|
|
struct request_sock {
|
|
- struct request_sock *dl_next; /* Must be first member! */
|
|
|
|
|
|
+ struct request_sock *dl_next;
|
|
u16 mss;
|
|
u16 mss;
|
|
u8 num_retrans; /* number of retransmits */
|
|
u8 num_retrans; /* number of retransmits */
|
|
u8 cookie_ts:1; /* syncookie: encode tcpopts in timestamp */
|
|
u8 cookie_ts:1; /* syncookie: encode tcpopts in timestamp */
|