Man Page: skb_copy_datagram_const_iovec
Operating Environment: centos
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 3.10 June 2014 SKB_COPY_DATAGRAM_CO(9)
| Related Man Pages |
|---|
| readv(2) - redhat |
| __skb_recv_datagram(9) - centos |
| cfg80211_testmode_alloc_reply_skb(9) - centos |
| writev(3) - redhat |
| uiomove(9) - netbsd |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Weird 'find' results |
| DB2 convert digits to binary format |
| [TIP] Processing YAML files with yq |
| Please Welcome Dave Munro to the Moderator Team! |