Searched refs:acked_pcount (Results 1 – 1 of 1) sorted by relevance
3078 u32 acked_pcount; in tcp_clean_rtx_queue() local3088 acked_pcount = tcp_tso_acked(sk, skb); in tcp_clean_rtx_queue()3089 if (!acked_pcount) in tcp_clean_rtx_queue()3096 acked_pcount = tcp_skb_pcount(skb); in tcp_clean_rtx_queue()3101 tp->retrans_out -= acked_pcount; in tcp_clean_rtx_queue()3115 tp->sacked_out -= acked_pcount; in tcp_clean_rtx_queue()3117 tp->lost_out -= acked_pcount; in tcp_clean_rtx_queue()3119 tp->packets_out -= acked_pcount; in tcp_clean_rtx_queue()3120 pkts_acked += acked_pcount; in tcp_clean_rtx_queue()