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 472120b4fac5..9640803a17a7 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h | |||
@@ -238,6 +238,7 @@ struct tcp_sock { | |||
238 | 238 | ||
239 | u32 rcv_wnd; /* Current receiver window */ | 239 | u32 rcv_wnd; /* Current receiver window */ |
240 | u32 write_seq; /* Tail(+1) of data held in tcp send buffer */ | 240 | u32 write_seq; /* Tail(+1) of data held in tcp send buffer */ |
241 | u32 notsent_lowat; /* TCP_NOTSENT_LOWAT */ | ||
241 | u32 pushed_seq; /* Last pushed seq, required to talk to windows */ | 242 | u32 pushed_seq; /* Last pushed seq, required to talk to windows */ |
242 | u32 lost_out; /* Lost packets */ | 243 | u32 lost_out; /* Lost packets */ |
243 | u32 sacked_out; /* SACK'd packets */ | 244 | u32 sacked_out; /* SACK'd packets */ |