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.c3372 u32 acked_pcount; in tcp_clean_rtx_queue() local
3380 acked_pcount = tcp_tso_acked(sk, skb); in tcp_clean_rtx_queue()
3381 if (!acked_pcount) in tcp_clean_rtx_queue()
3385 acked_pcount = tcp_skb_pcount(skb); in tcp_clean_rtx_queue()
3390 tp->retrans_out -= acked_pcount; in tcp_clean_rtx_queue()
3405 tp->sacked_out -= acked_pcount; in tcp_clean_rtx_queue()
3407 tcp_count_delivered(tp, acked_pcount, ece_ack); in tcp_clean_rtx_queue()
3413 tp->lost_out -= acked_pcount; in tcp_clean_rtx_queue()
3415 tp->packets_out -= acked_pcount; in tcp_clean_rtx_queue()
3416 pkts_acked += acked_pcount; in tcp_clean_rtx_queue()