Searched refs:ack_flag (Results 1 – 1 of 1) sorted by relevance
2893 static void tcp_identify_packet_loss(struct sock *sk, int *ack_flag) in tcp_identify_packet_loss() argument2901 tcp_newreno_mark_lost(sk, *ack_flag & FLAG_SND_UNA_ADVANCED); in tcp_identify_packet_loss()2906 *ack_flag &= ~FLAG_SET_XMIT_TIMER; in tcp_identify_packet_loss()2908 *ack_flag |= FLAG_LOST_RETRANS; in tcp_identify_packet_loss()2925 int num_dupack, int *ack_flag, int *rexmit) in tcp_fastretrans_alert() argument2929 int fast_rexmit = 0, flag = *ack_flag; in tcp_fastretrans_alert()2987 tcp_identify_packet_loss(sk, ack_flag); in tcp_fastretrans_alert()2999 tcp_identify_packet_loss(sk, ack_flag); in tcp_fastretrans_alert()3001 (*ack_flag & FLAG_LOST_RETRANS))) in tcp_fastretrans_alert()3015 tcp_identify_packet_loss(sk, ack_flag); in tcp_fastretrans_alert()