diff options
Diffstat (limited to 'include/linux/tcp.h')
-rw-r--r-- | include/linux/tcp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h index 86a7edaa6797..90edef5508f9 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h | |||
@@ -217,6 +217,9 @@ struct tcp_sock { | |||
217 | u32 mdev_max_us; /* maximal mdev for the last rtt period */ | 217 | u32 mdev_max_us; /* maximal mdev for the last rtt period */ |
218 | u32 rttvar_us; /* smoothed mdev_max */ | 218 | u32 rttvar_us; /* smoothed mdev_max */ |
219 | u32 rtt_seq; /* sequence number to update rttvar */ | 219 | u32 rtt_seq; /* sequence number to update rttvar */ |
220 | struct rtt_meas { | ||
221 | u32 rtt, ts; /* RTT in usec and sampling time in jiffies. */ | ||
222 | } rtt_min[3]; | ||
220 | 223 | ||
221 | u32 packets_out; /* Packets which are "in flight" */ | 224 | u32 packets_out; /* Packets which are "in flight" */ |
222 | u32 retrans_out; /* Retransmitted packets out */ | 225 | u32 retrans_out; /* Retransmitted packets out */ |