BIO_MAX_INLINE_VECS
if (nr_vecs > BIO_MAX_INLINE_VECS)
max_segments = min(BIO_MAX_INLINE_VECS, queue_max_segments(q));