Searched refs:slowstart (Results 1 – 2 of 2) sorted by relevance
582 int congestion, new_measurement, slowstart; in cdg_ack_received() local592 slowstart = (CCV(ccv, snd_cwnd) <= CCV(ccv, snd_ssthresh)); in cdg_ack_received()612 if (slowstart && qdiff_min > 0) in cdg_ack_received()616 else if (slowstart && qdiff_max > 0) in cdg_ack_received()
489 SYSCTL_PROC(_net_inet_tcp_cc_dctcp, OID_AUTO, slowstart,