Lines Matching full:congestion
93 MALLOC_DEFINE(M_CC_MEM, "CC Mem", "Congestion Control State memory");
354 * The first loaded congestion control module will become in cc_register_algo()
389 * Perform any necessary tasks before we exit congestion recovery.
428 * congestion window is no longer current and we have to reduce it to in newreno_cc_after_idle()
452 * Get a new congestion window size on a multiplicative decrease event.
461 * Other TCP congestion controls use newreno_cong_signal(), but in newreno_cc_cwnd_on_multiplicative_decrease()
471 * Perform any necessary tasks before we enter congestion recovery.
482 ("%s: congestion signal type 0x%08x is private\n", __func__, type)); in newreno_cc_cong_signal()
521 ("congestion control state not in congestion avoidance\n")); in newreno_cc_cwnd_in_cong_avoid()
524 * Regular in-order ACK, open the congestion window. in newreno_cc_cwnd_in_cong_avoid()
525 * The congestion control state we're in is congestion avoidance. in newreno_cc_cwnd_in_cong_avoid()
562 ("congestion control state not in slow start\n")); in newreno_cc_cwnd_in_slow_start()
565 * Regular in-order ACK, open the congestion window. in newreno_cc_cwnd_in_slow_start()
566 * The congestion control state we're in is slow start. in newreno_cc_cwnd_in_slow_start()
703 "Congestion control related settings");
708 "Default congestion control algorithm");
713 "List available congestion control algorithms");
757 "Apply standard beta instead of ABE-beta during ECN-signalled congestion "