Searched refs:iov (Results 1 – 2 of 2) sorted by relevance
50 struct iovec *iov; in hash_sendmsg() local67 for (iov = msg->msg_iov, iovlen = msg->msg_iovlen; iovlen > 0; in hash_sendmsg()68 iovlen--, iov++) { in hash_sendmsg()69 unsigned long seglen = iov->iov_len; in hash_sendmsg()70 char __user *from = iov->iov_base; in hash_sendmsg()
439 struct iovec *iov; in skcipher_recvmsg() local445 for (iov = msg->msg_iov, iovlen = msg->msg_iovlen; iovlen > 0; in skcipher_recvmsg()446 iovlen--, iov++) { in skcipher_recvmsg()447 unsigned long seglen = iov->iov_len; in skcipher_recvmsg()448 char __user *from = iov->iov_base; in skcipher_recvmsg()