diff options
Diffstat (limited to 'include/linux/tcp.h')
-rw-r--r-- | include/linux/tcp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h index 38590fbc0ac5..c50e6aec005a 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h | |||
@@ -268,6 +268,8 @@ struct tcp_sock { | |||
268 | u32 prr_out; /* Total number of pkts sent during Recovery. */ | 268 | u32 prr_out; /* Total number of pkts sent during Recovery. */ |
269 | u32 delivered; /* Total data packets delivered incl. rexmits */ | 269 | u32 delivered; /* Total data packets delivered incl. rexmits */ |
270 | u32 lost; /* Total data packets lost incl. rexmits */ | 270 | u32 lost; /* Total data packets lost incl. rexmits */ |
271 | struct skb_mstamp first_tx_mstamp; /* start of window send phase */ | ||
272 | struct skb_mstamp delivered_mstamp; /* time we reached "delivered" */ | ||
271 | 273 | ||
272 | u32 rcv_wnd; /* Current receiver window */ | 274 | u32 rcv_wnd; /* Current receiver window */ |
273 | u32 write_seq; /* Tail(+1) of data held in tcp send buffer */ | 275 | u32 write_seq; /* Tail(+1) of data held in tcp send buffer */ |