Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/dev/
H A Dunix_startup.c182 static const unsigned int maxspace = 128 * 1024; in bsd_startupearly() local
190 if (tcp_sendspace > maxspace) { in bsd_startupearly()
191 tcp_sendspace = maxspace; in bsd_startupearly()
193 if (tcp_recvspace > maxspace) { in bsd_startupearly()
194 tcp_recvspace = maxspace; in bsd_startupearly()