Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_input.c3120 u32 acked_pcount; in tcp_clean_rtx_queue() local
3130 acked_pcount = tcp_tso_acked(sk, skb); in tcp_clean_rtx_queue()
3131 if (!acked_pcount) in tcp_clean_rtx_queue()
3138 acked_pcount = tcp_skb_pcount(skb); in tcp_clean_rtx_queue()
3143 tp->retrans_out -= acked_pcount; in tcp_clean_rtx_queue()
3157 tp->sacked_out -= acked_pcount; in tcp_clean_rtx_queue()
3161 tp->lost_out -= acked_pcount; in tcp_clean_rtx_queue()
3163 tp->packets_out -= acked_pcount; in tcp_clean_rtx_queue()
3164 pkts_acked += acked_pcount; in tcp_clean_rtx_queue()