Lines Matching full:congestion
3 * Pluggable TCP congestion control support and newReno
4 * congestion control.
89 /* Attach new congestion control algorithm to the list
118 * Remove congestion control algorithm, called from
159 pr_notice("invalid old congestion control algorithm to replace\n"); in tcp_update_congestion_control()
214 /* Assign choice of congestion control. */
279 /* Used by sysctl to change default congestion control */
317 /* Build string with list of available congestion control values */
335 /* Get current default congestion control */
346 /* Built list of non-restricted congestion control values */
367 /* Change list of non-restricted congestion control */
406 /* Change congestion control for socket. If load is false, then it is the
408 * tcp_reinit_congestion_control (if the current congestion control was
446 /* Slow start is used when congestion window is no greater than the slow start
453 * returns the leftover acks to adjust cwnd in congestion avoidance mode.
489 * TCP Reno congestion control
492 /* This is Jacobson's slow start and congestion avoidance.
513 /* Slow start threshold is half the congestion window (min 2) */