Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_input.c3360 u32 acked_pcount; in tcp_clean_rtx_queue() local
3368 acked_pcount = tcp_tso_acked(sk, skb); in tcp_clean_rtx_queue()
3369 if (!acked_pcount) in tcp_clean_rtx_queue()
3373 acked_pcount = tcp_skb_pcount(skb); in tcp_clean_rtx_queue()
3378 tp->retrans_out -= acked_pcount; in tcp_clean_rtx_queue()
3393 tp->sacked_out -= acked_pcount; in tcp_clean_rtx_queue()
3395 tcp_count_delivered(tp, acked_pcount, ece_ack); in tcp_clean_rtx_queue()
3401 tp->lost_out -= acked_pcount; in tcp_clean_rtx_queue()
3403 tp->packets_out -= acked_pcount; in tcp_clean_rtx_queue()
3404 pkts_acked += acked_pcount; in tcp_clean_rtx_queue()