diff options
Diffstat (limited to 'include/linux/tcp.h')
-rw-r--r-- | include/linux/tcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h index ad2021ccc55a..9d5078bd23a3 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h | |||
@@ -248,6 +248,7 @@ struct tcp_sock { | |||
248 | /* inet_connection_sock has to be the first member of tcp_sock */ | 248 | /* inet_connection_sock has to be the first member of tcp_sock */ |
249 | struct inet_connection_sock inet_conn; | 249 | struct inet_connection_sock inet_conn; |
250 | u16 tcp_header_len; /* Bytes of tcp header to send */ | 250 | u16 tcp_header_len; /* Bytes of tcp header to send */ |
251 | u16 xmit_size_goal_segs; /* Goal for segmenting output packets */ | ||
251 | 252 | ||
252 | /* | 253 | /* |
253 | * Header prediction flags | 254 | * Header prediction flags |