Query: skb_cow_data
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SKB_COW_DATA(9) Linux Networking SKB_COW_DATA(9)NAMEskb_cow_data - Check that a socket buffer's data buffers are writableSYNOPSISint skb_cow_data(struct sk_buff * skb, int tailbits, struct sk_buff ** trailer);ARGUMENTSskb The socket buffer to check. tailbits Amount of trailing space to be added trailer Returned pointer to the skb where the tailbits space beginsDESCRIPTIONMake sure that the data buffers attached to a socket buffer are writable. If they are not, private copies are made of the data buffers and the socket buffer is set to use these instead. If tailbits is given, make sure that there is space to write tailbits bytes of data beyond current end of socket buffer. trailer will be set to point to the skb in which this space begins. The number of scatterlist elements required to completely map the COW'd and extended socket buffer will be returned.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SKB_COW_DATA(9)
Related Man Pages |
---|
getsockname(2) - mojave |
sendfile(2) - mojave |
usb_alloc_coherent(9) - centos |
wimax_msg_alloc(9) - centos |
getsockname(2) - osx |
Similar Topics in the Unix Linux Community |
---|
Set hard block limit for user using quota |
CentOS7 restoring file capabilities |
Shopt -s histappend |
Unsure why access time on a directory change isn't changing |
Controlling user input |