diff options
Diffstat (limited to 'include/linux/tcp.h')
-rw-r--r-- | include/linux/tcp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h index 794497c7d755..08027f1d7f31 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h | |||
@@ -343,10 +343,7 @@ struct tcp_sock { | |||
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; | 345 | struct sk_buff *forward_skb_hint; |
346 | struct sk_buff *fastpath_skb_hint; | ||
347 | 346 | ||
348 | int fastpath_cnt_hint; /* Lags behind by current skb's pcount | ||
349 | * compared to respective fackets_out */ | ||
350 | int lost_cnt_hint; | 347 | int lost_cnt_hint; |
351 | int retransmit_cnt_hint; | 348 | int retransmit_cnt_hint; |
352 | 349 | ||