Query: skb_clone_writable
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SKB_CLONE_WRITABLE(9) Linux Networking SKB_CLONE_WRITABLE(9)NAMEskb_clone_writable - is the header of a clone writableSYNOPSISint skb_clone_writable(struct sk_buff * skb, unsigned int len);ARGUMENTSskb buffer to check len length up to which to writeDESCRIPTIONReturns true if modifying the header part of the cloned buffer does not requires the data to be copied.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SKB_CLONE_WRITABLE(9)