Home
last modified time | relevance | path

Searched refs:last_in_flight (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_input.c3238 u32 last_in_flight = 0; in tcp_clean_rtx_queue() local
3274 last_in_flight = TCP_SKB_CB(skb)->tx.in_flight; in tcp_clean_rtx_queue()
3340 if (pkts_acked == 1 && last_in_flight < tp->mss_cache && in tcp_clean_rtx_queue()
3341 last_in_flight && !prior_sacked && fully_acked && in tcp_clean_rtx_queue()
3399 .in_flight = last_in_flight }; in tcp_clean_rtx_queue()

Completed in 10 milliseconds