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 c6b9f92e8289..c072f88afb97 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h | |||
@@ -333,6 +333,8 @@ struct tcp_sock { | |||
333 | 333 | ||
334 | struct tcp_sack_block_wire recv_sack_cache[4]; | 334 | struct tcp_sack_block_wire recv_sack_cache[4]; |
335 | 335 | ||
336 | u32 highest_sack; /* Start seq of globally highest revd SACK (valid only in slowpath) */ | ||
337 | |||
336 | /* from STCP, retrans queue hinting */ | 338 | /* from STCP, retrans queue hinting */ |
337 | struct sk_buff* lost_skb_hint; | 339 | struct sk_buff* lost_skb_hint; |
338 | 340 | ||