diff options
Diffstat (limited to 'include/linux/tcp.h')
-rw-r--r-- | include/linux/tcp.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h index dd61b172ac68..b42ff0efc2df 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h | |||
@@ -227,7 +227,8 @@ static inline struct tcp_request_sock *tcp_rsk(const struct request_sock *req) | |||
227 | struct tcp_sock { | 227 | struct tcp_sock { |
228 | /* inet_connection_sock has to be the first member of tcp_sock */ | 228 | /* inet_connection_sock has to be the first member of tcp_sock */ |
229 | struct inet_connection_sock inet_conn; | 229 | struct inet_connection_sock inet_conn; |
230 | int tcp_header_len; /* Bytes of tcp header to send */ | 230 | u16 tcp_header_len; /* Bytes of tcp header to send */ |
231 | u16 xmit_size_goal; /* Goal for segmenting output packets */ | ||
231 | 232 | ||
232 | /* | 233 | /* |
233 | * Header prediction flags | 234 | * Header prediction flags |
@@ -268,8 +269,6 @@ struct tcp_sock { | |||
268 | __u32 snd_wnd; /* The window we expect to receive */ | 269 | __u32 snd_wnd; /* The window we expect to receive */ |
269 | __u32 max_window; /* Maximal window ever seen from peer */ | 270 | __u32 max_window; /* Maximal window ever seen from peer */ |
270 | __u32 mss_cache; /* Cached effective mss, not including SACKS */ | 271 | __u32 mss_cache; /* Cached effective mss, not including SACKS */ |
271 | __u16 xmit_size_goal; /* Goal for segmenting output packets */ | ||
272 | /* XXX Two bytes hole, try to pack */ | ||
273 | 272 | ||
274 | __u32 window_clamp; /* Maximal window to advertise */ | 273 | __u32 window_clamp; /* Maximal window to advertise */ |
275 | __u32 rcv_ssthresh; /* Current window clamp */ | 274 | __u32 rcv_ssthresh; /* Current window clamp */ |