.\" 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" "9" "09 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 buffer to copy .TP \fB\fIoffset\fB\fR offset in the buffer to start copying from .TP \fB\fIto\fB\fR io vector to copy to .TP \fB\fIlen\fB\fR amount of data to copy from buffer to iovec .SH "NOTE" .PP the iovec is modified during the copy.