Man Page: skb_copy_datagram_const_iovec
Operating Environment: suse
Section: 9
SKB_COPY_DATAGRAM_CO(9) Linux Networking SKB_COPY_DATAGRAM_CO(9)NAMEskb_copy_datagram_const_iovec - Copy a datagram to an iovec.SYNOPSISint skb_copy_datagram_const_iovec(const struct sk_buff * skb, int offset, const struct iovec * to, int to_offset, int len);ARGUMENTSskb buffer to copy offset offset in the buffer to start copying from to io vector to copy to to_offset offset in the io vector to start copying to len amount of data to copy from buffer to iovecDESCRIPTIONReturns 0 or -EFAULT.NOTEthe iovec is not modified during the copy.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SKB_COPY_DATAGRAM_CO(9)
| Related Man Pages |
|---|
| readv(2) - redhat |
| dofilereadv(9) - netbsd |
| struct_sk_buff(9) - suse |
| dofilewrite(9) - netbsd |
| bp_copyout(9f) - opensolaris |
| Similar Topics in the Unix Linux Community |
|---|
| Change directory error |
| Getting command output to putty window title. |
| Migrating to UNIX |
| Docker learning Phase-I |
| The Future of the PM (Private Message) System at UNIX.com |