diff options
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r-- | include/net/tcp.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index 8983386356a5..b71676326950 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
@@ -1035,7 +1035,7 @@ static inline void tcp_mib_init(struct net *net) | |||
1035 | } | 1035 | } |
1036 | 1036 | ||
1037 | /* from STCP */ | 1037 | /* from STCP */ |
1038 | static inline void tcp_clear_retrans_hints_partial(struct tcp_sock *tp) | 1038 | static inline void tcp_clear_all_retrans_hints(struct tcp_sock *tp) |
1039 | { | 1039 | { |
1040 | tp->lost_skb_hint = NULL; | 1040 | tp->lost_skb_hint = NULL; |
1041 | tp->scoreboard_skb_hint = NULL; | 1041 | tp->scoreboard_skb_hint = NULL; |
@@ -1043,11 +1043,6 @@ static inline void tcp_clear_retrans_hints_partial(struct tcp_sock *tp) | |||
1043 | tp->forward_skb_hint = NULL; | 1043 | tp->forward_skb_hint = NULL; |
1044 | } | 1044 | } |
1045 | 1045 | ||
1046 | static inline void tcp_clear_all_retrans_hints(struct tcp_sock *tp) | ||
1047 | { | ||
1048 | tcp_clear_retrans_hints_partial(tp); | ||
1049 | } | ||
1050 | |||
1051 | /* MD5 Signature */ | 1046 | /* MD5 Signature */ |
1052 | struct crypto_hash; | 1047 | struct crypto_hash; |
1053 | 1048 | ||