Searched refs:first_ack (Results 1 – 5 of 5) sorted by relevance
42 u8 first_ack; /* flag which infers that this is the first ack */ member74 w->first_ack = 1; in tcp_westwood_init()126 if (w->first_ack) { in westwood_update_window()128 w->first_ack = 0; in westwood_update_window()
736 rxrpc_seq_t old_seq = sp->ack.first_ack; in rxrpc_input_check_prev_ack()867 first_soft_ack = sp->ack.first_ack; in rxrpc_input_ack()
101 seq = sp->ack.first_ack + i; in rxrpc_resend()
155 sp->ack.first_ack = ntohl(ack.firstPacket); in rxrpc_extract_header()
210 rxrpc_seq_t first_ack; /* First packet in acks table */ member