.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "SKB_COPY_DATAGRAM_IOVEC" "" "06 October 2005" "" ""
.SH NAME
skb_copy_datagram_iovec \- Copy a datagram to an iovec.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int skb_copy_datagram_iovec (const struct sk_buff * \fIskb\fB, int \fIoffset\fB, struct iovec * \fIto\fB, int \fIlen\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIskb\fB\fR
-- undescribed --
.TP
\fB\fIoffset\fB\fR
-- undescribed --
.TP
\fB\fIto\fB\fR
-- undescribed --
.TP
\fB\fIlen\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
\fIskb\fR - buffer to copy
\fIoffset\fR - offset in the buffer to start copying from
\fIiovec\fR - io vector to copy to
\fIlen\fR - amount of data to copy from buffer to iovec
.SH "NOTE"
.PP
the iovec is modified during the copy.