Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_input.c3058 static int tcp_clean_rtx_queue(struct sock *sk, u32 prior_fack, in tcp_clean_rtx_queue() argument
3211 if (before(reord, prior_fack)) in tcp_clean_rtx_queue()
3586 u32 prior_fack; in tcp_ack() local
3624 prior_fack = tcp_is_sack(tp) ? tcp_highest_sack_seq(tp) : tp->snd_una; in tcp_ack()
3680 flag |= tcp_clean_rtx_queue(sk, prior_fack, prior_snd_una, &sack_state); in tcp_ack()