taglinefilesource code
msg_iov22include/linux/socket.hstruct iovec *  msg_iov;  /* Data blocks      */
msg_iov50net/core/iovec.cerr=verify_area(mode, m->msg_iov[ct].iov_base, m->msg_iov[ct].iov_len);
msg_iov53net/core/iovec.clen+=m->msg_iov[ct].iov_len;
msg_iov685net/unix/af_unix.cmemcpy_fromiovec(skb_put(skb,len),msg->msg_iov, len);
msg_iov718net/unix/af_unix.cstruct iovec *iov=msg->msg_iov;
msg_iov945net/unix/af_unix.cmsg.msg_iov=&iov;
msg_iov970net/unix/af_unix.cmsg.msg_iov=&iov;