Lines Matching refs:ack_flag
2610 static bool tcp_check_sack_reneging(struct sock *sk, int *ack_flag) in tcp_check_sack_reneging() argument
2612 if (*ack_flag & FLAG_SACK_RENEGING && in tcp_check_sack_reneging()
2613 *ack_flag & FLAG_SND_UNA_ADVANCED) { in tcp_check_sack_reneging()
2619 *ack_flag &= ~FLAG_SET_XMIT_TIMER; in tcp_check_sack_reneging()
3297 static void tcp_identify_packet_loss(struct sock *sk, int *ack_flag) in tcp_identify_packet_loss() argument
3305 tcp_newreno_mark_lost(sk, *ack_flag & FLAG_SND_UNA_ADVANCED); in tcp_identify_packet_loss()
3310 *ack_flag &= ~FLAG_SET_XMIT_TIMER; in tcp_identify_packet_loss()
3312 *ack_flag |= FLAG_LOST_RETRANS; in tcp_identify_packet_loss()
3329 int num_dupack, int *ack_flag, int *rexmit) in tcp_fastretrans_alert() argument
3333 int flag = *ack_flag; in tcp_fastretrans_alert()
3345 if (tcp_check_sack_reneging(sk, ack_flag)) in tcp_fastretrans_alert()
3389 tcp_identify_packet_loss(sk, ack_flag); in tcp_fastretrans_alert()
3403 tcp_identify_packet_loss(sk, ack_flag); in tcp_fastretrans_alert()
3405 (*ack_flag & FLAG_LOST_RETRANS))) in tcp_fastretrans_alert()
3419 tcp_identify_packet_loss(sk, ack_flag); in tcp_fastretrans_alert()