Lines Matching defs:acked
98 #define FLAG_ORIG_SACK_ACKED 0x200 /* Never retransmitted data are (s)acked */
1361 /* Nothing to do; acked frame is about to be dropped (was ACKed). */
2056 static void tcp_remove_reno_sacks(struct sock *sk, int acked, bool ece_ack)
2060 if (acked > 0) {
2061 /* One ACK acked hole. The rest eat duplicate ACKs. */
2062 tcp_count_delivered(tp, max_t(int, acked - tp->sacked_out, 1),
2064 if (acked - 1 >= tp->sacked_out)
2067 tp->sacked_out -= acked - 1;
2069 tcp_check_reno_reordering(sk, acked);
2560 /* Try to undo cwnd reduction, because D-SACKs acked all retransmitted data */
2607 * But when the retransmits are acked without further losses, PRR
2824 * lost, i.e., never-retransmitted data are (s)acked.
3081 * is acked (RFC6298).
3133 static void tcp_cong_avoid(struct sock *sk, u32 ack, u32 acked)
3137 icsk->icsk_ca_ops->cong_avoid(sk, ack, acked);
3180 /* If we get here, the whole TSO packet has not been acked. */
3231 u32 reord = tp->snd_nxt; /* lowest acked un-retx un-sacked seq */
3250 /* Determine how many packets and what bytes were acked, tso and else */
3734 /* Returns the number of packets newly acked or sacked by the current ACK */
3868 /* We passed data and got it acked, remove any soft error
6719 ireq->acked = 0;