Searched refs:acked_pcount (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/net/ipv4/
H A Dtcp_input.c3078 u32 acked_pcount; tcp_clean_rtx_queue() local
3088 acked_pcount = tcp_tso_acked(sk, skb); tcp_clean_rtx_queue()
3089 if (!acked_pcount) tcp_clean_rtx_queue()
3096 acked_pcount = tcp_skb_pcount(skb); tcp_clean_rtx_queue()
3101 tp->retrans_out -= acked_pcount; tcp_clean_rtx_queue()
3115 tp->sacked_out -= acked_pcount; tcp_clean_rtx_queue()
3117 tp->lost_out -= acked_pcount; tcp_clean_rtx_queue()
3119 tp->packets_out -= acked_pcount; tcp_clean_rtx_queue()
3120 pkts_acked += acked_pcount; tcp_clean_rtx_queue()

Completed in 75 milliseconds