Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dtcp_input.c3081 u32 last_in_flight = 0; in tcp_clean_rtx_queue() local
3119 last_in_flight = TCP_SKB_CB(skb)->tx.in_flight; in tcp_clean_rtx_queue()
3179 if (pkts_acked == 1 && last_in_flight < tp->mss_cache && in tcp_clean_rtx_queue()
3180 last_in_flight && !prior_sacked && fully_acked && in tcp_clean_rtx_queue()
3238 .in_flight = last_in_flight }; in tcp_clean_rtx_queue()