Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/kern/
H A Duipc_socket.c2280 int bytes_to_alloc; in sosend() local
2284 bytes_to_alloc = bytes_to_copy; in sosend()
2286 bytes_to_alloc += headroom; in sosend()
2335 bytes_to_alloc > MBIGCLBYTES && in sosend()
2338 bytes_to_alloc / M16KCLBYTES; in sosend()
2340 if ((bytes_to_alloc - in sosend()
2358 bytes_to_alloc > MCLBYTES && in sosend()
2361 bytes_to_alloc / MBIGCLBYTES; in sosend()
2363 if ((bytes_to_alloc - in sosend()
2389 bytes_to_alloc > _MHLEN) || in sosend()
[all …]