Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_input.c2042 u32 prior_sacked = tp->sacked_out; in tcp_add_reno_sack() local
2047 delivered = tp->sacked_out - prior_sacked; in tcp_add_reno_sack()
3230 u32 prior_sacked = tp->sacked_out; in tcp_clean_rtx_queue() local
3341 last_in_flight && !prior_sacked && fully_acked && in tcp_clean_rtx_queue()
3383 delta = prior_sacked - tp->sacked_out; in tcp_clean_rtx_queue()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_input.c2061 u32 prior_sacked = tp->sacked_out; in tcp_add_reno_sack() local
2066 delivered = tp->sacked_out - prior_sacked; in tcp_add_reno_sack()
3263 u32 prior_sacked = tp->sacked_out; in tcp_clean_rtx_queue() local
3371 if (pkts_acked == 1 && fully_acked && !prior_sacked && in tcp_clean_rtx_queue()
3414 delta = prior_sacked - tp->sacked_out; in tcp_clean_rtx_queue()

Completed in 17 milliseconds