Man Page: skb_copy_datagram_from_iovec
Operating Environment: suse
Section: 9
SKB_COPY_DATAGRAM_FR(9) Linux Networking SKB_COPY_DATAGRAM_FR(9)NAMEskb_copy_datagram_from_iovec - Copy a datagram from an iovec.SYNOPSISint skb_copy_datagram_from_iovec(struct sk_buff * skb, int offset, const struct iovec * from, int from_offset, int len);ARGUMENTSskb buffer to copy offset offset in the buffer to start copying to from io vector to copy to from_offset offset in the io vector to start copying from len amount of data to copy to buffer from iovecDESCRIPTIONReturns 0 or -EFAULT.NOTEthe iovec is not modified during the copy.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SKB_COPY_DATAGRAM_FR(9)
| Related Man Pages |
|---|
| dofilereadv(9) - netbsd |
| uiomove(9) - netbsd |
| uio(9s) - osf1 |
| bp_copyout(9f) - opensolaris |
| bp_copyin(9f) - opensolaris |
| Similar Topics in the Unix Linux Community |
|---|
| Why cannot only the "rtl8139_rx" function be setted breakpoint on whereas the others can? |