Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_input.c97 #define FLAG_SND_UNA_ADVANCED 0x400 /* Snd_una was changed (!= FLAG_DATA_ACKED) */ macro
2202 *ack_flag & FLAG_SND_UNA_ADVANCED) { in tcp_check_sack_reneging()
2646 } else if (flag & FLAG_SND_UNA_ADVANCED && !newly_lost) { in tcp_cwnd_reduction()
2840 if ((flag & FLAG_SND_UNA_ADVANCED || rcu_access_pointer(tp->fastopen_rsk)) && in tcp_process_loss()
2855 } else if (flag & FLAG_SND_UNA_ADVANCED && !recovered) { in tcp_process_loss()
2881 else if (flag & FLAG_SND_UNA_ADVANCED) in tcp_process_loss()
2937 tcp_newreno_mark_lost(sk, *ack_flag & FLAG_SND_UNA_ADVANCED); in tcp_identify_packet_loss()
3014 if (!(flag & FLAG_SND_UNA_ADVANCED)) { in tcp_fastretrans_alert()
3043 if (flag & FLAG_SND_UNA_ADVANCED) in tcp_fastretrans_alert()
3720 } else if (!(flag & (FLAG_SND_UNA_ADVANCED | in tcp_process_tlp_ack()
[all …]