Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_input.c2742 static void tcp_identify_packet_loss(struct sock *sk, int *ack_flag) in tcp_identify_packet_loss() argument
2750 tcp_newreno_mark_lost(sk, *ack_flag & FLAG_SND_UNA_ADVANCED); in tcp_identify_packet_loss()
2756 *ack_flag |= FLAG_LOST_RETRANS; in tcp_identify_packet_loss()
2781 bool is_dupack, int *ack_flag, int *rexmit) in tcp_fastretrans_alert() argument
2785 int fast_rexmit = 0, flag = *ack_flag; in tcp_fastretrans_alert()
2847 tcp_identify_packet_loss(sk, ack_flag); in tcp_fastretrans_alert()
2851 tcp_identify_packet_loss(sk, ack_flag); in tcp_fastretrans_alert()
2853 (*ack_flag & FLAG_LOST_RETRANS))) in tcp_fastretrans_alert()
2868 tcp_identify_packet_loss(sk, ack_flag); in tcp_fastretrans_alert()