Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_input.c3233 u32 acked_pcount; in tcp_clean_rtx_queue() local
3241 acked_pcount = tcp_tso_acked(sk, skb); in tcp_clean_rtx_queue()
3242 if (!acked_pcount) in tcp_clean_rtx_queue()
3246 acked_pcount = tcp_skb_pcount(skb); in tcp_clean_rtx_queue()
3251 tp->retrans_out -= acked_pcount; in tcp_clean_rtx_queue()
3267 tp->sacked_out -= acked_pcount; in tcp_clean_rtx_queue()
3269 tcp_count_delivered(tp, acked_pcount, ece_ack); in tcp_clean_rtx_queue()
3275 tp->lost_out -= acked_pcount; in tcp_clean_rtx_queue()
3277 tp->packets_out -= acked_pcount; in tcp_clean_rtx_queue()
3278 pkts_acked += acked_pcount; in tcp_clean_rtx_queue()