aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/tcp.h')
-rw-r--r--include/linux/tcp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h
index 239946868142..4e37c71ecd74 100644
--- a/include/linux/tcp.h
+++ b/include/linux/tcp.h
@@ -230,6 +230,7 @@ struct tcp_sock {
230 u32 snd_cwnd_clamp; /* Do not allow snd_cwnd to grow above this */ 230 u32 snd_cwnd_clamp; /* Do not allow snd_cwnd to grow above this */
231 u32 snd_cwnd_used; 231 u32 snd_cwnd_used;
232 u32 snd_cwnd_stamp; 232 u32 snd_cwnd_stamp;
233 u32 lsnd_pending; /* packets inflight or unsent since last xmit */
233 u32 prior_cwnd; /* Congestion window at start of Recovery. */ 234 u32 prior_cwnd; /* Congestion window at start of Recovery. */
234 u32 prr_delivered; /* Number of newly delivered packets to 235 u32 prr_delivered; /* Number of newly delivered packets to
235 * receiver in Recovery. */ 236 * receiver in Recovery. */