Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Duipc_socket.c2288 int bytes_to_alloc; in sosend() local
2292 bytes_to_alloc = bytes_to_copy; in sosend()
2294 bytes_to_alloc += headroom; in sosend()
2348 if ((bytes_to_alloc - in sosend()
2366 bytes_to_alloc > MCLBYTES && in sosend()
2371 if ((bytes_to_alloc - in sosend()
2397 bytes_to_alloc > _MHLEN) || in sosend()
2398 bytes_to_alloc > _MLEN)) { in sosend()
2411 bytes_to_alloc > MINCLSIZE) { in sosend()
2413 bytes_to_alloc / MCLBYTES; in sosend()
[all …]
H A Duipc_syscalls.c1717 size_t bytes_to_alloc; in mbuf_packet_from_uio() local
1723 bytes_to_alloc = headroom + uio_resid(auio); in mbuf_packet_from_uio()
1725 error = mbuf_allocpacket(MBUF_WAITOK, bytes_to_alloc, NULL, &top); in mbuf_packet_from_uio()
1728 bytes_to_alloc, error); in mbuf_packet_from_uio()