Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_input.c96 #define FLAG_SND_UNA_ADVANCED 0x400 /* Snd_una was changed (!= FLAG_DATA_ACKED) */ macro
2213 *ack_flag & FLAG_SND_UNA_ADVANCED) { in tcp_check_sack_reneging()
2660 if (flag & FLAG_SND_UNA_ADVANCED && !newly_lost) in tcp_cwnd_reduction()
2851 if ((flag & FLAG_SND_UNA_ADVANCED || rcu_access_pointer(tp->fastopen_rsk)) && in tcp_process_loss()
2866 } else if (flag & FLAG_SND_UNA_ADVANCED && !recovered) { in tcp_process_loss()
2892 else if (flag & FLAG_SND_UNA_ADVANCED) in tcp_process_loss()
2948 tcp_newreno_mark_lost(sk, *ack_flag & FLAG_SND_UNA_ADVANCED); in tcp_identify_packet_loss()
3025 if (!(flag & FLAG_SND_UNA_ADVANCED)) { in tcp_fastretrans_alert()
3054 if (flag & FLAG_SND_UNA_ADVANCED) in tcp_fastretrans_alert()
3732 } else if (!(flag & (FLAG_SND_UNA_ADVANCED | in tcp_process_tlp_ack()
[all...]
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_input.c99 #define FLAG_SND_UNA_ADVANCED 0x400 /* Snd_una was changed (!= FLAG_DATA_ACKED) */ macro
2194 *ack_flag & FLAG_SND_UNA_ADVANCED) { in tcp_check_sack_reneging()
2818 if ((flag & FLAG_SND_UNA_ADVANCED || rcu_access_pointer(tp->fastopen_rsk)) && in tcp_process_loss()
2833 } else if (flag & FLAG_SND_UNA_ADVANCED && !recovered) { in tcp_process_loss()
2859 else if (flag & FLAG_SND_UNA_ADVANCED) in tcp_process_loss()
2915 tcp_newreno_mark_lost(sk, *ack_flag & FLAG_SND_UNA_ADVANCED); in tcp_identify_packet_loss()
2992 if (!(flag & FLAG_SND_UNA_ADVANCED)) { in tcp_fastretrans_alert()
3021 if (flag & FLAG_SND_UNA_ADVANCED) in tcp_fastretrans_alert()
3698 } else if (!(flag & (FLAG_SND_UNA_ADVANCED | in tcp_process_tlp_ack()
3798 flag |= FLAG_SND_UNA_ADVANCED; in tcp_ack()
[all...]
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dtcp_nip_input.c112 #define FLAG_SND_UNA_ADVANCED 0x400 /* Snd_una was changed (!= FLAG_DATA_ACKED) */ macro

Completed in 16 milliseconds