Searched refs:bytes_to_alloc (Results 1 – 2 of 2) sorted by relevance
2295 int bytes_to_alloc; in sosend() local2299 bytes_to_alloc = bytes_to_copy; in sosend()2301 bytes_to_alloc += headroom; in sosend()2350 bytes_to_alloc > MBIGCLBYTES && in sosend()2353 bytes_to_alloc / M16KCLBYTES; in sosend()2355 if ((bytes_to_alloc - in sosend()2373 bytes_to_alloc > MCLBYTES && in sosend()2376 bytes_to_alloc / MBIGCLBYTES; in sosend()2378 if ((bytes_to_alloc - in sosend()2404 bytes_to_alloc > _MHLEN) || in sosend()[all …]
1707 size_t bytes_to_alloc; in mbuf_packet_from_uio() local1713 bytes_to_alloc = headroom + uio_resid(auio); in mbuf_packet_from_uio()1715 error = mbuf_allocpacket(MBUF_WAITOK, bytes_to_alloc, NULL, &top); in mbuf_packet_from_uio()1718 bytes_to_alloc, error); in mbuf_packet_from_uio()