aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r--include/net/tcp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h
index 4ba256a3f5e0..d78ad9bfcfa7 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -1066,8 +1066,8 @@ static inline void tcp_mib_init(void)
1066 TCP_ADD_STATS_USER(TCP_MIB_MAXCONN, -1); 1066 TCP_ADD_STATS_USER(TCP_MIB_MAXCONN, -1);
1067} 1067}
1068 1068
1069/*from STCP */ 1069/* from STCP */
1070static inline void clear_all_retrans_hints(struct tcp_sock *tp){ 1070static inline void tcp_clear_all_retrans_hints(struct tcp_sock *tp) {
1071 tp->lost_skb_hint = NULL; 1071 tp->lost_skb_hint = NULL;
1072 tp->scoreboard_skb_hint = NULL; 1072 tp->scoreboard_skb_hint = NULL;
1073 tp->retransmit_skb_hint = NULL; 1073 tp->retransmit_skb_hint = NULL;