Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/kern/
H A Duipc_socket2.c766 uint64_t maxcc = (uint64_t)sb_max * MCLBYTES / (MSIZE + MCLBYTES); in soreserve() local
767 if (sndcc > maxcc) { in soreserve()
768 sndcc = (uint32_t)maxcc; in soreserve()
770 if (rcvcc > maxcc) { in soreserve()
771 rcvcc = (uint32_t)maxcc; in soreserve()