MAX_IOV_SIZE
if (nr_frags > MAX_IOV_SIZE) {
struct iovec iov[2 + MAX_IOV_SIZE]; /* header + data use case only */
struct iovec iov[3 + MAX_IOV_SIZE];