Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/kern/
H A Duipc_socket.c2299 int bytes_to_alloc; in sosend() local
2303 bytes_to_alloc = bytes_to_copy; in sosend()
2305 bytes_to_alloc += headroom; in sosend()
2354 bytes_to_alloc > MBIGCLBYTES && in sosend()
2357 bytes_to_alloc / M16KCLBYTES; in sosend()
2359 if ((bytes_to_alloc - in sosend()
2377 bytes_to_alloc > MCLBYTES && in sosend()
2380 bytes_to_alloc / MBIGCLBYTES; in sosend()
2382 if ((bytes_to_alloc - in sosend()
2408 bytes_to_alloc > _MHLEN) || in sosend()
[all …]