Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_input.c1890 u32 prior_sacked = tp->sacked_out; in tcp_add_reno_sack() local
1894 if (tp->sacked_out > prior_sacked) in tcp_add_reno_sack()
3065 u32 prior_sacked = tp->sacked_out; in tcp_clean_rtx_queue() local
3172 last_in_flight && !prior_sacked && fully_acked && in tcp_clean_rtx_queue()
3214 delta = prior_sacked - tp->sacked_out; in tcp_clean_rtx_queue()