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.c3354 u32 acked_pcount; in tcp_clean_rtx_queue() local
3362 acked_pcount = tcp_tso_acked(sk, skb); in tcp_clean_rtx_queue()
3363 if (!acked_pcount) in tcp_clean_rtx_queue()
3367 acked_pcount = tcp_skb_pcount(skb); in tcp_clean_rtx_queue()
3372 tp->retrans_out -= acked_pcount; in tcp_clean_rtx_queue()
3387 tp->sacked_out -= acked_pcount; in tcp_clean_rtx_queue()
3389 tcp_count_delivered(tp, acked_pcount, ece_ack); in tcp_clean_rtx_queue()
3395 tp->lost_out -= acked_pcount; in tcp_clean_rtx_queue()
3397 tp->packets_out -= acked_pcount; in tcp_clean_rtx_queue()
3398 pkts_acked += acked_pcount; in tcp_clean_rtx_queue()