Searched refs:prior_fack (Results 1 – 1 of 1) sorted by relevance
3058 static int tcp_clean_rtx_queue(struct sock *sk, u32 prior_fack, in tcp_clean_rtx_queue() argument3211 if (before(reord, prior_fack)) in tcp_clean_rtx_queue()3586 u32 prior_fack; in tcp_ack() local3624 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()