Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_input.c3073 u32 last_in_flight = 0; in tcp_clean_rtx_queue() local
3111 last_in_flight = TCP_SKB_CB(skb)->tx.in_flight; in tcp_clean_rtx_queue()
3171 if (pkts_acked == 1 && last_in_flight < tp->mss_cache && in tcp_clean_rtx_queue()
3172 last_in_flight && !prior_sacked && fully_acked && in tcp_clean_rtx_queue()
3229 .in_flight = last_in_flight }; in tcp_clean_rtx_queue()