Searched refs:bytes_to_alloc (Results 1 – 1 of 1) sorted by relevance
2286 int bytes_to_alloc; in sosend() local2290 bytes_to_alloc = bytes_to_copy; in sosend()2292 bytes_to_alloc += headroom; in sosend()2341 bytes_to_alloc > MBIGCLBYTES && in sosend()2344 bytes_to_alloc / M16KCLBYTES; in sosend()2346 if ((bytes_to_alloc - in sosend()2364 bytes_to_alloc > MCLBYTES && in sosend()2367 bytes_to_alloc / MBIGCLBYTES; in sosend()2369 if ((bytes_to_alloc - in sosend()2395 bytes_to_alloc > _MHLEN) || in sosend()[all …]