Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/kern/
H A Duipc_socket.c2286 int bytes_to_alloc; in sosend() local
2290 bytes_to_alloc = bytes_to_copy; in sosend()
2292 bytes_to_alloc += headroom; in sosend()
2341 bytes_to_alloc > MBIGCLBYTES && in sosend()
2344 bytes_to_alloc / M16KCLBYTES; in sosend()
2346 if ((bytes_to_alloc - in sosend()
2364 bytes_to_alloc > MCLBYTES && in sosend()
2367 bytes_to_alloc / MBIGCLBYTES; in sosend()
2369 if ((bytes_to_alloc - in sosend()
2395 bytes_to_alloc > _MHLEN) || in sosend()
[all …]