Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_input.c2080 u32 prior_sacked = tp->sacked_out; in tcp_add_reno_sack() local
2085 delivered = tp->sacked_out - prior_sacked; in tcp_add_reno_sack()
3289 u32 prior_sacked = tp->sacked_out; in tcp_clean_rtx_queue() local
3397 if (pkts_acked == 1 && fully_acked && !prior_sacked && in tcp_clean_rtx_queue()
3440 delta = prior_sacked - tp->sacked_out; in tcp_clean_rtx_queue()