Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_input.c3233 bool fully_acked = true; in tcp_clean_rtx_queue() local
3259 fully_acked = false; in tcp_clean_rtx_queue()
3310 if (!fully_acked) in tcp_clean_rtx_queue()
3341 last_in_flight && !prior_sacked && fully_acked && in tcp_clean_rtx_queue()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_input.c3266 bool fully_acked = true; in tcp_clean_rtx_queue() local
3291 fully_acked = false; in tcp_clean_rtx_queue()
3341 if (!fully_acked) in tcp_clean_rtx_queue()
3371 if (pkts_acked == 1 && fully_acked && !prior_sacked && in tcp_clean_rtx_queue()

Completed in 18 milliseconds