summaryrefslogtreecommitdiffstats
path: root/include/linux/tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/tcp.h')
-rw-r--r--include/linux/tcp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h
index 531ede8006d9..6b63b310af36 100644
--- a/include/linux/tcp.h
+++ b/include/linux/tcp.h
@@ -379,6 +379,10 @@ struct tcp_sock {
379 u32 snd_cwnd_clamp; /* Do not allow snd_cwnd to grow above this */ 379 u32 snd_cwnd_clamp; /* Do not allow snd_cwnd to grow above this */
380 u32 snd_cwnd_used; 380 u32 snd_cwnd_used;
381 u32 snd_cwnd_stamp; 381 u32 snd_cwnd_stamp;
382 u32 prior_cwnd; /* Congestion window at start of Recovery. */
383 u32 prr_delivered; /* Number of newly delivered packets to
384 * receiver in Recovery. */
385 u32 prr_out; /* Total number of pkts sent during Recovery. */
382 386
383 u32 rcv_wnd; /* Current receiver window */ 387 u32 rcv_wnd; /* Current receiver window */
384 u32 write_seq; /* Tail(+1) of data held in tcp send buffer */ 388 u32 write_seq; /* Tail(+1) of data held in tcp send buffer */