Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_input.c3223 u32 last_in_flight = 0; in tcp_clean_rtx_queue() local
3259 last_in_flight = TCP_SKB_CB(skb)->tx.in_flight; in tcp_clean_rtx_queue()
3325 if (pkts_acked == 1 && last_in_flight < tp->mss_cache && in tcp_clean_rtx_queue()
3326 last_in_flight && !prior_sacked && fully_acked && in tcp_clean_rtx_queue()
3384 .in_flight = last_in_flight }; in tcp_clean_rtx_queue()