Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Duipc_socket2.c764 uint64_t maxcc = (uint64_t)sb_max * MCLBYTES / (MSIZE + MCLBYTES); in soreserve() local
765 if (sndcc > maxcc) { in soreserve()
766 sndcc = (uint32_t)maxcc; in soreserve()
768 if (rcvcc > maxcc) { in soreserve()
769 rcvcc = (uint32_t)maxcc; in soreserve()