Searched refs:is_dupack (Results 1 – 1 of 1) sorted by relevance
2667 static void tcp_process_loss(struct sock *sk, int flag, bool is_dupack) in tcp_process_loss() argument2685 if (flag & FLAG_DATA_SACKED || is_dupack) in tcp_process_loss()2706 if (after(tp->snd_nxt, tp->high_seq) && is_dupack) in tcp_process_loss()2761 bool is_dupack, int flag) in tcp_fastretrans_alert() argument2765 bool do_lost = is_dupack || ((flag & FLAG_DATA_SACKED) && in tcp_fastretrans_alert()2821 if (tcp_is_reno(tp) && is_dupack) in tcp_fastretrans_alert()2836 tcp_process_loss(sk, flag, is_dupack); in tcp_fastretrans_alert()2845 if (is_dupack) in tcp_fastretrans_alert()3520 bool is_dupack = false; in tcp_ack() local3619 is_dupack = !(flag & (FLAG_SND_UNA_ADVANCED | FLAG_NOT_DUP)); in tcp_ack()[all …]