|
@@ -3012,7 +3012,7 @@ static int tcp_clean_rtx_queue(struct sock *sk, int prior_fackets,
|
|
|
const struct inet_connection_sock *icsk = inet_csk(sk);
|
|
const struct inet_connection_sock *icsk = inet_csk(sk);
|
|
|
struct sk_buff *skb;
|
|
struct sk_buff *skb;
|
|
|
u32 now = tcp_time_stamp;
|
|
u32 now = tcp_time_stamp;
|
|
|
- int fully_acked = true;
|
|
|
|
|
|
|
+ bool fully_acked = true;
|
|
|
int flag = 0;
|
|
int flag = 0;
|
|
|
u32 pkts_acked = 0;
|
|
u32 pkts_acked = 0;
|
|
|
u32 reord = tp->packets_out;
|
|
u32 reord = tp->packets_out;
|