[TCP]: clear_all_retrans_hints prefixed by tcp_
In addition, fix its function comment spacing. Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
This commit is contained in:
committed by
David S. Miller
parent
91fed7a15c
commit
5af4ec236f
@@ -1066,8 +1066,8 @@ static inline void tcp_mib_init(void)
|
||||
TCP_ADD_STATS_USER(TCP_MIB_MAXCONN, -1);
|
||||
}
|
||||
|
||||
/*from STCP */
|
||||
static inline void clear_all_retrans_hints(struct tcp_sock *tp){
|
||||
/* from STCP */
|
||||
static inline void tcp_clear_all_retrans_hints(struct tcp_sock *tp) {
|
||||
tp->lost_skb_hint = NULL;
|
||||
tp->scoreboard_skb_hint = NULL;
|
||||
tp->retransmit_skb_hint = NULL;
|
||||
|
Reference in New Issue
Block a user