Searched refs:is_dupack (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/net/ipv4/ |
H A D | tcp_input.c | 2696 static void tcp_process_loss(struct sock *sk, int flag, bool is_dupack) tcp_process_loss() argument 2714 if (flag & FLAG_DATA_SACKED || is_dupack) tcp_process_loss() 2735 if (after(tp->snd_nxt, tp->high_seq) && is_dupack) tcp_process_loss() 2790 bool is_dupack, int flag) tcp_fastretrans_alert() 2794 bool do_lost = is_dupack || ((flag & FLAG_DATA_SACKED) && tcp_fastretrans_alert() 2845 if (tcp_is_reno(tp) && is_dupack) tcp_fastretrans_alert() 2860 tcp_process_loss(sk, flag, is_dupack); tcp_fastretrans_alert() 2868 if (is_dupack) tcp_fastretrans_alert() 3472 bool is_dupack = false; tcp_ack() local 3574 is_dupack = !(flag & (FLAG_SND_UNA_ADVANCED | FLAG_NOT_DUP)); tcp_ack() 3576 is_dupack, flag); tcp_ack() 3596 is_dupack, flag); tcp_ack() 3620 is_dupack, flag); tcp_ack() 2788 tcp_fastretrans_alert(struct sock *sk, const int acked, const int prior_unsacked, bool is_dupack, int flag) tcp_fastretrans_alert() argument
|
Completed in 63 milliseconds