Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/dev/
H A Dunix_startup.c181 static const unsigned int maxspace = 128 * 1024; in bsd_startupearly() local
189 if (tcp_sendspace > maxspace) { in bsd_startupearly()
190 tcp_sendspace = maxspace; in bsd_startupearly()
192 if (tcp_recvspace > maxspace) { in bsd_startupearly()
193 tcp_recvspace = maxspace; in bsd_startupearly()