Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_input.c94 #define FLAG_LOST_RETRANS 0x80 /* This ACK marks some retransmission lost */ macro
2623 } else if ((flag & (FLAG_RETRANS_DATA_ACKED | FLAG_LOST_RETRANS)) == in tcp_cwnd_reduction()
2907 *ack_flag |= FLAG_LOST_RETRANS; in tcp_identify_packet_loss()
3000 (*ack_flag & FLAG_LOST_RETRANS))) in tcp_fastretrans_alert()