Lines Matching refs:iovlen
585 int iovlen; member
627 u_int iovlen; in copyiniov() local
632 iovlen = iovcnt * sizeof (struct iovec); in copyiniov()
633 *iov = malloc(iovlen); /*, M_IOV, M_WAITOK); */ in copyiniov()
634 error = copyin(iovp, *iov, iovlen); in copyiniov()
1035 int iovlen = 1; in userspace_sctp_recvmsg() local
1045 auio.uio_iovcnt = iovlen; in userspace_sctp_recvmsg()
1051 for (i = 0; i <iovlen; i++, tiov++) { in userspace_sctp_recvmsg()
1124 int iovlen = 1; in usrsctp_recvv() local
1140 auio.uio_iovcnt = iovlen; in usrsctp_recvv()
1146 for (i = 0; i <iovlen; i++, tiov++) { in usrsctp_recvv()