aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/tcp.h3
-rw-r--r--include/net/tcp.h1
2 files changed, 0 insertions, 4 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
diff --git a/include/net/tcp.h b/include/net/tcp.h
index 0ede804b16d4..f0c5e7a29400 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -1081,7 +1081,6 @@ static inline void tcp_clear_retrans_hints_partial(struct tcp_sock *tp)
1081static inline void tcp_clear_all_retrans_hints(struct tcp_sock *tp) 1081static inline void tcp_clear_all_retrans_hints(struct tcp_sock *tp)
1082{ 1082{
1083 tcp_clear_retrans_hints_partial(tp); 1083 tcp_clear_retrans_hints_partial(tp);
1084 tp->fastpath_skb_hint = NULL;
1085} 1084}
1086 1085
1087/* MD5 Signature */ 1086/* MD5 Signature */