Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/dev/
H A Dunix_startup.c180 static const unsigned int maxspace = 128 * 1024; in bsd_startupearly() local
188 if (tcp_sendspace > maxspace) { in bsd_startupearly()
189 tcp_sendspace = maxspace; in bsd_startupearly()
191 if (tcp_recvspace > maxspace) { in bsd_startupearly()
192 tcp_recvspace = maxspace; in bsd_startupearly()