hystart_detect     41 net/ipv4/tcp_cdg.c static unsigned int hystart_detect __read_mostly = 3;
hystart_detect     52 net/ipv4/tcp_cdg.c module_param(hystart_detect, uint, 0644);
hystart_detect     53 net/ipv4/tcp_cdg.c MODULE_PARM_DESC(hystart_detect, "use Hybrid Slow start "
hystart_detect    149 net/ipv4/tcp_cdg.c 	if (hystart_detect & HYSTART_ACK_TRAIN) {
hystart_detect    171 net/ipv4/tcp_cdg.c 	if (hystart_detect & HYSTART_DELAY) {
hystart_detect    269 net/ipv4/tcp_cdg.c 	if (tcp_in_slow_start(tp) && hystart_detect)
hystart_detect     54 net/ipv4/tcp_cubic.c static int hystart_detect __read_mostly = HYSTART_ACK_TRAIN | HYSTART_DELAY;
hystart_detect     75 net/ipv4/tcp_cubic.c module_param(hystart_detect, int, 0644);
hystart_detect     76 net/ipv4/tcp_cubic.c MODULE_PARM_DESC(hystart_detect, "hybrid slow start detection mechanisms"
hystart_detect    384 net/ipv4/tcp_cubic.c 	if (ca->found & hystart_detect)
hystart_detect    387 net/ipv4/tcp_cubic.c 	if (hystart_detect & HYSTART_ACK_TRAIN) {
hystart_detect    405 net/ipv4/tcp_cubic.c 	if (hystart_detect & HYSTART_DELAY) {