Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/dev/
H A Dunix_startup.c176 static const unsigned int maxspace = 128 * 1024; in bsd_startupearly() local
186 if (tcp_sendspace > maxspace) { in bsd_startupearly()
187 tcp_sendspace = maxspace; in bsd_startupearly()
189 if (tcp_recvspace > maxspace) { in bsd_startupearly()
190 tcp_recvspace = maxspace; in bsd_startupearly()