Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/kern/
H A Duipc_socket.c2279 int bytes_to_alloc; in sosend() local
2283 bytes_to_alloc = bytes_to_copy; in sosend()
2285 bytes_to_alloc += headroom; in sosend()
2334 bytes_to_alloc > MBIGCLBYTES && in sosend()
2337 bytes_to_alloc / M16KCLBYTES; in sosend()
2339 if ((bytes_to_alloc - in sosend()
2357 bytes_to_alloc > MCLBYTES && in sosend()
2360 bytes_to_alloc / MBIGCLBYTES; in sosend()
2362 if ((bytes_to_alloc - in sosend()
2388 bytes_to_alloc > _MHLEN) || in sosend()
[all …]