diff options
Diffstat (limited to 'include/linux/tcp.h')
-rw-r--r-- | include/linux/tcp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h index 2e2557388e36..767290628292 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h | |||
@@ -342,7 +342,6 @@ struct tcp_sock { | |||
342 | struct sk_buff* lost_skb_hint; | 342 | struct sk_buff* lost_skb_hint; |
343 | struct sk_buff *scoreboard_skb_hint; | 343 | struct sk_buff *scoreboard_skb_hint; |
344 | struct sk_buff *retransmit_skb_hint; | 344 | struct sk_buff *retransmit_skb_hint; |
345 | struct sk_buff *forward_skb_hint; | ||
346 | 345 | ||
347 | struct sk_buff_head out_of_order_queue; /* Out of order segments go here */ | 346 | struct sk_buff_head out_of_order_queue; /* Out of order segments go here */ |
348 | 347 | ||
@@ -358,7 +357,7 @@ struct tcp_sock { | |||
358 | */ | 357 | */ |
359 | 358 | ||
360 | int lost_cnt_hint; | 359 | int lost_cnt_hint; |
361 | int retransmit_cnt_hint; | 360 | u32 retransmit_high; /* L-bits may be on up to this seqno */ |
362 | 361 | ||
363 | u32 lost_retrans_low; /* Sent seq after any rxmit (lowest) */ | 362 | u32 lost_retrans_low; /* Sent seq after any rxmit (lowest) */ |
364 | 363 | ||