Lines Matching defs:ece_ack
484 bool ece_ack)
487 if (tcp_ecn_mode_rfc3168(tp) && ece_ack)
2452 static void tcp_add_reno_sack(struct sock *sk, int num_dupack, bool ece_ack)
2463 tcp_count_delivered(tp, delivered, ece_ack);
2470 static void tcp_remove_reno_sacks(struct sock *sk, int acked, bool ece_ack)
2477 ece_ack);
3177 void tcp_enter_recovery(struct sock *sk, bool ece_ack)
3196 if (!ece_ack)
3334 bool ece_ack = flag & FLAG_ECE;
3341 if (ece_ack)
3382 tcp_add_reno_sack(sk, num_dupack, ece_ack);
3396 tcp_enter_recovery(sk, ece_ack);
3413 tcp_add_reno_sack(sk, num_dupack, ece_ack);
3437 tcp_enter_recovery(sk, ece_ack);
3604 struct tcp_sacktag_state *sack, bool ece_ack)
3663 tcp_count_delivered(tp, acked_pcount, ece_ack);
3743 tcp_remove_reno_sacks(sk, pkts_acked, ece_ack);