Searched refs:ack_flag (Results 1 – 1 of 1) sorted by relevance
2259 if (*ack_flag & FLAG_SACK_RENEGING && in tcp_check_sack_reneging()2260 *ack_flag & FLAG_SND_UNA_ADVANCED) { in tcp_check_sack_reneging()2266 *ack_flag &= ~FLAG_SET_XMIT_TIMER; in tcp_check_sack_reneging()3053 *ack_flag &= ~FLAG_SET_XMIT_TIMER; in tcp_identify_packet_loss()3055 *ack_flag |= FLAG_LOST_RETRANS; in tcp_identify_packet_loss()3076 int fast_rexmit = 0, flag = *ack_flag; in tcp_fastretrans_alert()3090 if (tcp_check_sack_reneging(sk, ack_flag)) in tcp_fastretrans_alert()3134 tcp_identify_packet_loss(sk, ack_flag); in tcp_fastretrans_alert()3148 tcp_identify_packet_loss(sk, ack_flag); in tcp_fastretrans_alert()3150 (*ack_flag & FLAG_LOST_RETRANS))) in tcp_fastretrans_alert()[all …]