Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_tracing_net.h97 #define FLAG_SND_UNA_ADVANCED \ macro
H A Dbpf_cc_cubic.c95 if (flag & FLAG_SND_UNA_ADVANCED && !newly_lost) in tcp_cwnd_reduction()
/linux/net/ipv4/
H A Dtcp_input.c97 #define FLAG_SND_UNA_ADVANCED 0x400 /* Snd_una was changed (!= FLAG_DATA_ACKED) */ macro
2256 *ack_flag & FLAG_SND_UNA_ADVANCED) { in tcp_check_sack_reneging()
2727 if (flag & FLAG_SND_UNA_ADVANCED && !newly_lost) in tcp_cwnd_reduction()
2946 if ((flag & FLAG_SND_UNA_ADVANCED || rcu_access_pointer(tp->fastopen_rsk)) && in tcp_process_loss()
2961 } else if (flag & FLAG_SND_UNA_ADVANCED && !recovered) { in tcp_process_loss()
2987 else if (flag & FLAG_SND_UNA_ADVANCED) in tcp_process_loss()
3043 tcp_newreno_mark_lost(sk, *ack_flag & FLAG_SND_UNA_ADVANCED); in tcp_identify_packet_loss()
3120 if (!(flag & FLAG_SND_UNA_ADVANCED)) { in tcp_fastretrans_alert()
3151 if (flag & FLAG_SND_UNA_ADVANCED) in tcp_fastretrans_alert()
3858 } else if (!(flag & (FLAG_SND_UNA_ADVANCED | in tcp_process_tlp_ack()
[all …]