Searched refs:ss_fltsz (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_newreno.c183 * - Keep the old ss_fltsz sysctl for ABI compabitility issues.
191 tp->snd_cwnd = tp->t_maxseg * ss_fltsz;
H A Dtcp_output.c137 int ss_fltsz = 1; variable
139 &ss_fltsz, 1, "Slow start flight size");
H A Dtcp_var.h992 extern int ss_fltsz;
994 extern int tcp_do_rfc3390; /* Calculate ss_fltsz according to RFC 3390 */

Completed in 31 milliseconds