Searched refs:FLAG_SND_UNA_ADVANCED (Results 1 – 1 of 1) sorted by relevance
96 #define FLAG_SND_UNA_ADVANCED 0x400 /* Snd_una was changed (!= FLAG_DATA_ACKED) */ macro2613 } else if (flag & FLAG_SND_UNA_ADVANCED && !newly_lost) { in tcp_cwnd_reduction()2804 if ((flag & FLAG_SND_UNA_ADVANCED || rcu_access_pointer(tp->fastopen_rsk)) && in tcp_process_loss()2819 } else if (flag & FLAG_SND_UNA_ADVANCED && !recovered) { in tcp_process_loss()2845 else if (flag & FLAG_SND_UNA_ADVANCED) in tcp_process_loss()2901 tcp_newreno_mark_lost(sk, *ack_flag & FLAG_SND_UNA_ADVANCED); in tcp_identify_packet_loss()2978 if (!(flag & FLAG_SND_UNA_ADVANCED)) { in tcp_fastretrans_alert()3007 if (flag & FLAG_SND_UNA_ADVANCED) in tcp_fastretrans_alert()3676 } else if (!(flag & (FLAG_SND_UNA_ADVANCED | in tcp_process_tlp_ack()3772 flag |= FLAG_SND_UNA_ADVANCED; in tcp_ack()[all …]