Searched refs:iov (Results 1 – 2 of 2) sorted by relevance
45 struct iovec *iov; in hash_sendmsg() local61 for (iov = msg->msg_iov, iovlen = msg->msg_iovlen; iovlen > 0; in hash_sendmsg()62 iovlen--, iov++) { in hash_sendmsg()63 unsigned long seglen = iov->iov_len; in hash_sendmsg()64 char __user *from = iov->iov_base; in hash_sendmsg()
429 struct iovec *iov; in skcipher_recvmsg() local436 for (iov = msg->msg_iov, iovlen = msg->msg_iovlen; iovlen > 0; in skcipher_recvmsg()437 iovlen--, iov++) { in skcipher_recvmsg()438 unsigned long seglen = iov->iov_len; in skcipher_recvmsg()439 char __user *from = iov->iov_base; in skcipher_recvmsg()