Home
last modified time | relevance | path

Searched refs:maxspace (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.121.6/bsd/dev/
H A Dunix_startup.c179 static const unsigned int maxspace = 128 * 1024; in bsd_startupearly() local
187 if (tcp_sendspace > maxspace) { in bsd_startupearly()
188 tcp_sendspace = maxspace; in bsd_startupearly()
190 if (tcp_recvspace > maxspace) { in bsd_startupearly()
191 tcp_recvspace = maxspace; in bsd_startupearly()