Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Duipc_socket.c2277 int bytes_to_alloc; in sosend() local
2281 bytes_to_alloc = bytes_to_copy; in sosend()
2283 bytes_to_alloc += headroom; in sosend()
2332 bytes_to_alloc > MBIGCLBYTES && in sosend()
2335 bytes_to_alloc / M16KCLBYTES; in sosend()
2337 if ((bytes_to_alloc - in sosend()
2355 bytes_to_alloc > MCLBYTES && in sosend()
2358 bytes_to_alloc / MBIGCLBYTES; in sosend()
2360 if ((bytes_to_alloc - in sosend()
2386 bytes_to_alloc > _MHLEN) || in sosend()
[all …]